*{
font-family: 'Open Sans', sans-serif;
}
.site-logo{
    width: 30%;
    margin: 0 auto;
}
/*footer*/
.footer-copyright{
  padding: 20px;
    background: #fff;
    text-align: center;
    color: #333;
}
.footer-logo{
    width: 10%;
    margin: 15px auto;
}
.footer-copyright p{
 margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}
.footer-copyright a{
color:#333;
}
p.design{
  text-align: right;
}
.footer-copyright a:hover{
 color:#D92A64;
 text-decoration: none;
}
/*closed*/
.banner-sec{
  background:linear-gradient( rgba(0,0,0,.5) , rgba(0,0,0,0.5)),url(../img/banner.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  padding: 60px 20px;
/*  height: 100vh;*/
  color:#fff;
}
#banner-sec-2{
background-color: #122235 !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0;
  background-attachment: fixed;
  padding: 20px 20px 40px 20px;
/*  height: 100vh;*/
  color:#fff;
}
.banner-sec h1 ,.banner-sec2 h1{
    line-height: 50px;
        font-size: 32px;
    text-align: center;
}
.banner-sec h4 ,.banner-sec2 h4{
     line-height: 50px;
        font-size: 18px;
    text-align: center;
}
.banner-sec p,.banner-sec2 p{
    padding-top:50px;
}
.banner-sec h1{
    line-height: 50px;
        font-size: 32px;
    text-align: center;
}
.banner-sec p{
    padding-top:50px;
}
.form{
   background: #ffffff61;
    padding: 50px 20px 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.report-section{
    padding: 50px 20px;
    background-color: #dfe0e0;
    text-align: center;
}
.report-section h2{
    font-weight: 600;
}
.report-section h3{
    font-weight: 600;
    padding-bottom: 25px;
}
.report-section p{
    font-weight: 500;
}
.report-col {
    background: #ad9744;
    padding: 20px;
    align-items: center;
    text-align: center;
    color:#fff;
    height: 250px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
}
.report-col img {
    padding-bottom: 30px;
}
.report-col h4{
    font-weight: 600;
}

.icon1{
    width:80px;
}
/*below section animation*/
.best-services{
        padding: 40px 30px;
    background-color: #dfe0e0;
}
.best-services h2{
    text-align: center;
    font-weight: 600;
}
.best-services h3{
    text-align: center;
    font-weight: 600;
    padding-bottom: 25px;
}
.best-services p{
    text-align: center;
    font-weight: 500;
}
.best-row div {
  color: #000;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}
.best-services .main1 {
  position: relative;
  border-radius: 20px;
  padding: 8em 1em;
  height: 20px;
  z-index: 2;
}
.best-services .second {
animation: zoom-in-zoom-out 2s ease-out infinite;
  position: absolute;
  top: -2em;
  right: -2em;
  padding: 2em;
      background: #122235b5;
  border-radius: 10px;
  z-index: 3;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.best-row{
    justify-content:space-between;
    display: flex;
    flex-wrap: wrap;
}
.main1 h4{
    font-weight: 600;
    color:#ad9744;
}
.best-col {
    width: 28%;
    margin: 40px 0px;
}
.main1 img {
    margin-top: -100px;
}
.best-services .third {
  animation: zoom-in-zoom-out 2s ease-out infinite;
    background: #ad9744b5;
    position: absolute;
    bottom: -2em;
    left: -2em;
    padding: 2em;
    border-radius: 10px;
    z-index: 2;
}
.footer-form{
 background: #122235;
 padding: 50px 20px;
 color:#fff;
 text-align: center;
}
.footer-form h2{
    padding-bottom: 50px;
}
@media  screen and (max-width: 1000px){
.best-col {
    width: 45%;
        text-align: center;
    margin: 40px auto;
}
    }
@media  screen and (max-width: 900px){
    .best-col {
    width: 80%;
    margin: 40px auto;
}
}
@media  screen and (max-width: 600px){
 .best-col {
    width: 100%;
    margin: 40px auto;
}
.banner-sec h1 {
    font-size: 28px;
        text-align: center;
    line-height: 35px;
}
.site-logo {
    width: 40%;
}
.best-services h2 {
    font-size: 24px;
    }
.best-services h3 {
    font-size: 20px;
}
.footer-form h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 35px;
}
.form {
    padding: 25px 0px 10px;
    }
    .footer-form {
    padding: 5px 0px;
  }
.banner-sec {
    padding: 60px 0px;
  }
}
@media (min-width:1400px){
  .container {
    min-width: 1360px!important;
}

}