body{
   font-family: 'Poppins', sans-serif;
   overflow-x: hidden;
}
header{
	width: 100%;
	background-color: #c2df13;
	padding: 5px;
}
header h5{
    text-transform: uppercase;
	font-weight: 900;
}
.navbar{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	display: inline-block;
	margin: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.mainbanner .carousel-control{
	width: auto;
}
.navbar .navbar-brand img {
    width: 135px;
    margin-top: 1px;
}
.navbar-brand{padding: 0 20px;}
.navbar .navbar-nav{
	text-align: center;
}
.navbar ul.navbar-nav{
	list-style-type: none;
	padding-top: 10px;
	margin-left: 10%;
}
.navbar ul.navbar-nav li{
	padding: 22px;
	direction: inline;
	padding-bottom: 20px;
}
.navbar ul.navbar-nav li ul.dropdown-menu li a:hover{
	color: #c2df13;
}
.navbar ul.navbar-nav li a{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
    font-size: 18px;
    font-weight: 600;
   font-family: 'Poppins', sans-serif;
}
.navbar ul.navbar-nav li a:hover{
	border-bottom: 5px solid #c2df13;
}
.navbar-nav ul.dropdown-menu{
	min-width: 260px;
}
.navbar ul.navbar-nav li .active{
	color: #c2df13;
}
@media (min-width: 767px){
.navbar-nav li:hover .dropdown-menu{
	display: block;
	background-color: #1a1a1a;
}
}
.navbar-nav ul.dropdown-menu li{
	padding-left: 10px;
	display: block;
	padding: 5px;
}
.navbar-nav ul.dropdown-menu li a{
	padding: 5px 25px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
   font-family: 'Poppins', sans-serif;
   color: #fff;
   display: block;
}
.navbar .dropdown .dropdown-menu li span a:hover{
    color: #fff;
    border:none;
}
.navbar .navbar-right{
    float: right!important;
    margin-right: 45px;
    margin-top: 25px;
}
.navbar .s_services{
	text-align: right;
	margin-top: 25px;
}
.navbar .s_services a{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #676975;
	padding: 10px 20px;
	text-decoration: none;
   font-family: 'Poppins', sans-serif;
}
.carousel{
	width: 100%;
}
.carousel-indicators{
	width: auto;
	margin-left: 0px;
}
.carousel .item img{
	width: 100%;
}
.carousel-caption{
	width: 40%;
	text-align: left;
	bottom: auto;
	top: 25%;
	right: auto;
	left: 7%
}
.carousel-caption h1{
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 700;
	text-shadow: none;
	font-size: 34px;

}
.carousel-caption p{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
.carousel-caption a{
	color: #1a1a1a;
	background-color: #c2df13;
	font-weight:900;
	font-size: 15px;
	text-transform: uppercase;
	padding: 14px 40px;
	border-radius: 25px;
	margin-top: 17px;
	transition: all 0.3s;
}
.carousel-caption a:hover{
	color: #eaeaea;
	background-color: #676975;
}
.mainbanner .carousel-control .glyphicon-chevron-left{
	margin-left: 50px;
}
.mainbanner .carousel-control .glyphicon-chevron-right{
	margin-right: 50px;
}
.scroller {
	margin-top: 18px;
}
.scroller .cards a.card{
	padding: 5px;
	/* margin-top: 20px; */
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}
.scroller .cards .card-img{
	width: 100%;
    height: 215px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
	position: relative;
	background-color: #eff3f6;
	transition: all 0.3s;
	border:1px solid rgba(0,0,0,0.1);
}
.scroller .cards a.card:hover .card-img:after{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s;
	height: 100%;
	content: "";
}
.scroller .cards .card h4{
	text-align: center;
    color: #000;
    /* font-family: SofiaPro,Helvetica,Arial,sans-serif; */
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.4375rem;
    text-transform: capitalize;
}
.scroller .cards a.card:hover h4{color: #b4cc29;}
.scroller .cards .card p{
	font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #3e3d40;
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 16px;
    text-align: left;

}
 .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next{
 	display: none;
 }
 .bg-image{
 	margin-top: 70px;
 }
 .bg-image .minwidth-img{
    display: none;
 }
 .bg-image .bg-img{
 	display: block
 }
 .bg-image .bg-img {
 	position: relative;
 	background-position: center;
 	background-repeat: no-repeat;
 	padding: 40px;

 }
 .bg-image .bg-img h1{
     color: #fff;
 	font-weight: bold;
 	font-size: 50px;
 	text-transform: capitalize;
 }
 .bg-image .bg-img p{
 	color: #fff;
 	font-weight: 400;
 	font-size: 16px;
 }
 .bg-image .bg-img a h4{
    color: #c2df13;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 3px solid #c2df13;
    padding-bottom: 10px;
 }
 .content{
 	margin-top: 20px;
 }
 .content p{
 	font-size: 18px;
 	padding: 27px;
 	/* text-align: justify; */

 }
 .content a.btn{
 	text-transform: uppercase;
 	font-weight: 600;
 	color:#000;
 	font-size: 16px;
 	border-bottom: 3px solid #c2df13;
 }
 .content .sub-content{
 	color: #000;
 	text-decoration: underline;
 }
 .black-cards{
 	margin-top: 70px;
 }
 .black-cards .black-card{
 	background-color: #1a1a1a;
 	padding: 35px 8px;
 	margin-bottom: 10px;

 }
 .black-cards .black-card h2{
 	color: #c2df13;
 	font-weight: 900;
 	text-transform: uppercase;
 	font-size: 21px;
 	/* height: 75px; */
 	text-align: center;
 }
 .black-cards .black-card h3{
 	color: #c2df13;
 	font-weight: 900;
 	text-transform: uppercase;
 	text-align: center;
 	margin-top: -10px;
 }
 .black-cards .black-card img{
 	width: 70%;
 }
 .black-cards .black-card a.btn-card-black{
 	color: #c2df13;
 	font-weight: 900;
 	font-size: 14px;
 	border:2px solid #c2df13;
 	border-radius: 45px;
 	text-transform: uppercase;
 	padding: 24px 54px;
 	margin-top: 18px;
 }
  .black-cards .black-card h2 span{
    color: #c2df13;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-top: -10px;
	display:block;
	font-size:24px;
	margin-top: 0px;
}
 .black-cards .black-card a.btn-card-black i{
 	color: #c2df13;
 }
 .black-cards a.btn-card-black-1{
 	background-color: #c2df13;
 	color: #1a1a1a;
 	font-weight: 900;
 	font-size: 14px;
 	text-transform: uppercase;
 	padding: 24px 54px;
 	border-radius: 45px;
 	margin-top: 18px;
 }
 .black-cards .black-card a.btn-card-black:hover{
 	background-color: #c2df13;
 	color: #1a1a1a;
 }
 .black-cards .black-card a.btn-card-black:hover i{
 	color: #1a1a1a;
 }
 .gallery{
 	padding: 20px;
 	margin-top: 70px;
 }
 .gallery .gallery-pic-1{
 	height: 450px;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
 .gallery .gallery-pic-2,.gallery-pic-3{
 	height: 220px;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
}
 .gallery .gallery-pic-3{
 	margin-top: 10px;
 }
 .gallery a.gallery-btn{
 	text-transform: uppercase;
 	font-weight: 900;
 	color:#000;
 	font-size: 18px;
 	border-bottom: 3px solid #c2df13;
 	margin: 40px 0;
 }
 .testimonial .testimonial-bg-image{
 	padding: 80px 0 80px;
 	position: relative;
 }
  .testimonial .testimonial-bg-image:before{
  	position: absolute;
  	left: 0;
  	top: 0;
  	content: "";
  	background-color: #000;
  	opacity: 0.5;
  	width: 100%;
  	height: 100%;
  }
 .testimonial img.testimonial-logo-2{
 	width: 120px;
 	height: 120px;
 	border-radius: 50%;
 }
 .testimonial img.testimonial-logo-3{
 	width: 150px;
 	height: 150px;
 	border-radius: 50%;
 }
 .testimonial h2{
 	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center; 
    margin-top: 50px;
    line-height: 1.2;
 }
 .testimonial p{
 	color: #fff;
 	/* font-family: "Open Sans",sans-serif; */
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 16px;
 } 

 .bg-image h1{
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
	margin-top: 0;
}
.bg-image h1 span{
	border-bottom: 2px solid #fff;
}
.bg-image p{
	font-size: 23px;
	color: #fff;
    font-weight: 300;
    line-height: 36px;
    position: relative;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
}
.bg-image .btn-2{
	color: #000;
	background-color: #c2df13;
	padding: 15px 25px;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.3s;
	position: relative;
	z-index: 99;
	margin-top: 20px;
}
.bg-image .btn-2:hover{
	background-color: #676975;
	color: #fff;
}
.bg-image .last-child{
	padding-top: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    color: #fff;
}
.bg-image .last-child a{
	font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}




.Home-welcome {
  /* min-height: 80vh; */
  position: relative;
  /* background-size: cover;
    background-position: 50%; */
  z-index: 0;
  color: #000;
  background-color: #fff;
  padding: 30px 0;
  clear: both;
  width: 100%;
  display: table;
}


/* .Home-welcome:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00244c;
    background: linear-gradient(#009abc,#0b6073);
    opacity: .89;
    z-index: -1;
} */

.Home-welcome .HW-text1 {
  font-size: 32px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.Home-welcome .HW-text2 {
  font-size: 19px;
  color: #6B6B6B;
  text-align: center;
  padding: 0 20px;
  /* padding-bottom: 20px; */
  line-height: 32px;
  /* border-bottom: 1px solid #fff; */
  margin-bottom: 40px;
  text-align: center;
}

.Home-welcome .HW-text2 span {
  color: #fff;
}

.Home-welcome .HW-text3 {
  font-size: 20px;
  font-style: italic;
}

.Home-welcome .statistics {
  padding-top: 40px;
}

.w-20 {
  float: left;
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  text-align: left
}

.Home-welcome .statistics .Count {
  font-size: 60px;
  font-weight: 600;
  color: #f68d2a;
}

.Home-welcome .More-btn {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  border-radius: 0px;
  min-width: 200px;
  border: 5px solid #000000;
  display: table;
  margin: 20px 0 0 0;
}

.Home-welcome .More-btn:hover {
  background-color: #fff;
  color: #000;
}
a.stuadm{
  display: table;
  margin: auto;
  padding: 7px 30px;
  color: #E74536;
  transition: all 0.3s;
  border: 1px solid #E74536;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;

}
a.stuadm:hover{background-color: #E74536; color: #fff;}
/*home-countries*/

.home-countries {
  clear: both;
  width: 100%;
  /* padding: 0 30px; */
  /* display: flex; */
}

.home-countries a {
  text-decoration: none;
  display: inline-block;
  width: 16.66%;
  text-align: center;
  color: #000;
  transition: all 0.3s;
  float: left;
  /* margin-bottom: 30px; */
}

.mapico1 {
  width: 150px;
  height: 150px;
  transition: all 0.3s;
  margin: auto;
  display: table;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}

.home-countries a h4 {
  font-size: 17px;
  /* text-transform: uppercase; */
  color:#000;
  font-weight: 500;
  margin-top: 15px;
}
.home-countries a:hover h4 {color: #b4cc29;}
.cico1 {
  background-image: url('../images/usa.png');
}

.home-countries a:hover .cico1 {
  background-image: url('../images/us-map_1.png');
}

.cico2 {
  background-image: url('../images/england.png');
}

.home-countries a:hover .cico2 {
  background-image: url('../images/england1.png');
}

.cico3 {
  background-image: url('../images/canada.png');
}

.home-countries a:hover .cico3 {
  background-image: url('../images/canada1.png');
}

.cico4 {
  background-image: url('../images/australia.png');
}

.home-countries a:hover .cico4 {
  background-image: url('../images/australia1.png');
}

.cico5 {
  background-image: url('../images/newzealand.png');
}

.home-countries a:hover .cico5 {
  background-image: url('../images/newzealand1.png');
}

.cico6 {
  background-image: url('../images/europe.png');
}

.home-countries a:hover .cico6 {
  background-image: url('../images/europe1.png');
}

.cico7 {
  background-image: url('../images/france.png');
}

.home-countries a:hover .cico7 {
  background-image: url('../images/france1.png');
  /* background-size: 100px 155px; */
}



.whyll ul {
    padding: 0;
    margin-top: 20px;
    text-align: left;
}

.whyll ul li{
    width: 100%;
    display: block;
    padding: 8px 0 8px 35px;
    background-image: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

 .blog h2{
 	color: #1a1a1a;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding: 30px 0;
 }
 .blog .blog-img{
 	height: 200px;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }
 .blog h4{
 	color: #000;
 	font-weight: 700;
 	line-height: 1.3;
 }
 .blog p{
 	color: #1B1B1B;
 	line-height: 1.3;
 }
 .brands .brand-img{
 	padding: 30px;
 }
 .brands .brand-size{
 	padding: 27px;
 }
 .brands .brand-size img{
 	width: 50%;
 	height: auto;
 	background-color: #fff;
 }
 .brands .brand-img img{
 	width: 50%;
 	height: auto;
 }



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* .testimonials {
  padding: 80px 0;
  background: url("../img/bg2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
} */

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  /* text-align: center; */
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90%;
  /* border-radius: 50%; */
  /* border: 6px solid rgba(255, 255, 255, 0.15); */
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 30px 0 5px 0;
  color: #b4cc29;

}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6B6B6B;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  outline: 0;
  border-radius: 50%;
  background-color: #fff !important;
}

.testimonials .owl-dot.active {
  background-color: #b4cc29 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    /* background-attachment: fixed; */
    padding: 40px 0;
    background-color: #f2f2f2;
  }
}

  .testimonials .testimonial-item p {
    width: 100%;
    clear: both;
    color: #6B6B6B;
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
    font-style: italic;
    line-height: 26px;
  }

.testimonial-item{
  padding: 20px 40px;
}
.testimonial-item11{
  padding: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.quotebx{
  position: absolute;
  right: 100px;
  top: 50px;
  width: 240px;
  z-index: -1;
}
.quotebx svg{
  position: absolute;
  left: 20%;
  top: 50%;
}


.testimonials h2{
  color: #000;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.testimonials h2 span{
  color: #b4cc29;
}
.testimonials h2:before{
  content: "";
  width: 120px;
  height: 2px;
  background-color: #b4cc29;
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonials h5{
  color: #b4cc29;
  font-weight: 400;
}
.testleft h1{color: #6B6B6B; font-weight: 700; margin-top: 20px; font-size: 32px;}
.testleft p{color: #6B6B6B;}


 footer{
 	background-color: #1a1a1a;
 	padding: 30px 0;
 }
 footer h2{
 	color: #fff;
 	font-weight: 800;
 	text-transform: uppercase;
 	margin-bottom: 28px;
 }
 footer .form-group .form-control{
 	height: 68px;
 	border-radius: 35px;
 }
 footer .form-group input[type=Email]{
 	font-weight: 700;
 	padding-left: 32px;
 }
 footer .form-group .btn{
 	color: #c2df13;
    font-weight: 900;
    font-size: 14px;
    border: 2px solid #c2df13;
    border-radius: 45px;
    text-transform: uppercase;
    padding: 24px 54px;
    background-color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
 }
 footer .form-group .btn:hover{
 	background-color: #c2df13;
 	color: #1a1a1a;
 }
 footer ul.footer-menu{
 	/*display: inline-block;*/
 	margin-top: 25px;
 	padding:0;
 	list-style-type: none;
 }
  footer ul.footer-menu li{
  	display: inline;
  }
 footer ul.footer-menu li span{
 	padding: 3px 17px;
 }
 footer ul.footer-menu li span:hover{
 	border-bottom: 2px solid #c2df13;
 }
 footer ul.footer-menu li a{
 	color: #c2df13;
 	text-transform: uppercase;
 	font-weight: 700;
 	text-decoration: none;
 	font-size: 17px;
    font-family: 'Poppins', sans-serif;

 }
 footer .top-space{
 	/* margin-top: 35px; */
 }
 footer ul.social-media{
 	display: inline-block;
 	list-style-type: none;
 	margin-top: 15px;
 	padding:0;
 }
 footer ul.social-media li{
 	padding: 5px 12px;
 	display: inline;
 }
 footer ul.social-media li a{
 	color:#1a1a1a;
 	background-color: #fff;
 	border-radius: 50px;
 	text-decoration: none;
 	/* padding: 0px 16px;  */
 	text-align: center;
 	line-height: 50px;
 	font-size: 23px;
 	width: 50px;
 	height: 50px;
 }
  footer ul.social-media li a.fa-facebook{
 	
  }
  footer ul.social-media li a.fa-instagram,footer ul.social-media li a.fa-youtube{
   /* padding: 12px 14px; */
  }

 footer ul.social-media li a:hover{
 	background-color: #c2df13; 
 }
 footer .end_footer{
 	margin-top: 15px;
 }
 footer .end_footer p{
      color: rgba(255,255,255,0.3);
      padding: 5px;
      display: inline;
      font-family: 'Poppins', sans-serif;
 }
footer .end_footer div{
      color: rgba(255,255,255,0.3);
      font-family: 'Poppins', sans-serif;
}
 footer .end_footer p a,.end_footer div a{
 	color: rgba(255,255,255,0.3);
 	text-decoration: underline;
    font-family: 'Poppins', sans-serif;
 }
 footer .end_footer p.border-right{
 	border-right: 1px solid rgba(255,255,255,0.3);
 }

.about-bg-image{
	width: 100%;
	height: 300px;
	margin-top: -20px;
}
.about-bg-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height:100%;
	position: relative;
	display: block;
}
.about-bg-img:after {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0,0,0,0.4);
}
.about-bg-image h1{
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	top: 44%;
	font-size: 50px;
   font-family: 'Poppins', sans-serif;
}
.about-content{
	margin:50px 0px;
}
.about-content p{
	    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}
.about-content p span.color{
	color: #c2df13;
	font-style: italic;
}
.contact-body{padding-left: 30px; display: table; width: 100%;}
.contact-body .col-sm-4,.contact-body .form{
	padding: 70px;
}
.contact-body .container-fluid{
	width: 100%;
}
.contact-body h4.heading-top-space{
	margin: 77px 0 17px 0;
}
.contact-body h4{
	color: #8a8a8a;
	text-transform: capitalize;
	font-weight: 500;
   font-family: 'Poppins', sans-serif;
}
.contact-body h2.heading{
	color: #1a1a1a;
	margin-top: -5px;
	text-transform: capitalize;
	font-weight: 600;
   font-family: 'Poppins', sans-serif;
   font-size: 40px;
   margin-bottom:71px;
}
.contact-body h2.heading .underline{
	border-bottom: 4px solid #c2df13;
}
.contact-body .address{
	margin-top: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding-bottom: 20px;
	display: table;
	width: 100%;
}
.contact-body .address i.marker{
	font-size: 27px;
	color: #fff;
	background-color: #c2df13;
	padding: 12px 19px;
	border-radius: 50%;
}
.contact-body .address i.phone{
	font-size: 27px;
	color: #fff;
	background-color: #c2df13;
	padding: 12px 17px;
	border-radius: 50%;
}
.contact-body .address i.envelope{
	padding: 12px 14px;
	font-size: 27px;
	color: #fff;
	background-color: #c2df13;
	border-radius: 50%;
}
.contact-body .address h2{
	color:#1a1a1a;
	text-transform: capitalize;
	font-size: 19px;
	margin-top: 2px;
}
.contact-body .address .address-1{
	padding-left: 29px;
}
.contact-body .address p{
	color:#1a1a1a;
	opacity: 0.5;
	font-family: "Poppins",Tahoma,Geneva,sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.contact-body .form{
	background-color: #ececec;
}
.contact-body .form h4{
	color: #8a8a8a;
	text-transform: capitalize;
	font-weight: 500;
   font-family: 'Poppins', sans-serif;
}
.contact-body .form h2.heading{
	color: #1a1a1a;
	margin-top: -5px;
	text-transform: capitalize;
	font-weight: 600;
   font-family: 'Poppins', sans-serif;
   font-size: 40px;
}
.contact-body .form form{
	margin-top: 50px;
}
.contact-body .form form table{
	width: 100%;
}
.contact-body .form form table tr input{
	margin: 15px;
}
.contact-body .form form table tr select{
    margin: 15px;
}
.contact-body .form form input{
	padding: 17px 24px 16px;
    border: 1px solid transparent;
    font-family: inherit;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 0;
    vertical-align: middle;
    width: 88%;
    color: #242424;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    display: table;
}
.contact-body .form form select{
    padding: 17px 24px 16px;
    border: 1px solid transparent;
    font-family: inherit;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 0;
    vertical-align: middle;
    width: 88%;
    color: #242424;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    display: table;
}
.contact-body .form form textarea{
	padding: 17px 24px 16px;
    border: 1px solid transparent;
    font-family: inherit;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 0;
    vertical-align: middle;
    width: 95%;
    color: #242424;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    display: table;
    margin: 15px;
    height: 100px;
}
.contact-body .form form button{
	color: #fff;
	background-color: #c2df13;
	font-weight: 500;
	text-transform: capitalize;
	margin: 15px;
	border: 2px solid #c2df13;
	padding: 13px 28px;
	font-family: "Poppins",Tahoma,Geneva,sans-serif;
}
.map .mapper{
	width: 100%;
	height: 500px;
}
 iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.blog-body .col-sm-4 a{
	text-decoration: none;
}
.blog-body h2{
	color: #1a1a1a;
	text-transform: capitalize;
	font-size: 35px;
   font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 43px;
}
.blog-body .blog-card .blog{
	width: 100%;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-body .blog-card h5{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	color: #666;
	margin: 6px 0 0;
   font-family: 'Poppins', sans-serif;
}
.blog-body .blog-card h3{
	margin-top: 10px;
	font-weight: 100;
	width:100%;
	line-height: 29px;
	margin-bottom:24px;
	font-size: 19px;
	color: #333;
   font-family: 'Poppins', sans-serif;
}
.blog-body .blog-card img{
	float: right;
	/*margin-top: -21px;*/
	position: absolute;
    right: 40px;
    bottom: 50px;
}
.blog-body .blog-card{
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16);
	margin-bottom: 40px;
	min-height:350px;
}
.blog-body .blog-card:hover{
	margin-top: -3px;
	transition-delay: 0.1s;
	transition-duration: 0.3s; 
}
.blog-body .blog-card .gaps{
 padding: 36px;
}
.services-text-1{
	padding: 50px 0;
}
.services-body h2{
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 35px 0 23px 0;
}
.services-body h2{
    font-size: 32px;
    padding-bottom: 10px;
    color: #000;
    margin-top: 0;
    font-weight: 600;
}
.services-body p{
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    /*text-align: justify;*/
}
.about-content ul,.services-text-1 ul {
    list-style:none; padding:0;display: inline-block;
}
.about-content ul li, .services-text-1 ul li{
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    text-align: justify;
    padding-left:30px;
    margin-bottom:10px;
    position: relative;
}
 .services-text-1 ul{margin-top: 10px; display: inline-block;}
.about-content ul li:before,.services-text-1 ul li:before {
    position: absolute;
    top: -2px;
    color: #c2df13;
    font-weight: 600;
    left: 5px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 22px;
}
.services-body .services-text{
	border:1px solid rgba(5,5,5,0.12);
	margin: 50px 0;
	padding: 25px;
}
.services-body .services-border h3{
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	padding-bottom: 14px;
	padding-left: 14px;
}
.services-body .services-border ul{
	list-style: none;
}
.services-body .services-border ul li{
	line-height: 3.5;
}
.services-body .services-border ul li:hover a,.services-body .services-border ul li a.active{
	color: #c2df13;
}
.services-body .services-border ul li a{
	text-decoration: none;
    color: #333;
	font-family: 'Poppins', sans-serif;
	padding: 0 15px;
	line-height: 2.5;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
}
.services-body .services-border ul li a i{
	font-size: 16px;
	font-weight: 600;
	margin-top: 12px;
	margin-right: 15px;
	float: right;
}
.S-Services-form{
	margin: 30px 0;
}
.S-Services-form form{
	padding: 16px 0;
	background-color: #e9e9e9;
	border-radius: 10px;
}
.S-Services-form form .label-class-1{
	visibility: hidden;
}
.S-Services-form .container-fluid{
	padding-bottom: 20px;
}
.S-Services-form form label{
	font-weight: 700;
	color: #6d7680;
	position: relative;
}
.S-Services-form form p{
	font-size: 12px;
}
.S-Services-form form label span{
	color: #c2df13;
	font-size: 14px;
	position: absolute;
	top: 5%;
	font-family: 'Roboto Slab', serif;
}
.S-Services-form form input{
   border: 1px solid #dedee5;
   height: 32px;
}
.S-Services-form form input.w-space-1{
	width: 102%;
}
.S-Services-form form input.w-space-2{
	width: 102%;
}
.S-Services-form form .textarea-1{
	padding: 0 26px 0 29px;
}
.S-Services-form form textarea{
  border: 1px solid #dedee5;
  height: 155px;
  width: 100%
}
.S-Services-form form .S-btn{
	border:none;
	font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 3px;
    background: #c2df13;
    margin-top: 25px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.S-Services-form form .S-btn:hover{
	background: #dedee5;
	opacity: 0.7;
	color: rgba(0,0,0,0.3)
}

.formbox, .jobsposbx {
    width: 100%;
    display: table;
    padding: 50px 0 20px;
    background-color: #fff;
}
.jobp1{
    text-decoration: none;
    color: #000;
    padding: 30px;
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0,11,18,.1);
    /* border-top: 3px solid #44cb47; */
    text-align: left;
    margin-bottom: 30px;
    display: table;
    transition: all 0.3s;
}
.jobp1 h4{
    font-size: 21px;
line-height: 36px;
color: #000;
font-weight: 600;
margin-bottom: 20px;
margin-top: 0;
}
.jobp1 a{
    display: table;
    height: 32px;
    text-decoration: none;
    line-height: 32px;
    margin: auto;
    padding: 0 20px;
    /* font-weight: 700; */
    /* letter-spacing: 2px; */
    transition: all 0.3s;
    background-color: #b4cc29;
    color: #fff;
    font-size: 14px;
    border: 2px solid #b4cc29;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.jobp1 a:hover{background-color: #fff; color: #b4cc29;}
ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;
	padding: 0; margin: 0; display: table; width: 100%;
}
ul.jobloc_map li {
    float: left;
    width: 100%;
    /* margin-right: 20px; */
    font-size: 16px;
    color: #666;
    /* clear: none; */
    font-weight: 400;
    display: block;
    clear: both;
    /* width: auto; */
    margin-bottom: 15px;
    padding-left: 0px;

}
ul.jobloc_map li span{float: right; color: #666}
ul.jobloc_map li:after{display: none;}
.jobloc_map li em {
    margin-right: 10px;
}
ul.jobloc_map p{color: #000; font-weight: 600}
.jobloc_map .col-sm-6{padding: 0 10px}
.formbox h2 {
    font-size: 36px;
line-height: 48px;
color: #0c3044;
/* font-weight: 700; */
margin-bottom: 20px;
margin-top: 0;
text-align: center;
}

.formbox h2 span {
    color: #db2234;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #033c75;
    text-decoration: none;

    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.formbox textarea.form-control {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres{
    display: table; height: 48px; text-decoration: none;
    line-height: 48px; margin:  auto; padding: 0 50px;
    font-weight: 600; letter-spacing: 2px; transition: all 0.3s;
    background-color: #b4cc29; color: #fff; font-size: 16px; border: 2px solid #b4cc29;
    text-transform: uppercase; text-align: center; border-radius: 5px;
    margin: auto; float: none;
}
input.subres:hover{background-color: #fff; color: #b4cc29;}



/*servicespg*/
.innerserv{
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding: 50px 0;
    line-height: 28px;
    display: table;
    width: 100%;
    background-color: #fff;
    display: table;
    width: 100%;
}
/*.page_content*/
.page_content {
    width: 68%;
    float: left;
    color: #333
}

.page_content h2{
    color: #a7bf1c;
    /* letter-spacing: 4px; */
    font-size: 34px;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}
.pageTxt h3{
    font-size: 21px;
font-weight: 500;
line-height: 46px;
color: #a7bf1c;
margin-bottom: 20px;
}
.page_ul ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}
.page_content p{font-size: 16px; line-height: 26px;}
.page_ul ul li {
    width: 100%;
    float: left;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.page_ul ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #a7bf1c;
}

.page_ul ul li:last-child {
    margin-bottom: 0px;
}

.page_ul ol {
    width: 100%;
    float: left;
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

/*.page_nav*/
.page_nav {
    float: right;
    width: 25%;
    background: #fbfbfb;
    padding-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #dfeaff;
}

.stickme {
    position: sticky;
    -webkit-position: sticky;
    -moz-position: sticky;
    -o-position: sticky;
    -ms-position: sticky;
    top: 120px;
    right: 0;
}
.job_dets {
    width: 26%;
    float: right;
    text-align: left;
}
.fixme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 120px;
  right: 0;
}
.job_nav {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 30px;
}
.job_nav li b {
    color: #000;
    font-weight: 600;
}
.job_nav li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #a7bf1c;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #a7bf1c;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #333;}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}
.page_nav h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 15px;
    background: #355c7d;
}
.page_nav ul{list-style: none;}
.page_nav ul li {
    width: 100%;
    float: left;
    text-align: left;
}

.page_nav ul li a {
    width: 100%;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 400;
    border-top: 1px solid #dfeaff;
    transition: all ease-in-out .5s;
}

.page_nav ul li:first-child a {
    border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
    color: #e67a1a;
}
.innerserv p strong{font-weight: 600}
.innerserv h1 {
    width: 100%;
    display: block;
    color: #1972ba;
    font-size: 60px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px;
}
.innerserv h1::before {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 0px;
    width: 160px;
    height: 4px;
    content: "";
    background-color: #3db54a;
    display: block;
}
.pageTxt {
    display: table;
    position: relative;
    padding: 0 30px;
}


.cspt-service-style-3 {
    position: relative;
}
.cspt-service-style-3 .cspt-featured-wrapper img {
 border-radius:6px;
 box-shadow:0 9px 24px 0 rgba(26,47,106,.05);
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 width: 100%; 
 display: block;
}
.cspt-service-style-3 .creativesplanet-box-content {
 position:relative;
 transform:translateY(0)
}
.cspt-service-style-3 .cspt-service-cat a {
 text-transform:uppercase;
 letter-spacing:1px;
 font-size:12px;
 font-weight:700;
 line-height:26px;
 text-decoration: none;
 color: #a7bf1c;
}
.cspt-service-style-3 .cspt-service-content {
 padding-top:10px;
 font-size: 16px;
 line-height: 25px;
}
.cspt-service-style-3 .creativesplanet-box-content-inner {
 padding:25px 30px 10px;
 background:#fff;
 margin:-30px 20px 0;
 text-align:center;
 border-radius:6px;
 box-shadow:0 9px 24px 0 rgba(26,47,106,.05)
}
.cspt-service-style-3 .cspt-service-title {
 position:relative;
 font-size:22px;
 line-height:28px;
 font-weight:800;
 margin:0
}
.cspt-service-style-3 .cspt-service-title a{
    text-decoration: none;
    color: #2a3542
}
.cspt-service-style-3 .cspt-service-btn {
 margin-bottom:-35px
}
.cspt-service-style-3 .cspt-service-btn a {
 width:55px;
 display:inline-block;
 height:55px;
 line-height:55px;
 background:#a7bf1c;
 color:#fff;
 border-radius:50%;
 font-size:18px
}
.cspt-service-style-3:hover .creativesplanet-box-content {
 transform:translateY(-10px)
}
.cspt-service-style-3:hover .cspt-featured-wrapper img {
 -webkit-transform:scale(1.02);
 -ms-transform:scale(1.02);
 transform:scale(1.02)
}
.cspt-service-style-3 .btn-arrow {
 font-size:24px;
 line-height:24px
}
.cspt-service-style-4 {
 position:relative;
 background-color:#fff;
 border-radius:6px;
 overflow:hidden;
 border:1px solid #dce5e7;
 box-shadow:0 9px 24px 0 rgba(26,47,106,.05);
 margin-bottom:24px
}
.cspt-service-style-3 .cspt-featured-wrapper img, 
.cspt-service-style-3 .cspt-service-btn a, 
.cspt-service-style-3 .creativesplanet-box-content {
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}

.wwdbx{display: table; width: 100%; padding: 60px 0}



.jobdescription{padding: 50px 0; display: table; width: 100%;}

h1#goBottom {
    text-align: center;
    font-size: 36px;
    color: #a7bf1c;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
}
.jobdesc1 h2{font-size: 24px;}
.jobdescription label{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.jobdescription label span{color: #ff7149;}
.jobdescription input.form-control, .jobdescription textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 50px;
    border: 0px;
    margin-bottom: 20px;
    border: 1px solid #f8f8f8;
    font-weight: 400;
    box-shadow: none;
    box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription textarea.form-control{height: 80px;}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
}



.aaboutbxx{
    width: 100%;
    display: table;
    padding: 60px 0 40px;
    background-color: #fff;
}
.new_box{
    background: #676975;
    padding: 40px;
    border-radius: 4px;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 9px 6px rgba(0,0,0,0.2);
  }
  .new_box::before {
    background: #bbd61e;
    content: "";
    height: 15px;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    z-index: -1;
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
  }
  .new_box p{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    opacity: 1;
  }
  .company_new p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    /* opacity: 0.65; */
}
  p.big_text{
    font-size: 18px;
    line-height: 32px;
  }

  .aaboutbxx2{
    background-color: #eff0f4;
    width: 100%;
    display: table;
    padding: 40px 0;
  }
 .aaboutbxx2 h2{
    font-weight: 600;
    font-size: 42px;
    margin: 0 0 30px 0;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.aaboutbxx2 h2:before{
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 2px;
  content: "";
  background-color: #b4cc29;
}
.aabx1{
    border: 2px solid #eff0f4;
    margin: 45px 157px 0 auto;
    max-width: 1380px;
    background-color: #fff;
    display: table;
}
.aabx2{margin: 45px auto 0 157px;}
.aabx1 img{
    width: 100%; display: block;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    z-index: 2;
    position: relative;
}
.aabx1in{
    padding: 77px 30px 96px 30px;
min-height: 465px;
}
.aabx1 h3{
    font-size: 32px;
font-weight: 400;
margin-bottom: 30px;
position: relative;
text-transform: uppercase;
letter-spacing: 2px;
color: #b4cc29;
}
.aabx1 p{
        font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}



.testimonialsbxpg{
    padding: 70px 0;
    width: 100%;
    display: table;
    background-color: #f8f9fa;
    position: relative;
}
.testimonialsbxpg::before {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/contactpattern.png);
    background-size: 100%;
    opacity: 1;
}

.testimonialsbxpgin{
    padding: 0 10%;
    width: 100%;
}
.testbx1{
    width: 100%;
    display: table;
    width: 100%;
    padding: 25px 20px;
    background-color: #fff;
    margin-bottom:55px;
    position: relative;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, .1);
}
.testbx1:last-child{margin-bottom: 0;}
.testbx1:before{
    position: absolute;
    left:18%;
    opacity: 0.05;
    top: 40%;
    width: 120px;
    height: 100px;
    content: "";
    background-image: url(../images/quotelarge.png);
    background-repeat: no-repeat;
    background-size: 100%;

}
.testbx1 svg{
    position: absolute;
    left: 0;
    top: 0;
    fill: #676975;
    width: 350px;
}
.testimonialsbxpgin img{width: 150px; display: block; border-radius: 100%;}
.testbx1 .col-sm-10{padding-left: 50px;}
.testbx1 h2{
    color: #b4cc29;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 0px 0 5px;
    position: relative;
}
.testbx1 h3{
    color: #676975;
font-size: 16px;
line-height: 32px;
font-weight: 600;
margin-top: 0;
margin-bottom: 10px;
}
.testbx1 p{
    color: #373636;
font-size: 18px;
line-height: 32px;
font-weight: 400;
margin-bottom: 0px;
}




@media (min-width: 240px) and (max-width: 420px){
    header{
        display:none;
    }
	.navbar .navbar-brand img {
    /* width: 239px; */
    width:auto;
    height: 50px;
    margin-top: 5px;
}
.navbar ul.navbar-nav li a{font-size: 16px;}
.about-content ul li, .services-text-1 ul li{font-size: 14px;}

.about-content ul li::before, .services-text-1 ul li::before{top: -7px;}

.navbar-collapse.in{max-height: 600px;}
.mainbanner .carousel-control{display: none;}
.navbar .s_services a{display: block;}
.navbar ul.navbar-nav li{padding: 10px !important;}
.navbar .s_services{
	text-align: center;
	width: 100%;
}
.bg-image h1{font-size:26px; line-height:46px;}
.bg-image .btn-2{font-size:14px;}
/* .navbar-collapse.in{height: 500px;} */
.navbar .navbar-nav{
	margin-left: -61px;
}
  .carousel-caption{
	width: 40%;
	text-align: center;
	bottom: auto;
	top: 0px;
	right: auto;
	left: 5%
}
.about-bg-image h1{
	font-size: 21px;
}
.services-body p{font-size: 14px;}
.navbar-nav ul.dropdown-menu {
    min-width: 210px;
}
.navbar-nav ul.dropdown-menu li {
    padding-left: 10px;
    display: table;
    padding: 5px;
}
.navbar-nav ul.dropdown-menu li a {
    padding: 8px 25px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
  .carousel-caption h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
   }
   .carousel-caption p{
	color: #fff;
	font-weight: 700;
	font-size: 10px;
   }
   .carousel-caption .btn{
	color: #1a1a1a;
	background-color: #c2df13;
	font-weight:900;
	font-size: 8px;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 25px;
	margin-top: 3px;

   }
   .content p{
   	font-size: 14px;
   	padding: 0px;
   }
   .bg-image-content{
   	/*margin-left: 49px;*/
   }
   .bg-image .bg-img h1{
   	font-size: 35px;
   }
   .bg-image .bg-img p{
   	font-size: 14px;
   }
   .bg-image .bg-img a h4{
   	font-size: 15px;
   }
   .brands .brand-img{
   	padding: 0px;
   	margin-top: 10px;
   }
   .brands .brand-size{
   	padding: 0;
   	margin-top: 0px;
   }
   .brands .brand-img img.space-top{
   	margin-top: 14px;
   }
   .brands .brand-img-1{
   	padding: 40px;
   }
   .brands .brand-img-1 img.space-top{
   	margin-top: 14px;
   }
   .black-cards .black-card{
  	margin: 10px;
  }
  .black-cards .black-card img{
 	width: 30%;
 }
 .testimonial .testimonial-bg-image{
 	padding: 30px;
 }
   .testimonial h2{
 	font-size: 20px;
 	line-height: 1.4;
 }
 .testimonial p{
 	font-size: 14px;
 	line-height: 1.5;
 }
	footer{
 	margin-top: 41px;
 }
 footer h2{
 	font-size: 18px;
 }
 footer .form-group .form-control{
 	display: none;
 }
 footer .form-group .btn{
 	margin-top: -3px;
 	border:4px solid #fff;
 	color: #1a1a1a;
 	background-color: #c2df13;
 }
 footer ul.footer-menu{
     display: block;
     text-align: center;
     padding: 0;
     margin-top: 0;
   }
   footer ul.footer-menu li{
 	margin-bottom: 8px;
   }
	.about-content p{
		font-size: 14px;
	}
	.form form table td{
		width: 100%;
		display: block;
	}
	.contact-body .col-sm-4, .contact-body .form{
		padding: 25px;
	}
	.contact-body .form form textarea{
		width: 88%;
	}
	.map .mapper{
		margin-bottom: -41px;
	}
	footer ul.social-media{
		margin-left: 0px;
		padding: 0;
	}
	footer ul.footer-menu li a{
		font-size: 13px
	}
	.blog-body .blog-card h3{
		font-size: 14px;
		line-height: 21px;
	}
	footer ul.social-media li a.fa-facebook{
		padding: 7px 12px;
	}
	footer ul.social-media li a.fa-instagram,footer ul.social-media li a.fa-youtube{
		padding: 5px 8px;
	}
	.bg-image .minwidth-img{
		display: block;
		background-color: #000;
		width: 90%;
	}
	.bg-image .minwidth-img img
	{
		width: 100%;
		margin-top: 31px;
	}
	.bg-image .minwidth-img h1{
       color: #fff;
 	font-weight: bold;
 	font-size: 20px;
 	text-transform: capitalize;
	}
	.bg-image .minwidth-img p{
		color: #fff;
 	font-weight: 400;
 	font-size: 14px;
	}
	.bg-image .minwidth-img a h4 {color: #c2df13;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 13px;
}
.bg-image .minwidth-img span{
    border-bottom: 3px solid #c2df13;
}
	.bg-image .bg-img{
		display: none;
	}
	footer .form-group .col-sm-3{
		padding: 0 0;
	}
   .gallery{
   	margin-top: 0;
   }
   .bg-image{
   	margin-top: 20px;
   }
   .black-cards{
   	margin-top: 20px;
   }
   .services-text-1{
   	margin-right: 0;
   	padding: 30px 0;
   }
   .services-body .services-text{
   	margin: 0;
   }
   .services-body .services-border ul li a{
   	padding: 0;
   }
}
 @media (min-width: 421px) and (max-width: 767px){
     header{
        display:none;
    }
 .navbar .navbar-brand img {
    width: 239px;
    height: 42px;
    margin-top: 0px;
}
.about-bg-image h1{
	font-size: 25px;
}
.navbar .navbar-nav{
	margin-left: -61px;
}
.navbar .s_services{
	text-align: center;
	width: 100%;
}
.navbar-nav ul.dropdown-menu {
    width: auto;
}
.navbar-nav ul.dropdown-menu li {
    padding-left: 10px;
    display: table;
    padding: 5px;
}
.navbar-nav ul.dropdown-menu li a {
    padding: 8px 25px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
  .carousel-caption{
	width: 40%;
	text-align: center;
	bottom: auto;
	top: 16px;
	right: auto;
	left: 5%
}
  .carousel-caption h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
   }
   .carousel-caption p{
	color: #fff;
	font-weight: 700;
	font-size: 12px;
   }
   .carousel-caption .btn{
	color: #1a1a1a;
	background-color: #c2df13;
	font-weight:900;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 25px;
	margin-top: 5px;

   }
   .bg-image .bg-img{
    	padding: 10px;
    }
   .bg-image .bg-image-content{
   	float: right;
   }
   .bg-image .bg-img h1{
     color: #fff;
 	font-weight: bold;
 	font-size: 35px;
 	text-transform: capitalize;
  }
  .bg-image .bg-img p{
 	color: #fff;
 	font-weight: 400;
 	font-size: 14px;
  }
  .black-cards .black-card{
  	margin: 10px;
  }
  .black-cards .black-card img{
 	width: 30%;
 }
 .brands .brand-size{
 	padding: 2px;
 }
 .gallery .gallery-pic-2{
 	margin-top: 5px;
 }
 .testimonial h2{
 	font-size: 20px;
 	line-height: 1.4;
 }
 .testimonial p{
 	font-size: 14px;
 	line-height: 1.5;
 }
 footer{
 	margin-top: 41px;
 }
 footer h2{
 	font-size: 18px;
 }
 footer .form-group .form-control{
 	display: none;
 }
 footer .form-group .btn{
 	margin-top: -3px;
 	border:4px solid #fff;
 	color: #1a1a1a;
 	background-color: #c2df13;
 }
 footer ul.footer-menu{
     display: block;
     text-align: center;
     /*margin-left: -41px;*/
     padding: 0;
   }
   footer ul.footer-menu li{
 	margin-bottom: 8px;
   }
   .brands .brand-img{
   	padding: 40px;
   }
   .brands .brand-img img.space-top{
   	margin-top: 14px;
   }
   .brands .brand-img-1{
   	padding: 40px;
   }
   .brands .brand-img-1 img.space-top{
   	margin-top: 14px;
   }
	 .form form table td{
		width: 100%;
		display: block;
	}
	.contact-body .col-sm-4, .contact-body .form{
		padding: 25px;
	}
	.contact-body .form form textarea{
		width: 88%;
	}
	.map .mapper{
		margin-bottom: -41px;
	}
	footer ul.social-media{
		margin-left: 0px;
		padding: 0;
	}
	.bg-image .minwidth-img{
		display: block;
		background-color: #1b1b1b;
		width: 90%;
	}
	.bg-image .minwidth-img img
	{
		width: 100%;
	}
	.bg-image .minwidth-img h1{
       color: #fff;
 	font-weight: bold;
 	font-size: 25px;
 	text-transform: capitalize;
 	margin-top: 51px;
    font-size: 13px;

	}
	.bg-image .minwidth-img p{
		color: #fff;
 	font-weight: 400;
 	font-size: 14px;
	}
	.bg-image .minwidth-img a h4 {color: #c2df13;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;}
    .bg-image .minwidth-img span{
    border-bottom: 3px solid #c2df13;
    }
	.bg-image .bg-img{
		display: none;
	}
footer .form-group .col-sm-3{
		padding: 0 0;
	}	
   .gallery{
   	margin-top: 0;
   }
    .bg-image{
   	margin-top: 20px;
   }
   .black-cards{
   	margin-top: 20px;
   }
   .home-countries a {
    width: 49%;
   }
}
@media (max-width: 767px){
    header{
        display:none;
    }
	.S-Services-form form input{
		height: 46px;
	}
	.contact-body .form form textarea{
		height: 160px;
	}
	footer ul.footer-menu li{
		width: 100;
		display: block;
	}
	.navbar-nav li .dropdown-menu{
		background-color: #1a1a1a !important;
		/* width: 50%!important; */
		margin:auto!important;
		margin-top: 15px!important;
	}
	.navbar-nav li .dropdown-menu li{
		width: 100% !important;
		display: table !important;
	}
	.navbar-nav li .dropdown-menu li a{
		color: #fff;
		text-align: center !important;
		display: block;
		width: 100%;
		padding: 3px;
	}
	.home-countries a {
    width: 49%;
   }
	}
  @media (min-width: 768px) and (max-width: 992px){
      header{
        display:none;
    }
  	.carousel-caption h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 25px;
   }
   .carousel-caption p{
	color: #fff;
	font-weight: 700;
	font-size: 12px;
   }
   .carousel-caption .btn{
	color: #1a1a1a;
	background-color: #c2df13;
	font-weight:900;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 20px;
	border-radius: 25px;
   }
   .navbar .navbar-brand img{
   	height: 41px;
   }
   .navbar-logo-img{
   	text-align: center;
   }
   .home-countries a {
    width: 49%;
   }
  }
   @media (min-width: 769px) and (max-width: 871px){
   	.navbar-nav ul.dropdown-menu {
    min-width: 210px;
}
.navbar-nav ul.dropdown-menu li {
    padding-left: 10px;
    display: table;
    padding: 5px;
}
.navbar-nav ul.dropdown-menu li a {
    padding: 8px 25px;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.home-countries a {
    width: 49%;
   }
  }
  @media (min-width: 872px) and (max-width: 992px){
  	.navbar .s_services{
  		margin-top:18px;
  	}
  	.home-countries a {
    width: 49%;
   }
  }
  @media (min-width: 768px) and (max-width: 1200px){
      footer ul.footer-menu li span{
      	padding:3px 5px;
      }
      footer ul.footer-menu li span a{
      	font-size: 12px;
      }
      .home-countries a {
    width: 49%;
   }
  }
   @media (min-width: 992px) and (max-width: 1036px){
.carousel-caption h1{
	font-size: 35px;
}
 .carousel-caption p{
	font-size: 18px;
}
 .carousel-caption .btn{
	font-size: 15px;
	padding: 10px 30px;
 }
}
@media (min-width: 992px) and (max-width: 1200px){
	.navbar-nav ul.dropdown-menu {
    min-width: 210px;
}
.navbar-nav ul.dropdown-menu li {
    padding-left: 10px;
    display: table;
    padding: 5px;
}
.navbar-nav ul.dropdown-menu li a {
    padding: 8px 25px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
}
@media (min-width: 1016px) and (max-width: 1316px){
	.navbar-header{
		width: 100%;
		display: table;
	}
	.navbar-header a.navbar-brand{
		width: 30%;
		visibility: hidden;
		float: left;
	}
	.navbar-header a.navbar-brand{
		width: 60%;
		visibility: visible;
		float: right;
	}
	.navbar .s_services {
      margin-top: 80px;
	}
	
	.navbar ul.navbar-nav li{
		padding: 18px;
	}
}
@media (min-width: 1016px) and (max-width: 1315px){
	.navbar-header{
		width: 100%;
		display: table;
	}
	.navbar-header a.navbar-brand{
		width: 30%;
		visibility: hidden;
		float: left;
	}
	.navbar-header a.navbar-brand{
		width: 60%;
		visibility: visible;
		float: right;
	}
	.navbar .s_services a{
		font-size: 15px;
    padding: 8px 25px;

	}
	.navbar ul.navbar-nav li a{
		font-size: 15px
	}
}
@media (min-width: 768px) and (max-width: 1015px){
	.navbar-header{
		width: 100%;
		display: table;
	}
	.navbar-header a.navbar-brand{
		width: 30%;
		visibility: hidden;
		float: left;
	}
	.navbar-header a.navbar-brand{
		width: 60%;
		visibility: visible;
		float: right;
	}
	.navbar .s_services a{
		font-size: 13px;
       padding: 6px 20px;	
	}
	.navbar .s_services{
		margin-top: 69px;
	}
	.navbar ul.navbar-nav li a{
		font-size: 13px;
	}
	.navbar ul.navbar-nav li{
		padding: 10px;

	}
}

  @media (min-width: 1036px) and (max-width: 1263px){
 .navbar-nav ul.dropdown-menu {
    min-width: 210px;
}
.navbar-nav ul.dropdown-menu li {
    padding-left: 10px;
    display: table;
    padding: 5px;
}
.navbar-nav ul.dropdown-menu li a {
    padding: 8px 25px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
   .navbar .s_services a{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background-color: #000;
	text-decoration: none;
}
  .carousel-caption h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 35px;
   }
 .carousel-caption p{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
   }
 .carousel-caption .btn{
	color: #1a1a1a;
	background-color: #c2df13;
	font-weight:900;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 25px;
   }
  }