
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:300,300i,400,400i,700,700i');

/* General CSS */
html, body {
	height: 100%;
}
body {
	font-family: 'Hind', sans-serif;
	font-size: 15px;
}
h1, h2, h3, h4, h5 {
	font-family: 'PT Sans', 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:.07em;
	color: #41464b;/*    text-transform: uppercase;*/
}
a {
	font-family: 'Hind', sans-serif;
	color: #74BF43;
}
p {
	font-family: 'Hind', sans-serif;
	color: #64707b;
	font-size: 15px;
	font-weight: 400;
	text-align:justify;
	line-height:23px;
}
b, strong {font-weight:700}
 @media (min-width: 1600px) {
	body {font-size: 16px};
	p {
		font-family: 'Hind', sans-serif;
		color: #64707b;
		font-size: 16px;
		font-weight: 300;
	}
}
section {margin:60px 0}

@media (max-width: 767px) {
	section {margin: 30px 0;}
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#mobile-indicator {display: none;}
@media screen and (max-width: 992px) {
    #mobile-indicator {display: block;}
}

/*====================================================
                       NAVIGATION
======================================================*/

/* header*/
#header.header-scrolled,
#header.header-pages {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/*Top Navbar*/

.top-menubar-nav {
	display: none;
}
header .topmenu {
	background: #eff0f1;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}

/*Top Contacts*/
header .topmenu ul {
	margin: 0;
}
header .topmenu .top-contacts {
	line-height: 25px;
}
header .topmenu .top-contacts li {
	color: #666;
	padding: 5px 0;
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
}
header .topmenu .top-contacts li a {
	color: #666;
}
header .topmenu .top-contacts i {
	font-size: 13px;
	margin-right: 3px;
}
header .topmenu .top-contacts .fa-whatsapp {
	color: #1fb71f;
	font-weight: 700
}

/*Top Data*/
header .topmenu .top-data {
	text-align: right;
}
header .topmenu .top-data li {
	padding: 5px 11px;
	margin-left: -4px;
	display: inline-block;
	border-right: solid 1px #eee;
}
header .topmenu .top-data li:first-child {
	margin-left: 0;
	border-left: solid 1px #eee;
}
header .topmenu .top-data li a {
	font-size: 14px;
}
header .topmenu .top-data li a:hover {
	text-decoration: none;
}
.top-social {
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	border-radius: 50%;
	background: #fff;
}
header .topmenu .top-data li i.top-social.fa-facebook,  .social-icon-f li i.top-social.fa-facebook {
	border: 2px solid #4267b2;
	color: #4267b2;
}
header .topmenu .top-data li i.top-social.fa-facebook:hover,  .social-icon-f li i.top-social.fa-facebook:hover {
	background: #4267b2;
	color: #fff;
}
header .topmenu .top-data li i.top-social.fa-twitter,  .social-icon-f li i.top-social.fa-twitter {
	border: 2px solid #4AB3F4;
	color: #4AB3F4;
}
header .topmenu .top-data li i.top-social.fa-twitter:hover,  .social-icon-f li i.top-social.fa-twitter:hover {
	background: #4AB3F4;
	color: #fff;
}
header .topmenu .top-data li i.top-social.fa-linkedin,  .social-icon-f li i.top-social.fa-linkedin {
	border: 2px solid #007CBC;
	color: #007CBC;
}
header .topmenu .top-data li i.top-social.fa-linkedin:hover,  .social-icon-f li i.top-social.fa-linkedin:hover {
	background: #007CBC;
	color: #fff;
}
header .topmenu .top-data li a.log-top {
	text-decoration: none;
	font-size: 14px;
	color: #888;
}
header .topmenu .top-data li a.log-top:hover {
	color: #555;
}


/*Responsive Topbar*/

@media (max-width: 991px) {
	header .topmenu ul {
		text-align: center !important;
	}
	header .topmenu .top-data li {
		top: 1px;
		padding: 6px 10px;
		margin-left: -5px;
		position: relative;
		border: solid 1px #eee;
	}
}


/* custom  .navbar-toggler-icon  */
.custom-toggler.navbar-toggler {border-color: #FF0900;} 
.custom-toggler .navbar-toggler-icon {background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } 

/*Navbar*/
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 0.5px 4px #c3c2c2;
}
.navbar {
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    left: 0;
    right: 0;
    z-index: 3;
}
.navbar-header {
	padding-left: 85px;
}
.justify-content-end {
	padding-right: 85px;
}
.navbar-nav {
	float: right;
}
.navbar-nav>li {
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	transition: all .5s ease-in-out;
}
.navbar-nav>li:hover,  .navbar-nav>li:active {
	border-bottom: 2px solid #7A96BD;
	/*        background: #f0f0f0;*/
}
.navbar-nav>li>a {
	color: #6C9EDB !important;
	font-size: 16px;
	font-weight: 700;
	font-family: "hine", sans-serif;
	text-transform: none;	
	letter-spacing: 1px;
	margin: 0 10px;
}
.navbar-nav>li:hover>a,  .navbar-nav>li>a:active {
	color: #0D5293!important;
}

/*This is item search bar*/
.navbar-nav li>.search {
	color: #aaa;
	cursor: pointer;
	font-size: 15px;
	z-index: 0;
	min-width: 30px;
	margin-top: 3px;
	padding: 28px 0;
	text-align: center;
	display: inline-block;
}
.navbar-nav li>.search:hover {
	color: #E41424;
}
.navbar .search-open {
	right: 0;
	top: 65px;
	display: none;
	height: 50px;
	padding: 4px;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 3px #ddd;
	z-index: 1001;
}
.navbar .search-open input,  .navbar .search-open span {
	height: 40px;
	border-color: #E41424;
	line-height: 50px;
}
.navbar .search-open span {
	padding: 0 10px;
	background: #E41424;
	color: #fff;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar-toggle .navbar-toggler-icon {
	background-color: #fff!important;
}
.navbar-collapse {
	max-height: none !important;
}
.vesco-top-nav ul.navbar-nav>li>a.active {
	color: #0D5293!important;
}
.dropdown-menu {
	padding: 0;
	border-bottom: 3px solid #7A96BD;
}

@media screen and (min-width: 992px) {
	.dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.3s linear;
	}

/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0px 1rem;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	clear: both;
	font-weight: 400;
	color: #61666b;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border-bottom: 1px solid #e0e0e0;
}
.dropdown-item:hover, .dropdown-item.active {
	background: #f0f0f0;
}
@media (max-width: 991px) {
	.navbar>.container .navbar-nav {
		float: left;
		border-top: 1px solid #ddd;
		width: 100%;
	}
	.navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand {
		padding: 12px 0px;
		margin-left: -10px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar .search-open {
		width: 100%;
	}
	.navbar-nav>li {
		height: auto;
		line-height: 35px;
		border-bottom: 3px solid rgba(0, 0, 0, 0);
		transition: all .5s ease-in-out;
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav>li.active,  .navbar-nav>li:hover,  .navbar-nav>li:active {
		border-bottom: 2px solid #ddd;
		background: #f0f0f0;
	}
	.navbar li>.search {
		display: none;
	}
	.navbar .search-open {
		right: 0;
		top: 0;
		display: block;
		height: auto;
		line-height: 50px;
		padding: 4px;
		position: relative;
		box-shadow: none;
		background: none;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.affix {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
		box-shadow: 0px 0.5px 4px #c3c2c2;
	}
	.top-menubar {
		display: none;
	}
	.container {
		max-width: 100%;
	}
	.navbar>.container .navbar-brand,  .navbar>.container .navbar-toggler,  .navbar>.container-fluid .navbar-brand {
		margin: 8px 10px;
	}
	.navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand {
		padding: 8px 0px;
	}
	.navbar-nav>li {
		line-height: 25px;
		padding: 0 20px;
		border-bottom: 3px solid rgba(0, 0, 0, 0);
		transition: all .5s ease-in-out;
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav>li:last-child {
		padding: 0px;
	}
	.navbar-nav>li.dropdown .dropdown-menu {
		margin-bottom: 15px;
	}
	.top-menubar-nav {
		display: block;
	}
}

/*====================================================
                       HOME Slide
======================================================*/
#home {
	margin:0px;
	top:0;
	height: calc(100vh - 30px);
	position: relative;
}


/*====================================================
               modal box
======================================================*/

.modal-content {
	border-radius: 16px;
}
.modal-dialog .modal-content .close {
	margin: -15px;
	color: #fff;
	background: #4e4e4e;
	font-size: 20px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-shadow: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	opacity: 1;
	position: absolute;
	left: auto;
	right: 15px;
	top: 15px;
	z-index: 1;
	transition: all 0.3s;
}
.modal-dialog .modal-content .close:hover {
	text-shadow: 0 0 5px #fff;
}
.modal-dialog .modal-content .modal-title {
	color: #000;
	background-image: linear-gradient(to right, #ebeced, #e7edf1, #e3eef4, #ddeff6, #d7f0f8);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 35px;
	text-transform: capitalize;
	padding: 10px 30px;
	border-radius: 15px 15px 0 0;
	display: block;
}
.modal-body {
	position: relative;
	padding: 20px 30px 0;
}
.modal-footer {
	padding: 10px 20px 15px;
	text-align: left;
	width: 100%;
	border-top: 0px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: center;
}


/*====================================================
                   Form Control
======================================================*/
:required {
	background:#fff url(../images/red_asterisk.png) no-repeat 100% center;
	box-shadow:none
}
form {margin-top:10px}
form .col-6 {margin:10px 0}
input, textarea {
              outline: none;
              box-shadow:none !important;
              border:1px solid #ccc !important;
            }
textarea {width:100%; height:100px; line-height:22px;text-align:justify}			
.error {
	color: red !important;
	font-size: 80%;
	font-weight: 400;
	width: 100%;
}
.checkbox {
	margin-bottom: 0px;
}
.btn-link {
	padding: 5px 10px 0px 0px;
	color: #95a5a6;
}
.btn-link:hover,  .btn-link:focus {
	color: #2c3e50;
	text-decoration: none;
}



/*====================================================
                       OFFER
======================================================*/
#comp-offer {margin-bottom:30px;}
.desc-comp-offer h2,  .desc-comp-offer>.heading-border-light {
	margin-left: 20px;
}
.desc-comp-offer {margin-bottom:40px}
.desc-comp-offer-cont {
	margin-bottom: 10px;
	box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.desc-comp-offer-cont:hover {
	margin-bottom: 10px;
	border-bottom: 5px solid #74B446;
	margin-top: -5px;
	cursor: pointer;
}
.desc-comp-offer .btn {
	margin: 15px;
}
.desc-comp-offer .btn-white {
	margin: 15px;
	padding: 10px 18px;
}
.thumbnail-blogs {
	position: relative;
	overflow: hidden;
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
/*	background: rgba(201, 238, 122, 0.72);	*/
	width: 100%;
	height: 100%;
	padding: 2%;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 2;
}
.caption i {
	margin: 30% 4px;
	border: 2px solid #fff;
	cursor: pointer;
	font-size: 25px;
	border-radius: 50%;
	padding: 5px;
	transition: border 0.2s ease, font-size 0.2s ease;
}
.desc-comp-offer-cont h3 {
	padding: 30px 10px 0 10px;
	font-size: 18px;
	text-transform: none;
}
.desc-comp-offer-cont p {
	padding: 0 10px;
	font-size: 14px;
}
.desc-comp-offer-cont a {
	padding: 0px 10px;
	color:#74B446;
}
@media (min-width: 768px) and (max-width: 991px) {
	#comp-offer {
		margin-left: 10px
	}
	#comp-offer .col-md-3:first-child {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%!important;
	}
	#comp-offer .col-md-3 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%!important;
	}
}
@media (max-width: 767px) {
	.desc-comp-offer {
		margin-top: 20px;
	}
}
@media (max-width: 575px) {
	#comp-offer .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 95%!important;
	}
	.desc-comp-offer {
		margin: 20px auto;
	}
}
@media (max-width: 420px) {
	#comp-offer .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 95%!important;
	}
}
@media (min-width: 1600px) {
	.desc-comp-offer-cont p {
		padding: 0 10px;
		font-size: 16px;
	}
}



/*====================================================
                   call-to-action Section 
======================================================*/

.call-to-action {
  border-radius:10px;
  margin:0 10px;
  background: #2a2c32;
  color: #fff;
  padding: 10px 10px; }


.call-to-action h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;color: #fff; }
  .call-to-action .description {
    font-size: 17px;
    color: #999999; }
  .call-to-action .phone {
    margin-top: 12px;
    padding-right: 4px;
    font-size: 17px; }
    .call-to-action .phone span {
      color: #999; }

@media only screen and (max-width: 997px) {
  .call-to-action {
    text-align: center; }
    .call-to-action .description {
      margin-bottom: 30px; } }

@media only screen and (max-width: 559px) {
  .call-to-action h4 {
    font-size: 24px; }
  .call-to-action .description {
    font-size: 15px; } }


/*====================================================
                    FOOTER
======================================================*/
footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
}


.footer {
	padding: 60px 0 40px;
	background: rgba(38,38,38,0.95);
}
.footer p {
	color: #ccc;
	font-size: 15px;
}
.footer strong {font-weight:800}
/*Heading Fotoer*/

.heading-footer {
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 2px;
	color: #eee;
    font-size: 18px;
}
.heading-footer:after {
	left: 0;
	bottom: -5px;
	height: 2px;
	width: 50px;
	content: " ";
	background: #fff;
	position: absolute;
}

/*Link link*/

.footer .link-list {
	margin-bottom: 0;
}
.footer .link-list li {
	padding: 3px 0px;
	border-bottom: solid 1px #333;
}
.footer .link-list li:last-child {
	padding-top: 0;
	border-top: none;
}
.footer .link-list li a {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 3px;
	display: inline-block;
}
.footer .link-list a:hover {
	color: #fff;
}
.footer .link-list li small {
	color: #555;
	display: block;
}
address.address-details-f,  address.address-details-f a {
	color: #ddd;
	font-size: 15px;
}
.social-icon-f li {
	float: left;
	margin: 10px;
}
/*footer bottom*/

#footer-bottom {
	background-color: rgba(0, 0, 0, 0.99);
	padding: 15px 0;
}
#footer-copyrights p, #footer-copyrights {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #bbb;
	text-align: center;
}
#footer-copyrights a {
	color: #bbb;
	margin-bottom: 3px;
	display: inline-block;
}
#footer-copyrights a:hover {
	color: #fff;
}

#footer-copyrights p a:last-child {
	padding-left: 10px;
	margin-left: 10px;
}
.btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
	padding: 3px 15px;
	border-radius: 100%;
	display: none;
}

@media (min-width: 1600px) {
	address.address-details-f,  address.address-details-f a {
		color: #ddd;
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.footer .container {
		width: 90%;
	}
	.heading-footer h2 {
		color: #eee;
		font-size: 18px;
		margin-top: 50px;
		text-transform: none;
	}
	.heading-footer {
		text-align: left;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
	.footer .col-sm-6 {margin-bottom:20px;}
}