/* ========== GOOGLE FONT ==========  */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,400;1,200;1,600&family=Oxygen:wght@300;400;700&display=swap');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('http://fonts.cdnfonts.com/css/fontastique');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500;600;700&family=Poppins:wght@300;400;500&display=swap');

/* ==========  RESET & HELPERS ==========  */

:root{
    --lg-font: 'Fira Sans Condensed', sans-serif;
    --sm-font: 'Poppins', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Oxygen", sans-serif;
    color: black;
    line-height: 1.8;
    font-size: 16px;
    background-image: url(../assets/images/bg-texture.png);
    text-transform: none;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
}

.h {
    font-size: 40px;
}
.h1 {
    font-size: 54px;
    
}

.h2 {
    color: black;
    margin-bottom: 40px;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
       
}

.h3 {
    font-size: 28px;
}

.h4 {
    font-size: 24px;
}

.h5 {
    color: #222;
    font-size: 18px;
 
}


@media (max-width: 600px) {
    .h1 {
        font-size: 38px;
       
    }

    .h2 {
        font-size: 32px;
    }

    .h3 {
        font-size: 24px;
    }

    .h4 {
        font-size: 20px;
    }
    .h {
        font-size: 25px;
    }
    
}

.intro-text {
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: center;
}


a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #222;
}

a:hover {
    color: rgb(26, 68,160);
}

img {
    width: 100%;
}

p {
    font-family:"Oxygen", sans-serif;
    color: black;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: none;
}

ul {
    list-style-type: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3%;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.container1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5%;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
   
}
.container2 {
    width: 100%;
    padding-top: 3%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
   
}

section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;
    border-radius: 0;
    font-size: 24px;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgb(26, 68,160);
    color: #ccc;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background-color: rgb(26, 68,160);
}

.hover-effect {
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;

}

.hover-effect a{
    text-transform: none;
    text-decoration: none;
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border-bottom-color: rgb(26, 68,160);
text-decoration: none;
text-transform: none;
background-color: #fff;
}

.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

@media (max-width: 992px) {
    .two-col-grid {
        grid-template-columns: 1fr;
    }   
}

.three-col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: center;
}
.three-col-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: center;
    padding-top: 5px;
}

@media (max-width: 992px) {
    .three-col-grid {
        grid-template-columns: 1fr 1fr;
    }   
    .three-col-grid1 {
        grid-template-columns:  1fr;
    }   
}

@media (max-width: 560px) {
    .three-col-grid {
        grid-template-columns: 1fr;
    }   
}

.four-col-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
}

@media (max-width: 992px) {
    .four-col-grid {
        grid-template-columns: 1fr 1fr;
    }   
}

@media (max-width: 560px) {
    .four-col-grid {
        grid-template-columns: 1fr;
    }   
}


/* ==========  NAVBAR ==========  */

.navbar {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    background-color: #fff;
}
.container .logo{
    display: flex;
}

.logo img {
    /*width: 125px;*/
	height:100px;
}

.nav-items {
    display: flex;
    transition: all 0.5s ease;
    text-decoration: none;
}

.nav-items .nav-item {
    color: #1A44A0;
    transition: all 0.5s ease;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-decoration: none;
}

.nav-items .nav-item:hover {
    /*color: rgb(26, 68,160);*/
	color: #43B153;
    text-decoration: none;
}

.nav-toggler {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
    display: none;
}

.nav-toggler:hover {
    background-color: rgb(26, 68,160);
    color: #fff;
    cursor: pointer;
}


@media (max-width: 768px) {
    .navbar {
        position: absolute;
        background-color: #fff;
    }
    .logo img {
        width: 200px;
    }
}

@media(max-width: 500px){
    .nav-items {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 100%;
        left: -100%;
        flex-direction: column;
        padding-top: 24px;
        padding: 24px;

    }

    .nav-items .nav-item {
        margin-top: 8px;
        display: block;
    }

    .nav-toggler {
        display: flex;
    }

    .show {
        left: 0;
    }
}

    @media (max-width: 768px) {
        .nav-items {
            position: absolute;
            background-color: #fff;
            width: 90%;
            top: 100%;
            left: -100%;
            flex-direction: column;
            padding-top: 24px;
            padding: 24px;
    
        }
    
        .nav-items .nav-item {
            margin-top: 8px;
            display: block;
        }
    
        .nav-toggler {
            display: flex;
        }
    
        .show {
            left: 0;
        }
    }
    


/* ==========  HERO ==========  */
.hero-slider {
    position: relative;
}


.hero-slider .owl-nav {
    width: 100%;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
    border-color: rgb(26, 68,160);
}

.hero-slider .owl-nav button.owl-prev {
    left: 24px;
}

.hero-slider .owl-nav button.owl-next {
    right: 24px;
}

.hero-slider .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 768px) {
    .hero-slider .owl-nav button.owl-prev,
    .hero-slider .owl-nav button.owl-next {
        position: absolute;
        top: 80%;
        transform: translateY(-50%);
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: #fff;
    }

}





.slide {
    min-height: 100vh;
    background-image: 
    url("../assets/images/1.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.slide-2 {
    min-height: 100vh;
    background-image: 
    url("../assets/images/2.jpg");
    background-position: center;
    background-size: cover;

}
.slide-3 {
    min-height: 100vh;
    background-image:
    url("../assets/images/3.jpg");
    background-position: center;
    background-size: cover;

}


.slide h1 {
    color: #fff;
    text-transform: uppercase;
}

.slide p {
    margin-top: 24px;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    padding: 8px 12px;
    display: inline-block;
    color: #fff;
    background-color: rgb(26, 68,160);
    border: 1px solid rgb(26, 68,160);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    margin: 4px;
}


.btn:hover {
    color: #fff;
    transform: translateY(3px);
    box-shadow: none;
}

.btn-outline-light {
    border-color: #fff;
    background-color: transparent;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #222;
}




/* ==========  SERVICES ==========  */


.service {
    padding: 24px;
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
}

.icon-box {
    font-size: 54px;
    color: rgb(26, 68,160);
    position: relative;
    display: inline-block;
    /*z-index: 2;*/
}

.service h3 {
    margin-top: 16px;
}

.icon-box::after {
    content: " ";
    position: absolute;
    top: 44%;
    left: 40%;
   <!-- z-index: -1;-->
    background: linear-gradient(rgba(236, 141, 64, 0.7), rgba(136, 131, 131, 0.184));
    width: 40px;
    height: 40px;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}




.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-top: 1%;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background-color: rgb(26, 68,160);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    
    position: absolute;
    left: 10%;
    bottom: 20%;
}

.project h2,
.project h6 {
    color: #fff;
}


/************************** EXPERT TEAM *********************************************/

.cta{
    margin: 50px auto;
    width: 100%;
    height: 75vh;
    background-image: 
    url("../assets/images/expert.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 0;
    padding-top: 6%;
    text-align: center;   
   
}

.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding-top: 2%;
    font-size: 30px;
    
}

.cta p{
    padding-top: 5%;
    color: #fff;
    font-size: 15px;
}



.GFG {
  
            -webkit-columns: 30px 2;
            /* Chrome, Safari, Opera */
            -moz-columns: 30px 2;
            /* Firefox */
            columns: 30px 2;
        }

        .GFG h4{
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 20px;
            color: #fff;
            padding-top: 2%;
          }

@media(max-width: 700px){

    
.cta{
    margin: 50px auto;
    width: 100%;
    height: 100vh;
    background-image: 
    url("../assets/images/expert.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 0;
    text-align: center;
  
    
}

.cta h1{
    font-size: 30px;
    padding-top: 50px;
}
.GFG {
    -webkit-columns: 30px 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 30px 1;
    /* Firefox */
    columns: 30px 1;
}
.GFG h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
}

@media(max-width: 500px){
        
.cta{
    margin: 50px auto;
    width: 100%;
    height: 100vh;
    background-image: 
    url("../assets/images/expert.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 0;
    text-align: center;
  
    
}
    .cta h1{
        font-size: 30px;
        padding-top: 50px;
    }
    .GFG {
        -webkit-columns: 30px 1;
        /* Chrome, Safari, Opera */
        -moz-columns: 30px 1;
        /* Firefox */
        columns: 30px 1;
    }
    .GFG h4{
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 20px;
    }
}
@media(max-width: 340px){
        
.cta{
    margin: 50px auto;
    width: 100%;
    height: 70vh;
    background-image: 
    url("../assets/images/expert.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 0;
    text-align: center;
  
    
}
.cta h1{
    font-size: 30px;
    padding-top: 50px;
}
.GFG {
    -webkit-columns: 30px 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 30px 1;
    /* Firefox */
    columns: 30px 1;
}
.GFG h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
    
}

/************************** EXPERT TEAM ENDS *********************************************/


.title{
    border: 5px inset #fff;
    text-align: center;
    width: 30%;
    margin: 50px auto;
    padding: 10PX;
}

.title1{
    border: 5px inset #fff;
    text-align: center;
    width: 50%;
    margin: 50px auto;
    padding: 10PX;
}


/* ==========  REVIEWS ==========  */

.review {
    padding: 24px;
    position: relative;
    padding-top: 10px;
}

.review .quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 140px;
    opacity: 0.1;
}

.review .stars {
    color: rgb(26, 68,160);
}

.review .person {
    display: flex;
    align-items: center;
}

.review .person img {
    width: 70px;
    margin-right: 18px;
}

.review .person .h5 {
    margin-bottom: 6px;
}

.review .person p {
    margin: 0;
}

.review .saying {
    margin-top: 18px;
    margin-bottom: 18px;
}


/* ==========  BLOG ==========  */

.blog-post .content {
    padding: 24px;
    padding-top: 10px;
    background-color: #fff;
}

.blog-post .content .btn {
    padding: 8px 18px;
}

/* ==========  CONTACT ==========  */

.contact-info {
    text-align: center;
    padding: 24px;
    text-transform: none;
}

.form {
    width: 100%;
    padding: 60px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .form {
        padding: 24px;
    }
}


.form-group {
    margin-bottom: 16px;
}

.form-gorup,
.form-control {
    width: 100%;
    display: inline-block;
}

.form-control {
    background-color: rgb(240, 240, 240);
    border: 1px solid transparent;
    font-family: "Poppins";
    padding: 16px;
    font-size: 14px;
}

.form-control:focus {
    outline: 0;
    border-color: rgb(26, 68,160);
}

button.btn {
    font-family: "Poppins";
}

.google-map {
    width: 100%;
    min-height: 400px;
}

/* FOOTER */
.footer-top {
    background-color: #222;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-bottom {
    background-image: url("../assets/images/footerbg.png");
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

 /************************   BUTTON    ********************************/
 #topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: rgb(26, 68,160);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
/**********************************/
  


.clients{
    padding: 5px 5px;
    background-color: #fff;
  
   
}

.box {
display: grid;
align-items: center;
justify-items: center;
width: 80%;
height: 30vh;    
transition: transform .10s ease-in;
margin: 8px auto;

}

.box img {
max-width: 100%;
max-height: 100%;
width: 100%;
}

.box:hover {
transform: scale(1.2);
}


  *{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    transition:all .2s cubic-bezier(.34,1.12,.68,1.31);
}



.gallery{
    min-height: 100vh;
    background:#eee;
    padding-bottom: 100px;
}

.gallery .controls{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 5%;
    list-style: none;
}

.gallery .controls .buttons{
    height:40px;
    width: 250px;
    background:#fff;
    color:#666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin:20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    text-align: center;
}

.gallery .controls .buttons.active{
    background:black;
    color:#fff;
}

.gallery .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image{
    height:250px;
    width: 350px;
    overflow: hidden;
    border:10px solid #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    margin: 20px;
}

.gallery .image-container .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.gallery .image-container .image:hover img{
    transform: scale(1.4);
}


@media screen and (max-width:960px) {
    .gallery .controls{
        
        padding-top: 5%;
      
    }
  }
  
  @media screen and (max-width:768px) {
    .gallery .controls{
        
        padding-top: 15%;
      
    }
  }
  
  @media screen and (max-width:480px) {
    .gallery .controls{
        
        padding-top: 20%;
      
    }
  }


  .service-icon {
    width: 60px;
    height: 60px;
    background-color: rgb(26, 68,160);
    color: white;
   
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.custom-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.custom-link span {
    font-weight: 700;
    text-decoration: none;
}

.custom-link i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(26, 68,160);
    border-radius: 100px;
    color: white;
    margin-left: 6px;
    text-decoration: none;
    transition: var(--transition);
}

.custom-link:hover i {
    transform: translateX(9px);
    text-decoration: none;
}




/* ==========  PORTFOLIO ==========  
.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 80%;
    padding-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.portfolio-item .overlay {
    position:absolute;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
    color: #c4c4c4;
}

.portfolio-item .h4 {
    color: #fff;
}

.portfolio-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(26, 68,160);
    font-size: 26px;
    color: #fff;
    position: absolute;
 
    bottom: 24px;
    right: 24px;
    transition: all 0.4s ease;
}

.portfolio-btn:hover {
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}

.portfolio-item:hover .overlay {
    left: 0;
}

/* ==========  TEAM ==========  
.team-member .content {
    padding: 16px;
    text-align: center;
    padding-top: 10px;
}*/


  /************************   GALLERY     ********************************
  .gallery-section{
    width: 100%;
    padding: 60px 0;
    background: #f1f1f1;
  }
  
  .inner-width{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
  }
  
  .gallery-section h1{
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    padding-top: 5%;
  }
  
  .border{
    width: 180px;
    height: 4px;
    background: #333;
    margin: 60px auto;
  }
  
  .gallery-section .gallery{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  
  .gallery-section .image{
    flex: 25%;
    overflow: hidden;
    cursor: pointer;
  }
  
  .gallery-section .image img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }
  
  .gallery-section .image:hover img{
    transform: scale(1.4) rotate(15deg);
  }
  
  @media screen and (max-width:960px) {
    .gallery-section .image{
      flex: 33.33%;
    }
  }
  
  @media screen and (max-width:768px) {
    .gallery-section .image{
      flex: 50%;
    }
  }
  
  @media screen and (max-width:480px) {
    .gallery-section .image{
      flex: 100%;
    }
  }
  /************************ END ********************************/
