
/** fluid-section **/

.fluid-section{
  position: relative;
}

.fluid-section .left-column{
  position: relative;
  width: 50%;
  background: #fff;
}

.fluid-section .left-column .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.fluid-section .left-column .image-box img{
  width: 100%;
}

.fluid-section .left-column .image-box .image{
  position: relative;
  display: none;
}

.fluid-section .left-column .image-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .left-column .content-box{
  position: relative;
  float: right;
  width: 50%;
  padding: 75px 30px 50px 60px;
}

.fluid-section .left-column .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 24px;
  height: 41px;
  left: -24px;
  top: 50%;
  margin-top: -20px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.fluid-section .left-column .content-box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--roboto);
  color: #9a9aa6;
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.fluid-section .left-column .content-box h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 47px;
  font-family: var(--text-font);
  font-weight: 600;
  margin-bottom: 115px;
}

.fluid-section .left-column .content-box h3 a{
  display: inline-block;
  color: #182158;
}

.fluid-section .left-column .content-box h3 a:hover{

}

.fluid-section .left-column .content-box .link a{
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 54px;
  border: 1px solid #000000;
  text-align: center;
}

.fluid-section .left-column .content-box .link a:hover{

}

.fluid-section .right-column{
  width: 50%;
}

.fluid-section .right-column .content-box{
  position: relative;
  background: #09376b;
  padding: 75px 30px 50px 60px;
}

.fluid-section .right-column .content-box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--roboto);
  color: rgba(255, 255, 255, 0.50);
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.fluid-section .right-column .content-box h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 47px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 115px;
}

.fluid-section .right-column .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.fluid-section .right-column .content-box h3 a:hover{

}

.fluid-section .right-column .content-box .link a{
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
}

.fluid-section .right-column .content-box .link a:hover{

}

.fluid-section.home-15 .left-column:first-child .content-box{
  float: left;
  background: #e36b24;
}

.fluid-section.home-15 .left-column:first-child .content-box span{
  color: rgba(255, 255, 255, 0.50);
}

.fluid-section.home-15 .left-column:first-child .content-box h3{
  color: #fff;
  margin-bottom: 16px;
}

.fluid-section.home-15 .left-column:first-child .content-box h3 a{
  color: #fff;
}

.fluid-section.home-15 .left-column:first-child .image-box{
  left: inherit;
  right: 0px;
}

.fluid-section.home-15 .left-column:first-child .content-box p{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 109px;
}

.fluid-section.home-15 .left-column:first-child .content-box .link a{
  border-color: #fff;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child,
.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child:before{
  background: #4f99aa;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child span{
  color: rgba(255, 255, 255, 0.50);
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child h3 a{
  font-weight: 500;
  color: #fff;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child .link a{
  border-color: #fff;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:last-child h3{
  margin-bottom: 68px;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:first-child span{
  color: rgba(0, 0, 0, 0.50);
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:first-child p{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 109px;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:first-child h3{
  margin-bottom: 16px;
}

.fluid-section.home-15 .left-column:nth-child(2) .content-box:first-child{
  background: #f2f2f2;
}

.fluid-section.home-15 .left-column:nth-child(3) .content-box,
.fluid-section.home-15 .left-column:nth-child(3) .content-box:before{
  background: #f4f4f4;
}


/** fluid-section-two **/

.fluid-section-two{
  position: relative;
  background: #1d396a;
}

.fluid-section-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section-two .content-column{
  position: relative;
  float: right;
  width: 50%;
  padding: 117px 75px 85px 100px;
}

.fluid-section-two .content-box{
  position: relative;
  max-width: 790px;
}

.fluid-section-two .content-box .icon-list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.fluid-section-two .content-box .icon-list li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.fluid-section-two .content-box .icon-list li:last-child{
  margin: 0px;
}

.fluid-section-two .content-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 42px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 400;
  margin-bottom: 26px;
}

.fluid-section-two .content-box p{
  margin-bottom: 29px;
  color: #fff;
}

.fluid-section-two .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-family: var(--special-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0px 10px 60px;
  color: #fff;
}

.fluid-section-two .content-box .link a span{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  font-family: var(--roboto);
  font-weight: 400;
  color: #fff;
}


































