 
.banner_main {
      background: url(banner.jpg);
     display: flex;
     align-content: center;
     align-items: center;
     background-size: 4% 5%;
     padding-top: 7%;
     padding-bottom: 10px;
}

.text-bg {
     max-width: 669px;
     float: right;
     text-align: left;
     width: 100%;
}

.bann_img {
     padding-right: 40px;
}

.bann_img figure {
     margin: 0;
}

.bann_img figure img {
     width: 50%;
    height: 50%;
}

.text-bg h1 {
     color: #fff;
     font-size: 38px;
     line-height: 66px;
     padding-bottom: 29px;
     font-weight: 600;
     padding-top: 0px;
}
 

.text-bg p {
     color: #fff;
     font-size: 20px;
     line-height: 30px;
     padding-bottom: 10px;
     font-weight: 600;
     padding-top: 0px;
}

.text-bg i img {
     cursor: pointer;
}

.text-bg a {
     font-size: 17px;
     background-color: #F2F2F2;
     color: #031A2B;
     font-weight: 600;
     padding: 22px 0px;
     width: 100%;
     max-width: 320px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.text-bg a:hover {
     background-color: #ff283f;
     color: #fff;
     transition: ease-in all 0.5s;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #F2F2F2;
     line-height: 55px;
     font-weight: 800;
     padding: 0;
}

.titlepage span {
     font-size: 17px;
     line-height: 30px;
     color: #060002;
     padding-top: 25px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 16px;
     background-color: #020001;
     color: #fff;
     padding: 6px 0px;
     height: 44px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     transition: ease-in all 0.5s;
     display: inline-block;
}

.read_more:hover {
     background: #e70139 !important;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

 .container {
     max-width: 1170px;
}


/** banner section **/


/** service section **/

.service {
     background: #031C30;
     padding-top: 90px;
}

.service .titlepage {
     text-align: left;
     padding-bottom: 0;
     max-width: 631px;
     float: left;
     padding-left: 20px;
}

.service .titlepage span {
     color: #ffffff;
   font-size: 20px;
}

.service .titlepage .read_more {
     margin-top: 34px;
}

.service_img {
     padding-left: 30px;
}

.service_img figure {
     margin: 0px;
}

.service_img figure img {
     width: 100%;
}


/** end service section **/


/** solutions section **/

.solutions {
     background: #ffffff;
     padding: 90px 0;
     margin-top: 90px;
}

.solutions .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.solutions .titlepage h2 {
     color: #031A2B;
}

.solutions .titlepage span {
  font-size: 20px;
     color: #031C30;
}

.solutions .titlepage .read_more {
     background: #072D4B;
     color: #000000;
     margin-top: 54px;
}

.solutions_img {
     margin-right: 40px;
}

.solutions_img figure {
     margin: 0px;
}

.solutions_img figure img {
     width: 100%;
}


/** end solutions section **/


/** work section **/

.work {
     background: #fff;
     padding-top: 90px;
}

.our_work {
     margin-bottom: 30px;
}

.our_work figure {
     margin: 0px;
}

.our_work figure img {
     width: 100%;
}


/** end work section **/


 