/* Commen css */


*
{
    padding: 0px;
    margin: 0px;
} 

body {
font-family: "Rubik", sans-serif;
	font-size: 18px;
  color: #627792;
  font-weight: 400;
  line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; /* For Chrome, Safari, etc. */  -moz-osx-font-smoothing: grayscale; /* For Firefox */
}           
           
p, span 
{
  line-height: 25px;
  margin: 0px !important;
  padding: 0px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 
{
font-family: "Rubik", sans-serif;
} 

h1 
{
 margin-bottom: 25px !important;
	font-size: 55px;
  font-weight: 600;
  line-height:65px;
color: #FFFFFF;
}

h2
{
color: #264168;
font-size: 2.5em;
  line-height: 1.2;
  font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color:#1dc2ef;
	text-decoration: none;
}

a:hover 
{
  color:#1dc2ef;
  text-decoration: none; 
}

.btn-primary {
  background-color: #242424;
  border: 1px solid#0e2b5c; }

.btn-primary:hover {
  background-color:#0e2b5c;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color:#0e2b5c;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.row-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img 
{
    max-width:100%;
    height:auto;
}
.btn-check:focus + .btn, .btn:focus 
{
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0) !important;
}

/* commen css */
.homeh1
{ 
   font-size: 90px;
  line-height: 96px;   
} 
 
.navigation 
{
    padding:10px 0px 10px 0px;
    background-color:#fff!important;
    position: sticky;
  top: 0;
  z-index: 1030;
    border-bottom:1px solid #969696; 
}


.navbar-light .navbar-nav .nav-link.active
{
 color:#969696!important;
}


.navbar-expand-md .navbar-nav .nav-link {
  padding-right:16px;
  padding-left:16px;
}
 
.navbar-light .navbar-nav .nav-link, .dropdown-item
{  
color:#0e2b5c!important;
/*font-size: calc(0.8rem + 0.5vw);*/
    font-size:16px;
  font-weight:500;   
  line-height: 29px;
  transition: all 0.4s;
  letter-spacing: 0px !important; 
    -webkit-text-size-adjust: 100%; /* Prevent Chrome font scaling */
  text-size-adjust: 100%;
} 
.dropdown-item
{
    font-size: 16px!important;
}

.dropdown-item:active
{
    background-color: #fff!important;
}

.dropdown-menu  
{
    padding-top: 0px;
  padding-bottom: 0px;
}


.row-width
{
  width: 100% !important;
}

.banner-div
{
   width: 100%;
  height: auto;
  margin: 0 auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:11% 0px 0px;
  background-image: url(../images/homebanner-bg.webp);
  background-position: center left;
  background-size: cover;
  background-color: #0F203B;
}

.container-fluid.c1
{
    max-width: 98% !important;
}
 .home-text
{
    color: #FFFFFFCF;
  padding: 5px 13% 13% 0px;
} 
  
.home-img-class
{
   position: absolute;
  bottom:-20px;
  right:0px;
  text-align: right; 
}
.grey-bg {
  background-color:#f1f4f7;
}

.home-service-head {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
    color: #264168;
    padding-bottom: 10px;
    margin-bottom: 0rem !important;
}

.subtext {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.img-box {
  padding: 6px;
  background-color: #fff;
  border-radius: 12px 12px 12px 12px;
}

.blue-bg-class
{
   background-color: #264168;
    padding:100px 0px 100px 0px;
    width: 100%;
    margin: 0 auto 120px auto;
} 
.secondtitle
{
    line-height: 60px;
    font-weight: 700;
    font-size: 50px;
    margin: 0 0 26px;
    color:#fff;
    padding-bottom: 0px!important;
}
.pre-heading-line1::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #58b9da;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 1;
}

.pre-heading-line1::after {
  content: "";
  width: 65px;
  height: 4px;
 background: #58b9da !important;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  transition: all 0.3s ease;
  z-index: 0;
}

.elementor-widget-container:hover .pre-heading-line1::after 
{
  width: 12px;
  margin-left: 35px;
    background: #008FA7 !important;
}

.elementor-widget-container:hover .pre-heading-line1::before
{
    width: 65px;
  margin-left: -5px;
    background: #008FA7;
}

 .pre-heading-line1 {
  position: relative;
}

.services-inner-logo
{
    background-color: #FFFFFF;
  padding:0px 20px;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
    text-align: center;
  display: block;
    transition: all 0.3s ease 0s;
}

.connect-section
{
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
} 

.rounded-icon
{
  background-color:#264168;
    border-radius: 10px 10px 10px 10px;
  margin: 0px 10px 18px 0px;
    line-height: 38px;
    text-align: center;
padding-bottom: 18px;
    padding-top: 18px;
}

.rounded-icon i
{
    font-size: 25px;
    color: #ffff!important;
}
 
.talk-head
{
    font-size: 16px;
  font-style: normal;
  line-height: 26px;
    display: block;
    font-weight: 500;
    color: rgb(101, 101, 103)
}

.des, .des a
{
    color: #264168!important;
    display: block;
    font-size: 20px;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
}

.blue-contact-div
{
    background-color: #264168;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px 10px 10px 10px;
  padding: 45px 40px 60px 40px;
}
 
.blue-contact-div .description
{
    color: #FFFFFFD9;
    margin-bottom: 20px;
}
.title-inner
{
    font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0px 0px 15px 0px;
    padding-bottom:0px!important;
}

.input-box {
 font-size: 16px;
  color: #999;
  background-color:#F7F7F7E6;
  margin-bottom:15px;
 padding: 15px 0px 15px 30px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1A73E933;
  color: #3A3A3ACC !important;
    position: relative;
}
.cnt-icon
{
    position: absolute;
    z-index: 8888;
    top: 2px;
    left: 5px;
}
.code {
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
  width: 100px;
    border-radius: 10px 10px 10px 10px;
}

.form-control:focus
{
  color: #3A3A3ACC !important;
  background-color: #fff;
border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0)!important;
}

.submit-btn
{
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
  color: #264168;
  padding: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-style: none;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 40px 60px 0px rgba(25.999999999999957, 115.00000000000017, 233, 0.2);
    width: 100%;
    transition: all 0.4s;
}

.submit-btn:hover
{
    color:#264168;
 background-color:#f1f4f7;
}
.map-div
{
    margin-top: 100px;
}
.blue-background
{
    width: 100%;
  height: auto;
  margin: 0 auto;
  background-image: url(../images/footer.webp);
  background-position: center left;
  background-size: cover;
background-color: #F4F4F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 80px 0px;
    color: #fff;
}
 
.footer-rounded-class
{
   background-color: rgba(255,255,255,0.9);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 30px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 35px 40px 30px 40px;
}

.footer-head
{
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
    font-weight: 600;

}
.btm-phone , .btm-phone a, .footer-links li a
{
font-size: 16px;
  line-height: 26px;
 color: #FFFFFFDE!important;
    transition: all 0.4s;
} 
.btm-phone a:hover, .footer-links li a:hover
{
    color: #00A775!important;
}

.footer-links li a
{
      transition: all 0.4s;
}
.bootom-section
{
    background-color:#fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0px 20px 0px;
}

.bootom-section p a, .bootom-section p
{
    font-size:14px;
  color: #0e2b5c;
    font-weight: 500;
}
.btn-back-to-top {
  position: fixed;
  color:#0e2b5c;
  z-index: 1200;
  right:20px;  
  bottom:7px;
  -webkit-transition: .7s;
  transition: .7s;
}
.naviblue-color
{
    color: #264168!important;
}
.dark-blue-color
{
    color: #0e2b5c!important;
}

.service-div 
{
  width: 100%;
  height: auto;
  padding: 6px;
  background-color: #fff;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 5px 8px #666666;
}
.footer-info-text
{
   color: #627792!important; 
}

.visitor 
{
  border-radius: 10px;
  box-shadow: 0px 5px 8px #666666;
  background-color: #fff;
}

.visitor ul li a
{
  font-size: 17px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #656567!important;
    transition: all 0.4s;
    font-weight:500;
}

.visitor ul li a:hover
{
    color: #1dc2ef!important;
}
 
.process-icon
{
    font-size:140px;
    color:#989897;
}
.process-heading
{
    font-size: 26px;
    color:#0e2b5c;
    line-height:32px;
    font-weight: 700;
}
.process-box
{
  transition: all 0.4s;  
}
.process-box:hover h3
{
   color:#1dc2ef;
    transition: all 0.4s;  
}

.privacy-content ol li, privacy-content ul li
{
    line-height: 33px;
}

.news-detail h1
{
    font-size:40px;
    line-height:50px;
}
.news-detail h2
{
    font-size:30px;
    line-height:40px;
}
    
.news-detail h3
{
    font-size:24px;
    line-height:35px;
}
  
.news-button
{
    font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  border-radius:5px;
  transition: all 0.4s;
  padding: 12px 24px;
  text-align: center;
  background-color:#264168;
  color: #fff !important;
} 


/* responsive css */

@media only screen and (min-width:1600px)
{  
     .container-fluid1
    {
    max-width:1500px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}
} 

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

 .homeh1 
 {
  font-size:70px;
  line-height:75px;
}
   .rounded-icon 
    {
  margin: 0px 0px 18px 0px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
    .process-heading 
    {
  font-size: 22px;
        line-height:28px;
    }
}

@media only screen and (max-width:1066px)
{
    
     .process-heading 
    {
  font-size:20px;
        line-height:26px;
    }
}
@media only screen and (max-width:1060px)
{ 
    .varification-box
    {
        display: block;
        width: 100%;
    }
    .offset-md-2
    {
    margin-left:0%!important;
  }
  .blue-contact-div 
    {
  padding: 45px 30px 60px 30px;
}
}

@media only screen and (max-width:1024px)
{  
  .container
	{
		max-width: 95% !important;
	}

}



@media only screen and (max-width:991px)
{
.navigation 
    {
  padding: 30px 0px 0px 0px;
} 
     .footer-rounded-class
    {
        padding: 30px 15px 30px 15px;
         margin-right:0px;
    }
    .homeh1 
    {
font-size: 45px;
    line-height: 55px;
} 
 .rounded-icon 
    {
  margin: 0px 10px 18px 0px;
  line-height: 38px;
  padding-bottom: 18px;
  padding-top: 18px;
}  

.process-icon
    {
  font-size:70px;
}
    .navbar-light .navbar-nav .nav-link
    {
        font-size: 16px;
    }
} 
 
@media only screen and (max-width:841px)
{
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left:11px;
}
}

@media only screen and (max-width:776px)
{ 
   .home-service-head 
    {
  font-size: 17px;
    }
}
@media only screen and (max-width:767px)
{
        .navbar-light .navbar-toggler {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #063463 !important;
    border-color: #fff!important;
    box-shadow: 0 0 0 .10rem !important;
    position: absolute;
    right: 40px;
 top: 45px;
    margin: 0;
  }
    .main-menu
    {
        margin-top:30px;
    }
    .navigation 
    {
  padding: 30px 0px 30px 0px;
} 
  .navbar-nav .nav-link
    {
  padding-left:0px !important;
}
    .footer-rounded-class
    {
        margin-right:0px;
         padding: 30px 30px 30px 30px;
    }
    
    .homeh1 
    {
    font-size: 40px;
    line-height: 50px;
  }
     
    .home-img-class 
    {
    position:static!important;
}
    h2 
    {
  font-size: 2.1em;
    }
     .home-service-head 
    {
  font-size:18px;
    }
    .secondtitle
    {
  line-height:45px;
  font-size: 35px;
    }
    .home-text 
    {
  padding: 5px 0% 0% 0px;
}
     .des, .des a 
   {
       font-size: 18px;
      line-height:26px;      
    }
    .services-inner-logo
    {
        margin: 0 auto;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link 
    {
    font-size: 17px;
  }
  .news-detail h1
{
    font-size:32px;
    line-height:40px;
}
.news-detail h2
{
    font-size:25px;
    line-height:35px;
}
  
}


@media only screen and (max-width:575px)
{
    .banner-div
    {
        padding: 70px 0px 0px 0px;
    }
    .blue-contact-div 
    {
  padding: 45px 20px 60px 20px;
}
     .rounded-icon 
    {
    margin: 0px 0px 0px 0px;
    }  
    
h1 
{
font-size:42px;
  line-height:50px;
}
     .navbar-light .navbar-toggler 
    {
        right:20px;
        top:40px;
    }
    .navbar-light .navbar-brand img
    {
       width:75%; 
    }
      .navigation 
    {
        position: static;
    }
}

@media only screen and (max-width:500px)
{
       .navbar-light .navbar-toggler 
    {
        right:20px;
        top:25px;
    }
}

@media only screen and (max-width:400px)
{
    .navbar-light .navbar-toggler 
    {
        right: 10px;
           top:20px;
    }
    .navbar-light .navbar-brand img
    {
       width:75%; 
    }
     .footer-rounded-class
    {
        padding: 30px 20px 20px 30px;
    } 
        .homeh1 
    {
    font-size:30px;
    line-height:40px;
  }
     h2 
    {
  font-size:1.9em;
    } 
     .rounded-icon 
    {
    margin: 0px 0px 0px 0px;
    }
    .socialicon-col
    {
     width: 40%!important;
    }
}

 
@media only screen and (max-width:360px)
{
    .navbar-light .navbar-toggler 
    {
        right: 10px;
       top:12px;
    }
     .news-button {
  font-size: 15px;
         padding: 12px 16px;
    }
}



@media (min-width:992px) and (max-width:1070px)
{
    .navbar-light .navbar-nav .nav-link 
    {
        font-size: 16px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
  padding-right:9px;
  padding-left:9px;
}
} 

@media (min-width:1071px) and (max-width:1210px)
{ 
        .navbar-light .navbar-nav .nav-link 
    {
        font-size: 17px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 11px;
  padding-left: 11px;
}
}

@media (min-width:1228px) and (max-width:1300px)
{ 
   .homeh1 
 {
  font-size:60px;
  line-height:70px;
}
    
}

@media (min-width:1400px) and (max-width:1600px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) 
{
    .navbar-light .navbar-nav .nav-link, 
  .dropdown-item 
    {
    font-size:20px !important; 
        font-weight:500;  
  }
    .subtext ,.home-service-head 
    {    
    font-size: 24px;
    line-height:32px;
    font-weight: 600; 
}  
    body
    {
    font-size: 24px;
    line-height:30px;
    } 
         
    .process-heading 
    {
    font-size: 30px;
    } 
    .btm-phone, .btm-phone a, .footer-links li a {
    font-size: 18px;
    line-height: 26px;
    }
}

@media only screen and (min-width:1601px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) 
{
     .navbar-light .navbar-nav .nav-link, 
  .dropdown-item 
    {
    font-size:20px !important; 
        font-weight:500; 
  }
    .subtext ,.home-service-head 
    {    
    font-size: 24px;
    line-height:32px;
    font-weight: 600; 
}  
    body
    {
    font-size: 24px;
    line-height:30px;
    } 
         
    .process-heading 
    {
    font-size: 30px;
    }  
    .btm-phone, .btm-phone a, .footer-links li a {
    font-size: 18px;
    line-height: 26px;
    }
}            
     
/*
@media screen and (min-width: 1400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) 
{
  .navbar-light .navbar-nav .nav-link, 
  .dropdown-item 
    {
    font-size:25px !important; 
  }
}*/
        

/*@media (min-width:1100px) and (max-width:1226px)
{
.homeh1 
 {
  font-size:50px;
  line-height:60px;
}
    
}

@media (min-width:992px) and (max-width:1099px)
{
    .homeh1 
    {
  font-size:38px;
  line-height: 50px;
}
       
}

*/

 /*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.navbar-light .navbar-nav .nav-link, .dropdown-item {
  font-size: 1.1rem; 
    }  
}
*/