
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --coral:coral;
    --deepblue:#0b2f5a;
    --blue:#00adf1;
    --gradient:linear-gradient(90deg,var(var(--coral),var(--blue)))
}
*{
    font-family: 'Poppins',sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-decoration: none;
text-transform: uppercase;
list-style: none;
}
img, embed, object, video {
    max-width: 100%;
}
.center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    place-items: center;
    padding-top: 130px;
    max-height: 300px;
}
.center2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    place-items: center;
    padding-top: 80px;
    max-height: 300px;
}
.div1-heading{
    font-size: 1.5rem;
    text-transform: uppercase;
}
.center .div2-heading{
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.center .div2-subheading{
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.content-container{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
max-width: 1000px;
height: 1000px;
  /*   margin: 0 auto;
    max-width:350px;
    display: grid;
    padding-top: 20px;
    place-items: center;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding-bottom: 100px; */
}
.box{
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    transition: all ease-in-out .5s;
    margin-top: 40px;

}
.box:hover{
   transform: scale(1.05);
}
.box img{
    width: 300px;
    height: 300px;

}
.box .boxtitle{
   text-align: center;
   font-size: 3rem;
   font-weight: 200;
}
.list{
    font-weight: 300;
font-size: 2rem;


}
/* *::selection{
background: var(--blue);
color: #fff;
} */
html{
   font-size: 62.5%;
    overflow-x: hidden;
}
body{
    background: #f9f9f9;
}
i{
    color: coral;
    font-style: oblique;
}
.container{
    padding: 2rem 10%;
   /*  margin: 0 auto;
    max-width: 900px; */
    display: flex;
    justify-content: space-between;
    width: 100%;

}
.about-container{
    display: grid;
margin: 0 auto;
max-width: 900px;
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 50px;
}

.about-left{
background: url('./tabbing_img.jpg');
background-size: cover;
width: 100%;
height: 100%;
min-height: 650px;
}
.about-left {

    }
.about-right{
background-color: #2a3c68;
width: 100%;
height: 100%;
font-size: 2rem;
font-weight: 100;
min-height: 650px;
}
.about-right h2{

    font-size: 1.2rem;
    font-weight: 200;
    }
.about-content{
  padding: 20px;
  color:#f9f9f9;
    }
    .list-container{
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items:flex-start;
        gap: 30px;

    }
    .list-para{
        padding-top: 30px;
        text-align: center;
    }
header{
    position: fixed;
    top: 5vh;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}
header .logo{
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--deepblue);
}
header .logo img{
    width: 30px;
    padding-right: 5px;
    transform: rotate(20deg);
  }
header .logo span{
    color: rgb(11, 136, 198);
font-weight: 300;
}
footer-left .logo span{
    color: rgb(198, 11, 11);
font-weight: 300;
}
header .navbar a{
   font-size: 1.4rem;
   margin-left: 2rem;
   color: var(--deepblue);
   transition: all ease-in-out .3s;
  }
  header .navbar a:hover{
    color: var(--blue);
   }
   header input{
    display: none;
   }
   header label{
    font-size: 3rem;
    color: #0b2f5a;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
   }
   .main{
    /* background-image: url("./man.jpg"); */
    background-image:
    linear-gradient(to left, #f5f6fc00, rgba(0, 1, 3, 0.044)),
    url('man-lg.jpg');

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100% ;
        height: 65vh;
        display: flex;
flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-top{
        display: flex;
color:#fff;
        justify-content: space-between;
        background-color:#0b2f5a ;
position: fixed;
        justify-content: space-between;
        align-items: center;
height: 5vh;
width: 100vw;
z-index: 2000;
    }
    .a24{
        font-size: 1.5rem;
    }
    .main-heading{

        font-size: 2.5rem;
        color: #fff;
         padding-top: 100px;
        text-align: center;
     /*    padding-left: 200px;
         */
    }
    .main-subheading{
        font-size:2rem;
        color: #fff;
        text-align: center;
        /* padding-left:150px; */
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .main-button1{
        font-size: 1.7rem;
        color: #fff;
        padding-left: 200px;
        padding-top: 8px;
        display: inline;
    }
    .main-button2{
        font-size: 1.7rem;
        color: #fff;
        padding-left: 20px;
        padding-top: 20px;
        display: inline;
    }
    .btn1{
        width: 200px;
        background-color: #00adf1;
        padding: 15px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
    }
    .btn2{
        width: 200px;
        background-color:coral;
        padding: 15px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

     /* services */
        .services{
            height:100%;

        }
        .services-title{
            text-align: center;
            padding-top: 50px;
            font-size: 3rem;
            font-weight: 300;
        }
        hr.line {
            border-top: 2px solid var(--deepblue);
            width: 200px;
            margin-left: 50%;
            transform: translateX(-50%);
          }

     /* end services */

       /* about */
       .about{


    }
     /* end about */

      /* customers */
      .customers{
        height:100%;
        padding-bottom: 100px;
        margin: 0 auto;
    }
     /* end customers */
     .footer-overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background:#ffffff17 ;
        left: 0;
    }
      /* footer */
      .footer{
        position: relative;
        height:300px;
        background-image: url('./splash_bg.png');
        background-repeat: no-repeat;
        background-position: center;
background-color: #0b2f5a;
width: 100vw;
    }
    .footer-container{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        flex-direction: column;
    }
    .footer-left .logo span{
        color: #fff;
        font-size: 3rem;
    }
    .footer-left .logo a{
        color: #fff;
    }
    .footer-list{
        color: #fff;
        font-size: 1.5rem;
    }
     /* end footer */
    .services-title{
        text-align: center;
        padding-top: 50px;
        font-size: 3rem;
        font-weight: 300;
    }
    hr.line {
        border-top: 2px solid var(--deepblue);
        width: 200px;
        margin-left: 50%;
        transform: translateX(-50%);
      }

 /* end services */
     .bg-overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
    }
     .divide1 {
        position: relative;
padding-top: 350px;
        background-image: url('./pic8lg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        width: 100vw;
        height: 275px;
     }
     .divide2 {
        position: relative;
background-position: center;
        background-image: url('./div2.jpg');
        width: 100vw;
        height: 275px;
        padding-top: 350px;
        background-repeat: no-repeat;
     }
     .divide3 {
        position: relative;
background-position: center;
        background-image: url('./pic9lg.jpg');
        width: 100vw;
        height: 275px;
        padding-top: 350px;
        background-repeat: no-repeat;
     }
     .div2-heading{
        font-size: 1rem;
     }

     .post-container{
        margin-top: 150px;
        overflow-y: hidden;

        text-align: center;
    }
    .post-container .post{
        width:250px;
        border: solid  #c89a73;
        background-color:#ff975f3d;
        box-shadow: 0px 0px 0px rgb(200, 153, 55);
        margin:0 auto;padding-bottom: 20px;
    }
    .post-container .post .image img{
        width:100%;
        height:200px;
        object-fit: cover;
       }

       .post-container .post .content{
        padding: 0 20px;
       }

       .post-container .post .content .title{
        font-weight:600;
        font-size: 22px;
        color:rgb(240, 236, 228);
        text-transform: capitalize;
       }

       .post-container .post:hover .title{
        text-decoration: underline;
       }
       .post-container .post .content p{
        font-size: 14px;
        color:rgb(184, 152, 102);
        padding:5px 0;
       }

       .post-container .post .content .link{
        display: block;
        color:tomato;
        margin-top:10px;
       }
       .post-container .post .content .link:hover{

        color:#333;

       }

       .snip1533 {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #9e9e9e;
        display: inline-block;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 16px;
        margin: 35px 10px 10px;
        max-width: 310px;
        min-width: 300px;
        min-height: 300px;
        position: relative;
        text-align: center;
        width: 100%;
        background-color: #ffffff;
        border-radius: 5px;
        border-top: 5px solid #d2652d;
      }

      .snip1533 *,
      .snip1533 *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
      }

      .snip1533 figcaption {
        padding: 13% 10% 12%;
      }

      .snip1533 figcaption:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        color: #d2652d;
        content: "\f10e";
        font-family: 'FontAwesome';
        font-size: 32px;
        font-style: normal;
        left: 50%;
        line-height: 60px;
        position: absolute;
        top: -30px;
        width: 60px;
      }

      .snip1533 h3 {
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        margin: 10px 0 5px;
      }

      .snip1533 h4 {
        font-weight: 400;
        margin: 0;
        opacity: 0.5;
      }

      .snip1533 blockquote {
        font-style: italic;
        font-weight: 300;
        margin: 0 0 20px;
      }


   /* media queries */

   @media (max-width:1200px) {
    html{
        font-size: 63%;

    }
    .btn1{
        width: 200px;
        background-color: #00adf1;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
    }
    .btn2{
        width: 200px;
        background-color:coral;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
    }
    .divide1 {
        position: relative;
padding-top: 350px;
        background-image: url('./pic8lg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        width: 100vw;
        height: 275px;
     }
     .divide2 {
        position: relative;
background-position: center;
        background-image: url('./div2.jpg');
        width: 100vw;
        height: 275px;
        padding-top: 350px;
        background-repeat: no-repeat;
     }
     .divide3 {
        position: relative;
background-position: center;
background-repeat: no-repeat;
        background-image: url('./pic9lg.jpg');
        width: 100vw;
        height: 275px;
        padding-top: 350px;
     }
   }

   @media (max-width:800px) {
    header label{
        visibility: visible;
        opacity: 1;
       }
       header .navbar{
        position: absolute;
        top: 5vh;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 1rem 2rem;
        border-top: .1rem solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: all ease-in-out .5s;
         }
       header .navbar a{
        display: block;
        margin: 2rem 0;
        font-size: 2rem;
       }
       header input:checked ~ .navbar{
        transform: scaleY(1);
        opacity: 1;
       }
       header input:checked ~ label::before{
        content: '\f00d';
       }
       .btn1{
        width: 150px;
        background-color: #00adf1;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
    }
    .btn2{
        width: 150px;
        background-color:coral;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;

    }
    html{
        font-size: 50%;

    }
    header .logo img{
        width: 20px;
        padding-right: 5px;
        transform: rotate(20deg);
      }
      .content-container{
        height: 1300px;
        place-items: center;
      }

   }
   @media (max-width:450px) {
    html{
        font-size: 50%;

    }
    .content-container{
        height: 2600px;
        place-items: center;
      }
    .btn1{
        width: 150px;
        background-color: #00adf1;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;
        border: none;
        text-transform: uppercase;
display: none;
    }
    .btn2{
        width: 200px;
        background-color:coral;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border-color: rgb(255, 255, 255);
        border-width: 2px;

        text-transform: uppercase;

    }
    .main{
         background-image: url("./man-md.jpg");
    /*    background-image:
         linear-gradient(to left, #f5f6fc00, rgba(0, 1, 3, 0.044)),
        url('man-md.jpg');
 */
        background-repeat: no-repeat;
        background-position: left ;
        background-size: cover;

        width: 100% ;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        header .navbar a:hover{
      background-color: coral;
           }
   }