::selection {
	background: #345220;
	color: #fff;
}

::-moz-selection {
	background: #345220;
}





body {
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Open sans, Arial;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	background-color: #fff;
}

/*---------------new css (18-06-2019)-----------------------*/
.dropbtn {
	background-color: #e6e7e9;
	color: #717171;
	padding: 20px;
	font-size: 16px;
	border: none;
	font-weight: 600;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: #345220;
	background-color: #d2ab67;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #d2ab67;
	padding: 40px 20px 39px;
	color: #34521f;
}

/*-------------------------new css (16-06-2019) ends-------------------------------------------------*/
.preloader_hide {
	opacity: 0;
}

#preloader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -16px 0 0 -16px;
	display: block;
}

section {
	background-color: #fff;
}

.abt {
	padding: 5% 0;
}


.dept {
	padding-top: 50px;
}

.captcha {
	margin: 0px 0 2px 0 !important;
	width: 78% !important;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

a,
input,
select,
textarea {
	vertical-align: top;
	outline: none !important;
	/*	-webkit-appearance: none;*/
	-webkit-border-radius: 0;
}

select:-moz-focusring {
	color: transparent;
	outline: none !important;
	text-shadow: 0 0 0 #000 !important;
	border: 0 !important;
}

textarea {
	resize: none;
}

img {
	outline: 0;
	vertical-align: top;
	border: 0;
	max-width: 100.1%;
	height: 100%;
}

a {
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #d2ab67;
}

.course-box {
	padding: 10px;
	margin: 10px;
	text-align: justify;
}

.course-box p {
	color: #333;
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: justify;
}

.enq-box {
	background-color: #333;
	padding: 10px;
	overflow: hidden;
}

.dept-section {
	position: relative;
	padding-left: 69px;
	padding-top: 18px;
	margin-bottom: 80px;
	min-height: 110px;
	border: 1px solid #ffcc50;
	border-radius: 10px;
	padding: 30px 30px;

}

.depimg {
	display: flex;
	gap: 30px;
	align-items: center;
}

.dept-section p {
	font-family: 'Roboto', Open sans, Arial;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 10px;
	line-height: 20px;
	color: #ffcc50;
}

.depa {
	padding-top: 15px;
}

.deprow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.read-more-btn {
	font-size: 14px !important;
	cursor: pointer;
	color: #ffcc50 !important;
	margin-top: 10px;
	font-weight: normal !important;
	border-bottom: 1px solid #ffcc50;
	padding: 4px 0px;
}

.dept-section a {
	font-size: 18px;
	color: #ffcc50;
	font-weight: normal;
}

/* .dept-section-letter {
	position: absolute;
	left: 0;
	top: 0;
} */

.dotli li {
	background: url('../images/dot.png') no-repeat left 6px;
	padding-left: 30px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;

}

.margbot0 {
	margin-bottom: 0;
}

.margbot5 {
	margin-bottom: 5px !important;
}

.margbot10 {
	margin-bottom: 10px;
}

.margbot20 {
	margin-bottom: 20px;
}

.margbot25 {
	margin-bottom: 25px;
}

.margbot30 {
	margin-bottom: 30px !important;
}

.margbot40 {
	margin-bottom: 40px;
}

.margbot50 {
	margin-bottom: 50px;
}

.margbot60 {
	margin-bottom: 60px;
}

.margbot70 {
	margin-bottom: 70px;
}

.margbot80 {
	margin-bottom: 80px;
}

.pad0 {
	padding: 0 !important;
}

.padbot0 {
	padding-bottom: 0 !important;
}

.padbot10 {
	padding-bottom: 10px !important;
}

.padbot20 {
	padding-bottom: 20px !important;
}

.padbot30 {
	padding-bottom: 30px !important;
}

.padbot40 {
	padding-bottom: 40px !important;
}

.padbot50 {
	padding-bottom: 50px !important;
}

.padbot60 {
	padding-bottom: 60px !important;
}

.padbot70 {
	padding-bottom: 70px !important;
}

.padbot80 {
	padding-bottom: 80px !important;
}

.padtop0 {
	padding-top: 0 !important;
}







/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
	border-color: #ededed;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0 0 20px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: 'Roboto', Open sans, Arial;
	;
	text-transform: none;
	font-weight: 900;
	color: #333;
}

h1 {
	margin: 0 0 26px;
	line-height: 46px;
	font-size: 46px;
}

h2 {
	margin: 0 0 26px;
	line-height: 40px;
	font-size: 40px;
}

h3 {
	margin: 0 0 21px;
	line-height: 38px;
	font-size: 30px;
}

h4 {
	margin: 0 0 34px;
	line-height: 25px;
	font-size: 20px;
}

h5 {
	margin: 0 0 15px;
	line-height: 20px;
	font-size: 15px;
}

h6 {
	margin: 0 0 15px;
	line-height: 20px;
	font-size: 12px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.color_text {
	color: #30a67c;
}


section .title {
	padding-bottom: 26px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	font-size: 34px;
	color: #345220;
	font-family: Tahoma;
	padding-left: 15%;
	padding-right: 15%;
}

.dept {
	padding: 5% 0;
	padding-bottom: 1%;
}








/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 24px 27px 22px;
	border: 2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn:hover {
	color: #333;
	border-color: #333;
}

.btn-active {
	background-color: #1c1c1c;
	color: #fff;
	border-color: #1c1c1c;
}

.btn-active:hover {
	color: #fff;
}


.btn-lg {
	padding: 19px 30px;
	font-size: 18px;
}

.btn-sm {
	padding: 6px 20px 5px;
	font-size: 13px;
}

.btn-xs {
	padding: 2px 15px 3px;
	font-size: 11px;
}


.btn_shortcodes .btn {
	margin: 0 7px 10px 0;
}

.btn_shortcodes .btn:last-child {
	margin-right: 0;
}


.ie .btn,
.ie .btn-default {
	filter: none !important;
}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100000000000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 5px;
}

header .container {
	max-width: 1275px;
}

/*-- Underline From Center --*/
.navmenu .hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.navmenu .hvr-underline-from-center:before {
	content: "";
	position: absolute;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #ffcc50;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.navmenu .hvr-underline-from-center:hover:before,
.navmenu .hvr-underline-from-center:focus:before,
.navmenu .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/* __________ Logo __________ */
.logo {
	float: left;
	padding: 0;
}

.logo a {
	display: block;
}

.logo img {
	width: 310px;
	padding-top: 6px;
}




/* __________ Menu __________ */
/* .menu_block {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	right:0;
	height:100px;
	width:100%;
	background-color: rgb(230, 231, 233);
	box-shadow:0 1px 0 rgba(0,0,0,0.15);
} */

.navmenu ul li {
	display: inline-block;
	margin: 10px 0 5px 0px;
	list-style: none;
	padding: 0 15px;
}

.navmenu ul li a {
	position: relative;
	display: block;
	margin: 0 0 0 0px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-text-stroke-width: 0;
}

.navmenu li:hover a,
.navmenu li.active a {
	color: #ffcc50;
}

.navmenu li.red_bg:hover a,
.navmenu li.red_bg.active a {
	color: #fff;
	background-color: #ef4836;
}

.navmenu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background-image: url(../images/menu_h.png);
	background-repeat: no-repeat;
	background-size: 100% 15px;
	-webkit-background-size: 100% 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navmenu ul li.red_bg a:before {
	background-image: url(../images/menu_h2.png);
}

/* .navmenu ul li:hover a:before,
.navmenu ul li.active a:before {
	bottom:-15px;
	height:15px;
} */









/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {
	position: relative;
	padding: 0;
	height: 100%;
}

#home img {
	width: 100%;
}

.flexslider.top_slider .flex-direction-nav li a:before {
	display: none;
}

.banner-contant {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	position: absolute;
	width: 100%;
	padding-left: 160px;
}

.banner-contant h5 {
	color: #fff;
	font-size: 20px;
}

.banner-contant h4 {
	font-size: 24px;
	color: #fff;
}

.banner-contant h6 {
	color: #ffcc50;
	font-size: 20px;
	padding-left: 10px;
}

.phone-box {
	display: flex;
	align-items: center;
	position: relative;
	top: -170px;
}

.banner-contant h3 {
	color: #fff;
	font-size: 55px;
	margin-bottom: 15px;
	line-height: 60px;
	margin-bottom: 5px;
}

.banner-contant p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.top_slider .slides li {
	height: auto !important;
}

.banner-contant a {
	background: #fff;
	padding: 10px 30px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	transition: 0.5s;
}

.banner-contant a:hover {
	background: #ffcc50;
	color: #fff;
	transition: 0.5s;
}

.registor-btn {
	padding-top: 20px;
}

.modal-content {
	z-index: 9999;
}

.modal {
	overflow-y: hidden;
}

.line-video-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 204, 80, 0.5);
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}

.cms-video-button {
	text-align: center !important;
	height: 51px !important;
	width: 51px !important;
	line-height: 51px !important;
	background-color: #ffcc50 !important;
	background-image: none !important;
	z-index: 1;
	font-size: 13px !important;
	color: #fff !important;
	border: none !important;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: block;
	text-indent: -99999px;
}

.rev_slider .cms-video-button i,
.revslider-initialised .cms-video-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0px;
}

.line-video-animation.line-video-2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.line-video-animation.line-video-3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

header.smaller {
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #192e28;
	box-shadow: 0px 3px 6px #00000029;
	transition: 0.5s;
}

.marq-box {
	background: #192e28;
	padding: 10px 0;
}

.marq-box a {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	transition: 0.5s;
}

.marq-box a:hover {
	color: #ffcc50;
	transition: 0.5s;
}

.marq-box p {
	color: #ffcc50;
	font-size: 20px;
	margin: 0;
}

.institution-img {
	box-shadow: 0 5px 7px rgba(40, 40, 40, 0.08);
	margin: 10px;
	transition: 0.5s;
	overflow: hidden;
}

.institution-img img {
	height: 180px;
}

.institution-img:hover {
	transform: translate(0, -10px);
	transition: 0.5s;
}

.institution-img img {
	-webkit-transition: all 500ms linear 0ms;
	-khtml-transition: all 500ms linear 0ms;
	-moz-transition: all 500ms linear 0ms;
	-ms-transition: all 500ms linear 0ms;
	-o-transition: all 500ms linear 0ms;
	transition: all 500ms linear 0ms;
}

.institution-img:hover img {
	-webkit-transform: scale(1.12);
	-khtml-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
	transition: 0.5s;
}

.institution-text {
	background-color: #fff;
	padding: 36px 30px 36px 40px;
}

.institution-text h4 {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding-bottom: 15px;
	height: 95px;
}

.institution-text a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	transition: 0.5s;
}

.institution-text a:hover {
	color: #1a2a0f;
}

.Our-Institution-sec h3 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

.Our-Institution-sec {
	padding: 5% 0;
}

.services_block {
	padding-top: 50px;
}

.dept-section-letter img {
	width: 54px;
	height: 58px;
}

.phone-banner {
	display: none;
}

.social img {
	height: auto;
	padding-top: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
#about .about_description {
	padding-bottom: 25px;
}

#about .about_description h3 {
	font-weight: 400;
}

#about .about_description p {
	margin-bottom: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
}

.overviewimg {
	width: 100%;
	border: 1px solid #d6d7d1;
	padding: 2px;
}

.heig {
	width: auto;
}

.heig li {
	list-style: none;
	text-align: left;
	background: url(../images/flower.png) 0px 5px no-repeat;
	font-size: 14px;
	padding-left: 30px;
	line-height: 21px;
	margin-bottom: 20px;
}


/* __________ Services __________ */

#whyus {
	background-color: #192e28;
}

.services_item {
	position: relative;
	display: block;
	padding: 40px 25px 0;
}

.services_item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.services_item.bg1:before {
	background-color: #F5C700;
}

.services_item.bg2:before {
	background-color: #ef4836;
}

.services_item.bg3:before {
	background-color: #0EBA9E;
}

.services_item:hover:before {
	height: 6px;
}

.services_item i {
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto 25px;
	line-height: 130px;
	font-size: 70px;
	color: #fff;
	border-radius: 50%;
	cursor: default;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.services_item.bg1 i {
	box-shadow: 0 0 0 75px #F5C700 inset;
}

.services_item.bg2 i {
	box-shadow: 0 0 0 75px #ef4836 inset;
}

.services_item.bg3 i {
	box-shadow: 0 0 0 75px #0EBA9E inset;
}

.services_item.bg1:hover i {
	box-shadow: 0 0 0 3px #F5C700 inset;
	color: #F5C700;
}

.services_item.bg2:hover i {
	box-shadow: 0 0 0 3px #ef4836 inset;
	color: #ef4836;
}

.services_item.bg3:hover i {
	box-shadow: 0 0 0 3px #0EBA9E inset;
	color: #0EBA9E;
}

.services_item p {
	margin-bottom: 9px;
	text-transform: none;
	line-height: 32px;
	font-size: 28px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.services_item.bg1:hover p {
	color: #F5C700;
}

.services_item.bg2:hover p {
	color: #ef4836;
}

.services_item.bg3:hover p {
	color: #0EBA9E;
}

.services_item span {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.services_item:hover span {
	color: #333;
}











/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
#floorplan {
	background-color: #fff;
}

.work_item {
	position: relative;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item .work_img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_img img {
	opacity: 0;
}

.work_item .work_description {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item:hover .work_description {
	top: 20%;
	opacity: 1;
}

.work_item .work_description p {
	margin: 0 0 3px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 26px;
	font-size: 18px;
	color: #222222;
}

.work_item .work_description span {
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}

.work_item .work_description span p {
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-transform: inherit;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 5%;
	margin-top: 2%;
}

.work_item a.zoom {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 0;
	display: block;
	width: 118px;
	margin-left: -45px;
	padding: 14px 10px;
	opacity: 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	border: 2px solid #345220;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-align: center;
}

.work_item:hover a.zoom {
	bottom: 14%;
	opacity: 1;
}

.work_item a.zoom:hover {
	background-color: #345220;
	color: #fff;
}

.floor_text {
	font-size: 12px;
	color: #666666;
}

.self-contant h4 {
	font-size: 14px;
	font-weight: 700;
	color: #002c59;
	margin-bottom: 9px;
}

.self-contant h3 {
	color: #000;
	margin-bottom: 17px;
	font-size: 32px;
}

.self-contant p {
	font-size: 15px;
	display: inline-block;
	max-width: 670px;
	padding-top: 24px;
	line-height: 30px;
	color: #000;
}

.self-img {
	padding-right: 80px;
	padding-left: 20px
}






/*-----------------------------------------------------------------------------------*/
/*	CUSTOMERS
/*-----------------------------------------------------------------------------------*/
.testimonials_slider {
	overflow: visible;
	margin-top: 23px;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
}

.testimonials_slider .testimonials_item {
	padding-left: 100px;
}

.testimonials_content {
	padding-bottom: 33px;
	line-height: 32px;
	font-size: 22px;
	color: #333;
}

.testimonials_author {
	font-size: 14px;
}

.testimonials_author b {
	font-weight: 900;
	color: #ef4836;
}



/* __________ customers logo __________ */
.client_logos_block {
	margin: 0 -15px;
	text-align: center;
}

.client_logos_block .client_img {
	display: inline-block;
	margin: 0 12px 20px 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.client_logos_block:hover .client_img {
	opacity: 0.3;
}

.client_logos_block .client_img:hover {
	opacity: 1;
}









/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#gallery {
	padding-bottom: 55px;
	background-color: #fff;
}

.team_block {
	padding-bottom: 38px;
}

.crewman_item {
	position: relative;
	min-height: 414px;
	padding: 50px 20px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_item:hover {
	transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.crewman_item:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_item:hover:before {
	bottom: -20px;
	height: 20px;
}

.crewman_foto {
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0 auto 35px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_item:hover .crewman_foto {
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
}

.crewman_descr {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 235px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_item:hover .crewman_descr {
	top: 34px;
}

.crewman_name {
	font-weight: 900;
	line-height: 26px;
	font-size: 20px;
	color: #ef4836;
}

.crewman_post {
	padding-bottom: 33px;
	font-size: 16px;
	color: #333;
}

.crewman_item .crewman_social {
	padding-bottom: 33px;
}

.crewman_item .crewman_social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 2px 0 5px;
	border-radius: 50%;
	line-height: 48px;
	font-size: 22px;
	color: #fff;
	background-color: #e1e1e1;
}

.crewman_item .crewman_social a.b1:hover {
	box-shadow: 0 0 0 25px #2dc5eb inset;
}

.crewman_item .crewman_social a.b2:hover {
	box-shadow: 0 0 0 25px #4d72bf inset;
}

.crewman_item .crewman_social a.b3:hover {
	box-shadow: 0 0 0 25px #e5683c inset;
}

.crewman_about {
	height: 0;
	line-height: 22px;
	font-size: 14px;
	opacity: 0;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.crewman_item:hover .crewman_about {
	opacity: 1;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}




/* __________ INTERESTING FACTS __________ */
.fact_item i {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 18px;
	text-align: center;
	line-height: 68px;
	font-size: 64px;
	color: rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fact_item:hover i {
	color: #fff;
}

.fact_item p {
	margin: 0;
	line-height: 30px;
	font-size: 28px;
	color: #fff;
}

.fact_item .count {
	font-weight: 900;
	line-height: 91px;
	font-size: 80px;
	color: #fff;
}






/*-----------------------------------------------------------------------------------*/
/*	VIDEO BLOCK
/*-----------------------------------------------------------------------------------*/
#video_block {
	overflow: hidden;
	position: relative;
	padding: 283px 0 251px;
	width: 100%;
	height: 704px;
}

#video_block .container {
	position: relative;
	z-index: 2;
}

#video_block .overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.85);
}

#video_block .title {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#video_block .title:hover {
	color: #ef4836;
}

#video_block .play_pause_wrapper {
	transform: translateY(125%) scale(0.4);
	-o-transform: translateY(125%) scale(0.4);
	-ms-transform: translateY(125%) scale(0.4);
	-webkit-transform: translateY(125%) scale(0.4);
}

#video_block .title span {
	position: relative;
	top: -11px;
	display: inline-block;
	vertical-align: middle;
	width: 163px;
	height: 163px;
	margin: 0 8px 0 14px;
	font-family: FontAwesome;
	cursor: pointer;
	border-radius: 50%;
	border: 15px solid #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#video_block .title span:hover {
	border-color: #f5c700;
}

#video_block .title span:before {
	content: "\f04b";
	position: absolute;
	left: 8px;
	top: 0;
	width: 132px;
	height: 132px;
	text-align: center;
	line-height: 133px;
	font-size: 74px;
	color: #fff;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
}

#video_block .title span:hover:before {
	color: #f5c700;
}

#video_block .title span.play_pause:before {
	content: "\f04c";
	left: 0;
}




/* Video BAckground */
#video_block #controlBar_P2 {
	position: static !Important;
}

#controlBar_P1 {
	position: static !important;
}

#video_block iframe {
	margin-top: 0 !important;
}

#video_block .buttonBar span {
	display: none !important;
}











/*-----------------------------------------------------------------------------------*/
/*	PRICE BLOCK
/*-----------------------------------------------------------------------------------*/
#price_block {
	padding-bottom: 64px;
	background-color: #f5c700;
}

.price_item {
	position: relative;
	padding: 27px 0 20px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.price_item.price_active,
.price_item:hover {
	transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.price_item:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.price_item:hover:before,
.price_item.price_active:before {
	bottom: -20px;
	height: 20px;
}

.price_item_title {
	padding-bottom: 26px;
	font-weight: 900;
	line-height: 26px;
	font-size: 24px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.price_active .price_item_title {
	color: #ef4836;
}

.price_item_cost {
	display: table;
	width: 170px;
	height: 170px;
	margin: 0 auto 30px;
	font-weight: 900;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #f5c700;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.price_active .price_item_cost {
	background-color: #ef4836;
}

.price_item_cost .wrap_middle {
	display: table-cell;
	vertical-align: middle;
}

.price_item_cost span {
	display: inline-block;
	font-size: 63px;
}

.price_item_text {
	padding: 15px 5px 14px;
	font-size: 15px;
	color: #333;
	border-top: 1px solid #e9e9e9;
}

.price_item_text.last {
	border-bottom: 1px solid #e9e9e9;
}

.price_item .btn_order {
	display: block;
	margin: 20px 20px 0;
	padding: 22px 10px 19px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	color: #333;
	border-radius: 4px;
	background-color: #f5c700;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.price_item.price_active .btn_order {
	background-color: #ef4836;
	color: #fff;
}

.price_item .btn_order:focus {
	margin-top: 22px;
	margin-bottom: -2px;
}

.price_best:after {
	content: '';
	position: absolute;
	left: -3px;
	top: -4px;
	width: 76px;
	height: 75px;
	background-image: url(../images/price_ribbon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}












/*-----------------------------------------------------------------------------------*/
/*	TWITTER BLOCK
/*-----------------------------------------------------------------------------------*/
#twitter_block {
	background-color: #1ab2e8;
}

#twitter_block .fa {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 48px;
	line-height: 78px;
	font-size: 80px;
	color: rgba(0, 0, 0, 0.15);
}

#twitter_block a.tweet_user {
	line-height: 22px;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.15);
}

#twitter_block .tweet_text {
	display: block;
	padding: 4px 0 15px;
	line-height: 38px;
	font-size: 30px;
	color: #fff;
}

#twitter_block .tweet_text a {
	color: rgba(0, 0, 0, 0.15);
}

#twitter_block .tweet_text a:hover {
	color: #fff;
}

#twitter_block .tweet_time {
	display: block;
	padding-bottom: 35px;
	text-align: center;
}

#twitter_block .tweet_time a {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.15);
}








/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {
	padding: 75px 0 50px;
}

.testimonials {
	margin-bottom: 77px;
}

.testim_content {
	font-weight: 300;
	line-height: 38px;
	font-size: 26px;
	color: #333;
}

.testim_author {
	padding-top: 46px;
	font-weight: 300;
	font-size: 16px;
	color: #666;
}

.testim_author b {
	font-weight: 500;
	color: #333;
}









/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
#blog {
	padding-bottom: 85px;
}

#blog .title {
	color: #333;
}

.post_item {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.recent_posts:hover .post_item {
	opacity: 0.3;
}

.recent_posts .post_item:hover {
	opacity: 1;
}

.post_item_img {
	display: block;
	background-color: #000;
}

.abou_title {
	font-weight: 400;
	line-height: 36px;
	font-size: 24px;
	color: #333;
}

.post_item_content {
	padding: 23px 0 0;
}

.post_item_content a.post_title {
	font-weight: 400;
	line-height: 36px;
	font-size: 30px;
	color: #333;
}

.post_item:hover .post_item_content a.post_title {
	color: #0eba9e;
}

.post_item_inf {
	position: relative;
	margin-bottom: 24px;
	padding-top: 7px;
	padding-bottom: 26px;
}

.post_item_inf:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #0eba9e;
}

.post_item_inf li {
	display: inline-block;
	padding-right: 12px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

.post_item_text {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}


.view_all_posts {
	display: block;
	margin: 30px 0 0;
	padding: 20px 10px 21px;
	border: 2px solid #0eba9e;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'Roboto', Open sans, Arial;
	text-align: center;
	font-weight: 900;
	line-height: 20px;
	font-size: 20px;
	color: #666;
	background: none;
}

.view_all_posts:hover {
	color: #fff;
	background: #0eba9e;
}









/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/
#contacts {
	background-color: #e6ece6;
}








/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	position: relative;
	padding: 20px 0 20px;
	color: #fff;
	background-color: #192e28;
}

footer .back_top {
	position: absolute;
	left: 50%;
	top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	font-family: FontAwesome;
	text-align: center;
	line-height: 44px;
	font-size: 26px;
	color: #333;
	background-color: #004678;
	border: 3px solid #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.single_page footer .back_top {
	background-color: #fff;
}

footer .back_top:hover {
	background-color: #c2e50c;
}


footer .footer_phone {
	padding-top: 0px;
}

footer .footer_phone p {
	display: inline-block;
	margin: 1px 20px 0 0;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

footer .footer_phone a {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

footer .footer_phone a:hover {
	color: #fff;
}


footer .copyright {
	font-size: 14px;
	color: #fff;
}











/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social a {
	display: inline-block;
	margin: 0 0 0 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	font-size: 17px;
	color: #333;
	background-color: #fff;
}

a.twitter:hover {
	background-color: #2dc5eb;
}

a.facebook:hover {
	background-color: #4d72bf;
}

a.g_plus:hover {
	background-color: #e5683c;
}

a.dribbble:hover {
	background-color: #e4508a;
}








/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
#contact {
	padding: 0 100px;
}

textarea,
input[type="text"] {
	width: 100%;
	margin: 10px 0 0;
	padding: 12px;
	text-transform: none;
	font-family: 'Roboto', Open sans, Arial;
	;
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	color: #555;
	font-style: normal;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.15);
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

input#name {
	margin-top: 0;
}

textarea {
	overflow: hidden;
	min-height: 164px;
	resize: none;
	margin-top: 0;
}

textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	color: #333;
	border: 1px #ddd solid;
	background-color: #fff;
}

.contact_form label {
	display: none;
	margin: 5px 0 0;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}

.ie .contact_form label {
	display: block;
}

.contact_btn {
	display: block;
	cursor: pointer;
	width: 150px;
	margin: 22px auto 0;
	padding: 15px 10px 13px;
	border: 0;
	border-radius: 4px;
	box-shadow: 0;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Open sans, Arial;
	;
	font-weight: 900;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	background: #345220;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.contact_btn:hover {
	background: #1a2a0f;
	color: #fff;
	border: 0;
}

.contact_btn:focus {
	border: 0;
	background: #adc916;
}


.notification_error {
	margin-bottom: -20px;
	padding: 20px 0 0;
	font-size: 15px;
	color: #fff;
}

.notification_ok {
	margin: 30px 15px 0;
	padding: 20px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
}







/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {
	padding-top: 80px;
}


.blog_block hr {
	border-top: 2px solid #e9e9e9;
}

.single_page #blog h3 {
	font-weight: 400;
	line-height: 34px;
	font-size: 28px;
}



/* __________ Blog Post __________ */
.blog_post_video {
	float: left;
	width: 470px;
	height: 370px;
	margin-right: 30px;
}

.blog_post_img {
	overflow: hidden;
	float: left;
	position: relative;
	width: 470px;
	height: 370px;
	margin-right: 30px;
	background-color: #000;
}

.blog_post_img img {
	width: auto;
	max-width: none;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog_post_descr hr {
	border-top-width: 1px;
	border-color: #e9e9e9;
	margin: 25px 0;
}

.blog_post_date {
	margin-top: -3px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 14px;
	font-size: 11px;
	color: #ccc;
}

.blog_post_title {
	display: block;
	padding-bottom: 15px;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
}

.blog_post:hover .blog_post_title {
	color: #0eba9e;
}

.blog_post_info li {
	position: relative;
	display: inline-block;
	padding-right: 22px;
}

.blog_post_info li:before {
	content: '';
	position: absolute;
	right: 9px;
	top: 4px;
	height: 12px;
	width: 1px;
	background-color: #d3d3d3;
}

.blog_post_info li:last-child:before {
	display: none;
}

.blog_post_info li a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
	color: #ccc;
}

.blog_post_info li.author a {
	color: #ef4836;
}

.blog_post_info li a:hover {
	color: #0eba9e;
}

.blog_post_content {
	padding-bottom: 18px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.blog_post .read_more_btn {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;
	color: #333;
}

.blog_post .read_more_btn:hover {
	color: #0eba9e;
}






/* __________ Pagination __________ */
.pagination {
	display: block;
	margin: 0 0 50px;
	padding: 0;
	border-radius: 0;
}

.pagination li {
	float: left;
	width: 63px;
	height: 63px;
	margin: 0 5px 0 0;
}

.pagination li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 900;
	text-align: center;
	line-height: 68px;
	font-size: 20px;
	color: #333;
	background-color: #eaeaea;
	border-radius: 0 !important;
}

.pagination li.active a,
.pagination li a:focus,
.pagination li a:hover {
	background: #ef4836 !important;
	color: #fff !important;
}












/*-----------------------------------------------------------------------------------*/
/*	SINGLE BLOG POST
/*-----------------------------------------------------------------------------------*/
.single_blog_post_date {
	float: left;
	margin: 11px 30px 0 0;
	padding-top: 14px;
	width: 70px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	line-height: 12px;
	font-size: 12px;
	color: #0eba9e;
	border-top: 2px solid #0eba9e;
}

.single_blog_post_date span {
	display: block;
	line-height: 53px;
	font-size: 60px;
}

.single_blog_post_descr {
	margin-left: 100px;
}

.single_blog_post_title {
	padding-bottom: 2px;
	font-weight: 900;
	line-height: 60px;
	font-size: 50px;
	color: #333;
}

.single_blog_post_info {
	padding-bottom: 24px;
}

.single_blog_post_info li {
	position: relative;
	display: inline-block;
	padding: 0 25px 4px 0;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
}

.single_blog_post_info li:before {
	content: '';
	position: absolute;
	right: 9px;
	top: 4px;
	height: 12px;
	width: 1px;
	background-color: #d3d3d3;
}

.single_blog_post_info li:last-child:before {
	display: none;
}

.single_blog_post_info li a {
	font-size: 12px;
}

.single_blog_post_info li.author a {
	color: #ef4836;
}

.single_blog_post_info li a:hover {
	color: #0eba9e;
}

.single_blog_post_img img {
	margin-bottom: 23px;
	width: 100%;
}

.single_blog_post_content {
	line-height: 26px;
	font-size: 16px;
}









/* __________ Comments __________ */
.comments_count {
	color: #ef4836;
}

#comments .avatar {
	overflow: hidden;
	margin: 3px 30px 0 0;
	width: 70px;
	height: 70px;
	background-color: #ccc;
}

#comments .avatar img {
	width: 100%;
}

.comment_right {
	display: table;
}

.comment_info {
	padding-bottom: 11px;
}

#comments .comment_author {
	font-weight: 900;
	font-size: 16px;
	color: #333;
}

#comments .comment_date,
#comments .comment_reply a {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}

#comments .comment_reply a:hover {
	color: #0EBA9E;
}

#comments .comment_inf_sep {
	padding: 0 12px;
	font-size: 16px;
	color: #ccc;
}

#comments .comment_right p {
	font-size: 12px;
}



/* Comment Form */
.leave_comment {
	padding: 24px 30px 30px;
	background-color: #eaeaea;
}

#comment_form textarea,
#comment_form input[type="text"] {
	margin: 0 30px 30px 0;
	padding: 20px;
	width: 388px;
	border-color: #fff;
	text-transform: none;
	font-size: 18px;
	color: #999;
	background-color: #fff;
}

#comment_form input.last {
	margin-right: 0;
}

#comment_form textarea {
	min-height: 180px;
	width: 100%;
}

#comment_form .contact_btn {
	margin: 0;
	background-color: #0eba9e;
	color: #fff;
}

#comment_form .contact_btn:hover {
	background-color: #ef4836;
}

.comment_note {
	padding-top: 11px;
	font-size: 12px;
}







/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {
	margin-bottom: 40px;
}

.sidepanel_title {
	margin-bottom: 23px;
	padding: 13px 20px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	background-color: #ef4836;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position: relative;
	padding: 13px 10px 12px 40px;
	border-top: 1px solid #e9e9e9;
}

.widget_meta li:last-child {
	border-bottom: 1px solid #e9e9e9;
}

.widget_meta li:before {
	content: "\f054";
	position: absolute;
	left: 16px;
	top: 14px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.widget_meta li:hover:before {
	color: #0eba9e;
}

.widget_meta li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

.widget_meta li a:hover {
	color: #0eba9e;
}




/* __________ Popular Tags __________ */
.widget_tags li {
	display: inline-block;
	margin: 0 3px 5px 0;
}

.widget_tags li a {
	display: block;
	padding: 9px 19px;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	background-color: #eaeaea;
}

.widget_tags li a:hover {
	color: #fff;
	background-color: #ef4836;
}

.widget_tags li.active a {
	background-color: #f5c700 !important;
	color: #fff !important;
}


/* __________ Text Widget __________ */
.widget_text p {
	line-height: 24px;
	font-size: 14px;
}



/* __________ Work Info __________ */
.work_info {
	padding-bottom: 25px;
}

.work_info li {
	padding-bottom: 6px;
	font-size: 14px;
	color: #999;
}

.work_info li a {
	color: #333;
}


/* __________ Shared __________ */
.shared li {
	display: inline-block;
	margin: 0 7px 10px 0;
}

.shared li a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 46px;
	font-size: 23px;
	color: #ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.shared li a:hover {
	padding: 0;
	color: #333;
	border: 2px solid #242424;
}

.about_text {
	line-height: 24px;
	font-size: 15px;
}

.about_item {
	width: auto;
}




/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {
	margin-bottom: 29px;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}

.widget_popular_posts:hover .recent_posts_widget {
	opacity: 0.3;
}

.widget_popular_posts .recent_posts_widget:hover {
	opacity: 1;
}

.post_item_img_widget {
	overflow: hidden;
	display: block;
	width: 270px;
	height: 190px;
	margin-bottom: 14px;
}

.post_item_img_widget img {
	width: auto;
	max-width: none;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}

.post_item_content_widget .post_title {
	display: block;
	margin-bottom: 9px;
	font-weight: 900;
	line-height: 29px;
	font-size: 24px;
	color: #333;
}

.recent_posts_widget:hover .post_title {
	color: #0eba9e;
}

.post_item_inf_widget li {
	display: block;
	font-weight: 900;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}








/*-----------------------------------------------------------------------------------*/
/*	SEARCH FORM
/*-----------------------------------------------------------------------------------*/
.search_form {
	position: relative;
}

.search_form:before {
	content: "\f002";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 51px;
	font-family: FontAwesome;
	line-height: 49px;
	text-align: center;
	font-size: 20px;
	color: #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search_form:hover:before {
	color: #0eba9e;
}

.search_form input {
	margin: 0;
	padding: 13px 46px 14px 20px;
	width: 100%;
	color: #ccc;
	background: none;
	border: 2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search_form input:focus {
	border-color: #0eba9e;
	color: #333;
}

.search_form input.search_btn {
	width: 100%;
	margin: 0;
	padding: 12px 55px 13px 17px;
	background-color: rgba(81, 81, 81, 0.5);
	line-height: 20px;
	font-size: 12x;
	color: #b5b5b5;
}

.search_form input.search_btn {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	text-indent: -999px;
	background: none !important;
}

.search_form input.search_btn:hover {
	border: 0;
	background-color: #008da8;
}






/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {
	position: relative;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
}

.jcarousel li {
	float: left;
	width: 550px;
	margin-right: 30px;
}


.lcarousel-wrapper {
	position: relative;
}

.jCarousel_pagination a {
	position: absolute;
	top: -124px;
	display: block;
	width: 32px;
	height: 32px;
	font-family: FontAwesome;
	text-align: center;
	line-height: 30px;
	font-size: 38px;
	color: #fff;
}

.jcarousel-control-prev {
	left: 50%;
	margin-left: -585px;
}

.jcarousel-control-next {
	right: 50%;
	margin-right: -585px;
}

.jCarousel_pagination a:hover {
	color: #0EBA9E;
}


.jCarousel_pagination a.inactive {
	cursor: default;
	opacity: 0.75;
	color: #fff !important;
}

.address {
	font-size: 16px;
	color: #333;
	width: 50%;
	float: left;
	margin: 30px 0 40px 0;
}

.address p {
	letter-spacing: 2px;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 2;
}



/* sub menu start */
.sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	border-radius: 0;
	width: 100%;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	color: #000;
	z-index: 998;
	min-width: 240px;
	background: #F5F5F5;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	padding-left: 0;
}

.menu-item a {
	padding: 0px 0 !important;
	text-align: left;
	line-height: 23px !important;
	margin: 0;
	color: #000 !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	top: 110%;
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	z-index: 999999;
}

.menu-item {
	padding: 0px 15px !important;
	min-width: 240px;
}

/* sub menu end */

/* sub page header start */
.subpageheader {
	background: #192e28;
}

.aboutsub {
	padding: 80px 0;
}

/* sub page header end */

/* chaiman start */
.chairwrapper {
	padding: 60px 0;
	margin-top: 60px;
}


/* chairman end */
/* departmnets */

.deptbtm {
	margin-bottom: 50px;
}

.departwrapper {
	padding: 60px 0;
	margin-top: 40px;
}

.depcenter {
	display: block;
	margin: 0 auto;
}

.dept-sections {
	position: relative;
	padding-left: 69px;
	padding-top: 18px;
	margin-bottom: 80px;
	box-shadow: 0px 3px 6px #00000029;
	min-height: 460px;
	border: 2px solid #ffcc50;
	border-radius: 10px;
	padding: 30px 30px;
	background: #192e28;
	max-height: 460px
}

.depimgs {
	display: flex;
	gap: 30px;
	align-items: center;
}

.dept-sections a {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.dept-sections p {
	font-family: 'Roboto', Open sans, Arial;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 0;
	text-align: justify;
	padding-top: 10px;
	line-height: 20px;
	color: #fff;
}

.self-contant h5 {
	font-size: 18px;
	font-weight: 700;
	color: #192e28;
	margin-bottom: 9px;
}


.headerRightmainAll ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
	left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
	transform: translate3d(-493px, 0, 0);
}

.headerRightmainAll {
	display: none;
}



/* departments */
/* nss */
.nsswrapper {
	padding: 60px 0;
	margin-top: 40px;
}

.nssblock {
	display: block;
	margin: 0 auto;
}

.nsscenter h1 {
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 40px;
	color: #345220;
	font-family: Tahoma;
}

.nsscenter {
	text-align: center;
}

.nsscenter img {
	text-align: center;
	width: 250px;
}

.nsscenter {
	border: 2px solid #ffcc50;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
}

.nsscenter h4 {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}


.nsscenter p {
	font-family: 'Roboto', Open sans, Arial;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0;
	padding-top: 10px;
	line-height: 20px;
	color: #000;
	text-align: left;
}

.nssoffices {
	padding-top: 20px;
	text-align: left;
}

.nssoffices h3 {
	font-weight: bold;
	font-size: 20px;
}

.nssoffices h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
}

/* nss */
/* anti ragging */
.antiwrapper {
	padding: 60px 0;
	margin-top: 40px;
}

.antimargin h1 {
	padding-bottom: 26px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	color: #192e28;
	font-family: Tahoma;
}

.antimargin h4 {
	font-size: 17px;
	text-align: left;
	color: rgb(25, 46, 40);
	font-weight: normal;
	margin-bottom: 10px;
}



.antibtn i {
	font-size: 13px;
	margin-left: 10px;
	color: #192e28;
}

.antibtn {
	text-align: center;
	margin: 45px 0;
}

.antibtn a {
	width: 200px;
	text-align: center;
	padding: 10px 15px;
	font-size: 17px;
	border: 1px solid #192e28;
	color: #192e28;
}

.antibtn a:hover {
	background: #192e28;
	color: #fff;
}

.mx-center {
	display: block;
	margin: 0 auto;
}

.complanitbox {
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	padding: 20px 30px;
	border-radius: 10px;
}

.complanitbox label {
	color: #192e28;
	font-size: 17px;
	font-family: 'Roboto', Open sans, Arial;
	padding-bottom: 5px;
}

.complanitbox .form-control {
	box-shadow: none;
}

.complanitbtn a {
	background: #192e28;
	text-align: center;
	padding: 10px 30px;
	font-size: 17px;
	border-radius: 8px;
	color: #fff;
}

.complanitbtn {
	text-align: center;
	margin: 40px 0 20px 0;
}

.complanitbtn a:hover {
	background-color: transparent;
	border: 1px solid #192e28;
	color: #192e28;
}

/* anti ragging */

/* g cell */
.gcellmargin h1 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 27px;
	margin-bottom: 15px;
	color: #192e28;
	font-family: Tahoma;
}

.gcellmargin h2 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: rgb(25, 46, 40);
	font-family: Tahoma;
}

.gcellmargin h4 {
	font-size: 17px;
	text-align: left;
	color: #192e28;
	font-weight: normal;
	margin-bottom: 10px;
}

.gcellmargin h3 {
	font-size: 23px;
	text-align: left;
	font-weight: normal;
	color: #192e28;
	margin-bottom: 10px;
}

.gcellmargin ul {
	list-style: none;
	padding: 0px;
}

.gcellmargin li {
	font-size: 17px;
	text-align: left;
	color: rgb(25, 46, 40);
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 25px;
}

.gcellmargin li::before {
	content: '';
	position: absolute;
	border-radius: 25px;
	width: 20px;
	height: 20px;
	left: 0;
	top: 4px;
	background: url('../images/dot.png');
}

.gcellform {
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
	padding: 20px 30px;
	border-radius: 10px;
}

.gcellform label {
	color: #192e28;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Roboto', Open sans, Arial;
	padding-bottom: 5px;
}

.gcellbtn a {
	background: #192e28;
	text-align: center;
	padding: 10px 30px;
	font-size: 17px;
	border-radius: 8px;
	color: #fff;
}

.gcellbtn {
	text-align: center;
	margin: 40px 0 20px 0;
}

.gcellbtn a:hover {
	background-color: transparent;
	border: 1px solid #192e28;
	color: #192e28;
}

.gcellform h2 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #192e28;
	font-family: Tahoma;
}

/* g cell */

/* iqac */
.iqacmargin h1 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #192e28;
	font-family: Tahoma;
	margin-bottom: 15px;
}

.iqactable {
	padding-bottom: 30px;
}

.iqacmargin h4 {
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	color: #192e28;
	margin-bottom: 10px;
}

.iqacmargin h2 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: rgb(25, 46, 40);
	font-family: Tahoma;
}

.iqacmargin ul {
	list-style: none;
	padding: 0;
}

.iqacmargin li {
	font-size: 17px;
	text-align: left;
	color: #192e28;
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	line-height: 25px;
}

.iqacmargin li::before {
	content: '';
	position: absolute;
	border-radius: 25px;
	width: 20px;
	height: 20px;
	left: 0;
	top: 4px;
	background: url('../images/dot.png');
}

.iqactable td,
th {
	border: 1px solid #fff;
	text-align: left;
	padding: 8px;
	font-size: 15px;
	color: #fff;
	background-color: #192e28;
}

.iqactable table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.iqactable h3 {
	font-size: 23px;
	text-align: center;
	font-weight: normal;
	color: #192e28;
}

.iqacmargin h3 {
	font-size: 23px;
	text-align: left;
	font-weight: normal;
	color: #192e28;
	margin-bottom: 10px;
}

/* iqac */
/* iedc */

.iedcmargin h1 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 27px;
	color: #192e28;
	font-family: Tahoma;
	margin-bottom: 15px;
}

.iedcmargin h2 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #192e28;
	font-family: Tahoma;
}

.iedcmargin h4 {
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	color: #192e28;
}

.iedcmargin h3 {
	font-size: 23px;
	text-align: left;
	font-weight: normal;
	color: #192e28;
	margin-bottom: 10px;
}

.iedcmargin ul {
	list-style: none;
	padding: 0;
}

.iedcmargin li {
	font-size: 17px;
	text-align: left;
	color: #192e28;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 25px;
}

.iedcmargin li::before {
	content: '';
	position: absolute;
	border-radius: 25px;
	width: 20px;
	height: 20px;
	left: 0;
	top: 4px;
	background: url('../images/dot.png');
}

.iedctop {
	margin-bottom: 30px;
}

.iedcimg {
	height: 100%;
}

.iedcimg img {
	height: 100%;
}


.iedctable td,
th {
	border: 1px solid #505050;
	text-align: left;
	padding: 8px;
	font-size: 15px;
	color: #000;
}

.iedctable table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.actiimg img {
	height: 100%;
}

.actiimg {
	height: 100%;
}

.actibtm {
	margin-bottom: 30px;
}

.iedcmargin h5 {
	font-family: 'Roboto', Open sans, Arial;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 0;
	color: #000;
}

.hackimg {
	height: 100%;
}

.procenter {
	text-align: center;
}

/* iedc */
/* research and development */
.remargin h1 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 27px;
	color: #192e28;
	font-family: Tahoma;
	margin-bottom: 25px;
}

.remargin h4 {
	font-size: 17px;
	text-align: left;
	color: #192e28;
	font-weight: normal;
	margin-bottom: 20px;
}

/* research and development */

/* p cell */
.pcellmargin h1 {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	font-size: 27px;
	color: #192e28;
	font-family: Tahoma;
	margin-bottom: 25px;
}

.pcellmargin h4 {
	font-size: 17px;
	text-align: left;
	color: #192e28;
	font-weight: normal;
	margin-bottom: 20px;
}



/* p cell */
.gcellform .form-group {
	float: left;
}

.contact-address p {
	font-size: 17px;
	font-weight: normal;
	padding-left: 30px;
	color: #000;
	position: relative;
	padding-right: 50%;
	line-height: 26px;
}

.addresscontact::before {
	background-image: url(../images/map-btm.png);
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	content: '';
	background-repeat: no-repeat;
	top: 7px;
}

.phonecontact::before {
	background-image: url(../images/phone-btm.png);
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	content: '';
	background-repeat: no-repeat;
	top: 7px;
}

.emailcontact::before {
	background-image: url(../images/mail-btm.png);
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	content: '';
	background-repeat: no-repeat;
	top: 7px;
}

.contactwrap .title {
	padding-bottom: 60px;
}

.soon h5 {
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
}

.soon {
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insti {
	left: -400% !important;
	min-width: 720px;
}

.insti li {
	display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.parallax,
	.cleancode_block,
	#team,
	.top_slider .slide1,
	.top_slider .slide2,
	.top_slider .slide3 {
		background-attachment: scroll !important;
		background-position: 0 0;
	}

	.top_slider .slide1,
	.top_slider .slide2,
	.top_slider .slide3 {
		background-size: cover !important;
	}

}

@media (max-width: 1367px) {
	.banner-contant {
		padding-left: 78px;
	}

	.phone-box {
		top: -140px;
	}

}

@media (max-width: 1024px) {

	.phone-box {
		top: -70px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.logo img {
		width: 250px;
	}

	.navmenu ul li {
		padding: 0 0px;
	}

	.flexslider.top_slider .slides li {
		background-attachment: scroll !important;
		background-size: 100% auto !important;
		-webkit-background-size: 100% auto !important;
		background-position: 0 0 !important;
	}


	h2 {
		font-size: 35px;
		line-height: 35px;
	}

	/* __________ Menu __________ */
	.navmenu ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* __________ Index __________ */
	.jcarousel li {
		width: 303px;
	}

	.jcarousel-control-prev {
		margin-left: -485px;
	}

	.jcarousel-control-next {
		margin-right: -485px;
	}


	.crewman_item .crewman_social a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.crewman_about {
		font-size: 13px;
		line-height: 20px;
	}


	#video_block {
		padding: 180px 0;
		height: 550px;
	}


	.price_item_cost {
		width: 130px;
		height: 130px;
	}

	.price_item_cost span {
		font-size: 50px;
	}

	.price_item_text {
		padding: 10px 5px;
	}

	.price_best:after {
		width: 60px;
		height: 60px;
	}



	/* __________ Blog __________ */
	.blog_post_slider,
	.blog_post_video,
	.blog_post_img {
		width: 400px;
		height: 315px;
	}

	.blog_post_title {
		font-size: 24px;
		line-height: 30px;
	}

	.blog_post_content {
		font-size: 13px;
		line-height: 20px;
	}


	#comment_form input[type="text"] {
		width: 312px;
	}


	/* __________ Sidebar __________ */
	.widget_meta li a {
		font-size: 17px;
		line-height: 20px;
	}

	.post_item_img_widget {
		width: 220px;
		height: 146px;
	}

	.post_item_content_widget a.title {
		font-size: 16px;
		line-height: 20px;
	}


	.phone-box {
		top: -70px;
	}


	/* __________ All Styles __________ */



}

@media (max-width: 991.5px) {


	.navmenu {
		display: none;
	}

	.soon h5 {
		font-size: 22px;
	}

	.soon {
		height: 400px;
	}

	.banner-contant h4 {
		font-size: 15px;
		font-weight: normal;
	}

	#contacts {
		overflow: hidden;
	}

	.contact-address p {
		font-size: 16px;
		padding-left: 30px;
		padding-right: 0;
		margin-bottom: 15px;
	}


	.contactpadd {
		padding: 0 40px;
	}

	.contactwrap .title {
		padding-bottom: 20px;
	}

	.gcellform .form-group {
		float: none;
	}

	.pcellmargin h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.pcellmargin h1 {
		line-height: 26px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.remargin h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.remargin h1 {
		padding-bottom: 0px;
		line-height: 26px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.antimargin h4 {
		font-size: 15px;
	}

	.institution-text h4 {
		height: auto;
	}

	.iedcmargin h5 {
		font-size: 16px;
		padding-bottom: 5px;
		line-height: 26px;
	}

	.actibtm {
		margin-bottom: 20px;
	}

	.iedctop {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.iedcmargin li {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 22px;
	}

	.iedcmargin h3 {
		font-size: 19px;
		margin-bottom: 5px;
		line-height: 30px;
	}

	.tabletop {
		padding-top: 9px;
	}

	.iedcmargin h4 {
		font-size: 15px;
		font-weight: normal;
		text-align: left;
		margin-bottom: 5px;
	}

	.iedcmargin h2 {
		line-height: 22px;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.iedcmargin h1 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 27px;
	}

	.iqactable td,
	th {
		font-size: 14px;
	}

	.iqactable {
		padding-bottom: 15px;
	}

	.iqactable:last-child {
		padding-bottom: 0;
	}

	.iqactable h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.iqacmargin li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.iqacmargin h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.iqacmargin h1 {
		line-height: 26px;
		font-size: 18px;

	}

	.iqacmargin h2 {
		padding-bottom: 0px;
		line-height: 27px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.gcellbtn {
		margin: 25px 0 5px 0;
	}

	.gcellform .form-group {
		padding: 0;
		margin-bottom: 10px;

	}

	.gcellform h2 {
		line-height: 29px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.gcellmargin h4 {
		font-size: 15px;
	}

	.gcellmargin h3 {
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 26px;
	}

	.gcellmargin li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.gcellmargin h1 {
		font-size: 17px;
		margin-bottom: 5px;
		line-height: 27px;
	}

	.gcellmargin h2 {
		padding-bottom: 0px;
		line-height: 26px;
		font-size: 17px;
		margin-bottom: 8px;
	}

	.antibtn i {
		font-size: 12px;
	}

	.antibtn a {
		font-size: 15px;
	}

	.complanitbtn a {
		font-size: 15px;
	}

	.complanitbtn {
		margin: 25px 0 10px 0;
	}

	.complanitbox {
		padding: 20px 20px;
	}

	.complanitbox label {
		font-size: 15px;
		padding-bottom: 0px;
	}

	.complanitbox .form-control {
		box-shadow: none;
		margin-top: 0;
	}

	.antibtn {
		margin: 20px 0 30px 0;
	}

	.antiwrapper {
		padding: 40px 0;
		margin-top: 40px;
	}

	.antimargin h1 {
		padding-bottom: 0px;
		line-height: 32px;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.nssoffices {
		padding-top: 5px;
	}

	.nssoffices h2 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.nssoffices h3 {
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.nsscenter p {
		font-size: 15px;
		text-align: justify;
	}

	.nsscenter {
		padding: 20px;
	}

	.nsscenter h4 {
		font-size: 17px;
		margin-bottom: 0;
	}

	.nsscenter h1 {
		padding-top: 0px;
		margin-bottom: 0;
		font-size: 25px;
	}

	.nsscenter img {
		width: 100px;
	}

	.nsswrapper {
		padding: 40px 0;
		margin-top: 40px;
	}

	.headerRightmainAll {
		display: block;
	}

	header .toggle {
		width: auto !important;
		top: 14px;
		right: 30px;
		height: auto !important;
		background: #192e28;
		padding: 10px;
	}

	.departwrapper {
		padding: 40px 0;
		margin-top: 40px;
	}

	section .title {
		font-size: 21px;
		line-height: 26px;
		padding-left: 0;
		padding-right: 0;
	}

	.chairwrapper {
		padding: 40px 0;
		margin-top: 40px;
	}

	.aboutsub {
		padding: 40px 0;
		margin-top: 40px;
	}

	.banner-contant h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.banner-contant {
		padding-left: 15px;
		transform: translate(-50%, -30%);
	}

	.registor-btn {
		padding-top: 0;
	}

	.banner-contant p {
		font-size: 14px;
		line-height: 20px;
	}

	.banner-contant a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.marq-box p {
		font-size: 16px;
	}

	.marq-box a {
		font-size: 16px;
	}

	a.menu_toggler {
		display: inline-block;
		float: right;
		margin: 8px 0px 0 0px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 42px;
		font-size: 23px;
		color: #fff;
		background-color: #32521f;
		display: none;
	}

	a.menu_toggler:hover {
		background-color: #d2ab67;
		color: #fff;
	}

	.logo img {
		width: 230px;
	}

	/* __________ Menu __________ */
	.navmenu ul li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}

	.phone-banner {
		display: block;
	}

	.desktop-banner {
		display: none;
	}

	.Our-Institution-sec h3 {
		font-size: 25px;
		margin: 0;
	}

	.institution-img img {
		width: 100%;
	}

	#gallery {
		padding: 0;
	}

	.self-img {
		padding-left: 0;
		padding-right: 0;
	}

	.self-contant h3 {
		color: #000;
		margin-bottom: 0px;
		font-size: 25px;
	}

	.self-contant p {
		font-size: 14px;
		display: inline-block;
		max-width: 100%;
		margin: 0;
		padding-top: 0;
		line-height: 25px;
	}

	.self-contant h4 {
		padding-top: 10px;
		margin: 0;
	}

	.padbot70 {
		padding-bottom: 35px !important;
	}

	.padbot30 {
		padding-bottom: 0 !important;
	}

	#about .about_description {
		padding-bottom: 0;
	}

	.about_description h3 {
		font-size: 25px;
	}

	.services_block {
		padding-top: 25px;
	}

	.depimg {
		gap: 20px;
	}

	.dept-section {
		position: relative;
		margin-bottom: 25px;
		min-height: auto;
		border-radius: 10px;
		padding: 20px 20px;
	}

	.dept-section-letter img {
		width: 44px;
		height: 48px;
	}

	.address p {
		line-height: unset;
		margin-bottom: 5px;
	}

	.dept-section a {
		font-size: 16px;
	}

	.banner-contant br {
		display: none;
	}

	.address {
		float: unset;
		width: 100%;
		margin: 0;
	}

	.all-addess {
		background: #fff;
		box-shadow: 0px 3px 6px #00000029;
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 10px;
		margin-top: 20px;
	}

	.logo img {
		padding-bottom: 5px;
	}

	.phone-box {
		display: block;
		padding-bottom: 30px;
		top: -65px;
	}

	.banner-contant h6 {
		font-size: 16px;
	}

	.banner-contant h5 {
		font-size: 16px;
	}

	/* __________ Index __________ */
	.services_item {
		padding: 50px 10px 0;
	}

	.services_item i {
		width: 100px;
		height: 100px;
		font-size: 50px;
		line-height: 98px;
	}

	.services_item span {
		font-size: 11px;
		line-height: 17px;
	}


	.jcarousel li {
		width: 230px;
	}

	.jcarousel-control-prev {
		margin-left: -360px;
		top: -112px;
	}

	.jcarousel-control-next {
		margin-right: -360px;
		top: -112px;
	}

	.work_item a.zoom {
		padding: 10px 24px;
		font-size: 13px;
	}


	.crewman_item .crewman_social a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.crewman_about {
		font-size: 13px;
		line-height: 20px;
	}


	.fact_item p {
		font-size: 18px;
		line-height: 20px;
	}

	.fact_item .count {
		font-size: 56px;
		line-height: 56px;
	}


	#video_block {
		padding: 140px 0;
		height: 430px;
	}


	.price_item_title {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.price_item_cost {
		width: 100px;
		height: 100px;
		font-size: 16px;
		line-height: 90px;
	}

	.price_item_cost span {
		font-size: 36px;
	}

	.price_item_text {
		padding: 7px 5px;
		font-size: 12px;
	}

	.price_item .btn_order {
		font-size: 13px;
		padding: 12px 5px;
	}

	.price_best:after {
		width: 60px;
		height: 60px;
	}


	.recent_posts {
		width: 600px;
		margin: 0 auto;
	}

	.view_all_posts {
		width: 600px;
		margin: 0 auto;
	}

	.responsive_clearfix {
		clear: both;
	}


	#contact {
		padding: 0 40px;
	}


	.social a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	footer .copyright {
		padding-top: 10px;
	}

	footer .footer_phone {
		padding-top: 0;
	}


	/* __________ Blog __________ */
	.blog_post_slider,
	.blog_post_video,
	.blog_post_img {
		width: 400px;
		height: 315px;
	}

	.blog_post_title {
		font-size: 24px;
		line-height: 30px;
	}

	.blog_post_content {
		font-size: 13px;
		line-height: 20px;
	}


	#comment_form input[type="text"] {
		width: 327px;
	}



	/* __________ Sidebar __________ */
	.widget_meta li a {
		font-size: 17px;
		line-height: 20px;
	}

	.post_item_img_widget {
		width: 220px;
		height: 146px;
		float: left;
		margin-right: 30px;
	}

	.post_item_content_widget a.title {
		font-size: 16px;
		line-height: 20px;
	}





	/* __________ All Styles __________ */



	.respond_clear {
		clear: both;
		height: 0;
		font-size: 0;
	}

	.dept-sections {
		margin-bottom: 20px;
		min-height: auto;
		padding: 20px 20px;
		max-height: auto;
	}

	.pull-right {
		float: none !important;
	}

	.iqacmargin h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.pcellmargin h4 {
		font-size: 15px;
	}

	.iqacmargin h1 {
		margin-bottom: 10px;
	}

	.iqacmargin li {
		font-size: 15px;
	}

	.iqacmargin h4 {
		margin-bottom: 10px;
	}

	.iqactable h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.chairwrapper {
		padding: 20px 0;
		margin-top: 20px;
	}

	.departwrapper {
		padding: 20px 0;
		margin-top: 20px;
	}

	.aboutsub {
		padding: 20px 0;
		margin-top: 20px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}


	section .title {
		font-size: 21px;
		line-height: 26px;
	}



	/* __________ Menu __________ */
	/* a.menu_toggler {display:inline-block; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#32521f;}
	a.menu_toggler:hover {background-color:#d2ab67; color:#fff;} */

	.navmenu {
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
		background-color: #fff;
	}

	.navmenu ul {
		padding: 10px 0;
	}

	.navmenu ul li {
		display: block;
		text-align: left;
	}

	.navmenu ul li a {
		padding: 4px 20px;
		color: #333;
	}

	.navmenu ul li.active a,
	.navmenu ul li a:hover {
		color: #0eba9e !Important;
		background: none !important;
	}

	.navmenu ul li a:before {
		display: none;
	}


	/* __________ Index __________ */
	.services_item {
		padding: 50px 10px 0;
	}

	.services_item i {
		width: 100px;
		height: 100px;
		font-size: 50px;
		line-height: 98px;
	}

	.services_item span {
		font-size: 11px;
		line-height: 17px;
	}


	.jcarousel-wrapper {
		width: 450px;
		margin: 0 auto;
		padding: 0;
	}

	.jcarousel li {
		width: 210px;
	}

	.jCarousel_pagination a {
		top: -104px;
	}

	.jcarousel-control-prev {
		margin-left: 0;
		left: 15px;
	}

	.jcarousel-control-next {
		margin-right: 0;
		right: 15px;
	}

	.work_item a.zoom {
		padding: 10px 24px;
		font-size: 13px;
	}

	.work_item .work_description p {
		font-size: 13px;
		line-height: 17px;
	}



	.team_block {
		width: 450px;
		margin: 0 auto;
	}

	.crewman_item .crewman_social a {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.crewman_about {
		font-size: 13px;
		line-height: 20px;
	}


	.fact_item i {
		font-size: 50px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.fact_item p {
		font-size: 12px;
		line-height: 17px;
	}

	.fact_item .count {
		font-size: 36px;
		line-height: 36px;
	}


	#video_block {
		padding: 110px 0;
		height: 280px;
		background-image: url(../images/video_block.png);
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}

	#video_block #wrapper_mbYTP_P2,
	#video_block .title span,
	#video_block .overlay {
		display: none !important;
	}


	.price_wrapper {
		width: 450px;
		margin: 0 auto;
	}

	.price_item_title {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.price_item_cost {
		width: 100px;
		height: 100px;
		font-size: 16px;
		line-height: 90px;
	}

	.price_item_cost span {
		font-size: 36px;
	}

	.price_item_text {
		padding: 7px 5px;
		font-size: 12px;
	}

	.price_item .btn_order {
		font-size: 13px;
		padding: 12px 5px;
	}

	.price_best:after {
		width: 60px;
		height: 60px;
	}


	.recent_posts {
		width: 450px;
		margin: 0 auto;
	}

	.view_all_posts {
		width: 450px;
		margin: 0 auto;
	}

	.responsive_clearfix {
		clear: both;
	}

	.post_item_content a.post_title {
		font-size: 20px;
		line-height: 24px;
	}

	.post_item_text {
		font-size: 11px;
		line-height: 16px;
	}


	#contact {
		padding: 0;
	}


	.social {
		text-align: center;
	}

	.social a {
		width: 30px;
		height: 30px;
		line-height: 32px;
	}

	footer .copyright {
		padding-top: 10px;
		text-align: center;
	}

	footer .footer_phone {
		padding-top: 0;
		text-align: center;
	}

	.dept {
		padding-bottom: 5%;
	}

	/* __________ Blog __________ */
	.blog_post_slider,
	.blog_post_video,
	.blog_post_img {
		width: 450px;
		height: 315px;
		float: none;
		margin: 0 0 10px;
	}

	.blog_post_title {
		font-size: 24px;
		line-height: 30px;
	}

	.blog_post_content {
		font-size: 13px;
		line-height: 20px;
	}


	.pagination li {
		width: 50px;
		height: 50px;
	}

	.pagination li a {
		font-size: 16px;
		line-height: 48px;
	}


	.single_blog_post_title {
		font-size: 26px;
		line-height: 34px;
	}

	.single_blog_post_date {
		margin-top: 5px;
	}



	/* __________ Single Blog Post __________ */




	/* __________ Sidebar __________ */
	.widget_meta li a {
		font-size: 17px;
		line-height: 20px;
	}

	.post_item_img_widget {
		width: 220px;
		height: 146px;
		float: left;
		margin-right: 30px;
	}

	.post_item_content_widget a.title {
		font-size: 16px;
		line-height: 20px;
	}


	.nsswrapper {
		padding: 20px 0;
		margin-top: 20px;
	}

	.antiwrapper {
		padding: 20px 0;
		margin-top: 20px;
	}

	/* __________ All Styles __________ */



}

@media (max-width: 479px) {


	/* __________ Index __________ */
	#about .about_description h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#about .about_description p {
		font-size: 12px;
		line-height: 17px;
	}


	.jCarousel_pagination a {
		top: -93px;
	}

	.jcarousel-control-next {
		right: 10px;
	}

	.jcarousel-control-prev {
		left: 10px;
	}

	.jcarousel-wrapper {
		width: 300px;
	}

	.jcarousel li {
		width: 300px;
	}


	.testimonials_slider .testimonials_item {
		padding-left: 70px;
	}

	.testimonials_content {
		font-size: 15px;
		line-height: 20px;
	}


	.team_block {
		width: 320px;
	}


	.price_wrapper {
		width: 290px;
	}


	.recent_posts {
		width: 300px;
	}

	.view_all_posts {
		width: 290px;
	}


	textarea {
		margin-top: 15px;
		min-height: 120px;
	}



	/* __________ Blog __________ */
	.blog_post_slider,
	.blog_post_video,
	.blog_post_img {
		width: 290px;
		height: 228px;
		float: none;
		margin: 0 0 10px;
	}

	.blog_post_title {
		font-size: 20px;
		line-height: 24px;
	}

	.blog_post_content {
		font-size: 11px;
		line-height: 17px;
	}


	.pagination li {
		width: 30px;
		height: 30px;
	}

	.pagination li a {
		font-size: 14px;
		line-height: 28px;
	}


	.single_blog_post_date {
		width: 60px;
		font-size: 9px;
		margin-right: 15px;
	}

	.single_blog_post_date span {
		font-size: 50px;
	}

	.single_blog_post_descr {
		margin-left: 75px;
	}

	.single_blog_post_title {
		font-size: 16px;
		line-height: 21px;
	}

	.single_blog_post_content {
		font-size: 12px;
		line-height: 19px;
	}


	#comment_form textarea,
	#comment_form input[type="text"] {
		width: 100%;
	}

	#comment_form .contact_btn {
		width: 100%;
	}


	/* __________ Single Blog Post __________ */



	/* __________ Sidebar __________ */
	.post_item_img_widget {
		float: none;
		margin-right: 0;
	}



	/* __________ Bootstrap Style __________ */
	.col-ss-1,
	.col-ss-2,
	.col-ss-3,
	.col-ss-4,
	.col-ss-5,
	.col-ss-6,
	.col-ss-7,
	.col-ss-8,
	.col-ss-9,
	.col-ss-10,
	.col-ss-11 {
		float: left;
	}

	.col-ss-12 {
		width: 100%;
	}

	.col-ss-11 {
		width: 91.66666666666666%;
	}

	.col-ss-10 {
		width: 83.33333333333334%;
	}

	.col-ss-9 {
		width: 75%;
	}

	.col-ss-8 {
		width: 66.66666666666666%;
	}

	.col-ss-7 {
		width: 58.333333333333336%;
	}

	.col-ss-6 {
		width: 50%;
	}

	.col-ss-5 {
		width: 41.66666666666667%;
	}

	.col-ss-4 {
		width: 33.33333333333333%;
	}

	.col-ss-3 {
		width: 25%;
	}

	.col-ss-2 {
		width: 16.666666666666664%;
	}

	.col-ss-1 {
		width: 8.333333333333332%;
	}

	.services_block {
		padding-top: 0;
	}
}