body {
  font-family: 'Sofia Pro'!important;
  overflow-x: hidden;
}

svg {
  /* width: 35%; */
  overflow: visible;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.right_boy {
  opacity: 0;
  transform: translatex(45%);
  animation: real-man 1.5s ease-in-out forwards;
}

#Right_boy_hand {
  transform: rotate(-22deg);
  transform-origin: 100% 0%;
  animation: real-man 1s ease-in-out forwards 1.4s;
}

#bag {
  transform: rotate(-8deg);
  transform-origin: 82% 53%;
  animation: real-man 2.5s ease-in-out infinite alternate;
}

.left_boy {
  opacity: 0;
  transform: translatex(-45%);
  animation: real-man 1.5s ease-in-out forwards;
}

#left_boy_hand {
  transform: rotate(35deg);
  transform-origin: 5% 25%;
  animation: real-man 1s ease-in-out forwards 1.4s;
}

#Left_boy_bag {
  transform: rotate(8deg);
  transform-origin: 0% 50%;
  animation: real-man 2.5s ease-in-out infinite alternate;
}

@keyframes real-man {
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.banner{
  padding: 45px 0 0;
    background-image: url(../img/shape_01_mail.png),url(../img/shape_02_mail.png);
    background-repeat: no-repeat,no-repeat;
    background-size: cover, 10%;
    background-position: center, bottom right;  
    background-color: #1A40AA;
    /* background-image: linear-gradient(
      309deg
      , #0093E9 0%, #7fd4f8 50%); */
}
/* .banner:before{
  content: '';
  background-image: url(../img/shape_mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */
.handshek_gif{
  position: relative;
   width: 47%;
    top: 68%;
    float: right;
    left: -4%;
}
.banner_info{
  padding: 0 450px 0 100px;
  /* position: absolute;
  top: -65px; */
  z-index: 999;
  /* text-align: center; */
}
/* .bannerr_gif{
  float: right;
  position: relative;
    top: -22%;
}*/
.bannerr_gif {
  width: 70%;
} 
.bannerr_gif svg{
  position: absolute;
    bottom: -7%;
    width: 63%;
}
.banner_info h1 {
      font-size: 49px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 75px;
    color: #fff;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    margin-top: 40px;
    font-family: 'Roboto'!important;

}
.banner_info h1:before{
content:'\f10d';
position: absolute;
width: 15px;
height: 15px;
font-family: FontAwesome;
left: 43px;
    top: 77px;
}
.banner_info h1:after{
    content: '\f10e';
    position: relative;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    left: 71%;
    top: 0;
}
.banner_info h1 i{
     padding-right: 10px;
    font-size: 62px;
}
.banner_info h1 span{
  font-size: 37px;
}
.date-part a{
  color: #fff;
  font-weight: 600;
}
.date-part{
  color: #fff;
}
.banner_info h2 {
  color: #f9f9f9!important;
  font-size: 54px;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3vw #ccc;
  letter-spacing: 2px;
}

.banner_info h2::before {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	color: #fff;
	overflow: hidden;
	position: absolute;
	content: attr(data-text);
	border-right: 2px solid #fff;
	-webkit-text-stroke: 0vw #f7f7fe;
	animation: animate 6s linear infinite;
}

@keyframes animate {
	0%,
	10%,
	100% {
		width: 0;
	}

	70%,
	90% {
		width: 100%;
	}
}

.banner_info p{
  font-size: 23px;
    /* letter-spacing: 1px; */
    line-height: 46px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    width: 900px;
}
.modal-content{
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  padding: 0;
}
.modal-dialog {
  max-width: 100vw!important;
  margin: 0;
  width: 100vw !important;
  height: 100vh;
}
.form_popup_left_div{
  padding: 10px 0;
   background-image: url(../img/popup_bg2.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.form_popup_right_div{
  padding: 20px 40px 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
   background: #fff; 
}
.modal-body{
  padding: 0;
  overflow-y: hidden;
}
.close{
  position: absolute;
  top: 0;
  /* background: #ccc!important;  */
  padding: 10px!important; 
  right: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 37px;
}
.form_popup_right_div form{
  margin-top: 30px;
  margin-bottom: 77px;
}
.modal-open .modal {
  z-index: 999999;
}
.btn{
  border: none!important;
}
.bp_btn{
  /* background-color: #fff;
  color: #1A40AA;
  border-radius: none!important;
  padding: 10px 20px;
  transition: all 0.3s ease 0s; */
  background: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 30px;
    transition: all 0.6s ease 0s;
    border-radius: none;
    border: none;
    cursor: pointer;
}
.bp_btn:hover{
  background: #1A40AA!important;
  color: #fff!important;
}
#gif_se .bp_btn:hover{
  background: #1A40AA!important;
  color: #fff!important;
  border: 1px solid #fff!important;
}
#part_gif_sec .bp_btn:hover{
  background: #fff!important;
  color: #1A40AA!important;
  border: 1px solid #fff!important;
}
#info .bp_btn:hover{
  background: #fff!important;
  color: #1A40AA!important;
  border: 1px solid #1A40AA!important;
}
/* #accordionGroupOpen{
  border-left: 1px solid #000;
} */
.patner_program{
  padding: 70px 0 100px; 
  width: 100%;
}
.patner_program2{
  padding: 70px 0px 0; 
  width: 100%;
  background: #f7f7f7;
}
.heading p {
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 50px;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 61%;
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 44%;
  margin-bottom: 20px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.part_info {
  padding: 50px 30px;
  display: block;
  /* border: 1px solid #efefef; */
  /* margin: 0 10px; */
  height: 320px;
  overflow: hidden;
  text-align: left;
  /* background-color: rgb(216, 245, 253); */
  border-radius: 10px;
  box-shadow: 0 0 25px #cbd6e280;
    border: none;
    background-color: #fff;
    margin-bottom: 40px;
}
.part_info img{
  width: 30%;
  text-align: left;
  margin-bottom: 20px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slide{
	text-align: center;
}
.part_info  h5{
	/* font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  text-decoration: none;
  color: #000; */
  /* letter-spacing: .3px; */
  line-height: 33px;
    font-size: 20px;
    color: #1A40AA;
    font-weight: 500;
}
/* .partner_prog_info{
  padding: 0 0 0 60px;
} */
.heading h3{
  font-size: 51px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 80px;
  color: #1A40AA;
  /* color: #1a75bb; */
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
}
.partner_prog_info h4 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 34px;
  line-height: 55px;
  color: #000;
}
.partner_prog_info p{
  font-size: 24px;
    /* letter-spacing: 1px; */
    line-height: 39px;
    font-weight: 400;
  padding-bottom: 10px;
}
.til {
  background: #1A40AA;
  height: 1px;
  width: 60px;
  margin-bottom: 20px;
}
.slick-prev{
  /* background: #ddd;  */
    /* padding: 10px;
    border-radius: 100%;
    position: absolute;
    right: 4%;
    top: -14%;
    width: 30px;
    height: 30px;
    line-height: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500; */
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    left: -10%;
    top: 85%;
    width: 30px;
    height: 30px;
    line-height: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    bottom: 0;
    cursor: pointer;
}
.slick-next {
  /* background: #ddd; */
  /* padding: 10px;
  border-radius: 100%; 
  position: absolute;
  right: 2%;
  top: -14%;
  width: 30px;
  height: 30px;
  line-height: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500; */
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    left: -6%;
    top: 85%;
    width: 30px;
    height: 30px;
    line-height: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.patner_program2 .slick-prev{
  right: 6%;
}

.patner_program2 .part_info {
  padding: 41px 30px;
}
.part_info:hover{
  text-decoration: none;
}
/* .patner_program2:nth-child(even){
  background: #f3f3f3;
}  */
/* .patner_program2:nth-child(odd) .row{
  flex-direction: row-reverse;
}
.patner_program2:nth-child(odd) .partner_prog_info {
  padding: 0 60px 0 0;
}
.patner_program2:nth-child(odd) .slick-prev{
  left: 103%;
}
.patner_program2:nth-child(odd) .slick-next {
  left: 107%;
}
.patner_program2:nth-child(3) .slick-initialized .slick-slide{
    
    height: 365px;
}
.patner_program2:nth-child(4) .slick-initialized .slick-slide{
  
  
}
.patner_program2:nth-child(5) .slick-initialized .slick-slide{
  
  height: 365px;
} */


.last_pp{
  padding-bottom:100px !important;
}

#benefit{
	width: 100%;
  padding: 100px 0 0;
  /* background: #f3f3f3; */
}

.benefit_img{
	border-radius: 15px;
	height: 170px;
    width: 170px;
    line-height: 160px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 16px;
	box-shadow: 0 8px 30px -7px #728390;
  transition: transform .9s;
  cursor: pointer;
}
.benefit_div:hover .benefit_img{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.benefit_div h4 {
  /* line-height: 27px;
  font-size: 20px;
  padding: 0 17px; */
  line-height: 27px;
    font-size: 18px;
    padding: 17px;
    /* background: #0b63bd;
    color: #fff!important;
    height: 122px;
    position: relative; */
}
/* .benefit_div h4:before {
    width: 2px;
    height: 47px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
    background: #0b63bd;
    top: -25%;
} */
.benefit_div{
	margin-bottom: 50px;
}
#gif_se{
  padding: 0px 0;
  width: 100%;
  background: #1A40AA;
  color: #fff;
}
#gif_se img{
  width: 100%;
}
#gif_se h4{
  font-size: 34px;
    color: #fff;
    line-height: 58px;
  padding-bottom: 30px;
}

#part_gif_sec .heading h3 {
  margin-bottom: 12px;
  /* color: #fff; */
}
#part_gif_sec .heading p{
  font-size: 20px;
}
#part_gif_sec .bp_btn ,#info .bp_btn{
  background: #1A40AA!important;
  color: #fff!important;
}
.pro_right_img{
  /* float: right; */
  width: 50%;
  position: absolute;
  right: 0;
  top:35%;
  margin: auto;
  transition: all 3s ease 0s;
  transform: translateY(0px);
  
}
.show .pro_right_img{
  transform: translateY(-40px);
  
} 
.panel:first-child .pro_right_img{
  transform: translateY(0px);
  opacity: 1; 
} 
/* .see{
  opacity: 1;
}
.fst{
  opacity: 0;
  transform: translateY(200px);
}
.show .see{
  opacity: 0;
}
.show .fst{
  opacity: 1;
  transform: translateY(0px);
} */

#accordion{
  padding: 20px 0 40px;
}
.card {
  background: none!important;  
  border: none!important;   
  border-radius: 0!important;
  /* border-left: 2px solid #ccc!important; */
}

.card-header{
  background: none!important;  
  border: none!important; 
  border-radius: 0!important;
  padding: 2px 0!important;
}
.p_name{
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0!important;
  text-decoration: none!important;
}
.company_logo{
  padding: 0 0 0 60px;
  /* position: absolute;
    top: -13%; */
    /* left: 7%;
    margin-bottom: 20px; */
}
.company_logo img{
  width: 200px;
}
/* .new_footer_1 img{
  width: 60%;
} */
.p_name i{
  font-weight: 400!important;
  font-size: 15px;
  padding-right: 3px;
}
.p_name:hover{
  color: #fff;
  text-decoration: none!important;
}
#part_gif_sec .show{
  border-left: 2px solid #000;
} 
.panel-body {
  padding: 0 18px;
}
.panel-body ul li a{
  color: #000;
}
.panel-body ul{
  padding: 0;
}
.panel-body ul li{
  /* border: 1px solid #fff; */
  padding: 5px 0;
  display: block;
  /* margin-top:15px; */
}
.panel-group{
  border-left: 1px solid #ccc;
}
.panel{
  padding: 0;
}
#footer{
	width: 100%;
	padding: 60px 0;
	/* background: #f5f5f5; */
	/*border-top: 1px solid #07489a;*/
}
#footer h5{
	color:  #1A40AA;
	font-size: 18px;
	font-weight: 600;

}
footer{
	background: #1A40AA;
	color: #666;
	padding: 20px 0;
}
.para_list a{
	font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    color: #333;
    letter-spacing: 1px;
}
.fot_social a{
    color: #1A40AA;
    font-size: 16px;
    padding-right: 3%;
}
.fot_img{
  justify-content: space-around;
}
.fot_img img{
  width: 18%;
}
.para_list{
  line-height: 30px;
}
#part_gif_sec{
  width: 100%;
  background: #f7f7f7;
    
}
#part_gif_sec img{
  width:100%;
}

.term{
  background: #f7f7f7;
}

.md_quet_img {
  height: 180px;
  width: 180px;
  padding: 10px;
  line-height: 165px;
  border-radius: 100%;
  overflow: hidden;
  margin: 50px auto 0;
  border: 1px solid #807d7d;
  background: #fff;
  box-shadow: 0 0 25px #cbd6e280;
}
/* .md_quet_img img {
  width: 100%;
  height: 100%;
} */
.leadeship_info{
  margin-top: 20px;
}
.leadeship_info h2{
  font-size: 25px;
  color: #fff;
}
.leadeship_info h5{
  font-size: 14px;
  color: #fff;
}
.leadeship_info p{
  padding: 0 30px 30px;
  color: #000;
}
.leadeship_info p:before {
  content: "\f10d";
  height: 10px;
  width: 10px;
  position: relative;
  left: -11px;
  font-family: FontAwesome;
  font-size: 19px;
}
/* .pro_left_sec{
  background: #1A40AA;
  color: #fff;
} */
/* .pro_left_sec .bp_btn{
  background: #fff;
  color: #1A40AA;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.pro_left_sec .bp_btn:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
} */
.modal-body form h3{
  color:#1A40AA ;
  margin-bottom: 20px;
}
.modal-body form .form-group {
  margin-bottom: 2rem;
}
.modal-body form .form-check  {
  margin-bottom: 2rem;
  padding-left: 36px;
}
.cta{
  background: #1A40AA;
  color: #fff;
}

.animate-plane.airoplane {
    opacity: 1;
    transform: translateX(0);
}
.airoplane {
  position: absolute;
  right: 0;
  top: 4%;
    transition: 2s all ease-in-out;
    transform: translateX(400px);
    width: 54%;
}
/* .panel-group .panel-heading a:after {
  content: '-';
  float: left;
  padding-right: 8px;
} */
.panel,
.panel-body {
  box-shadow: none;
  transition: all 1s ease 0s;
}

.panel-group .panel-heading {
  padding: 0 27px;
}
.open{
  border-left: 1px solid #000;
}
.panel-group .panel-heading a {
  display: block;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    color: #000;
    font-size: 26px;
    font-weight: 600;
}
/* .panel-group .panel-heading a.collapsed:after {
  content: '+';
} */
 .collapse.in {
  display: block;
}  
.bottom_img{
  width: 100%;
}

header{
  width: 100%;
  /* padding: 5px 0; */
  /* background-image: url(../img/action_bg.png);
  background-position: top center;
  background-repeat: no-repeat ;
  background-size: cover; */
}
header .crv{
  position: absolute;
  top: 0;
}



.so-apart {
  top: 23%;
}
.so-apart {
  position: fixed;
  right: 1%;
  top: 25%;
  z-index: 9999;
  background: #fff;
  width: 50px;
  border-radius: 30px;
  text-align: center;
}
.banner_ul {
  list-style: none;
  margin-top: 72%;
  /* margin-bottom: 100px; */
  padding: 8px 0 20px;
}
.banner_ul li {
  padding: 15px 0;
}
.banner_ul li a {
  color: #1A40AA;
  font-size: 20px;
}
#banner .col-lg-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 93%;
  flex: 0 0 93%;
  max-width: 93%;
}
#banner .col-lg-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  max-width: 7%;
}
#banner img{
  width: 100%;
}
.left_part{
  padding: 103px 0!important;
  background-image: url(../img/bp2.jpg);
    background-repeat: no-repeat;
  /*  background-size: cover;*/
    background-position: center;
background-size: 100% 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 40px ;
  padding-right: 10px ;
}
.navbar-nav .nav-link {
  color: #1A40AA;
  font-size: 18px;
  font-weight: 600;
}
.navbar-brand {
  max-width: 200px;
}
.navbar {
  padding: 0;
}
.navbar-toggler-icon:before{
  content: '\f0c9';
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  color: #1A40AA;
}
button:focus {
  outline: 0!important;
}
html{
  scroll-behavior: smooth;
}

#info{
  padding: 70px 0 60px;
}

#one .part_info {
  height: 289px;
}
#three .part_info {
  height: 292px;
}
#four .part_info {
  height: 346px;
}


@media screen and (min-device-width: 320px) and (max-device-width: 479px){
  .fot_img img {
    width: 76px;
}
  .patner_program2:nth-child(odd) .slick-prev {
    left: 0%;
    top: 107%;
  }
  .patner_program2:nth-child(odd) .slick-next {
    left: 8%;
    top: 107%;
  }
  .slick-next {
    left: 8%;
    top: 104%;
  }
  .slick-prev{
    left: 0%;
    top: 104%;
  }
  #gif_se {
    padding: 30px 0;
  }
  #gif_se img {
    width: 100%;
  }
  #gif_se h4 {
    font-size: 25px;
    line-height: 41px;
    padding-top: 20px;
  }
  .benefit_div {
    margin-bottom: 20px;
  }
  .bannerr_gif svg {
    position: relative;
    bottom: 0;
  }
  .bannerr_gif {
    margin-top: 60px;
  }
  .form_popup_left_div {
    padding: 20px 0;
    height: auto;
    display: none;
  }
  /* .form_popup_right_div {
    height: auto;
  } */
  .new_footer_1{
    margin-bottom: 30px;
  }
  .new_footer_1 .footer_logo {
   /*--width: 250px;--*/
  }
  .banner_info {
    padding: 0 15px;
  }
  .banner_info h1 {
    font-size: 20px;
    line-height: 43px;
    margin-bottom: 17px;
    padding: 0 0px 0 0; position: relative;
  }
  .banner_info h1:before {
    left: 0;
top: -29px;
}
.banner_info h1:after {
    left: 92%;
    top: 0;
}
  .banner_info h6 {
    font-size: 17px;
  }
  .banner_info h1 i {
    padding-right: 5px;
    font-size: 35px;
}
  .banner_info h1 span {
    font-size: 15px;
  }
  .banner_info p {
    width: 289px;
    font-size: 15px;
    /* letter-spacing: 1px; */
    line-height: 35px;s
  }
  .patner_program2:nth-child(odd) .partner_prog_info {
    padding: 0 30px;
  }
  .partner_prog_info{
    padding: 0 30px;
  }
  .heading h3 {
    font-size: 30px;
    margin-bottom: 17px;
    line-height: 44px;
  }
  .partner_prog_info h4 {
    font-size: 26px;
    line-height: 0px;
  }
  .partner_prog_info p {
    font-size: 16px;
    line-height: 27px;
  }
  .modal-body form h3 {
    font-size: 19px;
  }
  .panel-group .panel-heading a {
    font-size: 16px;
  }
  .panel-body ul li {
    padding: 9px;
    font-size: 14px;
  }
  .left_part {
    padding: 16px 0!important;
  }
  .bp_btn {
    font-size: 14px;
  }
  .banner_ul li {
    padding: 6px 0;
  }
  .banner_ul li a {
    font-size: 16px;
  }
 
  .banner_ul {
    margin-top: 50%;
    padding: 8px 0;
  }
  .so-apart {
    position: fixed;
    right: 0;
    top: 62%;
  }

.testimonial-block .inner-box {
    padding: 20px!important;
   }
   .fot_img {
    justify-content: center;
    display: inline-block!important;
}
  .navbar-brand {
    max-width: 150px;
  }
  .slide a h5 {
    line-height: 30px;
    font-size: 19px;
  }
  #banner .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #banner .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .heading p {
    font-size: 17px;
    line-height: 32px;
  }
  .part_info{
    height: auto!important;
  }
  .panel-body ul {
    width: 100%;
  }
  .pro_right_img {
    width: 100%;
    position: relative;
    margin: 42px 0!important;
  }
  #part_gif_sec .bp_btn {
    font-size: 20px;
  }
  
  .panel-group .panel-heading a {
    font-size: 16px;
  }
  .panel-group .panel-heading {
    padding: 0 10px;
  }
  .benefit_img {
    height: 135px;
    width: 135px;
    line-height: 128px;
  }
}  
 

@media screen and (min-device-width: 480px) and (max-device-width: 599px){
  .fot_img img {
    width: 76px;
}
.fot_img {
    justify-content: center;
        display: inline-block!important;
}
.testimonial-block .inner-box {
    padding: 20px!important;
   }
  .benefit_img {
    height: 135px;
    width: 135px;
    line-height: 128px;
  }
  .modal-body form h3 {
    font-size: 19px;
  }
  .partner_prog_info h4 {
    font-size: 38px;
    line-height: 55px;
  }
  .partner_prog_info p {
    font-size: 16px;
    line-height: 27px;
  }
  .patner_program2:nth-child(odd) .slick-prev {
    left: 0%;
    top: 107%;
  }
  .patner_program2:nth-child(odd) .slick-next {
    left: 6%;
    top: 107%;
  }
  .slick-next {
    left: 6%;
    top: 104%;
  }
  .slick-prev{
    left: 0%;
    top: 104%;
  }
  #gif_se {
    padding: 30px 0;
  }
  #gif_se img {
    width: 66%;
  }
  #gif_se h4 {
    font-size: 25px;
    line-height: 28px;
    padding-top: 20px;
  }
  .benefit_div {
    margin-bottom: 20px;
  }
  .bannerr_gif svg {
    position: relative;
    bottom: 0;
  }
  .bannerr_gif {
    margin-top: 60px;
  }
  .form_popup_left_div {
    padding: 20px 0;
    height: auto;
    display: none;
  }
  /* .form_popup_right_div {
    height: auto;
  } */
  .new_footer_1{
    margin-bottom: 30px;
  }
  .new_footer_1 .footer_logo {
    width: 250px;
  }
  .banner_info {
    padding: 0 15px;
  }
  .banner_info h1 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 25px;
        padding: 0 0 0 0px;
  }
  .banner_info h1:before {
    left: 11px;
    top: 49%;
  }
  .banner_info h1:after {
    left: 92%;
    top: 0;
}
  .banner_info h6 {
    font-size: 17px;
  }
  .banner_info h1 i {
    padding-right: 5px;
    font-size: 35px;
}
  .banner_info h1 span {
    font-size: 23px;
  }
  .banner_info p {
    width: 400px;
  }
  .patner_program2:nth-child(odd) .partner_prog_info {
    padding: 0 30px;
  }
  .partner_prog_info{
    padding: 0 30px;
  }

  .heading h3 {
    font-size: 35px;
    margin-bottom: 32px;
    line-height: 51px;
  }
  .left_part {
    padding: 16px 0!important;
  }
  .bp_btn {
    font-size: 14px;
  }
  .banner_ul li {
    padding: 6px 0;
  }
  .banner_ul li a {
    font-size: 16px;
  }
  #banner .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner_ul {
    margin-top: 50%;
    padding: 8px 0;
  }
  .so-apart {
    position: fixed;
    right: 0;
    top: 62%;
  }
  .navbar-brand {
    max-width: 150px;
  }
  .slide a h5 {
    line-height: 30px;
    font-size: 19px;
  }
  .part_info{
    height: auto!important;
  }
  .panel-body ul {
    width: 100%;
  }
  .pro_right_img {
    width: 100%;
    position: relative;
    margin: 42px 0!important;
  }
  #part_gif_sec .bp_btn {
    font-size: 20px;
  }
  .heading p {
    font-size: 20px;
    line-height: 35px;
  }
  .panel-group .panel-heading a {
    font-size: 22px;
  }
}  

@media screen and (min-device-width:600px) and (max-device-width: 767px){
#banner .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.testimonial-block .inner-box {
    padding: 20px!important;
   }
  .heading p {
    font-size: 20px;
    line-height: 35px;
  }
  .panel-body ul {
    width: 100%;
  }
  .pro_right_img {
    width: 100%;
    position: relative;
    margin: 42px 0!important;
  }
  #part_gif_sec .bp_btn {
    font-size: 20px;
  }
  .so-apart {
    right: 0%;
  }
  .patner_program2:nth-child(odd) .slick-prev {
    left: 0%;
    top: 100%;
  }
  .patner_program2:nth-child(odd) .slick-next {
    left: 5%;
    top: 100%;
  }
  .slick-next {
    left: 5%;
    top: 104%;
  }
  .slick-prev{
    left: 0%;
    top: 104%;
  }
  #gif_se {
    padding: 30px 0;
  }
  #gif_se img {
    width: 66%;
  }
  #gif_se h4 {
    font-size: 25px;
    line-height: 28px;
    padding-top: 20px;
  }
  .heading h3 {
    font-size: 33px;
    margin-bottom: 21px;
    line-height: 49px;
  }
  #benefit .col-md-3{
    width: 50%;
  }
  .benefit_div {
    margin-bottom: 20px;
  }
  #benefit {
    padding: 100px 0 80px;
  }
  .new_footer_1{
    margin-bottom: 30px;
  }
  .new_footer_1 .footer_logo {
    width: 250px;
  }
  .form_popup_left_div {
    padding: 20px 0;
    height: auto;
    display: none;
  }
  /* .form_popup_right_div {
    height: auto;
  } */
  .banner_info h1 {
    font-size: 38px;
    margin-bottom: 39px;
    line-height: 61px;
    padding: 0 0 0 0px;
  }
  .banner_info h1:before {
    left: 62px;
    top:54%;
}
.banner_info h1:after {
    left: 92%;
    top: 0;
}
  .banner_info p {
    /*font-size: 16px;*/
    line-height: 32px;
    padding-bottom: 15px;
    padding-top: 36px;
    width: 100%;
  }
  .bannerr_gif svg {
    position: absolute;
    bottom: 130%;
    width: 27%;
    right: 19px;
  }
  .airoplane {
    position: relative;
    right: -66%;
    top: -420%;
  }
  .banner_info {
    padding:0 70px;
  }
  .left_part {
    padding: 25px 0!important;
  }
  .bp_btn {
    font-size: 14px;
  }
  .banner_ul li {
    padding: 9px 0;
  }
  .banner_ul li a {
    font-size: 17px;
  }
  .patner_program2 {
    padding: 50px 0px 0;
  }
  .mt-5, .my-5 {
    margin-top: 0rem!important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px){

.testimonial-block .inner-box {
    padding: 20px;
   }
  .form_popup_left_div {
    display: none;
  }
  .modal-body .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-body .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .patner_program2 {
    padding: 50px 0px 0;
  }
.patner_program2 .slick-initialized .slick-slide {
  padding: 41px 16px!important;
}
.patner_program2 .slick-initialized .slick-slide {
  padding: 41px 30px;
}
.slick-initialized .slick-slide {
  height: 294px;
}
.slick-prev {
  left: -13%;
}
.partner_prog_info h4 {
  font-size: 34px;
}
.banner_info {
  padding: 0 40px 0 40px;
}
.airoplane {
  top: 0%;
}
.patner_program2:nth-child(odd) .partner_prog_info {
  padding: 0 20px 0 0;
}
.partner_prog_info {
  padding: 0 0 0 20px;
}
#gif_se h4 {
  font-size: 27px;
  line-height: 48px;
}
#gif_se {
  padding: 30px 0;
}
.heading h3 {
  font-size: 35px;
}
.benefit_div {
  margin-bottom: 20px;
}
.benefit_div h4 {
  line-height: 27px;
  font-size: 16px;
  padding: 17px;
}
.benefit_img {
  height: 140px;
  width: 140px;
  line-height: 127px;
  margin-bottom: 1px;
}
#part_gif_sec img {
  height: 87%;
}

.banner_info p {
      width: 617px;
}
.bannerr_gif svg {
    bottom: 29%;
    width: 90%;
}
.patner_program2:nth-child(3) .slick-initialized .slick-slide {
  height: 266px;
  
}
.patner_program2 .slick-initialized .slick-slide{
  padding: 41px 16px!important;
}
.slide a h5 {
  font-size: 17px;
  line-height: 23px;
}
.partner_prog_info p {
  font-size: 16px;
  }
  .patner_program2:nth-child(odd) .slick-next {
    left: 110%;
}
.banner_info {
  padding: 0 8px 0 51px;
}
.banner_info h1 {
    font-size: 41px;

    padding: 0 0 0 0px;

  }
  .banner_info h1:before {
    left: 52px;
    top:38%;
}
.banner_info h1:after {
    left: 87%;
    top: 0;
}
  header .container {
    max-width: 95%;
}
  .banner_info h1 span {
    font-size: 24px;
}
#banner .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.left_part {
  padding: 50px 0 !important;
}
.bp_btn {
  font-size: 16px;
}
.so-apart {
  right: 0%;
}
.banner_ul li {
  padding: 9px 0;
}
.banner_ul li a {
  font-size: 18px;
}
.panel-group .panel-heading {
  padding: 0 12px;
}
.panel-group .panel-heading a {
  font-size: 20px;
}
.panel-body ul {
  width: 50%;
}
.pro_right_img {
  top: 39%;
}
.part_info h5 {
  /* letter-spacing: .3px; */
  line-height: 24px;
  font-size: 16px;
}
#one .part_info {
  height: 262px!important;
}
#two .part_info {
  height: 323px!important;
}
#three .part_info {
  height: 260px!important;
}
#four .part_info {
  height: 298px!important;

}
}
@media only screen and (width: 1199px) {
  .banner_info h1:after {
    left: 65%!important;
    top: 0;
}
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px){
  .left_part {
    padding: 41px 0!important;
  }
  .banner_info h1 {
    font-size: 35px;
    margin-bottom: 24px;
    line-height: 59px;
        padding: 0 0 0 0px;
  }
  .banner_info h1:before {
    left: 49px;
    top: 38px;
}
.banner_info h1:after {
    left: 90%;
    top: 0;
}
  .banner_info h1 i {
    padding-right: 10px;
    font-size: 39px;
}
    .banner_info p {
         width: 600px;
         font-size: 20px;
    }
    .bannerr_gif svg {
        bottom: 7%;
    }
    .airoplane {
      width: 66%;
    }
    .patner_program2 .slick-initialized .slick-slide {
      padding: 41px 25px;
    }
    .slide a h5 {
      font-size: 17px;
    }
    .patner_program2:nth-child(3) .slick-initialized .slick-slide {
      height: 295px;
    }
    .slick-initialized .slick-slide {
      height: 365px;
    }
    .so-apart {
      right: 1.5%!important;
          top: 14%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 0px !important;
      padding-right: 48px !important;
    }
    .banner_info {
      padding: 0 335px 0 46px;
    }
    .heading h3 {
      font-size: 49px;
    }
    .banner_info h1 span {
    font-size: 22px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1290px){
  .banner_info p {
    width: 682px;
  }
  /* .banner_info h1 {
    font-size: 48px;
  } */
  .so-apart {
    right: 1.5%!important;
  }
  .left_part {
    padding:55px 0 15px!important;
  }
  .so-apart {
   top: 17%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 64px;
  }
  .banner_info {
    padding: 0 379px 0 94px;
   
   }
     .banner_info h1 {
    letter-spacing: 1px;
        font-size: 46px;
    line-height: 62px;
    margin-bottom: 15px;
    padding: 0 0 0 0;
  }
   .banner_info p{
    font-size: 25px;
   }
.banner_info h1:before {
   left: 93px;
    top: 44px;
}
.banner_info h1:after {
   left: 90%;
}
  .banner_info h1 i {
    padding-right: 4px;
    font-size: 43px;
}
  .banner_info h1 span {
    font-size: 30px;
  }
  .client_logo_ul li {
    margin: 5px 0 5px 50px!important;
  }

}
@media screen and (min-device-width: 1291px) and (max-device-width: 1439px){
  .so-apart {
    right: 1.5%!important;
        top: 12%;

  }
  .banner_info p {
    width: 766px;
    font-size: 26px;
  }
  .banner_info h1 span {
    font-size: 30px;
  }
  .left_part {
    padding: 41px 0 0!important;
  }
  .banner_info h1 {
    font-size: 36px;
    line-height: 53px;
    font-family: 'Roboto'!important;
    margin-bottom: 0px;
     padding: 0 0 0 0;
  }
  .banner_info {
    padding: 0 450px 0 114px;
    }
  .banner_info h1:before {
       left: 117px;
   top: 36px;
}
.banner_info h1:after {
    left: 85%;
        top: -10px;
}
  .banner_info h1 i {
    padding-right: 7px;
    font-size: 55px;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1599px){
  .banner{
    padding: 70px 0 0;
  }
  .airoplane {
    top: -5%;
  }
  .so-apart {
    right: 3%!important;
  }

}
@media screen and (min-device-width: 1600px) and (max-device-width: 1780px){
  .banner{
    padding: 60px 0 0;
  }
  .airoplane {
    top: -5%;
  }
  .banner_info p {
    font-size: 22px;
    line-height: 42px;
  }
  .company_logo img {
    width: 135px;
  }
  .so-apart {
    right: 3%!important;
  }
}

@media screen and (min-device-width: 1781px) and (max-device-width: 2000px){
  .banner_info h1{
    padding:0 0 0 0px;
  }
  .banner_info h1:before {
       left: 204px;
    top: 81px;
  }
  .banner_info p {
    font-size: 30px;
  }
  header .container {
      max-width: 1521px;
  }
  .banner_info {
      padding: 0 636px 0 200px;
  }

  
  .client_logo_ul li {
      margin: 5px 70px!important;
  }
  /*.banner_info h1 {
    font-size: 57px;
  }*/
  .banner_info h1 span {
    font-size: 29px;
  }
  .banner{
    padding: 105px 0 0;
  }
  .airoplane {
    top: -5%;
  }
  /*.banner_info p {
    font-size: 22px;
    line-height: 42px;
  }*/
  .company_logo img {
    width: 135px;
  }
  .bannerr_gif svg {
    width: 47%;
  }
  .so-apart {
    right: 3%!important;
  }
  
}

.part_info:hover{
  box-shadow: 0 0 25px #cbd6e2;
}

.heading .til{
  margin: 0 auto;
}

.owl-item {width: 128.906px; margin-right: 10px; color: #fff; }
.owl-item  p{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
#testimonial{
  width: 100%;
  padding: 70px 0;
}
#testimonial .owl-item p {
  color: #000;
  font-size: 20px;
}
.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.testimonial-section:before {
  position: absolute;
  left: -200px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.testimonial-section .sec-title {
  position: relative;
  margin-bottom: 115px;
}
.testimonial-section .sec-title .title {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-block {
  position: relative;
  padding: 50px;
}
.testimonial-block .inner-box {
  padding: 80px 72px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  
}
.testimonial-block .info-box {
  position: relative;
  /* padding-left: 115px; */
  padding-top: 10px;
}
/* .testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}
.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
} */
.testimonial-section .thumb{
  border-radius: 100%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #615858;
  /* padding: 10px; */
  overflow: hidden;
  border: 2px solid #1A40AA;
  margin-bottom: 20px;
}

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Niramit", sans-serif;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #1A40AA;
  font-weight: 400;
  
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}
.testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.arrow-right, .arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }

  .testimonial-block {
    padding: 0;
  }
  .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }

  .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    border: 2px solid #f1f1f1;
  }
}



@media only screen and (max-width: 1366px) {
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.owl-carousel .owl-item img {
  width: 200px!important;
}
.thankyou_sec{
  width: 100%;
  padding: 100px 0;
}
.thankyou_sec img{
width: 50%;
margin-bottom: 30px;
}
.thankyou_sec h4{
  color: #1A40AA;
  margin-bottom: 40px;
}
.info-box2 h4{
  font-size: 18px;
  margin-top: 30px;
}
.info-box2 span{
  font-size: 12px;
  margin-bottom: 30px;
}
/* .modal-body .owl-item  img{
  margin: 30px auto 0;
} */
.info-box2 .thumb {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #615858;
  /* padding: 10px; */
  overflow: hidden;
  border: 2px solid #1A40AA;
  margin-bottom: 20px;
  margin: 20px auto;
}
.form-check-label a{
  color: #1A40AA;
}


#client_logo {
    background-color: #fff;
}
#client_logo {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background-image: url("../img/client_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

#client_logo .col-lg-10 {
    position: relative;
}
.client_logo_ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}


.client_logo_ul li:first-child {
    margin-left: 0;
}
.client_logo_ul li:first-child {
    padding-left: 0 !important;
    float: left;
}
.client_logo_ul li {
    margin: 5px 0 5px 6.5%;
        margin-left: 6.5%;
}
.round-more {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 45px;
    z-index: 99;
    top: 30px;
    color: #fff;
    background: #0c1e74;
    border-radius: 50px;
    line-height: 31px; display: none;
}

.client_logo_ul li h6 {
    color: #fff;
    font-size: 23px;
    line-height: 82px;
}
.client_logo_ul li img {
    max-width: 150px;
    max-height: 70px;
    width: auto !important;
}


 @media screen and (min-device-width: 1200px) and (max-device-width: 2000px){
.client_logo_ul li {
    display: inline-block;
    padding: 0px 0 12px 0px;
        padding-left: 0px;
    float: left;}
.client_logo_ul li h6 {
    float: left;
    margin-top: 15px;padding-right: 11px;line-height: 26px;}
   
  }


 /* @media screen and (min-device-width: 320px) and (max-device-width: 767px){
    #client_logo {
    background: #1A40AA;
    width: 100% !important;}
    .client_logo_ul li:first-child {
    padding-left: 0 !important;
    float: left;
    width: 100%;}

  } */

  @media screen and (min-device-width: 320px) and (max-device-width: 767px){

    .so-apart {
    width: 31px;}
    #client_logo {
      background: #1A40AA;
      width: 100% !important;}
      .client_logo_ul {
        
    }
    .client_logo_ul li:first-child {
      float: none;
    }
    .client_logo_ul li {
      display: initial;
      padding: 9px 0 9px 0px;
    }
    .client_logo_ul li img {
      /*width: 62px!important;*/
    margin-bottom: 25px;
    } 
    .client_logo_ul li h6 {
      margin-left: 0;
      font-size: 23px;
     
    }
    .left_part {
    background-image: url(../img/banner-bg.jpg)!important;
      }
      .mobb{
        display: block!important;
      }
}
  @media screen and (min-device-width: 768px) and (max-device-width: 991px){
    .mobb_div {
        width: 300px;
    height: 300px;
    margin: 20px auto 40px;

}
    .left_part {
    background-image: url(../img/banner-bg.jpg)!important;
      }
      .mobb{
        display: block!important;
      }
    #client_logo {
      background: #1A40AA;
      width: 100% !important;}
      .client_logo_ul {
        
    }
    .client_logo_ul li:first-child {
      float: none;
    }
    .client_logo_ul li {
      display: initial;
      padding: 9px 0 9px 0px;
    }
    .client_logo_ul li img {
      margin-bottom: 25px;
    } 
    .client_logo_ul li h6 {
      margin-left: 0;
      font-size: 23px;
     
    }
  }

  @media screen and (min-device-width: 992px) and (max-device-width: 1199px){
    #client_logo {
      width: 100% !important;}
      .client_logo_ul {
    }
    .client_logo_ul li:first-child {
      padding-left: 0 !important;
      float: left;
    }
    .client_logo_ul li {
      display: initial;
      padding: 0 ;
      margin: 5px 0 5px 24px;
      margin-left: 24px;
    }
    .client_logo_ul li img {
      width: 90px!important;
    } 
    .client_logo_ul li h6 {
      font-size: 20px;
    margin-left: 0%;
    line-height: 60px;
    }
  }

  .go {
    background: #1A40AA!important;
    color: #fff!important;
}


#banner {
    width: 100%;
    margin: 0;
    background-image: url(../img/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.mobb{
  display: none;}


.banner_info h6{
  color: #fff;
  font-size: 24px;
      font-weight: 600;
}

label.error{
    color: red;
    font-size: 10px;
}