/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE LOADER
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - HEADER CONTAINER
 *	 - HEADER TOP
 *	 - HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - SIGN IN
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */
 
/***********************************************************************************
 *	+ PAGE LOADER
 ***********************************************************************************/
	
	#page-loader {
		position: fixed;
		z-index: 999999;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.loader-img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -40px 0 0 -40px;
		text-align: center;
	}
	
	.loader-img img {
		border-radius: 50%;
	}
	
	.loader-img:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 150px;
		height: 150px;
		border-top: 2px solid #5967d6;
		border-right: 2px solid #5967d6;
		border-radius: 50%;
		content: "";
		margin: -75px 0 0 -75px;
		-webkit-animation: rotate 1s linear infinite;
				animation: rotate 1s linear infinite;
	}
	
	@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}

	@keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}
	
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
		background-color: #fff;
		box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.7);
	}
	
	@media (max-width: 767px) {
		
		#main-container {
			box-shadow: none;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/ 
/***********************************************************************************
 *	- HEADER CONTAINER
 ***********************************************************************************/
	
	.header-style-1 #header-container {
		position: absolute;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	
	.header-style-4 #header-container {
		position: absolute;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	.header-style-5 #header-container {
		background-color: #212121;
		color: #fff;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-4 #header-container {
			padding: 0 30px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-1 #header-container {
			position: relative;
			border-bottom: none;
			background-color: #212121;
		}
		
		.header-style-4 #header-container {
			position: relative;
			padding: 0 10px;
			border-bottom: none;
			background-color: #212121;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-style-1 #header-container {
			position: relative;
			border-bottom: none;
			background-color: #212121;
		}
		
		.header-style-4 #header-container {
			position: relative;
			padding: 0;
			border-bottom: none;
			background-color: #212121;
		}
		
	}
	
/***********************************************************************************
 *	- HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 13px 0 10px 0;
        background: #efe3af;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	.header-top-style-1.header-style-2 #header-top .widget-contact ul li {
		float: left;
		width: 33.333333%;
		padding-right: 30px;
		margin-bottom: 0;
	}
	
	.header-top-style-1.header-style-3 #header-top .widget-contact ul li {
		float: left;
		width: 33.333333%;
		padding-right: 30px;
		margin-bottom: 0;
	}
	
	.header-top-style-2 #header-top {
		padding: 10px 0;
		background-color: #5967d6;
		color: #fff;
	}
	
	.header-top-style-2.header-style-5 #header-top {
		padding: 30px 0;
		background-color: transparent;
	}
	
	.header-top-style-2 #header-top a,
	.header-top-style-2 #header-top h1,
	.header-top-style-2 #header-top h2,
	.header-top-style-2 #header-top h3,
	.header-top-style-2 #header-top h4,
	.header-top-style-2 #header-top h5,
	.header-top-style-2 #header-top h6, 
	.header-top-style-2 blockquote:before {
		color: inherit;
	}
	
	.header-top-style-2 #header-top a:hover {
		color: #212121;
	}
	
	.header-top-style-2 #header-top .widget-pages ul li a:before,
	.header-top-style-2 #header-top .widget-metadata ul li a:before,
	.header-top-style-2 #header-top .widget-archives ul li a:before,
	.header-top-style-2 #header-top .widget-categories ul li a:before {
		background-color: #212121;
	}
	
	.header-top-style-2 #header-top .widget-tags a:hover {
		color: #fff;
	}
	
	.header-top-style-2 #header-top .widget-contact ul li:hover i {
		color: #212121;
	}
	
	.header-top-style-2.header-style-5 #header-top a:hover {
		color: #5967d6;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-pages ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-metadata ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-archives ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-categories ul li a:before {
		background-color: #5967d6;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-tags a:hover {
		color: #fff;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-contact ul li:hover i {
		color: #5967d6;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li {
		display: inline-block;
		padding-left: 25px;
		margin-right: 20px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 300;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li i {
		top: -8px;
		font-size: 20px;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li small {
		display: inline-block;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-social .social-media {
		text-align: right;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-social .social-media a {
		font-size: 14px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-top-style-2.header-style-6 #header-top .widget-contact ul li {
			padding-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-top-style-2.header-style-6 #header-top {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- HEADER
 ***********************************************************************************/
 
	#header {
		position: relative;
		z-index: 2;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
	.header-style-2 #header {
		background-color: #00387a;
	}
	
	.header-style-3 #header:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1000px;
		margin: 0 auto;
		background-color: #5967d6;
		content: "";
		-webkit-transform: translateX(-50%) skew(-45deg);
			-ms-transform: translateX(-50%) skew(-45deg);
				transform: translateX(-50%) skew(-45deg);
	}
	
	.header-style-5 #header {
		border-top: 1px solid #5967d6;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-3 #header:before {
			width: 1275px;
		}
		
		.header-style-4 #header [class^="col-"] {
			position: relative;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-2 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-3 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-5 #header {
			border-top: none;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-style-2 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-3 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-5 #header {
			border-top: none;
		}
		
	}




/***********************************************************************************
 *	- HEADER2
 ***********************************************************************************/
 
	#header2 {
		position: static;
		z-index: 2;
	}
	
	#header2 [class^="col-"] {
		position: static;
	}
	
	#header2 .container {
		position: relative;
	}
	
	.header-style-2 #header2 {
		background-color: #00387a;
	}
	
	.header-style-3 #header2:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1000px;
		margin: 0 auto;
		background-color: #5967d6;
		content: "";
		-webkit-transform: translateX(-50%) skew(-45deg);
			-ms-transform: translateX(-50%) skew(-45deg);
				transform: translateX(-50%) skew(-45deg);
	}
	
	.header-style-5 #header2 {
		border-top: 1px solid #5967d6;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-3 #header2:before {
			width: 1275px;
		}
		
		.header-style-4 #header [class^="col-"] {
			position: relative;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

        .header-style-2 #header2 [class^="col-"] {
            min-height: 0;
        }

        .header-style-3 #header2 [class^="col-"] {
            min-height: 0;
        }

        .header-style-5 #header2 {
            border-top: none;
        }
		
	}
	
	@media (max-width: 767px) {

        .header-style-2 #header2 [class^="col-"] {
            min-height: 0;
        }

        .header-style-3 #header2 [class^="col-"] {
            min-height: 0;
        }

        .header-style-5 #header2 {
            border-top: none;
        }
		
	}



	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 30px 0;
	}
	
	#header-top #logo {
		margin: -5px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	.header-style-5 #logo {
		text-align: center;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-5 #logo {
			text-align: left;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
		.header-style-5 #logo {
			text-align: left;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 5px;
	}
	
	.header-style-2 .menu {
		float: none;
	}
	
	.header-style-3 .menu {
		float: none;
	}
	
	.header-style-5 .menu {
		float: none;
	}
	
	.menu > li {
		float: left;
	}
	
	.menu li a {
		display: block;
		padding: 6px 15px;
		border-bottom: 1px solid #aba8a8;
		color: #00387a;
        font-weight: 700;
		font-size: 13px;
		line-height: 20px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		padding: 10px 10px 38px;
		border-bottom: none;
		margin-right: 0px;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
        /*text-transform: uppercase;*/
	}
	
	.header-style-6 .menu > li > a {
		color: #212121;
	}
	
	.header-style-2 .menu > li:first-child > a {
		padding-left: 0 !important;
	}
	
	.header-style-3 .menu > li:first-child > a {
		padding-left: 0;
	}
	
	.header-style-5 .menu > li:first-child > a {
		padding-left: 0;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 228px;
		border: 1px solid #aba8a8;
		border-bottom: none;
		background-color: #fff;
	}
	
	.menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		border: 1px solid #212121;
		border-bottom: none;
		background-color: #151515;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid #212121;
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 10px;
		right: 0;
		display: none;
		font-family: "FontAwesome";
		font-size: 15px;
		opacity: 0.5;
		content: "\f107";
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after {}
		
	.sf-arrows ul .sf-with-ul:after {
		top: 50%;
		right: 15px;
		display: block;
		content: "\f105";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.header-style-3 .menu li.active > a, 
	.header-style-3 .menu > li > a:hover, 
	.header-style-3 .menu > li.sfHover > a {
		color: #212121;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #5967d6;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		/*border-color: #5967d6;*/
		color: #fff;
        background: #00387a;
	}
	
	@media (min-width: 1200px) {

        #header .menu > li > a {
            padding: 10px 10px 12px;
            margin-right: 6px;
        }

        .menu > li > a {
            padding: 10px 12px 12px;
        }
		
		.sf-arrows .sf-with-ul:after {
			display: block;
		}

        /*#header2 .menu > li:last-child > a {
            padding-left: 0;
        }*/
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		width: 45px;
        height: 38px;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #00387a;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #00387a;
	}

	#mobile-menu {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 6px 17px;
		border-top: 1px solid #fff;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		text-transform: none;
	}

	#mobile-menu > li > a {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
	}

	#mobile-menu ul a {
		padding-left: 40px;
	}

	#mobile-menu ul ul a {
		padding-left: 60px;
	}

	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
	}

	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}

	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}

	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
	}

	#mobile-menu .megamenu-container .section > ul li a:before {
		display: none;
	}

	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		font-family: "FontAwesome";
		font-size: 15px;
		content: "\f107";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\f106";
	}
	
	#mobile-menu li.search a {
		display: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#mobile-menu-button {
			display: block;
			margin-top: 26px;
		}
		
		.header-style-2 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-3 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-4 #mobile-menu {
			margin: 0 -10px;
		}
		
		.header-style-5 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 0;
			margin-top: 0;
		}
		
		.header-style-5 #mobile-menu {
			margin: 0 -25px;
		}
		
	}
	
	@media (max-width: 767px) {
	
		#mobile-menu-button {
			position: absolute;
			top: 26px;
			right: 15px;
			display: block;
		}
		
		.header-style-2 #mobile-menu-button {
			top: 5px;
		}
		
		.header-style-3 #mobile-menu-button {
			top: -79px;
		}
		
		.header-style-5 #mobile-menu-button {
			top: -79px;
			right: 0;
		}
		
		.header-style-5 #mobile-menu {
			margin: 0 -20px;
		}
		
	}




/***********************************************************************************
 *	- MOBILE MENU2
 ***********************************************************************************/

#mobile-menu-button2 {
    float: right;
    display: none;
    width: 45px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #00387a;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

#mobile-menu2,
#mobile-menu2 ul {
    list-style: none;
    display: none;
    margin: 0;
    background-color: #00387a;
}

#mobile-menu2 {
    border-bottom: 1px solid #fff;
}

    #mobile-menu2 li a {
        display: block;
        padding: 8px 20px;
        border-top: 1px solid #fff;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        text-transform: none;
    }

    #mobile-menu2 > li > a {
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
    }

    #mobile-menu2 ul a {
        padding-left: 40px;
    }

    #mobile-menu2 ul ul a {
        padding-left: 60px;
    }

    #mobile-menu2 .megamenu-container {
        display: none;
        margin-left: 0;
    }

        #mobile-menu2 .megamenu-container .section {
            float: none;
            width: 100%;
            margin-bottom: -1px;
            padding: 0 20px 20px 20px;
        }

            #mobile-menu2 .megamenu-container .section ul {
                display: block;
                margin: 0 -25px -20px;
            }

                #mobile-menu2 .megamenu-container .section ul a {
                    padding-left: 40px;
                }

            #mobile-menu2 .megamenu-container .section > ul li a:before {
                display: none;
            }

            #mobile-menu2 .megamenu-container .section ul li:last-child a {
                border-bottom: 1px solid #fff;
            }

    #mobile-menu2 li.dropdown > a,
    #mobile-menu2 li.megamenu > a {
        position: relative;
    }

        #mobile-menu2 li.dropdown > a:after,
        #mobile-menu2 li.megamenu > a:after {
            position: absolute;
            top: 50%;
            right: 20px;
            font-family: "FontAwesome";
            font-size: 15px;
            content: "\f107";
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #mobile-menu2 li.dropdown > a.open:after,
        #mobile-menu2 li.megamenu > a.open:after {
            content: "\f106";
        }

    #mobile-menu2 li.search a {
        display: none;
    }

@media (min-width: 768px) and (max-width: 991px) {

    #mobile-menu-button2 {
        display: block;
        margin-top: 26px;
    }

    .header-style-2 #mobile-menu-button2 {
        position: absolute;
        top: -79px;
        right: 15px;
        margin-top: 0;
    }

    .header-style-3 #mobile-menu-button2 {
        position: absolute;
        top: -79px;
        right: 15px;
        margin-top: 0;
    }

    .header-style-4 #mobile-menu2 {
        margin: 0 -10px;
    }

    .header-style-5 #mobile-menu-button2 {
        position: absolute;
        top: -79px;
        right: 0;
        margin-top: 0;
    }

    .header-style-5 #mobile-menu2 {
        margin: 0 -25px;
    }
}

@media (max-width: 767px) {

    #mobile-menu-button2 {
        position: absolute;
        top: 26px;
        right: 15px;
        display: block;
    }

    .header-style-2 #mobile-menu-button2 {
        top: 5px;
    }

    .header-style-3 #mobile-menu-button2 {
        top: -79px;
    }

    .header-style-5 #mobile-menu-button2 {
        top: -79px;
        right: 0;
    }

    .header-style-5 #mobile-menu2 {
        margin: 0 -20px;
    }
}



	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
 
	.menu li.search {}
	
	.header-style-2 .menu li.search {
		margin-right: 5px;
		float: right;
	}
	
	.header-style-3 .menu li.search {
		float: right;
	}
	
	.header-style-5 .menu li.search {
		float: right;
	}
	
	.menu li.search a,
	.header-style-3 .menu li.search a,
	.header-style-5 .menu li.search a {
		color: #fff;
	}
	
	.header-style-6 .menu li.search a {
		color: #212121;
	}
	
	.menu li.search a:hover {
		color: #5967d6;
	}
	
	.header-style-3 .menu li.search a:hover {
		color: #212121;
	}
	
	#search-form {
		position: absolute;
		z-index: 10;
		top: 25px;
		right: 115px;
		display: none;
	}
	
	.header-style-2 #search-form {
		right: 10px;
	}
	
	.header-style-3 #search-form {
		right: 20px;
	}
	
	.header-style-5 #search-form {
		right: 0;
	}
	
	#search-submit { 
		display: none; 
	}
	
	#search-form #search {
		width: 0;
		height: 50px;
		padding: 0 40px 0 25px;
		border: 1px solid #5967d6;
		border-radius: 0;
		background-color: #fff;
		color: #878787;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#search-form #search:focus {
		background-color: #fff;
	}
	
	#search-form.open #search {
		width: 430px;
	}
	
	#search-form a.close { 
		position: absolute;
		top: 1px;
		right: -10px;
		border-bottom: none;
		color: #878787;
		font-size: 18px;
		font-weight: 400;
		text-decoration: none;
		opacity: 1;
	}
	
	@media (min-width: 1200px) {
		
		#search-form {
			right: 130px;
		}
		
	}
	
	@media (max-width: 991px) {
		
		#mobile-menu li.search a {
			display: none;
		}

        #mobile-menu2 li.search a {
            display: none;
        }
		
		#search-form-container {
			padding: 15px 20px;
			border-top: 1px solid #fff;
		}
	
		#search-form {
			position: relative;
			top: 0;
			right: 0;
			display: block;
			width: 100%;
		}
		
		#search-form #search {
			width: 100%;
			height: 50px;
			padding-right: 50px;
			margin-bottom: 0;
		}

		#search-form #search-submit {
			position: absolute;
			top: 4px;
			right: 15px;
			display: block;
			padding: 0;
			border: none;
			width: 30px;
			height: 45px;
			background: url(../images/search.png) no-repeat center center;
		}
		
		.header-style-3 #search-form {
			right: 0;
		}
		
	}
	
/***********************************************************************************
 *	- SIGN IN
 ***********************************************************************************/
	
	.menu li.sign-in .btn {
		padding: 5px 20px;
		margin-top: 4px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.header-style-6 .menu li.sign-in .btn {
		color: #fff;
	}
	
	.menu li.sign-in .btn:hover {
		color: #fff;
	}
	
	#sign-in {
		display: none;
	}
	
	#sign-in h2 {
		margin-top: 20px;
	}
	
	.sign-in-form {
		margin-top: 50px;
	}
	
	.sign-in-form #email,
	.sign-in-form #password {
		position: relative;
		z-index: 1;
	}
	
	.sign-in-form .btn {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	@media (min-width: 1200px) {
		
		.menu li.sign-in .btn {
			padding: 5px 23px;
		}
		
	}
	
	@media (max-width: 991px) {
		
		#mobile-menu li.sign-in {
			border-top: 1px solid #fff;
		}

        #mobile-menu2 li.sign-in {
            border-top: 1px solid #fff;
        }
		
		#mobile-menu li.sign-in .btn {
			display: inline-block;
			border-top: none;
			margin: 15px 20px;
			background-color: #121212;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: 1px;
			text-transform: uppercase;
		}


        #mobile-menu2 li.sign-in .btn {
            display: inline-block;
            border-top: none;
            margin: 15px 20px;
            background-color: #121212;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
		
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container,
	#header-sticky .container-fluid {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #00387a;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
	}
	
	.header-style-3 #header-sticky {
		background-color: #5967d6;
	}
	
	.header-style-4 #header-sticky {
		padding: 0 20px;
	}
	
	.header-style-4 #header-sticky #search-form {
		right: 160px;
	}
	
	.header-style-5 #header-sticky nav {
		position: relative;
		width: 940px;
		margin: 0 auto;
	}
	
	.header-style-5 #header-sticky #search-form {
		top: 0;
	}
	
	.header-style-6 #header-sticky {
		background-color: #fff;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-4 #header-sticky [class^="col-"] {
			position: relative;
		}
		
		.header-style-4 #header-sticky {
			padding: 0 30px;
		}
		
		.header-style-5 #header-sticky nav {
			width: 1140px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/

#page-content {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    background: #efe3af;
}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		position: relative;
		padding: 70px 0;
		margin-bottom: 100px;
		background: no-repeat center center;
	}
	
	#page-header h2 {
		margin-bottom: 0;
		color: inherit;
		font-size: 36px;
	}
	
	.header-style-1 #page-header {
		z-index: 1;
		padding-top: 170px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-1 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-1 .breadcrumb {
		font-size: 12px;
		letter-spacing: 2px;
		text-align: right;
		text-transform: uppercase;
	}
	
	.header-style-1 #page-header .breadcrumb li a,
	.header-style-1 #page-header .breadcrumb > li + li:before {
		color: #fff;
	}
	
	.header-style-2 #page-header {
		padding: 40px 0;
	}
	
	.header-style-2 #page-header .breadcrumb > li + li:before {
		content: ">";
	}
	
	.header-style-3 #page-header {
		padding: 80px 0 30px;
		margin-top: -50px;
		background-color: #e4eef2;
	}
	
	.header-style-4 #page-header {
		z-index: 1;
		padding: 185px 0 85px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-4 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-5 #page-header {
		padding: 40px 0;
		background-color: #f7f7f7;
	}
	
	.header-style-6 #page-header {
		z-index: 1;
		padding: 50px 0;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-6 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-6 #page-header .breadcrumb li a,
	.header-style-6 #page-header .breadcrumb > li + li:before {
		color: #fff;
	}
	
	@media (max-width: 991px) {
		
		.header-style-1 #page-header {
			padding-top: 70px;
		}
		
		.header-style-2 #page-header {
			border-top: 1px solid #ebebeb;
		}
		
		.header-style-3 #page-header {
			padding-top: 30px;
			margin-top: 0;
		}
		
		.header-style-4 #page-header {
			padding-top: 85px;
		}
		
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	.footer-parallax #footer-container {
		position: fixed;
		z-index: -1;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	@media (max-width: 767px) {
		
		.footer-parallax #footer-container {
			position: relative;
			z-index: 1;
			bottom: 0;
			left: 0;
			right: 0;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 50px 0 20px 0;
		background-color: #00387a;
		color: #949494;
		font-size: 14px;
		font-weight: 300;
	}
	
	#footer a {
		color: inherit;
	}
	
	#footer a:hover {
		color: #fff;
	}
	
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #fff;
	}

    #footer.home-footer .widget{
        border: 1px solid #efe3af;
        border-radius: 5px;
        padding: 2px 10px;
        margin: 0px 8px;
        height: 305px;
    }
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-title {
        font-size: 16px;
		margin-bottom: 15px;
		letter-spacing: 2px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #fba344;
	}
	
	#footer .widget-tags a:hover {
		color: #fff;
	}
	
	#footer .widget-pages ul li,
	#footer .widget-archives ul li,
	#footer .widget-metadata ul li,
	#footer .widget-categories ul li {
		margin-bottom: 3px;
        line-height: 23px;
	}
	
	#footer .widget-pages ul li:last-child,
	#footer .widget-archives ul li:last-child,
	#footer .widget-metadata ul li:last-child,
	#footer .widget-categories ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul li a,
	#footer .widget-archives ul li a,
	#footer .widget-metadata ul li a,
	#footer .widget-categories ul li a {
		font-size: 12px;
		font-weight: 500;
        color: #fff;
	}
    #footer .widget-pages ul li a:hover{
        color: #ffa851;
    }
	
	#footer .widget-pages ul li a:before {
		opacity: 1;
	}
	
	#footer .widget-recent-posts ul li {
		border-bottom: 1px solid #444;
		margin-bottom: 25px;
	}
	
	#footer .widget-recent-posts ul li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#footer .widget-recent-posts ul li .post-title {
		color: #fff;
	}
	
	#footer .widget-recent-posts ul li .post-title:hover {
		color: #5967d6;
	}
	
	#footer .widget-contact {
		color: #fff;
	}
	
	#footer .widget-contact i,
	#footer .widget-contact small {
		color: #fba344;
	}
	
	#footer .widget-contact li:hover i {
		color: #5967d6;
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 30px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 15px 0;
		background-color: #00234d;
		color: #4c4c4c;
		font-size: 14px;
		font-weight: 300;
	}
	
	#footer + #footer-bottom {
		border-top: 1px solid #283c4b;
	}
	
	#footer-bottom a {
		color: inherit;
	}
	
	#footer-bottom a:hover {
		color: #fff;
	}
	
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 {
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-tags a:hover {
		color: #fff;
	}
	
	#footer-bottom .widget-text .copyright {
		text-align: right;
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 20px;
		}
		
		#footer-bottom .widget-text .copyright {
			text-align: left;
		}
		
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
	}
	
	.about-me-thumbnail {
		margin-bottom: 35px;
	}
	
	.about-me h4 {
		margin-bottom: 0;
	}
	
	.about-me h4 + p {
		font-size: 12px;
		letter-spacing: 3.5px;
		text-transform: uppercase;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	.service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box .service-box-content > a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		color: #212121;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box .service-box-content > a:hover {
		color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {}
	
	.service-box.style-1 .service-box-content {}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-1 .service-box-content h5:before {
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #5967d6;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1:hover .service-box-content h5:before {
		background-color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2 {}
	
	.service-box.style-2:before {
		position: relative;
		top: 8px;
		float: left;
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #5967d6;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-2 .service-box-content {
		margin-left: 30px;
	}
	
	.service-box.style-2 .service-box-content h5 {
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-2:hover:before {
		background-color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {}
	
	.service-box.style-3 > i {
		float: left;
		display: block;
		color: #5967d6;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-3.big-icon > i {
		margin-top: 7px;
		font-size: 72px;
		line-height: 72px;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 70px;
	}
	
	.service-box.style-3.big-icon .service-box-content {
		margin-left: 105px;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 19px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-3.big-icon .service-box-content h5 {
		padding-top: 0;
	}
	
	.service-box.style-3:hover > i {
		color: #212121;
		-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
				transform: scale(1.05);
	}
	
	
	/* SERVICE BOX STYLE 4 */
	.service-box.style-4 {}

	.service-box.style-4 > i {
		position: relative;
		z-index: 1;
		float: left;
		display: block;
		width: 60px;
		height: 60px;
		color: #fff;
		font-size: 42px;
		line-height: 60px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-4 > i:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #5967d6;
		content: "";
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-4 .service-box-content {
		margin-left: 80px;
	}

	.service-box.style-4 .service-box-content h4 {
		padding-top: 5px;
		margin-bottom: 30px;
		line-height: 26px;
	}
	
	.service-box.style-4:hover > i:after {
		background-color: #212121;
	}
	
	
	/* SERVICE BOX STYLE 5 */
	.service-box.style-5 {
		color: #212121;
	}
	
	.service-box.style-5 > i {
		display: block;
		margin-bottom: 20px;
		color: #ccc;
		font-size: 54px;
		line-height: 54px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-5.big-icon > i {
		margin-bottom: 25px;
		font-size: 72px;
		line-height: 72px;
	}
	
	.service-box.style-5 .service-box-content {}
	
	.service-box.style-5 .service-box-content h5 {
		margin-bottom: 15px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.service-box.style-5 .service-box-content > a {
		position: relative;
		bottom: -20px;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5:hover > i {
		color: #5967d6;
	}
	
	.service-box.style-5:hover .service-box-content > a {
		bottom: 0;
		opacity: 1;
	}
	
	
	/* SERVICE BOX STYLE 6 */
	.service-box.style-6 {}

	.service-box.style-6.icon-right {
		text-align: right;
	}

	.service-box.style-6 > i {
		display: block;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.service-box.style-6.icon-left > i {
		float: left;
		margin-right: 25px;
	}

	.service-box.style-6.icon-right > i {
		float: right;
		margin-left: 25px;
	}

	.service-box.style-6 .service-box-content h4 {
		padding-top: 8px;
		margin-bottom: 30px;
	}
	
	.service-box.style-6:hover > i {
		color: #5967d6;
		-webkit-animation: icon-zoom 0.4s linear;
				animation: icon-zoom 0.4s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
		}
	}
	
	
	/* SERVICE BOX STYLE 7 */
	.service-box.style-7 {
		position: relative;
		z-index: 1;
		padding: 65px 25px;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-7:before,
	.service-box.style-7:after {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 10px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.service-box.style-7:before {
		border-right: 1px solid #5967d6;
		border-left: 1px solid #5967d6;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.service-box.style-7:after {
		border-top: 1px solid #5967d6;
		border-bottom: 1px solid #5967d6;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.service-box.style-7 .service-box-overlay {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #121212;
		opacity: 0.9;
	}
	
	.service-box.style-7 > i {
		position: relative;
		z-index: 4;
		display: block;
		margin-bottom: 15px;
		color: #5967d6;
		font-size: 64px;
		line-height: 64px;
	}
	
	.service-box.style-7 .service-box-content {
		position: relative;
		z-index: 4;
	}
	
	.service-box.style-7 .service-box-content a {
		color: #5967d6;
	}
	
	.service-box.style-7 .service-box-content a:hover {
		color: #fff;
	}
	
	.service-box.style-7 .service-box-content h5 {
		text-transform: uppercase;
	}
	
	.service-box.style-7:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}
	.service-box.style-7:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.service-box.style-3 > i {
			float: none;
		}
		
		.service-box.style-3.big-icon > i {
			margin-bottom: 20px;
		}
	
		.service-box.style-3 .service-box-content {
			margin-left: 0;
		}
		
		.service-box.style-3.big-icon .service-box-content {
			margin-left: 0;
		}
		
		.service-box.style-4 > i {
			float: none;
			margin-bottom: 20px;
		}
		
		.service-box.style-4 .service-box-content {
			margin-left: 0;
		}
		
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 30px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail:after {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 0 solid #fff;
		content: "";
		-webkit-transition: all 0.1s;
				transition: all 0.1s;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 40px;
		background-color: rgba(89, 103, 214, 0.85);
		opacity: 0;
		-webkit-transform: scale(0.7);
			-ms-transform: scale(0.7);
				transform: scale(0.7);
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.zoom-action {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-indent: -9999px;
		cursor: url(../images/cursor.png), zoom-in;
	}
	
	.portfolio-item-hover a {
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a:hover {
		color: #212121;
	}
	
	.portfolio-item-details {
		text-align: center;
	}
	
	.portfolio-item-details h4 {
		margin-bottom: 5px;
	}
	
	.portfolio-item-details h6 {
		margin-bottom: 0;
		color: #838383;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 3px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover .portfolio-item-details {
		position: absolute;
		z-index: 3;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0 10px;
		opacity: 0;
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
	
	.portfolio-item-hover .portfolio-item-details h6 {
		color: #fff;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		padding: 40px 0;
	}
	
	.portfolio-item:hover .portfolio-item-thumbnail:after {
		border-width: 5px;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
		opacity: 1;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PORTFOLIO CLASSIC */
	.portfolio-item.portfolio-classic {
		margin-bottom: 50px;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		float: left;
		width: 66.666667%;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details {
		float: left;
		width: 33.333333%;
		padding: 0;
		padding-left: 30px;
		text-align: left;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details h6 {
		margin-bottom: 20px;
	}
	
	.portfolio-item.portfolio-classic:hover .portfolio-item-thumbnail:after {
		border-width: 0;
	}
	
	.portfolio-item.portfolio-classic:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* PROJECT DETAILS */
	.project-details {
		margin-bottom: 40px;
		list-style: none;
	}
	
	.project-details li {
		margin-bottom: 25px;
		line-height: 26px;
	}
	
	.project-details li:last-child {
		margin-bottom: 0;
	}
	
	.project-details li i {
		float: left;
		display: block;
		width: 52px;
		height: 52px;
		border: 1px solid #ebebeb;
		margin-right: 15px;
		font-size: 32px;
		line-height: 50px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.project-details li h4 {
		margin-bottom: 0;
		line-height: 26px;
		font-weight: 500;
	}
	
	.project-details li a {
		color: #878787;
	}
	
	.project-details li:hover i {
		border-color: #5967d6;
		background-color: #5967d6;
		color: #fff;
	}
	
	.portfolio-item.portfolio-classic .project-details:after,
	.portfolio-item.portfolio-classic .project-details li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.portfolio-item.portfolio-classic .project-details li {
			float: left;
			width: 50%;
			padding-left: 15px;
		}
		
		.portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
			padding-left: 0;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.portfolio-item-hover {
			margin: 20px;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-thumbnail,
		.portfolio-item.portfolio-classic .portfolio-item-details {
			float: none;
			width: 100%;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details {
			padding: 0;
			margin-top: 20px;
		}
		
		.portfolio-item.portfolio-classic .project-details li {
			float: left;
			width: 50%;
			padding-left: 15px;
		}
		
		.portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
			padding-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.portfolio-item-hover {
			margin: 20px;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-thumbnail,
		.portfolio-item.portfolio-classic .portfolio-item-details {
			float: none;
			width: 100%;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details {
			padding: 0;
			margin-top: 20px;
		}
		
		
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 80px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-title {
		margin-bottom: 15px;
	}
	
	.blog-article-details {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.blog-article-details a {
		display: inline-block;
		padding-right: 10px;
		border-right: 1px solid #838383;
		margin-right: 5px;
		color: #838383;
		line-height: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:last-child {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
	
	.blog-article-details a:before {
		margin-right: 3px;
		font-family: "materia-icons";
		font-size: 20px;
	}
	
	.blog-article-details a.author:before {
		content: "\e9f3";
	}
	
	.blog-article-details a.date:before {
		content: "\e920";
	}
	
	.blog-article-details a.comments:before {
		position: relative;
		top: 4px;
		content: "\e9d3";
	}
	
	.blog-article-details a:hover {
		color: #5967d6;
		text-decoration: none;
	}
	
	.blog-article-content {
		font-size: 16px;
	}
	
	.blog-article-content > a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		color: #5967d6;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a:hover {
		border-color: #212121;
		color: #212121;
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 70px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 100px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 100px;
		margin-bottom: 65px;
	}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		color: #212121;
		font-size: 14px;
		letter-spacing: 3px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #5967d6;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 24px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.comment-metadata a {
		color: #878787;
	}
	
	.comment-content {
		font-size: 16px;
	}
	
	.reply {}
	
	.reply a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 3px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		border-color: #212121;
		color: #212121;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {}
	
	#commentform {
		margin: 70px 0 30px;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	.commentform-email,
	.commentform-author {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	
	.commentform-email {
		padding-left: 15px;
	}
	
	.commentform-author {
		padding-right: 15px;
	}
	
	#commentform button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	@media (max-width: 767px) {
		
		.commentlist li > ul.children {
			margin-left: 20px
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
		.commentform-email,
		.commentform-author {
			float: none;
			width: 100%;
			padding: 0;
		}
		
	}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		margin-bottom: 10px;
		color: #f30d39;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		border-color: #286090;
        border-radius: 10px
	}
	
	#contact-form button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	#contact-form.quick-contact-form textarea,
	#contact-form.quick-contact-form input[type="text"],
	#contact-form.quick-contact-form input[type="email"] {
		background-color: transparent;
		border-color: #c1c1c1;
	}
	
	#contact-form.quick-contact-form textarea {
		height: 175px;
	}
	
	#contact-form.quick-contact-form button[type="submit"] {
		margin-top: 0;
	}
	
	#contact-form.quick-contact-form textarea:focus,
	#contact-form.quick-contact-form input[type="text"]:focus,
	#contact-form.quick-contact-form input[type="email"]:focus {
		border-color: #5967d6;
	}

		#contact-form textarea:focus,
		#contact-form input[type="text"]:focus,
		#contact-form input[type="email"]:focus {
			border-color: #ffad00;
		}
	
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 90%;
		min-height: 100px;
		vertical-align: top;
	}

    .icons-list li a{
        color: #0086b2;
        font-weight: bold;
        line-height: 22px;
    }

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
    .icons-list.useful{
        text-align: center !important;
    }
    .icons-list.useful img{
        height: 120px !important;
        Min-width: 130px;
        text-align: center;
    }
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	}
    @media (max-width:680px) {
        #header-top {
            font-size: 18px;
            line-height: 24px;
            color: #2e2e2e;
            text-align: center;
            /*margin-top:20px;*/
        }
    }
    .logo img {
        /*width: 70px;
        height: 125px;*/
        overflow: hidden;
        margin: 10px auto;
        padding: 0px;
        text-align: center;
    }

    @media (min-width: 1824px) {
        .logo img{
            margin: 0;
        }
    }

    #header-top h1 {
        font-family: Berlin Sans FB;
        font-weight:normal;
        font-size: 40px;
        margin-bottom: 8px;
        line-height: 35px;
        color: #00387a;
    }

    #header-top p {
        color: #89251b;
        margin-bottom: 0px;
        line-height: 23px;
        font-size: 16px;
        font-weight: 500;
    }
    .mobile p{
        color: #fff;
		margin: 0px;
		display: none;
    }

    @media screen and (max-width: 992px) {
        .logo img {
            margin: 0;
            height: 80px;
        }

        #header-top h1 {
            font-size: 36px;
            line-height: 32px;
            color: #00387a;
            margin-bottom: 10px;
        }

        #header-top p {
            line-height: 25px;
            margin-bottom: 0px;
            font-size: 14px;
            font-weight: bold;
        }

        #header-top p:last-child{
            margin-bottom: 10px;
        }

        .mobile {
            background: #00387a;
            display: inline-block;
            padding: 12px 0px;
        }

        .mobile p{
			display: block;
		}
    }

    #header-top .span1 {
        width: 100%;
        float: left;
        padding: 2px;
        margin: 5px 0px -10px 0px;
        /*background: #ffe259;
        background: -webkit-linear-gradient(to bottom, #ffa751, #ffe259);
        background: linear-gradient(to bottom, #ffa751, #ffe259);*/
        border-top: 2px solid #e3bc13;
        color: #333;
        display: block;
        clear: both;
        text-align: center !important;
    }
    #header-top .span1 marquee{
        margin-top: 9px;
        margin-bottom: -3px;
    }
    #header-top .span1 a{
        color: #00387a;
        font-size: 17px;
        font-weight: bold;
    }
    #header-top .span2 {
        width: 99%;
        float: left;
        padding: 2px;
        margin: 5px 0px 5px 0px;
        background: #1D976C;
        background: -webkit-linear-gradient(to bottom, #93F9B9, #1D976C);
        background: linear-gradient(to bottom, #93F9B9, #1D976C);
        color: #333;
        font-size: 16px;
        font-weight: bold;
        display: block;
        clear: both;
        text-align: center !important;
    }


    .header-address ul{
        margin-bottom: 0px;
    }

    .header-address ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 7px;
    }

    .header-address ul li:not(:last-child) {
        padding-right: 30px;
    }

    /*.header-address ul li:not(:last-child)::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        height: 24px;
        width: 1px;
        background-color: #32dcd2;
    }*/

    .header-address ul li a{
        font-size: 16px;
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }

    .header-address ul li a span {
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        font-size: 18px;
        line-height: 1;
        display: inline-block;
        transform: translateY(3px);
    }

    .header-address ul li a span.phone{
        color: #447a00;
    }

    .header-address ul li a span.email{
        color: #b16402;
    }

    .header-address ul li a span.youtube{
        color: #f3160a;
    }


    @media screen and (max-width: 992px){
        .header-address ul li {
            line-height: 18px;
            padding-left: 23px;
            padding-bottom: 2px;
        }

        .header-address ul li a{
            font-size: 12px;
        }

        .header-address ul li a span{
            font-size: 15px;
        }

        .header-address ul li:not(:last-child){
            padding-right: 2px;
        }
    }



    .header-cta .social-media.rounded a {
        line-height: 25px !important;
        line-height: 33px !important;
        font-size: 18px;
        width: 31px;
        height: 31px;
    }

    .header-cta .social-media a {
        display: inline-block !important;
        padding: 0px !important;
    }

    .header-cta .social-media.rounded a.facebook {
        color: #0e59a0 !important;
        border-color: #0e59a0 !important;
    }

    .header-cta .social-media.rounded a.instagram {
        background: linear-gradient(to bottom right, #405DE6, #5B51D8, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-color: #cc181e !important;
    }

    .header-cta .social-media.rounded a.youtube {
        color: #cc181e !important;
        border-color: #cc181e !important;
    }

    .header-cta .social-media.rounded a.facebook:hover{
        color: #0e59a0 !important;
        border: 1px solid #00387a !important;
    }

    .header-cta .social-media.rounded a.instagram:hover{
        border: 1px solid #00387a !important;
    }

    .header-cta .social-media.rounded a.youtube:hover {
        color: #cc181e !important;
        border: 1px solid #00387a !important;
    }



    .top-portal{
        padding: 10px 10px 0;
        text-align: center;
        background: #efe3af;
        border-radius: 5px;
        box-shadow: 0px 3px 10px 0px rgba(111, 111, 111, 0.50);
    }

    .top-portal:hover{
        box-shadow: 0 3px 9px #a75c01;
        cursor: pointer;
    }

    .top-portal p{
        padding: 8px;
        margin-bottom: 7px !important;
    }

    .top-portal p span{
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border: 2px solid #ab932a;
        border-radius: 5px;
        padding: 5px;
    }

    .top-portal-link{
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .top-portal-link li{
        list-style: none;
        line-height: 26px;
        padding-right: 9px;
        margin-bottom: 5px;
    }

    .top-portal-link li a{
        color: #a55c00;
        font-weight: bold;
        text-decoration: none;
        border: 2px solid #a75c01;
        border-radius: 5px;
        padding: 3px 7px;
        font-size: 14px;
    }

    .top-portal-link li a:hover{
        color: #fff;
        background: #a75c01;
        box-shadow: 0 3px 9px #a75c01;
    }


    @media screen and (max-width: 992px) {

        .top-portal {
            padding: 10px 5px 10px;
            margin-bottom: 10px;
        }

        .top-portal p {
            padding: 6px;
            margin-bottom: 0px !important;
        }

        .top-portal p span {
            font-size: 14px;
        }

        .top-portal-link li {
            padding-right: 2px;
            line-height: 24px;
            margin-bottom: 0;
        }

        .top-portal-link li a {
            font-size: 11px;
        }
    }


    .top-founder{
        text-align: center;
    }

    .top-founder p{
        color: #89251b !important;
        margin-bottom: 0px !important;
        line-height: 20px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .top-founder img{
        /*width: 94px;*/
        height: 90px;
        overflow: hidden;
        margin: 10px auto;
        padding: 0px;
    }


    .What-new .text-box-2{
        margin-top: -580px;
		height: 430px;
		width: 360px;
		background: rgba(255,255,255,0.70);
		float: right;
		color: #000;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
    .What-new .text-box-2 h2{
        margin: 0 -25px 10px;
        padding: 10px 0px 0px 20px;
		/*background: #0199c8;*/
		color: #264400;
        text-align: left;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-top: 2px solid #78963c;
	}
    .What-new .text-box-2 marquee ul li a{
        color: #000;
        font-size: 14px;
    }
    .What-new.text-box-2:hover {
        background: rgba(255,255,255,0.70);
        color: #000;
	}
    @media (max-width: 767px) {
        .What-new .text-box-2 {
            display: none;
        }
	}

    .counselling-placement-area {
        width:100%;
	    overflow:hidden;
	    height:auto;
	    margin-bottom:5px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    padding:10px;
	    background: #1cb780;  
	    background: -webkit-linear-gradient(to right, #93F9B9, #1cb780);
	    background: linear-gradient(to right, #93F9B9, #1cb780);
	    transition: 0.5s;
    }
    .counselling-placement-area a {
	    font-family: bahnschrift;
	    font-size:20px;
	    color:#134E5E;
	    font-weight:bold;
	    line-height:30px;
	    margin-top:10%;
	    text-shadow:#dbdbdb 0px 1px 3px;
    }
    .counselling-placement-area a i {
	    font-size:33px;	
	    width:53px !important;
	    margin:5px 10px 5px 0px;
	    float:left;
	    background-color:#FFF;
	    padding:10px 5px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    -webkit-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    -moz-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    text-align:center;
    }
    .certificate-course {
        width:100%;
	    overflow:hidden;
	    height:auto;
	    margin-bottom:5px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    padding:10px;
	    background: #DCE35B; 
	    background: -webkit-linear-gradient(to left, #45B649, #DCE35B);  
	    background: linear-gradient(to left, #45B649, #DCE35B); 
	    transition: 0.5s;
    }
    .certificate-course a {
	    font-family: bahnschrift;
	    font-size:20px;
	    color:#134E5E;
	    font-weight:bold;
	    line-height:30px;
	    margin-top:10%;
	    text-shadow:#dbdbdb 0px 1px 3px;
    }
    .certificate-course a i {
	    font-size: 33px;	
	    width: 53px !important;
	    margin: 5px 10px 5px 0px;
	    float: left;
	    background-color: #FFF;
	    padding: 10px 5px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    -webkit-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    -moz-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    text-align:center;
    }

    .text-box.bordered .widget .notice {
        min-height: 505px;
	    max-height: 506px;
        font-family: 'Roboto Slab', serif;
    }

    .text-box.bordered .widget .Webinar {
	    min-height: 430px;
	    max-height: 431px;
	    font-family: bahnschrift;
	    font-size: 16px;
	    color: #333333;
	    text-align: left;
	    background-color: #ebefe4 !important;
    }
    .text-box.bordered .widget .Webinar li img {
        width: 96%;
        height: 190px !important;
        padding: 1%;
        float: left;
        height: auto;
        overflow: hidden;
        display: block;
        clear: both;
        margin: 10px 0px;
        border: #363 2px dotted;
    }
    .text-box.bordered .widget .Webinar li p{
        font-size: 15px;
        text-align: center;
        line-height: 23px;
    }
    .text-box.bordered .widget .Important-links {
	    min-height: 521px;
	    max-height: 522px;
	    font-family: bahnschrift;
	    font-size: 16px;
	    color: #333333;
	    text-align: left;
    }
    .text-box.bordered .widget .Important-links li {
        line-height: 33px;
    }
    .text-box.bordered .widget .Important-links li:before {    
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 0 10px 0 0px;
	    color: #0086b2;
        font-weight: bold;
    }
    .text-box.bordered .widget .Important-links li a {
	    color: #333333;
	    text-decoration: none;
        font-weight: 500;
    }
    .text-box.bordered .widget .ug {
	    min-height: 560px;
        max-height: 561px;
	    font-family: bahnschrift;
	    font-size: 16px;
	    color: #333333;
	    text-align: left;
    }
    .text-box.bordered .widget .Tender {
	    min-height: 410px;
	    max-height: 411px;
	    font-family: bahnschrift;
	    font-size: 16px;
	    color: #333333;
	    text-align: left;
    }

    .text-box.bordered .widget .view-more {
        width: 100%;
        background-color: #a55c00;
        margin-top: 20px;
        padding: 5px 10px;
        text-align: center;
        float: none;
        display: block;
        clear: both;
        color: #fff;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px; /* future proofing */
        -khtml-border-radius: 10px 10px 0px 0px; /* for old Konqueror browsers */
    }
    .widget {
        background-color: none;
    }
    .notice,
    .Webinar,
    .Important-links,
    .ug,
    .Tender{
        list-type: none;
        margin: 0;
        padding: 0;
        overflow-y: scroll;
    }
    .notice::-webkit-scrollbar,
    .Webinar::-webkit-scrollbar,
    .Important-links::-webkit-scrollbar,
    .Tender::-webkit-scrollbar {
        background-color: transparent;
        width: 0px;
    }

    .notice:hover::-webkit-scrollbar,
    .Webinar:hover::-webkit-scrollbar,
    .Important-links:hover::-webkit-scrollbar,
    .Tender:hover::-webkit-scrollbar {
        width: 10px;
    }
    .notice:hover::-webkit-scrollbar-thumb,
    .Webinar:hover::-webkit-scrollbar-thumb,
    .Important-links:hover::-webkit-scrollbar-thumb,
    .Tender:hover::-webkit-scrollbar-thumb {
        background-color: #888;
    }

    @media (hover: none) {
        .notice::-webkit-scrollbar,
        .Webinar::-webkit-scrollbar,
        .Important-links::-webkit-scrollbar,
        .Tender::-webkit-scrollbar {
            width: 8px;
        }
        .notice::-webkit-scrollbar-thumb,
        .Webinar::-webkit-scrollbar-thumb,
        .Important-links::-webkit-scrollbar-thumb,
        .Tender::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, 0.2);
        }
    }
    .wrapingimage {
        float: left;
        margin-right: 5px;
        padding-right: 10px;
        /*margin-bottom: -10px;*/
    }

    .wrapingimage img.Coll{
        width: 210px; 
        height: 190px;
    }

    .wrapingimage img.Princ{
        width: 135px; 
        height: 140px;
    }

	.wrapingimage img.dept-about{
		width: 415px; 
        height: 215px;
	}

    @media screen and (max-width: 992px) {
        .wrapingimage img.Coll {
            width: 180px;
            height: 170px;
        }

        .wrapingimage img.Princ {
            width: 135px;
            height: 140px;
        }
    }

    .list-aggregate li {
        list-style: none;
        border-bottom-color: #e5e5e5;
        padding: 5px 0px;
    }

    .list-aggregate li a { color: #5e7d22 }

    .list-aggregate li:hover a { color: #fff !important; }

    .list-aggregate li:nth-child(odd) {
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(214,246,149,1) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(214,246,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(214,246,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6f695',GradientType=1 ); /* IE6-9 */
	    -webkit-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    -moz-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
    }

    .list-aggregate li:nth-child(even) {
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,239,255,1) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,239,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,239,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffefff',GradientType=1 ); /* IE6-9 */
	    -webkit-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    -moz-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
    }

    .list-aggregate > li > p {
        margin-bottom: 0px;
        font-size: 15px !important;
        font-weight: 500;
	    height:auto !important;
	    color: #352828 !important; 
	    padding: 0px;
	    font-family: 'Pathway Gothic One', sans-serif;
    }
    .list-aggregate li p:before {    
        font-family: 'FontAwesome';
        content: '\f044';
        margin:0 20px 0 0px;
	    color:#76a424;
    }

    .body-bg {
        width: 100%;
        background-image: url(../../Images/Parallax1.jpg );
        background-position: center top;
        background-repeat: repeat;
    }

    .All{
        border-top: 2px solid #0086b2;
        background-color: #f8f8f8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: none;
    }
    .left-menu-area ul li {
        list-style: none;
        font-size: 15px;
        line-height: 32px;
        padding: 0px 10px;
        margin: 0px;
    }
    .left-menu-area ul li a{
        color: #403f3d;
        text-decoration: none;
    }
    .left-menu-area ul li a:hover{
        color: #0086b2;
        text-decoration: none;
    }
    .left-menu-area ul li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 0 10px 0 0px;
    }

    .table-content {
	    width: 520px;
	    float:left;
	    height:auto;
	    overflow-x:auto;
	    display:block;
	    clear:both;
    }
    .table-content table {
	    /*width:100%;*/
	    border:#78963c 1px dashed;
	    height:auto;
	    overflow:hidden;
    }
    .table-content table th {
	    background-color: #78963c;
	    color: #FF3;
	    text-align: left;
    }
    .table-content table tr td {
	    padding: 5px;
	    font-size: 14px !important;
	    margin: 5px !important;
	    border: #d3f392 1px solid !important;
    }
    .table-content table tr td a{
        color: #78963c;
        font-weight: 500;
    }
    .table-content tr:nth-child(odd) {
	    background-color:#fff9ff !important;
    }
    .table-content tr:nth-child(even) {
	    background-color:#fefeff !important;
    }

    @media (max-width: 767px){
        .All {
            display: none;
        }
        .table-content{
            width: 330px;
        }
    }
    .point {
        font-size: 18px;
        line-height: 30px;
        color: #00387a;
        width: 50%;
        font-weight: 600;
        margin: 30px 0px 10px;
        padding: 0px 0px 0px 10px;
        border-left: #00387a 2px solid;
        background: -moz-linear-gradient(left, rgba(120,150,60,0) 0%, rgba(120,150,60,0) 30%, rgba(120,150,60,1) 100%); 
        background: -webkit-linear-gradient(left, rgba(120,150,60,0) 0%,rgba(120,150,60,0) 30%,rgba(120,150,60,1) 100%); 
        background: linear-gradient(to right, rgba(120,150,60,0) 0%,rgba(120,150,60,0) 30%,rgb(243,188,128) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078963c', endColorstr='#78963c',GradientType=1 );
    }

    .pointer{
        color: #c05c1b;
        font-weight: bold;
        width: 100%;
        margin: 20px 0px 10px;
    }

    .pointer:after{
        display: block;
        width: 60px;
        border-bottom: 2px dashed #c05c1b;
        margin-top: 5px;
        content: "";
    }

    @media (max-width: 767px){
        .point,
        .pointer {
            width: 100%;
        }
    }

    .faculty {
	    width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
        background: #f5f5f5;
        display: block;
        clear: both;
        border-radius: 5px;
        margin: 0;
        padding: 10px 5px;
        border: solid 1px #e1e1e1;
        text-align: left;
    }
    .faculty img {
	    float: left;
	    padding: 0px;
	    border-radius: 50%;
        border: #f9ba01 5px solid;
        width: 130px;
        height: 135px;
        margin: 0px 10px 0px 5px;
	    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
	    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
	    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
    }
    @media (max-width: 767px){
        .faculty {
            padding: 5px 5px;
        }
        .faculty img {
            width: 85px;
            height: 85px;
        }
    }
    .faculty .name{
        font-size: 18px;
        color: #00387a;
        font-weight: bold;
    }

    /*.faculty .name:before{
        content: "";
        width: 70px;
        margin-top: 55px;
        position: absolute;
        display: inline-block;
        border-bottom: #f9ba01 3px solid;
    }*/
    .faculty .job{
        color: #fa6a2f;
    }
    .faculty .deg{
        color: #21216d;
        margin-top: 20px;
        font-size: 13px;
    }
    .faculty .deg:before{
        content: "";
        width: 70px;
        margin-top: -13px;
        position: absolute;
        display: inline-block;
        border-bottom: #f9ba01 3px solid;
    }
    .faculty p{
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 20px;
        border-radius: 5px;
    }
    .faculty a {
	    padding: 5px 10px;
	    float: left;
	    color: #FFF;
	    background-color: #0086b2;
        border-radius: 5px;
    }

    .Tic:before {
        font-family: 'FontAwesome';
        content: '\f046';
        margin: 0 10px 0 0px;
        color: #76a424;
    }
    .arrow li{
        list-style: none;
        padding: 5px 10px !important;
        margin: 0px 10px !important;
    }
    .arrow li:before {
        font-family: 'FontAwesome';
        content: '\f0a4';
        margin: 0 10px 0 0px;
        color: #151515;
    }
    .arrow li a{
        color: #78963c;
        padding: 0px;
        margin: 0px;
    }

    .right a{
        margin-left: 10px;
        margin-bottom: 5px;
        /*float: right;*/
    }
    @media (max-width: 767px){
        .right a {
            float: none;
        }
    }
    .exam-tab{
        width: 100%;
        float: left;
        height: 250px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        box-shadow: 0px 5px 16.74px 1.26px rgb(60 57 90 / 14%);
        background: #fff;
    }
    .exam-tab div {
        background: #134E5E;
        background: -webkit-linear-gradient(to bottom, #71B280, #134E5E);
        background: linear-gradient(to bottom, #71B280, #134E5E);
        font-family: calibri;
        font-weight: bold;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    .exam-tab ul li {
        padding: 5px 15px !important;
        margin: 5px 15px !important;
        list-style: none;
        border-bottom: #033 1px solid;
    }
    .exam-tab ul li:before {
        font-family: 'FontAwesome';
        content: '\f058';
        margin: 0 15px 0 0px;
        color: #134E5E;
        float: left;
        font-size: 19px;
    }
    .exam-tab ul li a {
        font-size: 16px;
        color: #134E5E;
    }

    @media (max-width: 767px) {
        .popup {
            padding: 6px 10px;
            font-size: 14px;
        }
    }

    .Album {
        width: 300px !important;
        height: 190px !important;
    }

    @media screen and (max-width: 992px) {
        .Album {
            width: 100% !important;
            height: 210px !important;
        }
    }

    .thumb {
        text-align: center;
    }

    .gallery-title {
        margin-bottom: 25px;
    }
    .gallery-title p {
        color: #0086b2;
        text-align: center;
        padding-top: 0px;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 21px;
    }

    .gallery-title p a {
        color: #fa6a2f;
    }

    p.font14 {
        margin-bottom: 13px;
        display: inline-block;
        border-bottom: 2px solid red;
    }

    p.font18 {
        color: #1F497D;
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #1F497D;
    }

    .star {
        list-style: none;
        text-align: justify;
        margin-left: 40px;
    }

    .star li {
        text-indent: -30px;
        line-height: 25px;
    }

    .star li:before {
        float: left;
        display: block;
        content: '\2756';
        color: #00387a;
        margin: 0 30px 0 0;
    }

    .star li a{
        font-weight: bold;
        color: #0086b2;
    }

    .col-sm-4 .fancybox img{
        height: 250px;
        width: 100%;
    }

    .col-sm-3 .fancybox img{
        height: 210px;
        width: 100%;
    }

    .fancybox-text{
        color: #273d62;
        text-align: center;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: 15px;
    }
    @media screen and (max-width: 992px) {
        .fancybox img {
            width: 100% !important;
            height: 200px !important;
        }
    }

    #footer .social-media.rounded a{
        line-height: 25px !important;
    }

    #footer .social-media a{
        display: inline-block !important;
        padding: 0px !important;
    }

    .contactpnl {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .contactpnl h2 i{
        width: 80px;
        height: 80px;
        background: #22b0d5;
        border-radius: 50%;
        text-align: center;
        line-height: 73px;
        color: #ffffff;
        border: 4px solid #99edff;
    }

    .contactpnl h3 {
        font-weight: 600;
        font-size: 25px;
        margin: 0 0 10px;
        color: #0086b2;
    }

    .contactpnl .infodtl{
        padding-left: 15px;
    }

    .Dept-home .title-wrap {
        /*border-bottom: 3px solid #00387a;*/
        margin: 0px;
    }

    .Dept-home .title-wrap .secTitle {
        background: #00387a;
        display: inline-block;
        padding: 5px 75px 5px 15px;
        position: relative;
        color: #fff;
        margin: 0;
        font-size: 25px;
        line-height: 33px;
        font-weight: normal;
    }

    .Dept-home .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

    .Dept-home .gray-bg .title-wrap .secTitle::after, .grayBg .title-wrap .secTitle::after {
        background: -webkit-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    }

    .Dept-home .title-wrap .secTitle::after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        width: 60px;
        height: 100%;
        background: #00387a;
        background: linear-gradient(45deg, #00387a 0%, #00387a 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    }

    @media screen and (max-width: 767px){
        .Dept-home .title-wrap .secTitle {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 20px;
        }
        .Dept-home .title-wrap .secTitle::after{
            width: 60px;
        }
    }

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.blink {
    color: #fff;
    font-weight: bold;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


/***********************************************************************************
 *	- PQuestion
 ***********************************************************************************/


    .tree {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        
    .tree ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 1em;
        position: relative;
    }

    .tree ul ul {
        margin-left: 0.5em;
    }
        
    .tree ul:before {
		content: "";
        display: block;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-left: 1px solid;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree li .expand {
        display: block;
    }

    .tree li .collapse {
        display: none;
    }

    .tree li a {
        text-decoration: none;
        color: #369;
    }

    .tree li button {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .tree li button:active {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .tree li button:focus {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .indicator {
        margin-right: 15px;
        cursor: pointer;
    }

    

    .Calendar iframe{
        height: 430px;
        width: 100%;
    }

    @media screen and (max-width: 767px){
        .Calendar iframe{
            height: 420px;
            width: 100%;
        }

        .pl-none {
            padding-left: 20px !important;
        }
    }

    @media (min-width: 1824px) {
        .Calendar iframe {
            height: 368px;
            width: 100%;
        }
    }



.home-left-video {
    padding: 10px 10px 0;
    text-align: center;
    background: #efe3af;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(136 38 27);
    margin-bottom: 20px;
}

.home-left-video iframe{
    width: 100%;
    height: 275px;
}

.home-left-video p{
    color: #99251b;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding-bottom: 7px;
}

.home-left-video img{
    width: 100%;
    height: 275px;
}

@media screen and (max-width: 767px) {
    .home-left-video img {
        height: 245px;
    }
}


/*
 * News 
 * -----------------------------------------------
*/

.News {
    min-height: 549px;
    max-height: 550px;
}

.News {
    list-type: none;
    margin: 0;
    padding: 0px;
    margin-bottom: 10px;
    /*overflow-y: scroll;*/
}

    .News article {
        display: flex;
        padding: 0px 5px;
        border-bottom: 1px solid #e3baab;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .News .event-block {
        margin: 4px 0;
        position: relative;
    }

    .News .event-date {
        padding: 0px 0px;
        line-height: 24px;
        color: #00387a;
        font-weight: bold;
        font-size: 15px;
        position: absolute;
        -webkit-transition: all 200ms ease-in-out 0s;
        -o-transition: all 200ms ease-in-out 0s;
        transition: all 200ms ease-in-out 0s;
    }

    .News ul {
        list-style: none;
        margin-bottom: 0;
    }

        .News ul li {
            font-family: 'Roboto', Arial, Tahoma, sans-serif;
            font-size: 16px;
            margin-bottom: 6px;
            font-weight: bold;
            color: #00387a;
        }

    .News .event-meta {
        padding-left: 100px;
    }

    .News .event-title {
        line-height: 22px;
        margin-bottom: 0 !important;
    }

        .News .event-title a {
            font-family: 'Roboto', Arial, Tahoma, sans-serif;
            color: #00387a;
            margin-bottom: 5px;
            font-size: 15px;
        }

    .News .event-meta span {
        font-size: 12px !important;
        padding: 6px;
        color: #454e81;
        font-weight: 500;
        border-radius: 25px;
    }

        .News .event-meta span a {
            font-size: 12px !important;
            padding: 6px;
            border: 1px solid #e7e4e9;
            color: #454e81;
            font-weight: 500;
            border-radius: 25px;
        }

    .News article:hover {
        background-color: #fff4c3;
    }

        .News article:hover ul li,
        .News article:hover .event-title a,
        .News article:hover .event-date,
        .News article:hover .event-meta span,
        .News article:hover .event-meta span a {
            color: #99251b !important;
            text-decoration: none;
        }
        
        .News article .event-meta span.label-danger{
            color: #fff !important;
            border-radius: 5px;
            padding: 4px 8px;
        }

    .News .event-title a:focus {
        text-decoration: none;
    }

    /*.News::-webkit-scrollbar-track {
        background: #e8f8ff;
    }

    .News::-webkit-scrollbar-thumb {
        background-color: #a2d9f7;
    }

        .News::-webkit-scrollbar-thumb:hover {
            background-color: #125875;
        }*/

@media screen and (max-width: 992px) {
    .News .event-date {
        padding: 0px 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .News ul li {
        font-size: 15px;
    }

    .News .event-meta {
        padding-left: 95px
    }

    .News .event-title {
        line-height: 17px;
    }

    .News .event-title a {
        font-size: 12px;
    }
}


