@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0; }
a, a:hover {text-decoration: none;} 
ol,ul,li{list-style:none}
body{font-family: 'Nunito'!important; line-height: normal;}
img{max-width: 100%;}
::selection { color: #000; background: #fab151; transition: 0.3s; } 
header{padding: 10px 0;}
.logo {  background:url("../images/s1.png") right 20px center no-repeat;}
.logo img { max-width: 70%; }
.header-r{font-size: 40px; display: flex; align-items: center; font-weight: bold;}
.space, .reviews {padding: 60px 0;}
.who-we-are{ background: #f6f7fa; }
.heading-3{font-size: 56px; font-weight: 700;}
.gained{padding-top: 10px; }
.gained h3{font-weight: bold; font-size: 32px;}
.gained ul{display: flex; flex-wrap: wrap; padding: 0; margin: 0;}
.gained ul li{border: 1px dashed #bbbcbe; padding: 10px; width: 155px; border-radius: 10px; font-size: 20px; display: flex; flex-wrap: wrap;   align-content: center; margin-right: 15px;}
.gained ul li strong{ font-weight: 900; }

.services{padding-top: 30px; }
.services h3{font-weight: bold; font-size: 32px; margin-bottom: 5px;}
.services ul{display: flex; flex-wrap: wrap; padding: 0; margin: 0;}
.services ul li{padding: 10px 12px; border-radius: 10px;  display: flex; flex-wrap: wrap;   align-content: center; margin-right: 15px; color: #fff; font-weight: bold; background: #f06f23; font-size: 14px; }
.services ul li strong{ font-weight: 900; }


.fc-form { background: #fff; padding: 30px 20px; border: 1px solid #444444; border-radius: 20px; }
.fc-form h3{font-size: 20px; font-weight: bold;}
.fc-form form input, .fc-form select, .fc-form textarea { border: 1px solid #808080; background: #fff; border-radius: 5px; padding: 7px 15px; width: 100%; outline: 0; color: #666;}

.fc-form .form-1 { padding-bottom: 15px;}
.fc-form form input[type="submit"] { background: #222222; border: 2px solid #222222; line-height: 40px; display: inline-block; padding: 0 20px; border-radius: 40px; color: #fff;}
.fc-form form input[type="submit"]:hover { background: #ccc; color: #000;}
.fc-form form button[type="submit"], .thank-you  p a { background: #222222; border: 2px solid #222222; line-height: 40px; display: inline-block; padding: 0 20px; border-radius: 40px; color: #fff; width: 100%;}
.fc-form form button[type="submit"]:hover, .thank-you p a:hover { background: #ccc; color: #000;}
.reviews h3{text-align: center;}
.test{padding-top: 0px; margin-left: -15px; margin-right: -15px;}
.test .slick-list {padding-top: 30px;}
.slick-slide img{display: inline;}
.test-1 {border: 1px solid #e5e5e5; border-radius: 15px; width: 25%; padding: 20px 5px; text-align: center; font-size: 15px; display: none;}
.test-1 h4{font-size: 18px; font-weight: bold;}
.test-1 figure {margin-top: -40px;}
.test-1 figure img{ width: 40px; }
.test-1 span img{width: 40%; }
.our-leaders{background: #3892bb; color: #fff;}
.leaders{ padding-top: 20px; margin-left: -15px; margin-right: -15px;}
.leader-1{padding: 15px 5px 0 5px; border-radius: 15px; width: 20%; text-align: center; border: 1px dashed #fff; display: none; min-height: 210px;}
.leader-1 figure img{width:50%; }
.leader-1 h4{font-size: 16px; font-weight: bold; }
.copy-r {color: #fff; background: #2c7292; padding: 10px; text-align: center;}
.slick-prev {left: -10px;}
.slick-next {right: -10px;}
.our-leaders .slick-prev::before, .our-leaders  .slick-next::before{color: #fff;} 

.mobile-dis-n{display: block;}
.mobile-dis-b{display: none;}
.none-display{display: none;}

.thanks-gained ul{justify-content: space-between; }
.thanks-gained ul li{  padding: 20px; width: 32%!important; font-size: 28px; margin-right: 0!important;}
.thank-you{ padding: 50px 0; background: linear-gradient(101.98deg, #DFF0E4 1.38%, #DFF0E4 48.15%, #C7FDFD 88.45%);}
.thank-you p a{width: auto;}
.thank-you-l p strong{font-size: 20px;}

 
@media only screen and (max-width: 767px) {
.logo { text-align: center; background:none;}   
.logo img { max-width: 30%;  }
.header-r { font-size: 24px;  font-weight: bold; text-align: center;}
header { padding: 20px 0;}
.heading-3 { font-size: 40px; }
.space, .reviews, .thank-you { padding: 30px 0;}
.gained{padding-top: 10px}
.gained ul li { width: 29%; font-size: 16px; margin-right: 10px; }
.gained{padding-bottom: 20px;}
.leaders, .test{margin-left: 0; margin-right: 0;}
.fc-form { margin-bottom: 40px; margin-top: 20px;}
.leaders  {margin: 0 15px 0 15px;}
.mobile-dis-n{display: none;}
.mobile-dis-b{display: block;}
.fc-form select{min-height: 40px; height: 40px;}
    .services{padding-bottom: 40px; padding-top: 10px;}
    
    .services ul {display: flex; margin: 0; flex-wrap: wrap; justify-content: space-between;}
    
.services ul li { margin-right: 0; color: #fff; width: 48%; margin-bottom: 10px; justify-content: center; font-size: 13px;}
    
    
}
