html {
  scroll-behavior: smooth;
}

body{margin:0; padding: 0; font-family: 'Raleway', sans-serif; font-size:16px; color:#525252; line-height: 1.5}
html,body{
  overflow-x: hidden;
}


img{
  max-width: 100%
}

p{
  font-size: 15px;
font-family:'Poppins', sans-serif
}


a{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

a, a:hover{text-decoration: none;}

@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon.eot?5sbqt9');
  src:  url('font/icomoon.eot?5sbqt9#iefix') format('embedded-opentype'),
    url('font/icomoon.ttf?5sbqt9') format('truetype'),
    url('font/icomoon.woff?5sbqt9') format('woff'),
    url('font/icomoon.svg?5sbqt9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-handicap:before {
  content: "\e923";
}
.icon-abc:before {
  content: "\e900";
}
.icon-animation:before {
  content: "\e901";
}
.icon-animation_2:before {
  content: "\e902";
}
.icon-art-and-design:before {
  content: "\e903";
}
.icon-audit:before {
  content: "\e904";
}
.icon-best-seller:before {
  content: "\e905";
}
.icon-blind:before {
  content: "\e906";
}
.icon-blind-date:before {
  content: "\e907";
}
.icon-brain:before {
  content: "\e908";
}
.icon-brain_2:before {
  content: "\e909";
}
.icon-brain_3:before {
  content: "\e90a";
}
.icon-cloud:before {
  content: "\e90b";
}
.icon-code:before {
  content: "\e90c";
}
.icon-computer:before {
  content: "\e90d";
}
.icon-content:before {
  content: "\e90e";
}
.icon-create:before {
  content: "\e90f";
}
.icon-dictionary:before {
  content: "\e910";
}
.icon-experience:before {
  content: "\e911";
}
.icon-fullscreen:before {
  content: "\e912";
}
.icon-glasses:before {
  content: "\e913";
}
.icon-hardware:before {
  content: "\e914";
}
.icon-international:before {
  content: "\e915";
}
.icon-law:before {
  content: "\e916";
}
.icon-law_2:before {
  content: "\e917";
}
.icon-more:before {
  content: "\e918";
}
.icon-mute:before {
  content: "\e919";
}
.icon-old-man:before {
  content: "\e91a";
}
.icon-paint:before {
  content: "\e91b";
}
.icon-paper:before {
  content: "\e91c";
}
.icon-reputation:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e91e";
}
.icon-target:before {
  content: "\e91f";
}
.icon-tick:before {
  content: "\e920";
}
.icon-tick_2:before {
  content: "\e921";
}
.icon-www:before {
  content: "\e922";
}


.mt-4,
.my-4 {
  margin-top: 1.5rem!important
}

.mt-5,
.my-5 {
  margin-top: 3rem!important
}

.mt-3,
.my-3 {
  margin-top: 1rem!important
}
.mt-2,
.my-2 {
  margin-top: .5rem!important
}
.mt-1,
.my-1 {
  margin-top: .25rem!important
}
.mb-1,
.my-1 {
  margin-bottom: .25rem!important
}
.mb-2,
.my-2 {
  margin-bottom: .5rem!important
}
.mb-3,
.my-3 {
  margin-bottom: 1rem!important
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem!important
}
.mb-5,
.my-5 {
  margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
  margin-left: 3rem!important
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem!important
}

.ml-3,
.mx-3 {
  margin-left: 1rem!important
}
.ml-2,
.mx-2 {
  margin-left: .5rem!important
}
.ml-1,
.mx-1 {
  margin-left: .25rem!important
}
.mr-1,
.mx-1 {
  margin-right: .25rem!important
}
.mr-2,
.mx-2 {
  margin-right: .5rem!important
}
.mr-3,
.mx-3 {
  margin-right: 1rem!important
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem!important
}
.mr-5,
.mx-5 {
  margin-right: 3rem!important
}


.theme-btn {
    background: #0a689f;
    background: -moz-linear-gradient(top, #0a689f 0%, #034476 100%);
    background: -webkit-linear-gradient(top, #0a689f 0%,#034476 100%);
    background: linear-gradient(to bottom, #0a689f 0%,#034476 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a689f', endColorstr='#034476',GradientType=0 );
    color: #fff;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-align: center;
    position: relative;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    text-shadow: none;
    font-weight: 600;
font-family: 'Raleway', sans-serif
}

.theme-btn:hover {
background:#000;
color: #fff

}

header img, footer img{
  width: 100%
}


.ada_banner {
    background: url(image/ada_banner-bg.jpg);
    position: relative;
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ada_banner_img_box {
    position: relative;
    right: 0;
    bottom: 0;
    width: 60%;
    margin-left: auto;
    margin-right: 50px;
}

.ada_banner_content {
    position: absolute;
    width:28%;
    transform: translateY(-50%);
    top: 50%;
    left: 11%;
}

.ada_banner_content p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(17, 17, 17, 0.34);
}

.ada_banner_content h1 {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(17, 17, 17, 0.34);
}

.section-heading h2{
  font-weight: 900;
  color: #363636 !important;
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
}


.section-heading h2 strong{
  color: #0373a9;
  font-weight: 900;
}



.section-heading p{
  font-size: 20px;
}

.section-heading p span {
    font-size: 14px;
    background: #117bae;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #41bdf9;
        margin-right: 5px;
}

.section-heading h2 b {
    font-weight: 700;
    display: block;
    font-size: 18px;
    color: #108cc8;
    font-family: inherit;
}
.section{
  padding: 40px 0
}


.company_numbers_section ul {
    padding-left: 0px;
    list-style-type: none;
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company_numbers_section ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 60px 25px 0px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.company_numbers_section ul li p{
  margin-bottom: 0px;
}

.company_numbers_section ul li:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 2px solid #108cc8;
    content: "";
    right: 0;
    top: 0;
}

.company_numbers_section ul li span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 130px;
    color: #ecf1f7;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    line-height: 1;
}

.company_numbers_section ul li:last-child:after{
  display: none;
}

.section.ada_compliance_section{
  background: url(image/ada_compliance_banner.jpg);
  padding: 70px 0;
  position: relative;
}

.section.ada_compliance_section h2 {
    margin-bottom: 0px;
    color: #fff !important;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.section.ada_compliance_section:before{
  position: absolute;
  content: "";
  background: rgba(249, 165, 45, 0.89);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.benefit_section {
    background: url(image/benefit-bg.jpg) #f7f7f7;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.benefit_box {
    background: #fff;
    padding: 30px 15px;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
    height: 100%;
        min-height: 250px;
}
.benefit_box h5 {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 15px;
}

.benefit_box_content{
  position: relative;
  z-index: 1
}

.benefit_box span {
    position: absolute;
    font-size: 130px;
    color: #edf2f8;
    right: -10px;
    bottom: -10px;
}
.solution_section{
  position: relative;
  padding: 60px 0
}

.solution_section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    background: #108cc8;
    top: 0;
    left: 0;
}

.solution_section h2 {
    color: #fff !important;
    text-shadow: 1px 2px 3px rgba(1, 72, 106, 0.35);
}

.solution_section .section-heading p{
  color: #fff;
  font-size: 18px
}

.solution_section .section-heading {
    margin-bottom: 70px;
}

.whyus_section_content{
  margin-top: 50px
}

.whyus_section_content ul {
    padding-left: 0px;
    list-style-type: none;
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.whyus_section_content ul li{
  text-align: center;
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    cursor: pointer;
}

.whyus_section_content ul li .whyus_box {
    height: 160px;
    position: relative;
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    margin: 15px;
    color: #000;
}

.whyus_section_content ul li .whyus_box:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04487a+0,0b70a9+100 */
background: #04487a; /* Old browsers */
background: -moz-linear-gradient(left,  #04487a 0%, #0b70a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #04487a 0%,#0b70a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #04487a 0%,#0b70a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04487a', endColorstr='#0b70a9',GradientType=1 ); /* IE6-9 */
color: #fff;
border-color: #0b70a9;
    box-shadow: 3px 3px 30px 11px rgba(4, 72, 122, 0.11);
}

.whyus_section_content ul li .whyus_box:hover .whyus_box_inner .whyus_box_icon:after{
  background: #0e4d71
}



.whyus_section_content ul li .whyus_box .whyus_box_inner {
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 88%;
}

.whyus_section_content ul li .whyus_box .whyus_box_inner .whyus_box_icon {
    font-size: 48px;
    position: relative;
    width: auto;
    display: inline-block;
}
.whyus_section_content ul li .whyus_box .whyus_box_inner .whyus_box_icon:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #a8d8ef;
    left: -8px;
    z-index: -1;
    border-radius: 50%;
}

.whyus_section_content ul li .whyus_box .whyus_box_inner p{
  font-weight: bold
}

.adjustment_section{
  padding-bottom: 80px
}

.adjustment_icon_box {
    display: flex;
    align-items: center;
    margin: 20px 0
}
.adjustment_icons {
    width: 60px;
    height: 60px;
    line-height: 66px;
    background: #108cc8;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.adjustment_icons_content {
    width: calc(90% - 70px);
}
.adjustment_icons_content p {
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1.2;
}


.protection_section{
  background: #108cc8;
  color: #fff;
  padding: 60px 0
}

.protection_section h2{color: #fff !important;text-shadow: 1px 2px 3px rgba(1, 72, 106, 0.35);}


.what_we_do_section{
   position: relative;
}


.what_we_do_section:before{
position: absolute;
content: "";
height: 70%;
background: #108cc8;
width: 100%;
bottom: 0;
left: 0;
}


.what_we_do_section.what_we_do_more:before{
  height: 100%;
  background: #f9a52d
}



.what_we_do_box_icon {
      width: 170px;
    height: 170px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    position: relative;
    margin-bottom: 30px;
}

.what_we_do_box_icon_inner {
    position: absolute;
    width: 70%;
    height: 70%;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    box-shadow: 1px 2px 20px 9px rgba(0, 128, 190, 0.11);
}

.what_we_do_box_icon_inner span {
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.what_we_do_box_content h6 {
    color: #71d1ff;
    font-size: 16px;
    text-shadow: none;
    text-transform: capitalize;
}
.what_we_do_box_content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-shadow: none;
}
.what_we_do_box_content p {
    color: #fff;
}

.what_we_do_section.what_we_do_more .what_we_do_box_icon {
    width: 120px;
    height: 120px;

  }

.what_we_do_section.what_we_do_more .what_we_do_box {
    height: 100%;
    padding: 0px 15px;
    position: relative;
}


.what_we_do_section.what_we_do_more .what_we_do_box p{
  color: #000;
  margin-bottom: 5px;
}

.what_we_do_section.what_we_do_more .what_we_do_box p b{
  color: #fff
}

.what_we_do_section.what_we_do_more .what_we_do_box:before{
  content: "";
  width: 100%;
  position: absolute;
  border-right: 1px solid #fff;
  top: 0;
  right: -15px;
  height: 100%
}

.what_we_do_section.what_we_do_more .row .col-md-3:last-child .what_we_do_box:before{
display: none;
}


.what_we_do_section.what_we_do_more.section {
    padding-bottom: 80px;
}
.what_we_do_section.what_we_do_more.section .theme-btn {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -25px;
    padding: 15px 70px;
}


.ada_form_section{
  padding: 100px 0px 60px
}

.ada_form_box .form-control {
    background: #ecf1f7;
    border: none;
    padding: 15px 15px;
    height: 52px;
    border-radius: 2px;
}
.ada_form_box .form-group {
    margin-bottom: 8px;
}

.ada_form_box .theme-btn {
    padding: 10px 70px;
    border: none;
    margin-top: 20px;
        margin-bottom: 10px;
}

.whyus_section.section {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.top-block .top-holder{
  display: none;
}

p {
    color: inherit;
}

#menu-main-nav li{
  background: none !important
}

 #menu-main-nav li.parent:hover a span strong {
    color: #fbab32 !important;
    background-color: transparent;
}

#menu-main-nav li.parent:hover{
  background: none !important
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{
  margin-top: 0px
}

..ada-main-section p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}


section#big-footer-section h3 {
    text-shadow: none;
}

section#big-footer-section  .col-xs-12 h3{
  margin-top: 20px;
    margin-bottom: 10px;
}

.solution-pop .modal-header h4 {
    text-shadow: none;
}

.solution-pop .modal-header {
        background: #0373a9;
    background: -moz-linear-gradient(top, #0373a9 25%, #033a6b 100%);
    background: -webkit-linear-gradient(top, #0373a9 25%,#033a6b 100%);
    background: linear-gradient(to bottom, #0373a9 25%,#033a6b 100%);
    color: #fff;
position: relative;
}

.solution-pop .modal-header .close {
    margin-top: 0;
    width: auto;
    height: auto;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    padding: 0px;
    font-size: 58px;
    position: absolute;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 44%;
    padding: 0;
    padding-top: 0px;
}

.solution-pop .modal-body img {
    border-radius: 6px;
}
body.modal-open{
  padding-right: 0px !important
}

.ada-main-section {
    margin-top: 110px;
}


@media only screen and (min-width: 1600px) {
.ada-main-section .container {
    max-width: 1530px;
    position: relative;
        width: 78%;
  }

.ada-main-section {
    margin-top: 100px;
}

.ada_banner_content p{
  font-size: 26px
}

.ada_banner_content h1 {
    font-size: 53px;
}

.theme-btn, .company_numbers_section ul li p, .whyus_section_content ul li .whyus_box .whyus_box_inner p{
  font-size: 20px
}

.section-heading h2 {
    font-size: 42px;
}

p {
    font-size: 20px;
}

#main-header p, #big-footer-section p, #main-footer p{
  font-size: 16px
}

.company_numbers_section{
  margin-top: 40px
}

.company_numbers_section ul li span, .benefit_box span{
  font-size: 167px
}

.company_numbers_section ul li{
  padding: 80px 25px 0px
}

.section {
    padding: 70px 0;
}

.benefit_section{
padding: 90px 0
}

.section.ada_compliance_section{
  padding: 100px 0
}

.section-heading p {
    font-size: 25px;
}

.benefit_box h5{
  font-size: 23px
}
.benefit_box {
    background: #fff;
    padding: 50px 20px;
    min-height: 360px;
  }
.solution_section .section-heading p {
    font-size: 23px;
}
.solution_section .section-heading {
    margin-bottom: 100px;
}

.whyus_section_content ul li .whyus_box .whyus_box_inner .whyus_box_icon {
    font-size: 70px;
  }

.whyus_section_content ul li .whyus_box {
    height: 200px;
  }

  .whyus_section_content ul li .whyus_box .whyus_box_inner .whyus_box_icon:after {
    width: 50px;
    height: 50px;
  }

.adjustment_icon_box {
    margin: 35px 0;
}

.adjustment_icons {
    width: 90px;
    height: 90px;
    line-height: 96px;
    font-size: 50px;
    margin-right: 20px;
}
.adjustment_icons_content {
    width: calc(90% - 110px);
}

.section-heading p span {
    font-size: 18px;
  }

.what_we_do_box_content h4{
  font-size: 27px
}
.what_we_do_box_content h6{
  font-size: 22px
}
.what_we_do_box_icon {
    width: 220px;
    height: 220px;
  }

.what_we_do_box_icon_inner span {
    font-size: 70px;
  }

.what_we_do_section.what_we_do_more .what_we_do_box_icon {
    width: 170px;
    height: 170px;
}

.what_we_do_section.what_we_do_more .what_we_do_box_icon_inner span{
  font-size: 55px;
}

.section-heading h2 b{
  font-size: 24px
}

.ada_form_box{
  margin-top: 40px
}

.ada_form_box .form-control {
    padding: 15px 24px;
    height: 70px;
    font-size: 20px;
}
.ada_form_box .form-group {
    margin-bottom: 15px;
}
.ada_form_box .theme-btn {
    padding: 15px 90px;
    border: none;
}


.ada_form_section {
    padding: 120px 0px 80px;
}

}


@media only screen and (max-width: 1436px) {
.ada_banner_content p{
  font-size: 18px
}
.ada_banner_content p br{
  display: none;
}
}

@media only screen and (max-width: 1299px) {
.ada_banner_content h1{
  font-size: 36px
}

.theme-btn{
  font-size: 15px
}

}

@media only screen and (max-width: 1199px) {
.section-heading h2{
  font-size: 28px
}
.section-heading p{
  font-size: 18px
}

.ada-main-section {
    margin-top: 160px;
}

.section-heading p br{
  display: none;
}
.benefit_box {
    padding: 15px 10px;
}
.benefit_box h5 {
    font-size: 14px;
  }

.benefit_section, .section{
  padding: 35px 0px 
}

.what_we_do_box_content h4{
  font-size: 18px
}
.what_we_do_section.what_we_do_more.section {
    padding-bottom: 50px;
}

.ada_form_section{
  padding: 80px 0px 40px
}

.ada_banner_content{
  width: 32%
}

.ada_banner_img_box{
  width: 55%
}


.benefit_box {
margin-bottom: 15px;
    min-height: 150px;
}
}


@media only screen and (max-width: 991px) {

p {
    font-size: 13px;
}
.solution_section .section-heading p{
  font-size: 16px
}

.ada_banner_content {
    width: 48%;
}

.ada_banner_img_box {
    width: 48%;
}
.ada_banner{
  padding-top: 90px
}

.ada_banner_content p {
    font-size: 16px;
}

.ada_banner_content h1 {
    font-size: 28px;
}
.company_numbers_section ul{
  justify-content: center;
}

.company_numbers_section ul li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
margin-bottom: 20px
  }

.company_numbers_section ul li:nth-child(3):after{
  display: none;
}


.section.ada_compliance_section{
  padding: 40px 0
}

.benefit_section .col-lg-3 {
  margin-bottom: 30px 
}

.section-heading p span {
    font-size: 11px;
    padding: 6px 10px;
}

.what_we_do_box_content h6 {
    font-size: 13px;
}

.what_we_do_section.what_we_do_more .what_we_do_box {
    padding: 0px 5px;
}

.what_we_do_box_icon {
    width: 150px;
    height: 150px;
  }

.company_numbers_section ul li span{
  font-size: 90px
}

.col-md-6 {
    width: 50%;
    float: left;
}

.benefit_box {
    padding: 15px 10px;
    min-height: 150px;
}

.col-md-5 {
    width: 41.66666667%;
     float: left;
}

.col-md-7 {
    width: 58.33333333%;
     float: left;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.col-md-1 {
    width: 8.33333333%;
    float: left;
}

.col-md-3 {
    width: 25%;
    float: left;
}
}

@media only screen and (max-width: 767px) {

.col-md-6, .col-md-5, .col-md-7, .col-md-4, .col-md-1, .col-md-3{
  width: 100%
}
.top-block {
    background: rgba(0, 0, 0, 0) !important;
    max-height: 50px;
}

.ada-main-section {
    margin-top: 0px;
}

a#trigger{
  padding-bottom: 10px
}

.what_we_do_box_content {
    margin-bottom: 20px;
}

.top-block .top-holder {
    display:block;
}

.ada_banner_img_box {
    width: 80%;
    margin: 0 auto
}
.ada_banner_content {
    position: relative;
    transform: none;
    width: 80%;
    text-align: center;
}
.ada_banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.company_numbers_section ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.company_numbers_section ul li:nth-child(3):after{
  display: block;
}
.company_numbers_section ul li:nth-child(even):after{
  display: none;
}
.section-heading h2{
  font-size: 24px
}
.section-heading p {
    font-size: 15px;
}

.solution_section:before{
  height: 100%
}
.solution_section{
  color: #fff
}

.solution_section .section-heading, .adjustment_section .section-heading {
    margin-bottom: 0;
    margin-top: 20px;
}

.whyus_section_content ul li {
    text-align: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.adjustment_icon_box {
    margin: 5px 0;
}
.what_we_do_section:before {

    height: 100%;
    background: #067db7;
  
}
.what_we_do_section.what_we_do_more.section .theme-btn {
    width: 100%;
    display: block;
}

.ada_form_section.section .col-md-5 {
    order: 1;
    margin-bottom: 20px;
}
.ada_form_section.section .col-md-6 {
    order: 2;
}

.protection_section.section .col-md-7{
  order: 2;
}

.protection_section.section .col-md-4{
  order: 1;
    margin-bottom: 20px;
}
.section-heading p span {
    font-size: 11px;
    padding: 4px 8px;
    margin: 0px 0px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

.benefit_section{
  background: #f3f3f3
}

.adjustment_icons_content {
    text-align: left;
}

.ada_form_section img{
  display: none;
}

}