@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500&display=swap');


*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
:root {
    --primary-color: #01a0e2;
    --secondary-color: #2b2a28;

}
body{
    font-family: "Poppins", serif;
    width:100%;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", serif;
}
p,a,span,li{
   font-family: "Montserrat", serif;   
}
p{
  text-align: justify;
}

/*--start-header--*/
.top-header{
   background-color: #fff;
   box-shadow: 0px 25px 70px rgba(0, 0, 0, .08);
}
.navbar-brand img{
   width: 250px;
}

.nav-item{
  padding: 0px 8px;
}
.nav-link{
    position:relative;
    font-size: 14px;
    font-weight: 600;
}
.nav-link:hover {
    color: #00bfff;
}
.nav-link:hover::after {
    width: 100%;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color:var( --primary-color);
    transition: width 0.4s ease-in-out;
}


.navbar-nav{
   display: flex;
   justify-content: center;
   width: 100%;
   padding: 0px;
}
.top-whats a{
    background-color: #32c44e;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;   
}

.dropdown-item{
  text-align:left;  
}

/*--end-header--*/
.about-tab a{
    color: #fff;
    background-color: #01a0e2;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}
.sec-pic img{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*--start-our-product-section--*/
.products-sec h4{
   font-size:30px; 
}
.product-card{
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    background-color:#fff;
}
.product-card img{
    position:relative;
    height: 250px; 
}
.product-card-name{
    position:absolute;
    background-color:var( --primary-color);  
    text-align:center;
    border-radius:5px;
    bottom:0px;
    bottom: 10px;
    width: 94%;
}
.product-card-name h4{
   padding:10px;
   font-size: 20px;
   color:#fff;
   margin: 0px;
   font-weight:400;
}
.owl-prev{
    position: absolute;
    left: 0px;
    top: 50%;
    background-color: var( --primary-color)!important;
    width: 30px;
    height: 30px;
}
.owl-prev span{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}
.owl-next{
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: var( --primary-color)!important;
    width: 30px;
    height: 30px;
}
.owl-next span{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}

/*--start-client-section--*/

.client-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  overflow: hidden;
  border:1px solid #eee;
  border-radius:5px;
}

.client-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.owal-nav{
  display: inherit!important;
}

/*--end-client-section--*/


/*==========contact-us-page==========================*/

.form-side-box {
    background: linear-gradient(0deg, rgb(1 160 228), rgb(1 160 226));
    padding: 30px 35px;
    position: relative;
}
.form-side-box h5{
    font-family: 'semibold';
    color: white;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 26px;
}
.form-side-box p{
    font-family: 'regular';
    color: #ededed;
    margin-bottom: 26px;
    text-align: justify;
}
.form-side-box ul li{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-side-box a.my-btn2 {
    border: 2px solid #fff;
    margin-top: 24px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
}
.form-side-box:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 50px;
    background: white;
    transform: skew(45deg);
    right: -75px;
    top: 0;
}
.contact-form h3{
    margin-bottom: 25px;
}
.contact-form p{
    font-family: 'regular';
}
.contact-form .form-group input{
    width: 100%;
    border: none;
    font-size: 17px;
    padding: 10px 10px;
    border-bottom: 2px solid #969696 !important;
    background-color: #f4f5fa;
    border-radius: 5px; 
}

#service{
    width: 100%;
    border: none;
    font-size: 17px;
    padding: 10px 10px;
    border-bottom: 2px solid #969696 !important;
}

.contact-form .form-group input.mybtn2{
    width: 28%;
    padding: 16px 0;
    margin-top: 10px;
    margin-left: 10px;
}
.service-message {
    color: #000;
    width: 100%;
    border: none;
    background-color: #f4f5fa;
    border-radius: 5px;
    margin: 5px 0px;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
}
.slide_left {
    border: none;
    padding: 7px 35px;
    font-size: 16px;
    font-weight: 500;
    background-color: #01a0e3;
    color: #fff;
    border-radius: 5px;
}

.testi-card{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.testi-view p{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.testi-name{
   display: flex;
   place-items: baseline;
   flex-wrap: wrap;
}

.testi-name span i{
    color: #ffffff;
    background-color: var( --primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
}

.testi-name h4{
    font-size: 20px;
    color: #01a0e2;
    font-weight: 500;
    margin: 0px;
}
/*==========contact-us-page==========================*/

.product-bio h2{
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-list ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.product-pic img{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-call{
    background-color:var( --primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
}
.product-whats{
    background-color: #32c44e;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
}
.product-call i{
    font-size: 15px;
    padding-right: 8px;
}

/*==========footer==========================*/
.footer-top{
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    place-items: baseline;
    background-color: #12223e;
    border-radius: 15px;
}

.footer-top-title h4{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}

.footer-top-social ul{
   display: flex;
   padding: 0px;
   margin: 0px;
   list-style: none;
}

.footer-top-social ul li{
   margin-right: 10px;
}

.footer-top-social ul li a{
    color: #fff;
    font-size: 19px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    transition:0.2s;
}

.footer-top-social ul li a:hover{
    background-color: var( --primary-color);
    border: 1px solid var( --primary-color);
    transition:0.2s;
}

.footer-logo img{
    width: 70%;
}

.footer-about-content p{
    color: #fff;
    line-height: 25px;
}

.footer-menu-title h4{
    color: #fff;
    font-size: 25px;
}

.footer-services ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-services ul li{
    padding-bottom: 5px;
}
.footer-services ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition:0.2s;
}

.footer-services ul li a:hover{
    transition:0.2s;
    color: var( --primary-color);
    padding-left: 10px;
}

.footer-email span{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.footer-email a{
    text-decoration: none;
    color:var( --primary-color);
    font-size: 15px;
}

.footer-bottom{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    place-items: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.footer-copy p{
   margin: 0px;
   color: #fff;
}



/*===================media query=================================*/

@media(max-width: 768px){
.navbar-brand img {
    width: 190px;
}
.navbar-collapse{
    padding:10px 0px;
}

.sec-pic{
    margin-top:10px;
}
.footer-top {
    padding: 15px;
    justify-content: center;
}
.footer-top-title{
    text-align: center;
    margin-bottom: 10px;
}
.footer-top-title h4 {
 font-size: 22px;
}    
.form-side-box:before {
  display:none;
}
.contact-form{
  margin-top:20px;    
}

}














