@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Start StyleCSS */

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  
} 


html,

body {
	height: 100%;
}

body { font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	-ms-overflow-style: scrollbar;
}



h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
}


.logo{ text-align:center;}


p{ font-family: 'Poppins', sans-serif; font-size:15px; color:#222; line-height:24px; text-align:justify;}
ul li{ font-family: 'Poppins', sans-serif; font-size:15px; color:#222; line-height:24px; text-align:justify;}

.btn-get-started {
    font-family: 'Poppins', sans-serif;   
    margin-top: 30px;
	text-align:center;
}
.btn-get-started a{ font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 30px;
    transition: 0.5s; 
    color: #F7AD07;
	border-radius: 50px;
  border-color: #F7AD07;
  border-width:2px;
  border-style: solid dashed;	
	}
#widgetsControl, #widgetsControl_C{height:inherit !important;}
.wht-cont{ width:100%; margin:0; text-align: center;margin-top: 20px;}
.wht-cont .colr-red{ background:#222; padding:30px 20px; border-radius:100px; margin-top: 30px; border:5px #F7AD07 solid;}
.wht-cont .colr-map{padding:0;border-radius:0;margin-top: 0;}
.wht-cont .colr-red:nth-child(2){ background:#121212; padding:30px 20px;}
.fa{font-family:FontAwesome; }
.wht-cont i{font-size: 70px;  color:#F7AD07; }
.wht-cont i .fa{ }
.wht-cont h3{ font-size: 30px; line-height:30px; font-weight: 700; margin-bottom: 20px;  color: #fff; text-align:center;}

.wht-cont .colr-red a{ text-decoration:none;}
.wht-cont .colr-red:hover .fa{-webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}

.abt-section{ padding: 70px 0;}
.abt-section h2{ font-size: 40px; font-weight: 800; line-height:40px; color: #F7AD07; margin-bottom: 20px;}
.abt-section  p{font-size: 16px; color: #666;}
.abt-section img{ border-radius: 50px; margin-top:30px; box-shadow: -5px 10px 5px #ccc; border:3px #ccc solid;}

.about-btn1{
  padding: 8px 30px 9px 30px;
  color:#222;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;  
  border-radius: 50px;
  border-color:#F7AD07;
  border-width:2px;
  border-style: solid dashed;
}

.about-btn1 i{ font-size:18px; color:#F7AD07; margin-left:7px;}
.about-btn1 i .fa{}


.about-btn {
  padding: 8px 30px 9px 30px;
  color:#fff;  
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border-color:#F7AD07;
  border-width:1px;
  border-style: solid dashed;
}

.about-btn i{ font-size:18px; color:#F7AD07; margin-left:7px;}
.about-btn i .fa{}

.query-section  a:hover{ color:#F7AD07;}
.myslide{ margin:20px 0;}
.carousel-control.left, .carousel-control.right{background-image:none; width: 50px; height: 50px; position: absolute; top: -30px;color: #F7AD07;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{top:inherit;}
.carousel-control{left: inherit;right: 40px;}
.head-hm{ font-size:36px; font-weight:700; text-align: center; color:#F7AD07; margin-bottom:70px; position:relative; text-transform:uppercase;}

.head-hm span{ padding: 3px 9px; position:relative; z-index:9; background:transparent;}
	
.head-hm span:before{ content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 70%;
    background: #ccc;
    bottom: -7px;
    right: 0;
    margin: 0 auto;}
	
.head-hm span:after{    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 20%;
    background: #F7AD07;
    bottom: -12px;
    right: 0;
    margin: 0 auto;}
	
.career-section{ padding:70px 0; color: #fff; position:relative; text-align:center;    z-index: 1;}

.career-section:before{
  content: "";
  background: #F7AD07;
  position: absolute;
  bottom: 30px;
  top: 30px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: -1;
}

.career-section .content {
  /*padding: 30px 30px 30px 0;*/
}

.career-section .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height:30px;
  margin-bottom: 30px;
  color: #222;
  text-align:center;
}

.career-section .content p {
  margin-bottom: 30px;
  color: #222;
  text-align:center;
}

.fa-icon{ text-align:center;}
.fa-icon i{ font-size:150px; width:200px; height:170px; color:#222; border-radius: 50px; border-color:#222; border-style: dotted dashed solid; border-width:3px;}
.fa-icon i .fa{ }

.btns {
  padding: 8px 30px 9px 30px;
  color:#222;  
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border-color: #111;
  border-width:2px;
  border-style: solid dashed;
}

.btns i{ font-size:18px; color:#F7AD07; margin-left:7px;}
.btns i .fa{}
/*services*/
.img-sec{position:relative;}
.ser-bx{position:relative;  border: 1px solid #eee;}
.ser-bx h3 a{padding:0px 15px;color:#000;font-size: 22px;font-weight: 600;}
.ser-bx p{padding:5px 15px; color:#999;}
.default-overlay-outer {opacity: 0; top: -100%; background: rgba(16, 37, 46, 0.9);}
.default-overlay-outer { position: absolute; display: block;  width: 100%; height: 100%; padding: 10px;    transition: all 700ms ease; -webkit-transition: all 700ms ease;  -ms-transition: all 700ms ease; -o-transition: all 700ms ease;  -moz-transition: all 700ms ease;}
.ser-bx:hover .default-overlay-outer { top: 0; opacity: 1;}
.default-overlay-outer .inner { position: absolute; left: 0px;  top: 0px; width: 100%; height: 100%;display: table;vertical-align: middle; text-align: center;}
.default-overlay-outer .inner .content-layer { position: relative; display: table-cell; vertical-align: middle; color: #ffffff;}
.ser-bx .btn {border: 1px solid #F7AD07; padding: 0 25px; line-height: 34px; color:#fff; background:#F7AD07;}
.ser-bx .btn:hover { background:#000; color: #fff; transition: all .5s cubic-bezier(0.4, 0, 1, 1);}
.ser-bx .default-overlay-outer .inner .content-layer { position: relative; display: table-cell; vertical-align: middle;color: #ffffff;}
/* .carousel-control-prev{display: none;} */
.carousel-control-prev-icon, .carousel-control-next-icon{background-image: none !important;}
.carousel-control-prev-icon::after{
  content: "\f053";
  font-family: "Fontawesome";
  background-image: none;
  font-size: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
    color: #F7AD07;
 
}
.carousel-control-next-icon::after{
  content: "\f054";
  font-family: "Fontawesome";
  background-image: none;
  font-size: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
    color: #F7AD07;

}
.carousel-control-prev {
  right: 100px;    left: inherit;
}
.carousel-control-next {
  right: 60px;
}
.carousel-control-next, .carousel-control-prev{width: 0%; top: -500px;}
/*services*/
/*form*/

footer{ background: #121212; color: #fff; padding: 30px 0 0 0;}
footer h2{ color: #F7AD07; font-size: 30px; line-height:30px; text-align: left; margin-bottom:30px;}
footer P{ color: #fff; font-size: 15px; line-height:24px; text-align: left;}

.team_img {
  width: 130px;
  border: 6px solid #F7AD07;
  border-radius: 50%;
}
.info{ width: 100%;}
a{text-decoration: none;}
.info i {
  font-size: 24px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #b18603;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
}

.info .email, .info .phone {
  margin-top: 20px;
}
.info .email{ margin-bottom: 20px;}

.info .email:hover i, .info .address:hover i, .info .phone:hover i{
  background:#b18603;
  color: #fff;
}

.bg-get{ /*! background:#000; */ border-radius: 20px;}
.social-links{ width:100%; margin-top: 20px;}
.social-links img{ border-radius:30px;}
.social-links div{ width:100%; padding:5px; border-bottom:1px #333 dashed; border-radius:20px; transition: 0.3s; margin-bottom:5px;}
.social-links i{ font-size: 20px; background: #b18603; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px;}

.social-links a{ color: #fff; text-decoration:none;}

.links{ width:100%;}
.links div{ width:100%; padding:5px; border-bottom:1px #333 dashed; border-radius:20px; transition: 0.3s; margin-bottom:5px;}
.links i{ font-size: 16px;  background: #b18603; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px;  border-radius: 50%; text-align: center;  width: 36px; height: 36px;}
.links a{ color: #fff; text-decoration:none; line-height:24px;}
.links a:hover {
  color: #f9bf1e;
  
}
.copyright{ width:100%; background:#b18603; padding:10px 0; margin-top:30px;}
.copyright P{font-family: 'Poppins', sans-serif; color: #fff; font-size: 15px; line-height:24px; margin:0;}

.copy-lft p{ text-align: left;}
.copy-rht p{ text-align: right;}



@media screen and (max-width: 991px) {
	.wht-cont .colr-map{margin-top: 20px;}
}

@media screen and (max-width: 600px) {	


}

@media screen and (max-width: 480px) {
	
	
}