
/** banner-section **/

.banner-section{
  position: relative;
  padding: 167px 0px 173px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section:before{
  position: absolute;
  content: '';
  background: #0c162c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.3;
}

.banner-section.style-two:before{
  opacity: 0.6;
}

.banner-section .content-box h1{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.banner-section .content-box p{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 43px;
  font-weight: 600;
}

.banner-section .content-box .input-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 35px;
  padding: 10px 180px 10px 0px;
}

.banner-section .content-box .input-inner .form-group{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  margin: 0px;
}

.banner-section .content-box .input-inner .btn-box{
  position: absolute;
  top: 9px;
  right: 9px;
}

.banner-section .content-box .input-inner .btn-box button{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 13px 37px;
  cursor: pointer;
  border-radius: 25px;
  transition: all 500ms ease
}

.banner-section .content-box .input-inner .btn-box button i{
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.banner-section .content-box .input-inner .btn-box button:hover{
  background: #0d1927;
}

.banner-section .content-box .input-inner .form-group input[type='text'],
.banner-section .content-box .input-inner .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  background: transparent;
  padding: 10px 30px 10px 60px;
}

.banner-section .content-box .input-inner .form-group:before{
  position: absolute;
  content: '';
  background: #e6ebeb;
  width: 1px;
  height: calc(100% + 20px);
  top: -10px;
  right: 0px;
}

.banner-section .content-box .input-inner .form-group:nth-child(3):before{
  display: none;
}

.banner-section .content-box .input-inner .form-group i{
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 16px;
  z-index: 1;
}

.banner-section .content-box .input-inner{
  position: relative;
  margin-bottom: 21px;
}

/** banner-style-two **/

.banner-section.style-two{
  padding: 225px 0px 0px 0px;
}

.banner-section.style-two .form-inner{
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 1;
}

.banner-section.style-two .content-box .text{
  margin-bottom: 135px;
}

.banner-section.style-two .content-box .text p{
  margin: 0px;
}

.banner-section.style-two .radio-select-box label{
  background: #f2f2f5;
  border-radius: 25px;
  color: #848484;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 15px 3px 30px;
}

.banner-section.style-two .radio-select-box input[type="radio"] + label span{
  border: 2px solid #848484;
  left: 15px;
  top: 8px;
}

.banner-section.style-two .radio-select-box input[type="radio"]:checked + label{
  color: #fff;
}

.banner-section.style-two .radio-select-box input[type="radio"]:checked + label span{
  border: 2px solid #fff;
  background-color: #fff;
}

.banner-section.style-two .radio-select-box label span:before{
  background-color: #fff;
}

.banner-section.style-two .content-box .input-inner{
  border: 1px solid #e6ebeb;
  border-radius: 35px;
  margin: 0px;
}

.banner-section.style-two .radio-select-box{
  margin-bottom: 25px;
}

.banner-section.style-two .radio-select-box li{
  margin-right: 6px;
}

/** banner-style-three **/

.banner-section.style-three{
  position: relative;
  padding: 85px 0px;
}

.banner-section.style-three:before{
  opacity: 0.5;
}

.banner-section.style-three .content-box{
  position: relative;
  margin-right: 10px;
}

.banner-section.style-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 58px 35px 65px 35px;
}

.banner-section.style-three .inner-box .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-three .inner-box form .form-group{
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
}

.banner-section.style-three .inner-box form .form-group:last-child{
  margin-bottom: 0px;
}

.banner-section.style-three .inner-box form .form-group input[type='text'],
.banner-section.style-three .inner-box form .form-group .nice-select{
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  font-size: 15px;
  color: #848484;
  font-weight: 500;
  padding: 10px 30px 10px 58px;
}

.banner-section.style-three .inner-box form .form-group i{
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
  font-size: 18px;
}

.banner-section.style-three .inner-box form .form-group .nice-select{
  padding: 5px 30px 5px 58px;
}

.banner-section.style-three .inner-box form .form-group button{
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 30px 13px 65px;
}

.banner-section.style-three .inner-box h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 27px;
}

.banner-section .form-inner .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.banner-section.style-four .content-box .input-inner{
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.banner-section.style-four .form-inner{
  box-shadow: none;
}


/** banner-style-five **/


.banner-section.style-five .content-box .input-inner{
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.banner-section.style-five .form-inner{
  box-shadow: none;
}

.banner-section .content-box .feature-list li{
  position: relative;
  display: inline-block;
  width: 140px;
  background: #fff;
  padding: 29px 15px 24px 15px;
  text-align: center;
  border-radius: 10px;
  margin: 0px 6px;
}

.banner-section .content-box .feature-list li i{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #93959e;
  margin-bottom: 11px;
}

.banner-section .content-box .feature-list li h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.banner-section .content-box .feature-list li h5 a{
  color: #061a3a;
}
.banner-section.style-five .content-box .text p{
  margin-bottom: 30px;
}

.banner-section.style-five{
  padding-top: 90px;
}

.banner-section.style-five .content-box .text{
  margin-bottom: 100px;
}

/** banner-style-six **/

.banner-section.style-six{
  padding: 0px !important;
}

.banner-section.style-six:before{
  display: none;
}

.banner-section.style-six .form-inner{
  margin: 0px;
}

.banner-section .contact-map{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -8px;
}

.banner-section .contact-map iframe{
  height: 620px;
}

.banner-section.style-six .lower-content{
  position: relative;
}

.banner-section.style-six .lower-content .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section.style-six .form-inner{
  box-shadow: none;
  background: transparent;
}

.banner-section.style-six .content-box .input-inner {
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}