@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.html{
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%;
}


  /* .search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
  }
  .input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #22a6b3;
    padding-right: 40px;
    color:#fff;
  }
  .input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
  }
  .btn-search{
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:#ffffff ;
    background-color:transparent;
    pointer-events: painted;  
  }
  .btn-search:focus ~ .input-search{
    top: 20px;
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  .input-search:focus{
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
   */
  
  /* footer  */


  @-webkit-keyframes moveInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-10rem);
              transform: translateX(-10rem); }
    80% {
      -webkit-transform: translateX(1rem);
              transform: translateX(1rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  @keyframes moveInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-10rem);
              transform: translateX(-10rem); }
    80% {
      -webkit-transform: translateX(1rem);
              transform: translateX(1rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  
  @-webkit-keyframes moveInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(10rem);
              transform: translateX(10rem); }
    80% {
      -webkit-transform: translateX(-1rem);
              transform: translateX(-1rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  
  @keyframes moveInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(10rem);
              transform: translateX(10rem); }
    80% {
      -webkit-transform: translateX(-1rem);
              transform: translateX(-1rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  
  @-webkit-keyframes moveInBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(3rem);
              transform: translateY(3rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  
  @keyframes moveInBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(3rem);
              transform: translateY(3rem); }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  
.w-80{
    width: 80%;
}

.empty-left{
    margin-left: 70px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.btn-hero{
    outline: none;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    position: relative;
    -webkit-animation-name: moveInBottom;
            animation-name: moveInBottom;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    
}

.btn-hero:hover,
.btn-hero:focus{
    background:rgba(0, 30, 120);
    color: #F3F3F3;
}

.nav-item { 
    color: rgb(255, 255, 255);
    display:block; 
    margin:0; 
    
}
.nav-item:after {
        display:block;
        content: '';
        border-bottom: solid 1px white;  
        transform: scaleX(0);  
        transition: transform 250ms ease-in-out;
      }
.nav-item:hover:after { transform: scaleX(1); }
.nav-item.fromRight:after{ transform-origin:100% 50%; }
.nav-item.fromLeft:after{  transform-origin:  0% 50%; }


.svg-hover:hover {
    fill: #fff;
}
.nav-thin{
    display: flex;
    flex: 2;
    margin-right: auto;
}


.foot {
    display: flex;
    align-items: center;
}

.w-lg-75 {
    width: 75%;
}

.w-75-sm {
    width: 75%;
}

.d-flex-just {
    display: flex;
    justify-content: center;
}
.bg-blue{
    background: rgba(0, 30, 120);

}
.language-dropdown{
    width: 15px; 
    overflow-x: 
    hidden; 
    margin-right: 15px; 
    left: -60px;
}
/* ncskancljbas */
.image{
    position: relative;
    height: 80vh;
    background-image: linear-gradient(to right, rgba(1, 63, 138, 0.56) , rgba(1, 63, 138, 0.56)),url(../img2/bvv.jpg);
    object-fit:fill;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-text{
    padding-bottom: 3rem;
    
}

.nav-link-in{
  

font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 3px;
line-height: 16px;
/* identical to box height */

letter-spacing: 0.05em;
text-transform: capitalize;

color: #FFFFFF;

}
.nav-link-middle {
    font-family: 'Roboto';
    margin-bottom: 20px;
    padding:5px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 15px;
letter-spacing: 0.05em;


color: #686868;

}


/* .img-gradient{
    position:relative;
    display:inline-block;
  } */
  
  
 
  
  
.heading-1{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 42px;
letter-spacing: 0.05em;

color: #FFFFFF;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);


-webkit-animation-name: moveInLeft;
            animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
} 


.heading-p{
 
font-family: Roboto;
font-style: normal;
font-weight: 200;
font-size: 22px;
line-height: 26px;
/* identical to box height */

letter-spacing: 0.05em;

color: #FFFFFF;
-webkit-animation-name: moveInRight;
            animation-name: moveInRight;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}

.heading-button{
padding: .5rem 1.5rem;
background-color: #FFFFFF;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
/* identical to box height */

letter-spacing: 0.05em;
text-transform: uppercase;

color: #000000;

} 


 .btn-header{

width: 175px;
height: 42px;


background: #F3F3F3;
border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 2px;
}

.main-heading{
   
    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 15px;
    display:inline-block;
    letter-spacing: 0.05em;
    border-bottom:2px solid #001E78;
    color: #686868;
}

.main-heading-alt{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 15px;
    display:block;
    letter-spacing: 0.05em;
    text-align: center;
    color: #686868;
}




.w-35{
    width: 35%;
    margin: 0 auto;
}

.w-60{
    width: 60%;
    margin: 0 auto;
}
.w-80{
    width: 80%;
    margin: 0 auto;
} 
.about-us{
   
    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    
    letter-spacing: 0.05em;
   
    color: #686868;
    
}

.img-1{
    background-image:url(../img2/hazar.png) ;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
height: 322px;


}

.img-2{
    background-image:url(../img2/serv2.png) ;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 322px;


}

.img-3{
    background-image:url(../img2/serv3.png) ;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 322px;


}
.img-4{
    background-image:url(../img2/serv4.png) ;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 322px;


}
.img-in{
    position: absolute;
    width:80%;
    bottom: 0;
    left: 10px;
    background: #001E78;
border-radius: 0px 30px 0px 0px;
padding:10px 10px;



}

.img-in-p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    
    
    color: #FFFFFF;
}


.services-pic{
    background-image:url(../svg/bracket.svg) ;
    background-repeat: no-repeat;
    position: relative;
}

.bracket2{
    position: absolute;
    bottom:400px;
    right: -100px;
    z-index: -100;
}

.before-btn{
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
/* identical to box height */

letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;

color: #000000;
}


  

.about-us-blue{
   

   font-weight: 500;
   color: rgba(0, 30, 120);
    
}

.about-us-img{
    position:absolute;
    top: -2rem;
    left: 0;
}

.btn-common{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.05em;
text-transform: capitalize;

color: #001E78;
    background: #FEFEFE;
border: 2px solid #001E78;
border-radius: 3px;
}

.why-heading{
    padding: 15px;
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 28px;
text-align: center;
text-transform: uppercase;

color: #001E78;
}

.why-text{
    padding: 15px;
    font-family: 'Roboto';
font-style: normal;

font-size: 18px;
line-height: 24px;
text-align: center;
color: #7f7d7d;
padding-bottom:40px;



}

.item-1{
  
    height: 110px;
background: #FFFFFF;
box-shadow: 0px 4px 20px 3px rgba(123, 139, 189, 0.15);
border-radius:20px;
align-items:center;
}

.svg-icon{
    
    
    height:40px;
    width: 40px;
}

.item-1-text{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
/* or 122% */



color: #686868;

padding-left:30px;
padding-top: 8px;
}

.footer{
    background: url(../img2/footer.jpg);
    background-size: cover;

}

.bg-pic{
    background: url(../img2/business-buildings-clouds-100678064-large\ 2.png);
    background-size: cover;
}

.dundee{
    background: url(../img2/about-pic.jpg);
    background-size: cover;
  
width: 100%;
height: 347px;



}

.servicesmain{
    background: url(../img2/servicesmain.png);
    background-size: cover;
    height: 472px;
    width: 100%;
}


.textbox{
    background: rgba(0, 30, 120);

}

.textbox-letter{
    
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.divcardtitle{
    font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 28px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;

}

.divcard-text{
    
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.bck-grey{
    background: rgba(104, 104, 104, 1);

}

.bck-blue{
    background: rgba(0, 30, 120);

}

.partners{
    background: rgba(243, 243, 243, 1);

}



.card-partners-pic{
    object-fit: cover; 
    width: 210.82px;
    height: 305.9px;
}

.no-gutter{
    --bs-gutter-x: 0;
}

.text-decoration-none{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 2.8em;
letter-spacing: 0.05em;
color: #271a1a;

}
.br-start{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.br-end{
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
}




.bg-img-darkblue {
    background-image: linear-gradient(rgba(0, 30, 120, 0.7), rgba(0, 30, 120, 0.7)), url(./img/ff.jpg );
    background-size: cover;
    background-position: center;
    height: 500px;
}



.nav-link {
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.05em;
text-transform: capitalize;

}

.lnh{
    line-height: .8;
}
.footer-color{
    background: #F3F3F3;

}

.bbr{
    position: relative;
}

.bbr::after{
    content: "";
    position: absolute;
    top: 40%;
    left: -50px;
    border-left: 0;
    width: 0;
	height: 0;
    border-right: 30px solid rgba(0, 30, 120);  
    border-top: 20px solid transparent;
	border-left: 20px solid  transparent; 
	border-bottom: 20px solid transparent;
    
}
.bbl{
    position: relative;
}

.bbl::after{
    content: "";
    position: absolute;
    top: 33%;
    right: -3px;
    border-left: 0;
    width: 0;
	height: 0;
    border-right: 30px solid rgb(231, 222, 222);  
    border-top: 20px solid transparent;
	border-left: 20px solid  transparent; 
	border-bottom: 20px solid transparent;
    
}

.testimonial{
    
    padding: 100px 0 500px 100px;
    position: relative;
    height: 500px;
    width: auto;
    position: relative;
    margin-left:140px;
    
}

.testimonial-content{
    position: absolute;
    padding: 10px;
    width: 314px;
    height: 314px;

    left: 65%;
    top: 30%;
    background: #F3F3F3;
    border-top: 5px solid  rgba(0, 30, 120);
    ;
}

.testimonial .pic{
    width: 900px;
    height: 500px;
    position: absolute;
    top: 100px;
    left: 100px;
}
.testimonial .pic img{
    width: 683px;
    height: 417px;
}
.testimonial-content .description{
position: absolute;
top: 20%;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
letter-spacing: 0.05em;

color: #686868;

}

.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#6ab33e;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
.msl{
    margin-left: ;
}
.nav-link-black{

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    text-decoration: none;
    /* or 157% */
    
    letter-spacing: 0.05em;
    
    color: #686868;
    
  
    
    
}



.sizes{
    width: 50%;
    top: 15px; 
    left: 35%;
}

.services__sidebar{

font-family: Roboto;
font-style: normal;
font-weight: normal;
padding: 15px;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.05em;
cursor: pointer;
transition: all .2s;

color: #686868;

}

.services__sidebar:hover{
    color: rgba(0, 30, 120);
}

.services__main{

display: inline-block;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
letter-spacing: 0.05em;
text-transform: capitalize;
padding: 15px;

color:  rgba(0, 30, 120);
border-bottom: 1px solid rgba(0, 30, 120);


}

.services__hero--main{
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 21px;
letter-spacing: 0.05em;
padding: 15px;

color: #686868;}

.services__hero{
 font-family: Roboto;
font-style: normal;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.05em;
padding: 5px;
padding-left: 15px;

color: #686868;
}

.services__sidebar--li{
    padding-top: 4px;
}

.services__hero--btn{
    background: rgba(0, 30, 120);
    color: white;
    
}

.dropdownnav{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}
.msl{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.05em;
}


.footer-text{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.05em;
text-transform: uppercase;

color: #686868;
}

.li1{
    font-size:14px;
}



/* i pad pro */


@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .dropdownnav{
        display: flex;
        justify-content: space-evenly;
        align-items: stretch;
        flex-direction: row;
    }
    .nav-link-middle{
        display: none;
    }
    .hero-text{
        padding-bottom: -10px;
    }
    
    .heading-1{
    margin-top: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.05em;
    
    color: #ffff;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    } 
    
    
    .heading-p{
     
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    
    letter-spacing: 0.05em;
    
    color: #FFFFFF;
    }
    .w-35{
        
        width: 70%;
        margin-left: 100px;
    }
    .main-heading{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0.05em;
        
        color: #686868;
    }
    .about-us{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.05em;
        
        color: #686868;
        
    }
    .w-80{
        width: 100%;
    }
    .testimonial{
    
        padding: 0;
        position: relative;
        height: 500px;
        width: auto;
        position: relative;
        margin-left:0;
    }
    
    .testimonial-content{
     
        position: absolute;
        padding: 10px;
        width: 214px;
        height: 214px;
    
        left: 65%;
        top: 20%;
        background: #F3F3F3;
        border-top: 5px solid  rgba(0, 30, 120);
        ;
    }
    
    .testimonial .pic{
        width: 90%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .pic img{
        width: 100%;
        height: 417px;
    }
    .testimonial-content .description{
       
    position: absolute;
    top: 20%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    
    color: #686868;
    
    }
    
    .testimonial .testimonial-title{
        font-size: 22px;
        font-weight:800;
        color: #22272c;
        text-transform: capitalize;
    }
    .testimonial .post{
        display: block;
        font-size: 15px;
        font-weight: 700;
        color :#6ab33e;
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        text-align: right;
        margin-top: 30px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #6ab33e;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    .textbox-letter{
    
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .msl{
        margin-left: 30%;
    }
    .bbr::after{
       display: none;
    }
    .bbl::after{
        display: none;
     }
     
     .w-60{
         width: 100%;
     }
     .msl{
        margin-left: 0;
    }
    .nav-link {
        font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    
    }
    .nav-link-black{
        color: #000000!important;
        font-size: 8px;
        line-height: 1;
        font-weight: 300;
    }
    .sizes{
        width: 50%;
        top: 10px; 
        left: 30%;
    }
    .about-us-blue{
   

        font-weight: 500;
        color: rgba(0, 30, 120);
         
     }
}

/* IpanPro */
/* @media screen and (min-device-width: 821px) and (max-device-width: 1140px) {
 .li1{
     font-size:8px;
 }
 .nav-link-middle{
     display: none;
 }
 .nav-link {
    font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 20px;
letter-spacing: 0.05em;
text-transform: capitalize;


}
/* Ipad */

/* @media screen and (min-device-width: 735px) and (max-device-width: 1023px) {
    .nav-link-middle{
        display: none;
    }
    .nav-link {
        font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    
    }
    .nav-link-black{
        color: #000000!important;
        font-size: 8px;
        line-height: 1;
        font-weight: 300;
    }
    .sizes{
        width: 50%;
        top: 10px; 
        left: 500px;
    }
    .p-80 {
        padding: 0;
    }
    .d-none-sm {
        display: none;
    }
    .text-center-sm {
        text-align: center;
    }
    .w-50 {
        width: 100%!important;
    }
    .foot {
        display: block;
        align-items: center;
        text-align: center;
    }
    .w-lg-75 {
        width: 100%;
        text-align: center;
    }
    .hero-text{
        padding-bottom: 0;
    }
    .heading-1{
    margin-top: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.05em;
    
    color: #ffff;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    } 
    
    
    .heading-p{
     
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    
    /* letter-spacing: 0.05em;
    
    color: #FFFFFF;
    }
    .w-35{
        
        width: 70%;
        margin-left: 100px;
    }
    .main-heading{ */
   
    
        /* font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0.05em;
        
        color: #686868;
    }
    .about-us{
   
     */
        /* font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 16px;
        letter-spacing: 0.05em;
        
        color: #686868;
        
    }
    .about-us-blue{
   

        font-weight: 500;
        color: rgba(0, 30, 120);
         
     }
    .w-80{
        width: 100%;
    }
    .testimonial{
    
        padding: 0;
        position: relative;
        height: 500px;
        width: auto;
        position: relative;
        margin-left:0;
    }
    
    .testimonial-content{
     
        position: absolute;
        padding: 10px;
        width: 214px;
        height: 214px;
    
        left: 65%;
        top: 20%;
        background: #F3F3F3;
        border-top: 5px solid rgba(0, 30, 120);
        ;
    }
    
    .testimonial .pic{
        width: 90%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .pic img{
        width: 100%;
        height: 417px;
    }
    .testimonial-content .description{
       
    position: absolute;
    top: 20%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    
    color: #686868;
    
    }
    
    .testimonial .testimonial-title{
        font-size: 22px;
        font-weight:800;
        color: #22272c;
        text-transform: capitalize;
    }
    .testimonial .post{
        display: block;
        font-size: 15px;
        font-weight: 700;
        color :#6ab33e;
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        text-align: right;
        margin-top: 30px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #6ab33e;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    .textbox-letter{
    
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .msl{
        margin-left: 30%;
    }
    .bbr::after{
       display: none;
    }
    .bbl::after{
        display: none;
     }
     .w-60{
         width: 100%;
     }
     .msl{
        margin-left: 0;
    }
    .sizes{
        width: 50%;
        top: 10px; 
        left: 30%;
    }
     
} */ */

/* Ipad */

/* Iphone */
@media screen and (min-device-width: 425px) and (max-device-width: 734px){
    .nav-link-middle{
        display: none;
    }
    .hero-text{
        
        padding-bottom: 0;
    }
    .heading-1{
    margin-top: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.05em;
    
    color: #ffff;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    } 
    
    
    .heading-p{
     
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 8px;
    line-height: 16px;
    /* identical to box height */
    
    letter-spacing: 0.05em;
    
    color: #FFFFFF;
    }
    .btn-header{
        font-size: 8px;
    }
    .w-35{
        
        width: 70%;
        margin-left: 80px;
    }
    .main-heading{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0.05em;
        
        color: #686868;
    }
    .about-us{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 16px;
        letter-spacing: 0.05em;
        
        color: #686868;
        
    }
    .about-us-blue{
   

        font-weight: 500;
        color: rgb(0, 30, 120);
         
     }
    .w-80{
        width: 100%;
    }
    .testimonial{
    
        padding: 0;
        position: relative;
        height: 300px;
        width: 100%;
        position: relative;
        margin-left:0;
    }
    
    .testimonial-content{
     
        position: absolute;
        padding: 2px;
        width: 214px;
        height: 154px;
    
        left: 55%;
        top: 15%;
        background: #F3F3F3;
        border-top: 5px solid  rgb(0, 30, 120);
        ;
    }
    
    .testimonial .pic{
        width: 900px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .pic img{
        width:600px;
        height: 214px;
    }
    .testimonial-content .description{
       
    position: absolute;
    top: 20%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.05em;
    
    color: #686868;
    
    }
    
    .testimonial .testimonial-title{
        font-size: 22px;
        font-weight:800;
        color: #22272c;
        text-transform: capitalize;
    }
    .testimonial .post{
        display: block;
        font-size: 15px;
        font-weight: 700;
        color :#6ab33e;
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        text-align: right;
        margin-top: 30px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #6ab33e;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    .textbox-letter{
    
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .msl{
        margin-left: 30%;
    }
    .bbr::after{
       display: none;
    }
    .bbl::after{
        display: none;
     }
     .w-60{
         width: 100%;
     }
     .msl{
        margin-left: 10%;
    }
    .nav-link-black{
        color: #000000!important;
        font-size: 8px;
        line-height: 1;
        font-weight: 300;
    }
    .sizes{
        width: 80%;
        top: 10px; 
        left: 500px;
        font-size: 25px;
    }
    .p-80 {
        padding: 0;
    }
     
   

}

@media screen and (min-device-width: 350px) and (max-device-width: 425px) {
    .nav-link-middle{
        display: none;
    }
    .hero-text{
        
        padding-bottom: 0;
        line-height: 1.5px;
    }
    .heading-1{
    margin-top: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.05em;
    
    color: #ffff;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    } 
    
    
    .heading-p{
     
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    
    letter-spacing: 0.05em;
    
    color: #FFFFFF;
    }
    .btn-header{
        font-size: 8px;
    }
    .language-dropdown{
        width: 15px; 
        overflow-x: hidden; 
        margin-right: 15px; 
        left: 100px;
    }
    .w-35{
        
        width: 80%;
        margin-left: 30px;
    }
    .main-heading{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0.05em;
        
        color: #686868;
    }

    .about-us{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.05em;
        
        color: #686868;
        
    }
    .about-us-blue{
   

        font-weight: 500;
        color: rgb(0, 30, 120);
         
     }
    .w-80{
        width: 100%;
    }
    .testimonial{
    
        padding: 0;
        position: relative;
        height: 300px;
        width: 100%;
        position: relative;
        margin-left:0;
    }
    
    .testimonial-content{
     
        position: absolute;
        padding: 2px;
        width: 214px;
        height: 154px;
    
        left: 55%;
        top: 15%;
        background: #F3F3F3;
        border-top: 5px solid  rgb(0, 30, 120);
        ;
    }
    
    .testimonial .pic{
        width: 900px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .pic img{
        width:600px;
        height: 214px;
    }
    .testimonial-content .description{
       
    position: absolute;
    top: 20%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.05em;
    
    color: #686868;
    
    }
    
    .testimonial .testimonial-title{
        font-size: 22px;
        font-weight:800;
        color: #22272c;
        text-transform: capitalize;
    }
    .testimonial .post{
        display: block;
        font-size: 15px;
        font-weight: 700;
        color :#6ab33e;
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        text-align: right;
        margin-top: 30px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #6ab33e;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    .textbox-letter{
    
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .msl{
        margin-left: 30%;
    }
    .bbr::after{
       display: none;
    }
    .bbl::after{
        display: none;
     }
     .w-60{
         width: 100%;
     }
     .msl{
        margin-left: 10%;
    }
    .nav-link-black{
        color: #000000!important;
        font-size: 8px;
        line-height: 1;
        font-weight: 300;
    }
    .sizes{
        width: 100%;
        top: 10px; 
        left: 500px;
    }
    .p-80 {
        padding: 0;
    }


}

/* IPhone */
@media screen and (min-device-width: 180px) and (max-device-width: 349px) {
    .nav-link-middle{
        display: none;
    }
    .hero-text{
        
        padding-bottom: 0%;
    }
    .heading-1{
    margin-top: 80px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    
    color: #ffff;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    } 
    
    
    .heading-p{
     
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 8px;
    line-height: 16px;
    /* identical to box height */
    
    letter-spacing: 0.05em;
    
    color: #FFFFFF;
    }
    .btn-header{
        font-size: 8px;
    }
    .w-35{
        
        width: 80%;
        margin-left: 30px;
    }
    .main-heading{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 42px;
        letter-spacing: 0.05em;
        
        color: #686868;
    }
    .about-us{
   
    
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.05em;
        
        color: #686868;
        
    }
    .about-us-blue{
   

        font-weight: 500;
        color: rgb(0, 30, 120);
         
     }
    .w-80{
        width: 100%;
    }
    .testimonial{
    
        padding: 0;
        position: relative;
        height: 300px;
        width: 100%;
        position: relative;
        margin-left:0;
    }
    
    .testimonial-content{
     
        position: absolute;
        padding: 2px;
        width: 214px;
        height: 154px;
    
        left: 55%;
        top: 15%;
        background: #F3F3F3;
        border-top: 5px solid  rgb(0, 30, 120);
        ;
    }
    
    .testimonial .pic{
        width: 900px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .testimonial .pic img{
        width:600px;
        height: 214px;
    }
    .testimonial-content .description{
       
    position: absolute;
    top: 20%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.05em;
    
    color: #686868;
    
    }
    
    .testimonial .testimonial-title{
        font-size: 22px;
        font-weight:800;
        color: #22272c;
        text-transform: capitalize;
    }
    .testimonial .post{
        display: block;
        font-size: 15px;
        font-weight: 700;
        color :#6ab33e;
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        text-align: right;
        margin-top: 30px;
    }
    .owl-theme .owl-controls .owl-buttons div{
        background: #6ab33e;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }
    .owl-prev:before,
    .owl-next:before{
        content: "\f053";
        font-family: "Font Awesome 5 Free"; font-weight: 900;
        color: #fff;
    }
    .owl-next:before{
        content: "\f054";
    }
    .textbox-letter{
    
        font-style: normal;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .msl{
        margin-left: 30%;
    }
    .bbr::after{
       display: none;
    }
    .bbl::after{
        display: none;
     }
     .w-60{
         width: 100%;
     }
     .msl{
        margin-left: 10%;
    }
    .nav-link-black{
        color: #000000!important;
        font-size: 8px;
        line-height: 1;
        font-weight: 300;
    }
    .sizes{
        width: 100%;
        top: 10px; 
        left: 500px;
    }
    .p-80 {
        padding: 0;
    }


} */