@import url("../fonts/poppins/poppins.css");



/* Global 
====================================================================== */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0;
	margin-bottom: 34px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #6f9827;
	background: url("../img/banner/bg.png") #ffffff top center repeat-x;
	overflow-x: hidden;
}


a{
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:focus, button:focus {
	outline: none;
}



.delay1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}
.delay2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.delay3 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}


.bold{
	font-weight: bold;
}
.medium {
	font-weight: 500;
}
.dib{
	display: inline-block;
}
.text-blue {
	color: #1b4e59;
}
.text-green {
	color: #6f9827;
}
.btn-green, .btn-green:hover {
	color: #ffffff;
	background: #6f9827;
	font-weight: bold;
	
	-webkit-box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
	-moz-box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
	box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
}
.btn-blue, .btn-blue:hover {
	color: #ffffff;
	background: #1b4e59;
	font-weight: bold;
	
	-webkit-box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
	-moz-box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
	box-shadow: 3px 4px 2px 0px rgba(52, 82, 0, 0.48);
}


/* home */
.navbar {
	padding-top: 15px;
	margin-bottom: 45px;
}
.dropdown-toggle::after {
	background: url("../img/down.png") no-repeat;
	background-position: 0px 4px;
	-webkit-background-size: contain;
	background-size: contain;
	width: 8px;
	height: 12px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.navbar-nav {
	
}
.navbar-light .navbar-nav .nav-link {
	color: #535353;
	font-size: 13px;
	padding: 8px 12px;
	text-transform: capitalize;s
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #6f9827;
}
.navbar-nav .dropdown-menu {
	background: #6f9827;
	border: none;
	padding: 7px 0 0 0;
	
	-webkit-box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.7);
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-item {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	padding: 4px 15px;
}
.dropdown-item.active, .dropdown-item:active, 
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #658e1c;
}

.home-row .block-1 img {
	position: relative;
	z-index: 1;
}
.home-row .block-2 .btn {
	color: #1b4e59;
	font-weight: 500;
	border: 1px solid #1b4e59;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.home-row .block-3 {
	padding-right: 0;
}






footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.insurance-block {
	position: relative;
	margin-bottom: -2px;
}
.insurance-block img {
	position: absolute;
	right: auto;
	bottom: 0px;
	left: 75px;
}
.copy {
	color: rgba(83, 83, 83, 0.55);
	font-size: 12px;
	letter-spacing: .5px;
	padding-top: 12px;
	background-color: #efefef;
}
.copy p {
	margin-bottom: 7px;
}
.copy p a {
	color: inherit;
}
.copy .socialBlock p a {
	display: inline-block;
	padding: 2px 4px;
}
.copy .socialBlock p a img {
	max-height: 20px;
}


/* about */
.aboutBody {
	background: url("../img/banner/aboutBg.png") top center no-repeat;
}
.scroll-block {
	margin-bottom: 120px;
	height: 500px;
	overflow: auto;
	padding-right: 30px;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background: url("../img/arrow.png") no-repeat;
	width: 16px;
	height: 18px;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position: -8px 3px;
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position: -8px -30px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #1b4e59;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #1b4e59;
}
.bharat-block {
	margin-bottom: -65px;
}



/* contact */
.contactBody {
	background: url("../img/banner/contactBg.png") top center no-repeat;
}
.form-control {
	border: 2px solid #1b4e59;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal {
	background: url("../img/banner/modalBg.png") rgba(111, 152, 39, 0.8) center right no-repeat;
}
.close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.close img {
	width: 30px;
	opacity: 0.6;
}


/* Google Map */
#googleMap {
	position: relative;
	z-index: 999;
}





/* download */
.pdf-list .list-group-item {
	color: #1b4e59;
	font-weight: 500;
	background: transparent;
	border-top: none;
	border-color: #6f9827;
	padding-left: 4px;
}



/* gallery */
.galleryBody {
	background: url("../img/banner/galleryBg.png") top center no-repeat;
}
.galleryblock li {
	background: #ffffff;
	width: 210px;
	height: 210px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-right: 15px !important;
	margin-bottom: 30px;
	margin-left: 15px;
	border: 12px solid #efefef;
	
	-webkit-box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 5px 6px -1px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.galleryblock li a {
	display: block;
}
.galleryblock img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -35%;
	margin: auto;
	min-width: 330px;
}

/* popup */
.projects-modal {
	background: rgba(255, 255, 255, 0.53);
}
.projects-modal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.projects-modal .modal-body .close {
	background: #333333;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	opacity: .7;
}
.projects-modal .modal-body .close:before {
	content: '';
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
.projects-modal .modal-body .close:after {
	content: '';
	background: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(135deg);
}
.projects-modal .modal-body {
	background: #ffffff;
	padding: 15px;
}
.product-slider .block-1 .image-block-carousal .carousel-inner {
	height: 415px;
	position: relative;
}
.product-slider .block-1 .image-block-carousal .carousel-inner .carousel-item {
	text-align: center;
	height: 100%;
}
.product-slider .block-1 .image-block-carousal .carousel-inner .carousel-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.product-slider .block-2 .project-content {
	padding-top: 45px;
	margin-bottom: 35px;
	padding-right: 35px;
}
.product-slider .block-2 .project-content h5 {
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
}
.product-slider .block-2 .thumbnail-carousal .carousel-inner .carousel-item {
	height: 290px;
	overflow-y: auto;
}
.product-slider .block-2 .thumbnail-carousal .carousel-inner .carousel-item .thumb {
	display: inline-block;
	padding-right: 5px;
	width: 32%;
	height: 85px;
	position: relative;
	border: 1px solid #ddd;
	margin: 1px;
	overflow: hidden;
}
.product-slider .thumbnail-carousal .carousel-inner .carousel-item .thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-height: 100%;
}

.product-slider .block-1 .carousel .carousel-control-next-icon, 
.product-slider .block-1 .carousel .carousel-control-prev-icon {
	background: transparent;
	width: 30px;
	height: 30px;
}


/* nri center */
.nriBody {
	background: url("../img/banner/nriBg.png") top center no-repeat;
}


/* whyBody */
.whyBody {
	background: url("../img/banner/whyBg.png") top center no-repeat;
}
.why-list li {
	padding-left: 20px;
	margin-bottom: 15px;
	line-height: 18px;
}
.why-list li img {
	margin-left: -23px;
}


/* achievement */
.achivementBody {
	background: url("../img/banner/achivementBg.png") top center no-repeat;
}
.awardsBlock {
	padding-top: 45px;
	padding-bottom: 180px;
}
.awardsBlock img {
	border: 12px solid #efefef;
}









/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
		max-width: 100%;
	}
	.modal-lg {
		max-width: 90%;
	}
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.container {
		max-width: 100%;
	}
	.modal-lg {
		max-width: 90%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 100%;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.container {
		max-width: 100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	body {
		margin-bottom: 90px;
	}
	.container {
		max-width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		background: #ffffff;
		width: 100%;
		top: 80px;
		right: 0;
		left: 0;
		z-index: 1;
		padding: 20px 20px;
		
		box-shadow: 2px 2px 2px 1px #ddd;
	}
	
	.scroll-block {
		margin-bottom: 35px;
		height: 100%;
		padding-right: 0px;
	}
	
	.insurance-block img {
		width: 50%;
	}
	
	/* modal */
	.product-slider .block-1 .image-block-carousal .carousel-inner {
		height: 300px;
	}
	.product-slider .block-2 .thumbnail-carousal .carousel-inner .carousel-item {
		height: auto;
	}
	.product-slider .block-2 .thumbnail-carousal .carousel-inner .carousel-item .thumb {
		width: 60px;
		height: 36px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}
