/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/* @import url(swiper.min.css); */
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

*{
     margin:0;
     padding:0;
     box-sizing: border-box;
 }
 

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
      
     height: auto;
    
}
.logo {
    
      
}
.logo img{
     
     padding: 5px;
     height: 50px;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 15px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 20px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #f47d21;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #f47d21;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header_information {
     background-color: #051b27;
     padding: 0 0;
     padding-top: 0px;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     height: 50px;
     /* margin-top: -20px; */
     right: 0;
}

.header_information::before {
     width: 84px;
     height: 50px;
     background: url(../images/top_arrow1.png);
     background-repeat: repeat;
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: 0px;
     background-repeat: no-repeat;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 20px;
     color: #4f4f4f;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
     background: #000;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #fff;
     position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 10px 30px 5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;

}

.logo a {
   
     
     line-height: 40px;
}


/** banner section **/

.relative {
     position: absolute;
     top: 56%;
     transform: translateY(-44%);
     padding: 0;
     bottom: auto;
}

.banner_main {
     position: relative;
}

.carousel-indicators .active {
     background: #00aeef;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fafcfd;
     border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

.carousel-indicators {
     bottom: 50px;
}

.carousel-item img {
     width: 100%;
}

.carousel-caption h1 {
     color: #08091e;
     font-size: 65px;
     line-height: 80px;
     padding-bottom: 35px;
     font-weight: bold;
}

.carousel-caption span {
     color: #6dbcf1;
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding-bottom: 20px;
}

.carousel-caption a {
     font-size: 17px;
     background-color: #00aeef;
     color: #fff;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-top: 50px;
     border-radius: 30px;
}

.carousel-caption a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #4f4f4f;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     background: #f47d21;
     display: block;
     height: 10px;
     width: 90px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #7a7a7a;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #00aaea solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: #00aaea;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

.m-l-10{
     margin-left: 10px;
}
.m-l-15{
     margin-left: 15px;
}
.m-l-20{
     margin-left: 20px;
}
.m-l-25{
     margin-left: 25px;
}
.m-l-30{
     margin-left: 30px;
}
.m-r-10{
     margin-right: 10px;
}
.m-r-15{
     margin-right: 15px;
}
.m-r-20{
     margin-right: 20px;
}
.m-r-25{
     margin-right: 25px;
}
.m-r-30{
     margin-right: 30px;
}
.m-b-10{
     margin-bottom: 10px;
}
.m-b-15{
     margin-bottom: 15px;
}
.m-b-20{
     margin-bottom: 20px;
}
.m-b-25{
     margin-bottom: 25px;
}
.m-b-30{
     margin-bottom: 30px;
}
.m-t-20{
     margin-top: 20px;
}


/** about section **/

.about {
     background: none;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage p {
     color: #4f4f4f; 
     line-height: 35px;
     font-weight: 500;
      
}
.about .titlepage ul {
     margin-left: 15px;
 }
.about .titlepage span {
    display: inline-table;
}
 .about .titlepage .color {
      background: transparent !important;
    display: unset !important;
    height: unset !important;
    width: unset !important;
    color: #F47D21;
    font-weight: 600;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}
.about .header_plan p{
     font-size:1.5rem;
     color: #4f4f4f;
}



/** end about section **/
/** Why Choose section **/

.whychoose {
   
       background-image: linear-gradient(230deg, #273E91 20%, #002433 80%);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}
.whychoose .listext_ul { font-weight: 200;}
.whychoose .listext_ul span { font-weight: 600;}

.whychoose .titlepage {
     text-align: right;
     padding: 0;
}

.whychoose .titlepage h2 {
     color: #fff;
}

.whychoose .titlepage span {
     display: inline-table;
}

.whychoose .titlepage p {
     color: #fff;
     text-align: right;
     
     line-height: 35px;
     font-weight: 500;
      
}
.whychoose .titlepage ul {
          color: #fff;
     text-align: right;
      
      
}
.whychoose p{
     color: #fff;
     
}
.whychoose .listext_ul   {
     color: #fff;;
     
}

.whychoose.titlepage span {
     background: #00aeef;
 
 }

.whychoose_img   {
    display: flex;
    justify-content: center;
}

.whychoose_img img {
     width: 100%;
     
}

.whychoose .titlepage .read_more {
     border: #00aeef solid 3px;
     color: #00aeef;
}
   




.IndustriesProtect {
     
     padding-top: 60px;
     padding-bottom: 60px;
}

.IndustriesProtect .titlepage h2 {
     color: #4f4f4f;
}

.IndustriesProtect .titlepage span {
      margin-left: 294px;
}
.w-25{
     width: 25%;
}
.weprotect_text{
         font-weight: 700;
    font-size: 1rem;
}
 

 
 

 



















/** ourplan section **/

.header_plan{
     font-size:1.5rem;
}





/** ourplan section **/

.ourplan {
     background-image: linear-gradient(120deg, #273E91 20%, #002433 80%);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}
.ourplan  {
     color: #fff;
}

.ourplan .titlepage {
     text-align: right;
     padding: 0;
}

.ourplan .titlepage h2 {
     color: #fff;
}

.ourplan .titlepage span {
     display: inline-table;
}

.ourplan .titlepage p {
     color: #fff;
     text-align: left;
     
     line-height: 35px;
     font-weight: 500;
      
}
.ourplan .titlepage ul {
     color: #fff;
     text-align: left;
      
      
}

.ourplan.titlepage span {
     background: #f47d21;
 
 }

.ourplan_img   {
    height: 100%;
    display: inline-grid;
    align-items: center;
}

.ourplan_img  img {
     width: 100%;
}

.ourplan .titlepage .read_more {
     border: #fff solid 3px;
     color: #fff;
}


/** ourplan section **/
/** ourplan section **/

.vision_con {
     background: url(../images/mo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.vision_con .titlepage {
     text-align: right;
     padding: 0;
}

.vision_con .titlepage h2 {
     color: #fff;
}

.vision_con .titlepage span {
     float: right;
}

.vision_con .titlepage p {
     color: #fff;
     text-align: left;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.vision_con.titlepage span {
     background: #f47d21;
 
 }

.vision_con_img figure {
     margin: 0;
}

.vision_con_img figure img {
     width: 100%;
}

.vision_con .titlepage .read_more {
     border: #fff solid 3px;
     color: #fff;
}


/** ourplan section **/


/** SERVICES section **/

.SERVICES {
     
     padding-top: 60px;
     padding-bottom: 60px;
}

.SERVICES .titlepage h2 {
    color: #4f4f4f;
}

.SERVICES .titlepage span {
    margin-left: 77px;
}

.SERVICES_box {
     text-align: center;
     background: #e2e3e3;
     padding: 50px 15px;
     border-radius: 15px;
     position: relative;
}

.SERVICES_box p {
     font-size: 17px;
     line-height: 35px;
}

.SERVICES_box::after {
     position: absolute;
     content: "";
     width: 42px;
     height: 67px;
     bottom: -65px;
     background: url(../images/cli_cross.png);
     background-repeat: no-repeat;
}

.jonu {
     padding-top: 72px;
     text-align: center;
}

.jonu h3 {
     padding: 0px 0px 0px 0px;
     color: #4f4f4f;
     font-size: 25px;
}

.jonu strong {
     display: block;
     color: #00aeef;
     font-size: 17px;
     padding-bottom: 50px;
}


/** end SERVICES section **/


/** contact section **/

.contact {
     background-image: linear-gradient(0deg, #091b23, #1c2c69 90%);
     /* margin-top: 90px; */
     padding: 90px 0;
     padding-bottom: 30px;
}

.contact .titlepage h2 {
     color: #fff;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: transparent;
     color: #f9fcfd;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #fff solid 1px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #F47D21 solid 3px;
     color: #f9fcfd;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 180px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin-top: 30px;
}

.main_form .send_btn:hover {
     background-color: #F47D21;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #f9fcfd;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #042431;
     text-align: center;
}

.border-top {
     border-top: #fff solid 1px;
     padding-top: 30px;
}

.footer h3 {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer_form {
     display: flex;
     border-bottom: #4d636c solid 1px;
     align-items: center;
     justify-content: center;
}

.enter {
     border: inherit;
     width: 71%;
     background: transparent;
     color: #4d636c;
     font-size: 18px;
     font-weight: normal;
     border-bottom: initial;
}

.submit {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #4d636c;
     padding: 5px 0px;
     margin-bottom: 5px;
     max-width: 150px;
     width: 100%;
     display: block;
     border-radius: 30px;
}

.submit:hover {
     background-color: #00aeef;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.cont li {
     color: #8a9397;
     font-size: 17px;
     line-height: 32px;
     text-align: left;
}
.cont a{
     color: #0056b3;
}

.copyright {
     margin-top: 30px;
     padding: 5px 0px;
     background-color: #f47d21;
}

.copyright p {
     color: #fff;
     font-size: 14px;
     font-weight: 300;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}


/** end footer **/


/** inner page css **/

.margin_to90 .footer {
     margin-top: 90px;
}

.Careers {
     margin: 90px 0 60px 0;
}

.our_box {
     margin-bottom: 30px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}

 
.dot_why li{
   list-style: disc;
}
 
.core li{
     list-style: none;
  }
  .core_con .titlepage {
     text-align: right;
     padding: 0;
 }
 .core_con {
     background: url(../images/mo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
 }
 .core_con .titlepage h2 {
     color: #fff;
 }
 .core_con .titlepage ul{
     color: #fff;
     text-align: left;
 }
 .core_con .titlepage span{ 
   display: inline-table;
 }
 .img-jumboton {
     position: relative;
 }
  .logoimg{
     text-align: center;
  }
  .logoimg img{
     width: 40%;
  }
.img-jumboton .bgjb{
     width: 100%;
     object-fit: fill;
     height: 600px;
 }

 .img-jumboton::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-image: linear-gradient(180deg, #034966, #034966, #042431, #042431, #042431, #034966, #034966, #ff6605);
    opacity: 0.7;
 }
 .img-jumboton .texttoppic{
     
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: white;
     font-size: 2em;
 }
 .img-jumboton .texttoppic .texta{
     
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: white;
     font-size: 2em;
     display: contents;
 }
 .texta  h1 {
     line-height: 1.1;
     color: #fff;
     text-align: center;
 
 }
 .wetext h1{
     font-size: 3rem;
     font-weight: 600;
 }
 .protext h1{
     font-size: 1.5rem;
     font-weight: 400;
 }
     .protext img{
        width: 15%;
     }
 .listext_ul li{
     list-style: disc;
 }
 .container .row{
           margin-right: 0px;  
      margin-left: 0px;
 }
 .container-fluid .row{
     margin-right: 0px;  
margin-left: 0px;
}
.header .container-fluid{
     padding: 0;
}

@media (max-width: 760px) {
     .container-fluid  {
          padding-right: 0px;
    padding-left: 0px;
     }
     .header_information::before {
           
          display: none;
      }
}
@media (min-width: 576px) and (max-width: 768px) {
     .lineheight{
          line-height: 3rem;
     }
     .navigation.navbar {
         float: right;
         display: inherit !important;
          padding-top: 0px;  
          padding: inherit;
         width: 100%;
     }
     .header_information::before {
           
          display: none;
      }
 }
 @media  (max-width: 575px) {
     .header_information::before {
           
          display: none;
      }
     .wetext h1{
          font-size: 3rem;
          font-weight: 600;
      }
    
     .carousel-caption h1 {
         font-size: 30px;
         line-height: 41px;
         padding-bottom: 0px;
     }
     .carousel-caption span {
         font-size: 25px;
         line-height: 30px;
     }
     .carousel-item img {
         height: 400px;
     }
     .relative {
         top: 54%;
     }
     .carousel-caption a {
         margin-top: 20px;
     }
     .sign_btn {
         display: none;
     }
     .titlepage h2 {
         font-size: 22px;
         line-height: 32px;
     }
     .about_img {
         padding-top: 30px;
     }
     .mobile_img {
         margin-bottom: 30px;
     }
   
     .SERVICES .titlepage span {
         margin-left: 41px;
     }
     .mobile .titlepage span {
         margin-left: 7px;
     }
     .padding_bottom1 {
         padding-bottom: 30px;
     }
     
     .navigation .navbar-collapse {
         background: #00aeefe3;
         padding: 20px;
         margin-top: 40px;
         position: absolute;
         width: 100%;
         margin-right: 20px;
         z-index: 999;
     }
     .navigation.navbar-dark .navbar-nav .nav-link {
         padding: 10px 0;
         color: #fff;
     }
     .navigation.navbar-dark .navbar-toggler {
         float: right;
         margin-right: 2px;
         border: inherit;
     }
     .testimonial_box {
         padding: 0px 19px 40px 20px;
     }
     .navigation.navbar-dark .navbar-toggler-icon {
         background: url(../images/menu_icon.png);
         background-repeat: no-repeat;
     }
  
     .navigation.navbar-dark .navbar-toggler {
          float: right;
          margin-right: 2px;
          border: inherit;
          margin-top: 8px;
      }
     .container-fluid  {
          margin-right: 0px;  
     margin-left: 0px;
     }
     .header .container-fluid{
          padding: 0;
     }
     .header .container-fluid .row{
          margin: 0px;
     }
     .logo img {
           padding: 2px;  
           height: auto; 
          width: 100%;
      }
      .logo {
          text-align: center !important;
          padding-bottom: 0px;
      }
      .navigation.navbar {
          float: right;
          display: inherit !important;
          padding: 0;
          width: 100%;
          margin-top: 0px;
      }
      .navigation.navbar {
          float: unset;
            padding: 0px; 
      }
      .header_information {
          background-color: #051b27;
          padding: inherit;
          padding-top: 0px;
          padding-top: 0px;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 0;
          position: absolute;
          width: 100%;
          height: 40px;
          /* margin-top: -20px; */
          right: 0;
      }
      .header_information::before {
           
          display: none;
      }
      
      .navbar-toggler {
          padding: 0px;
      }
      .logo a {
          line-height: 40px;
      }
     
      
   }
   
   @media screen and (max-width: 480px) {
        .IndustriesProtect .titlepage  {
    padding-bottom: 30px;
}
     .IndustriesProtect .titlepage span {
    margin-left: 55px;
}
    .SERVICES .titlepage span {
        margin-left: 62px;
    }
    .ourplan .titlepage {
  
    padding-bottom: 30px;
}
.SERVICES .titlepage {
    padding-bottom: 30px;
   }
   figure{
     text-align: center;
   }
   .logoimg img {
    width: 100%;
}
.protext h1 {
    font-size: 2rem ;
    font-weight: 400;
}

.protext img {
    width: 50%;
}
   .protext span img{
     margin-top: 1.5rem;}
     .whychoose {
    background-image: linear-gradient(0deg, #273E91 20%, #002433 80%);
         padding: 45px 0;
}
.ourplan {
    background-image: linear-gradient(0deg, #273E91 20%, #002433 80%);
        padding: 45px 0;
   
}
.about {
    
    padding: 45px 0;
}
.SERVICES {
    padding: 45px 0;
}
.lineheight{line-height: 2rem;}
    .navigation .navbar-collapse {
        /* background: #00aeefe3; */
         
        background-image: linear-gradient(180deg, #273E91 20%, #002433 80%);
    }
 
}