@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root{
    --primary:#4386f5;
    --heading:#332f57;
}
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
h2{
    color: var(--heading) !important;
    font-weight: 900 !important;
}
h1,h2,h3,h4,h5{
   
    text-transform: capitalize;
}
a{
    text-decoration: none !important;
    text-transform: capitalize;
}

body{
    font-family: "Nunito Sans", sans-serif !important;
   /* background: linear-gradient(73deg, #fff6eb4a, #fde1bc75) !important; */
}
iframe{
    width: 100% !important;
    height: 100% !important;
}
@media (min-width:765px){
    .container-fluid{
        padding: 0 4rem !important;
    }
    p{
        font-size: 18px !important;
    }
}
@media (max-width:765px){
    .sm_hide{
        display: none !important;
    }
    section{
        padding: 20px 0;
    }
    h2,h5{
        text-align: center !important;
       
    }
    p{
        text-align: center !important;
    }
    .chat_btn{
        width: 150px !important;
    bottom: 0 !important;
    }
 
  .b_call_action_btn{
        margin: 1rem auto;

    }
}
@media (min-width:765px){
    .lg_hide{
        display: none !important;
    }
    section{
        padding: 50px 0;
    }
}
section{
    overflow: hidden !important;
}
.call_action_btn,.b_call_action_btn{
    width: 200px;
    text-align: center;
    background: linear-gradient(45deg, #2a69d2, #5c99ff);
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    display: block;
}
.chat_btn{
    width: 175px;
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 999;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ============video====================== */

.video{
    overflow: hidden;
    

    iframe{
        border-radius: 8px;
        overflow: hidden;
    }
    @media (max-width:765px){
        padding: 20px 0;
        iframe{
          width: 100%;
          height: 100%;
        }
    }
    @media (min-width:765px){
        padding: 40px 0;
        iframe{
          width: 100%;
          height: 300px;
        }
    }
}
/* ==============video================== */
/* ===================header=========================== */

header{


    .cnt_btn{
        text-transform: capitalize;
    padding: 5px 22px;
    background: #4bbd5e;
    color: white;
    border-radius: 19px;
    }
@media (max-width:765px){
    .nav_logo{
        width: 150px;
    }
   
}
@media (min-width:765px){
    .nav_logo{
        width: 160px;
    }   
    padding: 10px 0;
}

   
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }
    }
    nav{
        background: transparent;

        .nav-link{
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 600;
            color: #332f57 !important;
            font-family: "Oswald", sans-serif !important;
            letter-spacing: 1px;
        }
        .nav-item{
            margin: 0 12px;
        }
        .nav_contact{
            color: white;
    background:linear-gradient(45deg, #2a69d2, #5c99ff);
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
        }
        .nav_contact:hover{
            background: linear-gradient(45deg, #2a69d2, #5c99ff);
        }
    }
 
}
/* =============================header========================== */

/* =========================banner============================== */

.banner{

    @media (max-width:765px){
        padding-top: 2rem;

        h1{
            font-size: 31px !important;
            text-align: center;
        }
        p{
            font-size: 18px !important;
            text-align: center;
        }
    }
    @media (min-width:765px){
        .bnr_img{
            padding: 2rem;
    
        }
    }
    .bnr_img{

        
    
    }
    overflow: hidden;
   

    h1{
        font-size: 3.5rem;
    font-weight: 800;
    color: #332f57;
    line-height: 1.3;
    }
    p{
        color: var(--primary);
        font-size: 18px;
    }
    .col-md-6{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* ===================banner============================= */

/* =====================sec_1=================== */
.sec_1{
h2{
    line-height: 1.5;
}
  
    p{
        
        olor: black;
        /* background: #dd6e24; */
        padding: 10px;
        border-radius: 5px;
        margin: 9px 0px;
        border: 2px solid;
    }
    .card{

        background: transparent;
      
        border: none;
    }
}
/* ==================sec_1========================= */

/* =============================about===================== */
.about{
 h2{
  margin: 1rem 0;
 }
 h5{
    letter-spacing: 2px;
        /* background-clip: text; */
        color: #ff8534;
        text-transform: uppercase;
 }
    .pnt{
        display: flex;
        align-items: flex-start;
        font-weight: 600;
        justify-content: flex-start;
        font-size: 18px;
        margin: 10px -3px;
      
        .icn{
            max-width: 25px;
            margin-right: 10px;
            
        }
        i{
            transform: translate(6px, 6px);
        }
    }
    .col-md-6{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .card{
        width: 170px;
        padding: 10px;
        box-shadow: 0px 0px 5px 0px rgb(122 122 122 / 52%);
        margin: 0 10px;
    }
    .logos{
        display: flex;

    }

}

/* ==========================about======================= */

/* =====================sec_2================================== */
.sec_2{

    h2{
        margin-bottom: 2rem;
    }
    p{
     
    
    }
}
/* =========================sec_2================================ */

/* ===============sec_3====================================== */
.sec_3{

    h2{
        margin-bottom: 2rem;
    }
    .card{
       
    }
    .slider{
       
      
        border-radius: 8px;
        .slide{
            height: 100%;
            padding: 10px;
         

            .card{
                height: 100%;
                border: none;
                overflow: hidden;
                padding: 10px;
                box-shadow: 0px 0px 7px 3px rgb(122 122 122 / 52%);
            }
        }
    }
}
/* =============================sec_3=========================== */

/* ==============================sec_4============================== */
.sec_4{

    .slider{
       
      
        border-radius: 8px;
        .slide{
            height: 200px;
            padding: 10px;
         

            .card{
                height: 100%;
                border: none;
                overflow: hidden;
                padding: 4px;
                box-shadow: 0px 0px 7px 3px rgb(122 122 122 / 52%);

               
            }
        }
    }

}
/* =========================sec_4==================================== */


/* ===========footer================================ */

footer{
    @media (min-width:765px){
.adres{
    width: 400px;
}
    }
   
    overflow: hidden;
    padding: 50px 0;
    background: white;

    .card{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 1rem;
        background: transparent;
        border: none;
        
        i{
            color: var(--heading);
            font-size: 26px;
            margin-right: 15px;
            transform: translateY(5px);
        }
        p{
            font-weight: 600;
            line-height: 1.7;

        }
    }
    .ft_logo{
        padding: 1rem;
    width: 275px;
    }
    .social_icon{
        display: flex;
        justify-content: center;
        a{
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            margin: 0 10px;
            border-radius: 50%;
        }
        
    }
    .adres{
      
    margin: auto;
    text-align: center;
    margin-top: 2rem;
  
    }
    .ft_link{
        text-transform: capitalize;
        text-align: center;
        width: 100%;
        /* margin: auto; */
        display: block;
        margin-top: 2rem;
        font-size: 14px;
        color: var(--primary);
    }
}
/* ===============================footer================ */
/* ===============quick contact============================= */

.quick_whtsp{
    font-size: 20px;
      width: 50px;
      height: 50px;
      display: flex;
      padding: 10px;
      align-items: center;
      justify-content: center;
      color: white;
      border: 2px solid;
      border-radius: 50%;
      position: fixed;
      right: 10px;
      bottom: 25%;
      z-index: 999;
      background: linear-gradient(15deg, #15774a, #26a76b);
     
      transition: 1s;
  }
  .quick_call{
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 999;
    background:linear-gradient(45deg, #2a69d2, #5c99ff);
  
      transition: 1s;
  }
 
  /* ==================quick contact========================= */

  /* ================sec_5============================= */
.sec_5{
h2{
    margin-bottom: 2rem;
}
    .card{
        box-shadow: 0px 0px 5px 0px rgb(122 122 122 / 52%);
        background: transparent;
        display: flex;
        align-items: center;
        text-align: center;
        padding-top: 1rem;
        h3{
            font-weight: bold;
        }
    }

}
  /* =======================sec_5========================== */

  /* ==========================blog========================== */

.blog{
    .col-md-6{
        margin-bottom: 2rem;
    }

.card{
  
    padding-top: 1rem;
    box-shadow: 0px 0px 7px 3px rgb(122 122 122 / 52%);
    h2{
        margin: auto;
    }
    .card-footer{
        margin: auto;
        border-top: 0;
        background: transparent;
    }
}


}
.blog_tlt{
    padding-top: 2rem;
    text-align: center;
    h1{
        color: var(--heading);
font-weight: bold !important;
    }
}
  /* ===========================blog============================= */
  