@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Lato', sans-serif;
}

a {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  text-decoration: none !important;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h1,
h2,
h3 {
  font-family: 'Lato', sans-serif;
  margin: 0px;
}

h1 span,
h2 span {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  font-weight: 300;
}

p {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  color: #383838;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

button:focus,
input:focus {
  outline: none;
}



.scrollHeader .menu {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999 !important;
  /*background: #182a6b;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}
header{
  padding: 20px 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
header a{color: #ffffff;}
header .phone a{margin-right: 15px; padding-right: 15px; position: relative;}
header .phone a i{    margin-right: 9px;
    color: #6f92d4;
    font-size: 18px;
    margin-top: 4px;
  }
header .phone a:after{content: ''; position: absolute; width: 1px; height: 26px; background-color: #475d63; right: 0px; top:0px;}
header .phone a:last-child::after{display: none; padding-right: 0px; margin-right: 0px;}
.banner{
  padding-top: 12.5%;
  min-height: 568px;
  background: url(../images/banner02.jpg) no-repeat top center; background-size: cover;
}
.banner .banner-text{padding-left: 0px;}
.banner .banner-text h1{
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;

}

.banner .banner-text p{
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
}
.banner .banner-text p span{
  color: #99b7ed;
  text-transform: uppercase;
}
.services{
  padding: 72px 0px;
}
.heading{
  margin-bottom: 30px;
}

.ser-section{ margin-bottom: 30px; }
.ser-section h3{color: #476aab; font-size: 20px; font-weight: 600; }
.ser-section .image{
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.ser-section .hover{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top:0px;
  background: rgba(90,125,190,0.5);
  /*transform-origin: 50% 50%;*/
  transform: scale(0);
  transition:0.5s;
}
.ser-section .hover:before{
  content:'';
  position: absolute;
  width: 94%;
  height: 94%;
  border: 1px solid #fff;
  z-index: 1;
  top:5px;
  left: 0px;
  right: 0px;
  border-radius: 15px;
  margin:0 auto;
}
.ser-section:hover .hover{
  transform:scale(1);
}

footer{
  background-color: #2c2c2c;
  padding: 50px 0px;
}
.contact_details{
  background-color: #171717;
  padding: 30px;
}
.contact_details p{
  color:#ffffff;
}
.contact_details h3{
  color: #5a7dbe;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_details ul{}
.contact_details ul li{}
.contact_details ul li p, .contact_details a{color: #ffffff; font-size: 20px; margin-bottom: 10px;}
.contact_details a span{color: #5a7dbe;}
footer .col-lg-5 p{color: #ffffff; font-size: 15px; margin-top: 7px;}

@media only screen and (max-width: 1920px){
  .banner{min-height: 818px; padding-top: 230px;}
}
@media only screen and (max-width: 1700px){
  .banner{min-height: 818px; padding-top: 229px;}
}

@media only screen and (max-width: 991px){
  .banner{
    background: url(../images/banner01.jpg) no-repeat top center;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
    padding-top: 194px;
    z-index: 0;position: relative;
  }
  .banner h1{
    background-color: #5a7dbe;
    display: inline-block;
    padding: 0px 15px;
  }
  .banner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
  }
}
@media only screen and (max-width: 767px){
  .banner .banner-text h1{font-size: 40px;}
  .banner{
    min-height: 500px;
    
    z-index: 0;
  }
  
}
@media only screen and (max-width: 575px){
  .banner .banner-text h1{font-size: 35px;}
  }
@media only screen and (max-width: 480px){
  .banner .banner-text h1{font-size: 25px;}
  .banner .banner-text p{font-size: 16px;}
  .banner{min-height: 380px;}
  .phone{
    flex-wrap: wrap;
  }
  header .phone a{flex:0 0 100%; padding-right: 0px; margin-right: 0px;}
  .services{padding: 30px 0px;}
  .contact_details{font-size: 15px;}
  footer p, .contact_details ul li p, .contact_details a{font-size: 15px;}
}
@media only screen and (max-width: 360px){
  .banner .banner-text h1{font-size: 22px;}
}
  
@media only screen and (max-width: 320px){}