* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

/*---------------------- Font Face ------------------*/

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.hover-show{
  display: none;
}

/*---------------------- Font Face ------------------*/
.header {
  position: relative;
  z-index: 999;
  padding: 0px 0;
  margin: 0 0 15px;
  transition: all 300ms ease-in-out;
}
.header.stickyhead{
  background: #fff;
  position:fixed; 
  width:100%; 
  left:0; 
  top: 0; 
  animation: smoothScroll 1s forwards; 
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-118px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header .header-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header .top-header{
  text-align: center;
}
.header .top-header {
   text-align: center;
   padding: 10px 0;
   margin: 0;
}
.header .top-header p{
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height:1.2;
  letter-spacing: 0em;
  color: #7D899E;
}

.header .top-header p a{
  color: #FF6000;
  transition: all 300ms ease-in-out;
}
.header .top-header p a:hover{
  color: #154C72;
}


.header .bottom-header{
  background:#154C72;
  padding: 10px 0;
  margin: 0;
}

.header .nav-sec {
  padding: 0;
  margin: 0;
}

.header .nav-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.header .nav-sec .stellarnav,
.header .nav-sec .stellarnav>ul{
  width: auto;
}
.hd-src{
  width: 100%;
  max-width: 164px;
  position: relative;
  padding: 0;
  margin: 0 0 0 30px;
}
.hd-src .form-control{
  background: transparent;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding-right: 30px;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 15px;

}
.hd-src .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
/* Edge 12 -18 */
.hd-src .form-control::::-ms-input-placeholder { 
  color: #fff;
}

.hd-src .btn{
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.header .nav-sec .stellarnav.light {
  background: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0px 0 0px;
}

.header .logo img {
  max-width: 100%;
}

.stellarnav.light a,
.stellarnav.light li a {
  color: #fff;
}

.stellarnav>ul>li>a {
  font-family: "Exo", sans-serif;
  padding: 0 0 8px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.stellarnav>ul>li>a:after {
  content: '';
  width: 0%;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
/*  right: 0;*/
  bottom: 0;
  transition: all 300ms ease-in-out;
}

.stellarnav>ul>li>a:hover:after,
.stellarnav ul li.active a {
  width: 80%;
}

.stellarnav>ul {
  width: 100%;
  text-align: left;
}

.stellarnav>ul>li {
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.stellarnav>ul>li:after{
  content: '';
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 6px;
}

.stellarnav>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.stellarnav>ul>li:last-child:after{
  display: none;
}
.banner {
  position: relative;
  padding: 0;
  margin: 0;
}

.banner img {
  width: 100%;
   height: 100%;  
  object-fit: cover;
}

.banner-box{
  position: relative;
  padding: 0;
  margin: 0;
}
.banner-box:after{
  content: '';
  /*background: linear-gradient(90deg, #DBDBDB -10.51%, rgba(219, 219, 219, 0.79) 40.41%, rgba(219, 219, 219, 0.1) 69.81%);*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner-box .desc {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  /*top: 50%;*/
  bottom:40px;
  transform: translate(0,-50%); 
  z-index: 2;
}

.banner-box .desc img{
  width: auto;
}

.banner-box .desc {
  padding: 0 0 0 30px;
  margin: 0;
}

.banner-box .desc span{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #3B89C5;
  padding: 0 60px 0 0;
  margin: 0;
  position: relative;
}
.banner-box .desc span:after{
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.banner-box .desc h2{
  font-family: "Exo", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height:1.2;
  color:#154C72;
  padding: 0;
  margin: 0 0 10px;
}

.banner-box .desc h4{
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #5C5C5C;
  padding: 0;
  margin: 0 0 6px;
}

.banner-box .desc p{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height:1.2;
  color: #F36109;
  padding: 0;
  margin: 0 0 15px;
}

.big-img-box.banner-box {
    height: 451.95px;
}
.small-img-box.banner-box {
    height: 213.5px;
}


.header .nav-sec .hd-con-btn {
  display: flex;
  padding: 0;
  margin: 0 0 0 15px;
}

.banner-box .desc a{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%);
  font-family: Exo;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  display: inline-block;
}

.banner-box .desc h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #F36109;
  padding: 0;
  margin: 0 0 10px;
}
.banner .big-img-box .desc{
  max-width: 295px;
}
.banner .small-img-box .desc{
  max-width: 215px;
}
.banner-box.small-img-box .desc h2{
  font-size: 20px;
  color:#fff;
}
.banner-box.small-img-box .desc h5{
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #154C72;
}
.banner .col-md-5 a:first-child .small-img-box:first-child{
  margin-bottom: 25px;
}

.logo{
  max-width: 250px;
}
.logo img{
  max-width: 100%;
}
.header .nav-sec .hd-con-btn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #154C72;
  padding: 12px 35px;
  border-radius: 27px;
  background: #fff;
  border:1px solid #fff;
  transition: all 300ms ease-in-out;
}


.header .nav-sec .hd-con-btn a:hover{
  background: transparent;
  color: #fff;
}
.header .nav-sec .hd-con-btn a:last-child{
  background: transparent;
  color: #fff;
  margin: 0 0 0 10px;
}
.header .nav-sec .hd-con-btn a:last-child:hover{
  background: #fff;
  color: #154C72;
}

.work-with-sec{
  padding: 40px 0;
  margin: 0;
  border-bottom:1px solid rgba(196, 196, 196, .30);
}

.work-with-sec .ttl{
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.work-with-sec .ttl h2{
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #3779AB;
  padding: 0 60px;
  margin: 0;
  position: relative;
}


.work-with-sec .ttl h2:after,
.product-sec .ttl-block h3:after {
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.work-with-sec .ttl h2:before,
.product-sec .ttl-block h3:before {
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
}

.work-with-logo-wrap{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: center;
 padding: 0;
 margin: 0;
}

.product-sec{
  padding: 40px 0;
  margin: 0;
}

.product-sec .ttl-block{
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}

.product-sec .ttl-block h3{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height:1.2;
  text-align: center;
  color: #3779AB;
  padding: 0 60px;
  margin: 0;
  position: relative;
}

.product-sec .ttl-block h2{
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height:1.2;
  color: #534C52;
  padding: 0;
  margin: 0;
}

.product-sec .ttl-block h2 strong{
  font-weight: 800;
  color: #3779ab;
}

.col-20{
  padding: 0 15px;
  width: 20%;
}

.product-box{
  position: relative;
  padding: 0;
  margin: 0 0 30px;
}

.product-box .tham-img{
  padding: 0 0 40px;
  margin: 0;
  position: relative;
  border: 1px solid #0000001A;
  border-radius: 5px;
  overflow: hidden;
}

.product-box .tham-img img {
  width: 100%;
}
.product-box .tham-img .discount{
  background: #FF6000;
  font-size: 14px;
  font-weight: 600;
  line-height:1.2;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

.product-box .tham-img .eye-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #eff2f5;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.product-box .tham-img .book-btn{
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(271.84deg, #1B547C -17.65%, #3374A5 111.15%);
  color: #fff;
  padding: 12px;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
/*  transition: all 300ms ease-in-out;*/
display: none;
}
.product-box .tham-img .book-btn:hover{
  background: #FF6000;
}
.product-box .text-box{
  padding:15px 0;
  margin: 0;
}
.product-box .text-box .rating-box{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.product-box .text-box .rating-box ul{
  display: flex;
  padding: 0;
  margin: 0;
}
.product-box .text-box .rating-box ul li{
  padding: 0;
  margin: 0 2px 0 0;
  color:rgba(252, 184, 0, 1);
}
.product-box .text-box .rating-box span{
  font-size: 15px;
  font-weight: 500;
  line-height:1.2;
  color:#8A8A8A;
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
}

.product-box .text-box a{
  display: inline-block;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height:1.2;
  color:#534C52;;
  padding: 0;
  margin: 10px 0;
}

.product-box .text-box .price{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  display: none;
}
.product-box .text-box .price span{
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height:1.2;
  color:#154C72;
  padding: 0;
  margin: 0 15px 0 0;
}

.product-box .text-box .price del{
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height:1.2;
  color: #8B8B8B;
  padding: 0;
  margin: 0;
}

.view-btn-wrap a{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%);
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  display: inline-block;
/*  transition: all 300ms ease-in-out;*/
}
.view-btn-wrap a:hover{
  background: #FF6000;
}


.offer-sec{
  background: url(../images/offer-bg.png) no-repeat left top;
  padding:60px 0;
  margin: 0;
  background-size: cover;
}
.offer-sec .tham-img{
  position: relative;
  padding: 9% 9% 9% 14%;
  margin: 0;
}
.offer-sec .tham-img img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.offer-sec .tham-img:before{
  content: '';
  width: 57%;
  height: 53%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 7%;
  z-index: 2;
}
.offer-sec .tham-img:after{
  content: '';
  width: 100%;
  height: 73%;
  position: absolute;
  bottom: 0;
  left:0;
  opacity: .5;
  background: #2099E9;
  z-index: 1;
}

.offer-sec .ttl-sec{
  padding: 0;
  margin: 0;
}
.offer-sec .ttl-sec {
  padding: 0;
  margin: 0 0 30px;
}

.offer-sec .ttl-sec span{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 60px 0 0;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
}

.offer-sec .ttl-sec span:after{
  content: '';
  background: linear-gradient(90deg, #FFFFFF 12.96%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  margin: auto 0;
}
.offer-sec .ttl-sec h2{
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height:1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;

}
.offer-sec .ttl-sec h2 strong{
  font-weight: 800;
}

.offer-sec .ttl-sec p{
  font-size: 16px;
  font-weight: 500;
  line-height:1.6;
  color: #fff;
  padding: 0;
  margin: 0;
}
.offer-info{
  padding: 0;
  margin: 0;
}
.offer-info .offer-info-panel{
  display: flex;
  border-bottom: 1px solid #4999cf;
  padding:20px 0 20px 20px;
  margin:0;
}
.offer-info .offer-info-panel .icon{
  width: 54px;
  height: 54px;
  background:#2e8bca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-info .offer-info-panel .text{
  width: calc(100% - 50px);
  padding: 0 40px 0 20px;
  margin: 0;
  position: relative;
}
.offer-info .offer-info-panel .text h3{
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height:1.2;
  color: #fff;
  padding: 0 0 15px;
  margin: 0;
}
.offer-info .offer-info-panel .text p{
  font-size: 15px;
  font-weight: 400;
  line-height:1.6;
  color: #fff;
  padding: 0;
  margin: 0;
}

.offer-info .offer-info-panel .text span{
  position: absolute;
  top: 0;
  right: 15px;
}

.offer-info .offer-info-panel:hover{
  background: #fff;
}

.offer-info .offer-info-panel:hover .icon{
  background: #eaeff2;
}
.offer-info .offer-info-panel:hover .icon .hover-none{
  display: none;
}
.offer-info .offer-info-panel:hover .icon .hover-show{
  display: inline-block;
}

.offer-info .offer-info-panel:hover .text h3{
  color: #154C72;
}

.offer-info .offer-info-panel:hover .text p{
  color: #7D899E;
}
.offer-info .offer-info-panel:hover .text .hover-none{
  display: none;
}

.offer-info .offer-info-panel:hover .text .hover-show{
  display: inline-block;
}

.offer-sec .view-btn-wrap{
  padding: 40px 0 0;
  margin: 0;
}

.offer-sec .view-btn-wrap a{ 
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  background: #fff;
  color: #3779AB;
  display: inline-block;
}

.who-we-sec{
  padding: 60px 0;
  margin: 0;
  background: url(../images/bg-logo.png) no-repeat left top;
}

.who-we-sec .text-box{
  padding: 0;
  margin: 0;
}

.who-we-sec .text-box span{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  color: #3779AB;
  padding: 0 60px 0 0;
  margin: 0;
  position: relative;
}
.who-we-sec .text-box span:after{
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.who-we-sec .text-box h2{
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px;
  color: #7D899E;
}
.who-we-sec .text-box h2 strong{
  font-weight: 800;
  color:#3779AB;

}
.who-we-sec .text-box p{
  font-size: 15px;
  font-weight: 400;
  line-height:1.6;
  color: #7D899E;
  padding: 0;
  margin: 0 0 15px;
}
.who-we-sec .text-box a{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%);
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  display: inline-block;
  margin: 25px 0 0;
}
.who-we-sec .tham-img{
  padding: 100px 80px 60px 45px;
  margin: 0;
  position: relative;
}
.who-we-sec .tham-img img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.who-we-sec .tham-img:before{
  content: '';
  background: #F7F7F7;
  width: 70%;
  height: 75%;
  position: absolute;
  top: 0;
  right: 0;
}

.who-we-sec .tham-img:after{
  content: '';
  background: url(../images/who-we-after-bg.png) no-repeat left bottom;
  width: 354px;
  height: 237px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-sec {
  padding: 440px 0 60px;
  margin: -418px 0 0;
  background: url(../images/post-bg.png) no-repeat left top;
  background-size: cover;
}

.post-sec .ttl-sec{
  text-align: center;
  padding: 0 0 40px;
  margin: 0;
}
.post-sec .ttl-sec span{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 60px;
  margin: 0;
  color: #3779AB;
  position: relative;
}

.post-sec .ttl-sec span:before{
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(180deg);
}
.post-sec .ttl-sec span:after{
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.post-sec .ttl-sec h2{
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  color: #534C52;
  padding: 0;
  margin: 0 0 30px;
}
.post-sec .ttl-sec h2 strong{
  font-weight: 800;
  color: #3779AB;
}

.post-box {
  padding: 0;
  margin: 0;
}
.post-box .tham-img{
  border-radius: 15px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 194px;
}

.post-box .tham-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-box .text-block{
  padding: 15px 0 0;
  margin: 0;
}

.post-box .text-block ul{
  display: flex;
  padding: 0;
  margin: 0 0 20px;
}
.post-box .text-block ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #64607D;
  padding: 0;
  margin: 0 15px 0 0;
}
.post-box .text-block ul li:last-child{
  margin-right: 0;
}

.post-box .text-block h3{
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height:1.2;
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}

.post-box .text-block h3 a{
  color:#154C72;
  font-weight: bold;
}
.post-box .text-block p{
  font-size: 15px;
  font-weight: 400;
  line-height:1.6;
  color: #7D899E;
  padding: 0;
  margin: 0;
}

.post-side-bar{
  padding: 0;
  margin: 0;
}

.post-side-bar .post-panel{
  display: flex;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #CECECE;
}
.post-side-bar .post-panel .img-box{
  width: 135px;
  height: 87px;
  border-radius: 10px;
  overflow: hidden;
}
.post-side-bar .post-panel .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-side-bar .post-panel .text-box{
  width: calc(100% - 135px);
  padding: 0 0 0 15px;
  margin: 0;
}
.post-side-bar .post-panel .text-box ul{
  display: flex;
  padding: 0;
  margin: 0 0 10px;
}
.post-side-bar .post-panel .text-box ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #64607D;
  padding: 0;
  margin: 0 15px 0 0;
}
.post-side-bar .post-panel .text-box h4{
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.post-side-bar .post-panel .text-box h4 a{
  color: #154C72;
}

.post-sec .view-btn-wrap{
  padding: 0;
  margin: 40px 0 0;
}
.post-sec .view-btn-wrap a{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%);
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  display: inline-block;
}


.home-contact-us{
  padding: 0;
  margin: 0;
}

.home-contact-us .home-contact-info{
  position: relative;
  padding: 0;
  margin: 0;
}
.home-contact-us .home-contact-info img{
  width: 100%;
  height: auto;
}
.home-contact-us .home-contact-info .contact-info-text{
  position: absolute;
  max-width: 720px;
  padding: 0 0 0 80px;
  margin: 0;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.home-contact-us .home-contact-info .contact-info-text h3{
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding:15px 0 0;
  margin: 0 0 20px;
  position: relative;
}
.home-contact-us .home-contact-info .contact-info-text h3:after{
  content: '';
  width: 58px;
  height: 4px;
  background: #FF6000;
  position: absolute;
  top: 0;
  left: 0;
}


.home-contact-us .home-contact-info .contact-info-text p{
  font-size: 18px;
  font-weight: 500;
  line-height:1.6;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}

.contact-num-add{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 15px;
}
.contact-num-add .icon{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FF6000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.contact-num-add .icon i{
  color: #fff;
  font-size: 20px;
}
.contact-num-add  .text{
  width: calc(100% - 58px);
  padding: 0 0 0 15px;
  margin: 0;
}
.contact-num-add  .text a{
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height:1.6;
  color: #fff;
  padding: 0;
  margin: 0;
}

.home-form-info{
  background:url(../images/bg-logo.png) no-repeat left top, #f4f4f4;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-form-info .contact-form-wrap {
  max-width: 545px;
  width: 100%;
  margin: 0 -40px 0 0;
  position: relative;
  z-index: 1;
}
.home-form-info .contact-form-wrap span{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  color: #3779AB;
  padding: 0 60px 0 0;
  margin: 0;
  position: relative;
}
.home-form-info .contact-form-wrap h2{
  font-family: "Exo", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    color: #534C52;
    padding: 0;
    margin: 0 0 30px 
}
.home-form-info .contact-form-wrap h2 strong{
  font-weight: 800;
  color: #3779AB;
}

.home-form-info .contact-form-wrap .form-wrap{
  background: #fff;
  padding: 30px;
  box-shadow: 0px 17px 49px -1px #0000001F;
  border: 1px solid #EAEAEA;
}

.home-form-info .contact-form-wrap .form-wrap .form-control{
  border: none;
  border-bottom:  1px solid #ABABAB;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.home-form-info .contact-form-wrap .form-wrap textarea.form-control{
  resize: none;
  height: 120px;
}
.home-form-info .contact-form-wrap .form-wrap .btn{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%);
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 14px 35px;
  border-radius: 27px;
  display: inline-block;
  outline: noen;
  box-shadow: none;
  border: none;
}


.wt-bg-box{
  height: 100%;
  padding: 60px 0 0;
}


.footer{
  padding: 60px 0 30px;
  margin: 0;
}

.footer .ft-logo{
  margin: 0 0 15px;
  padding: 0;
}
.footer .desc-text{
  padding: 0;
  margin: 0;
}
.footer .desc-text p{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #7D899E;
  padding: 0;
  margin: 0 0 30px;
}

.footer .desc-text ul{
  display: flex;
  padding: 0;
  margin: 0;
}

.footer .desc-text ul li{
  padding: 0;
  margin: 0 15px 0 0;
}
.footer .desc-text ul li:last-child{
  margin-right: 0;
}
.footer .desc-text ul li a{
  color: #3779AB;
  font-size: 18px;
  transition: all 300ms ease-in-out;
}
.footer .desc-text ul li a:hover{
  color: #FF6000;
}
.footer h3{
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height:1.2;
  padding: 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}
.footer h3:after{
  content: '';
  background: linear-gradient(90deg, #3B89C5 12.96%, rgba(59, 137, 197, 0) 100%);
  height: 1px;
  width: 54px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .ft-menu-box{
  padding: 0;
  margin: 0;
}
.footer .ft-menu-box ul li{
  padding: 0;
  margin: 0 0 10px;
}
.footer .ft-menu-box ul li a{
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height:1.2;
  color: #333333;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.footer .ft-menu-box ul li a:hover{
  color: #3779AB;
}

.ft-news-latter{
  padding: 0;
  margin: 0;
}
.ft-news-latter .form-control{
  border: 1px solid #A9A9A9;
  height: 50px;
  padding: 10px 15px;
  outline: none;
  box-shadow: none;
  border-radius: 27px;
  font-size: 14px;
  margin: 0 0 10px;
}
.ft-news-latter .btn{
  background: linear-gradient(92.12deg, #3779AB -10.97%, #154C72 111.34%) !important;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 16px 35px;
  border-radius: 27px;
  display: inline-block;
  outline: noen;
  box-shadow: none;
  border: none;
  width: 100%;
  text-align: center;
}
/*.ft-news-latter .btn:hover{
  background: #FF6000 !important;
}*/

.copyright-sec{
  text-align: center;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #DEDEDE
}
.copyright-sec p{
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #7D899E;
  padding: 0;
  margin: 0;
}