
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


header{

    position: fixed;
    z-index: 7;
    width: 100%;

}


.logo2 {
    width: 53%;
}




img{
    
    max-width: 100%;
}

.logo{
    
    padding: 1px 0px;
    display: none;
    
}

.qodef-m-text{

background: #fff;
color: #000;
padding: 15px 50px;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;

}


.affix .navbar{
    
    
  display: block !important;
    
}

.affix .header_area{
    display: none;
}


.affix .navbar-default .navbar-nav>li>a{
padding: 18px 20px;
color: #000;
}

.affix .logo {
 width: 40%;
    display: block !important;
}

.text-xl-left {
    text-align: left !important;
}


.d-md-block {
    display: block !important;
    height: 600px;
}
.text-left{
    text-align: left !important;
}




.text-center {
    text-align: center !important;
}



.welcomeback{
padding: 60px 0px;

}

.wel{
margin-top: 40px;
}

.subhead{
    font-size: 11px;
    color: #302f2f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: relative;
    z-index: 2;

}

.headingbase{
position: relative;
}


.headingbase .big{
-webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
position: absolute;
top: -15%;
left: -10%;
font-size: 100px;
text-transform: uppercase;
font-family: Poppins;
color: transparent !important;
-webkit-text-stroke-width: 1px;
z-index: 0;
line-height: 150px;
}

.big span {
    color: #f00 !important;
}


.heading {
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 200;
color: #000;
line-height: 60px;
margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.heading span{

font-weight: 800;

}





.headingbase2{
position: relative;
text-align: center;
}


.headingbase2 .big{
-webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
position: absolute;
top: -59%;
/* left: -10%; */
font-size: 150px;
text-transform: uppercase;
font-family: Poppins;
color: transparent !important;
-webkit-text-stroke-width: 1px;
z-index: 0;
line-height: 150px;
text-align: center;
width: 100%;
}




.padd0{
    padding: 0px;
}

@keyframes floatingx {
from {
transform: translate(0, 0px);
}
65% {
transform: translate(15px, 0);
}
to {
transform: translate(0, -0px);
}
}


.floating1 {
animation-name: floatingx;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}



@keyframes floating {
from {
transform: translate(0, 0px);
}
65% {
transform: translate(0, 15px);
}
to {
transform: translate(0, -0px);
}
}


.floating2 {
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
margin-top: 5px;
}


.productback{
background: #fff;
position: relative;
margin: 30px 0px;
    
}


.product{
position: relative;
}


.leftside{
position: absolute;
    border-radius: 0 10px 10px 0;
    top: 10%;
    left: 0%;
    bottom: 85px;
    background: linear-gradient(131.93deg, #E1FEFA 0%, #FCF7F4 77.11%);
    width: 25%;
    height: 93%;

}


.rightside{
position: absolute;
background: linear-gradient(131.93deg, #FCF7F4 0%, #E1FEFA 77.11%);
border-radius: 10px 0 0 10px;
top: 10%;
right: 0%;
    width: 25%;
    height: 93%;

}





.product .prolist{
      overflow: hidden;
    float: left;
    width: 23%;
    margin: 2% 1%;
    position: relative;
    box-shadow:4px 8px 30px rgb(0 0 0 / 28%);
}

 .prolist a{
    
    overflow: hidden;
    
}

.prolist a img{
    
        transition: opacity 1s ease 0s,transform 1s ease 0s;
    transform: scale(1);
    
}

 .prolist a img:hover {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}


.prolist:hover .overlay{
    
    opacity: 1;
    visibility: visible;
    
}

.overlay {
   position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background: rgba(0, 207, 204, .9);
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
    background: rgba(239, 35, 60, .9);
    text-align: center;
    padding: 15% 0%;
}

.detail{
/* margin-bottom: 0px; */
font-size: 32px;
/* text-transform: uppercase; */
font-family: 'Montserrat', sans-serif;
font-weight: 200;
text-align: center;
margin: 0px;

}
    
.detail a{
    color: #fff;
    
}

.overlay:hover .detail a{
    
    color: #fff;
    
}



.overlay > .plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}


.overlay > .plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}


.overlay > .plus::before, .overlay > .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.overlay > .plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}



.clientele{
    
    margin-top: 100px;
    
}


.experience{

position: relative;

    padding: 60px 0px;

}




.circle-3 {
position: absolute;
    top: 45%;
    left: 0%;
    
}





.testimonial {
    background: url(../img/testiback.jpg) no-repeat;
    padding: 50px 0px;
    background-size: cover;
}


.testimonial-item {
     position: relative;
    /* font-weight: 300; */
    text-align: center;
    width: 75%;
    margin: 58px auto 30px;
    font-size: 25px;
    font-weight: 300;
    line-height: 43px;
}


.testimonial-info {
    position: relative;
    text-align: center;
    padding-top: 38px;
}

.testimonial-customer-name {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.testimonial-info:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    color: #ff030b;
    font-size: 18px;
    line-height: 1;
    z-index: 1;
    background: #fff;
    padding: 0 6px;
}

.testimonial-info:after {
    position: absolute;
    content: "";
    top: 7px;
    left: calc(50% - 95px);
    width: 190px;
    height: 1px;
    background: hsla(0,0%,5%,.2);
    z-index: 0;
}


.heading2 {
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 200;
color: #000;
line-height: 60px;
margin-bottom: 30px;
margin-top: 50px;
width: 60%;
text-align: center;
margin: 50px auto 10px;
}
.heading2 span{

font-weight: 800;

}

.application{
    padding: 50px 0px;
    position: relative;
}

.appleftside{
    top: 10%;
    left: -14%;
    position: absolute;
    width: 24%;
    opacity: 1;
    
}

.address{
    display: flex;
    margin: 30px 0px;
}

.address h6{
    
    
    font-size: 15px;
    
}

footer{
    position: relative;
    padding: 60px 0px 30px;
}

.fooright{
    
    position: absolute;
    right: 0px;
    top: 0%;
    
    
}

.fooicon{
position: relative;
font-size: 30px;
padding-right: 5%;
margin-bottom: 30px;

}




.fooicon::after {
     position: absolute;
    content: '';
    left: 21%;
    top: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5px 60px 34.5px;
    border-color: transparent transparent #eaeaea transparent;
    transform: translate3d(-50%, 0, 0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}


.address:hover .fooicon::after {
    transform: translate3d(-50%, 0, 0) rotate(0deg);
}


.social {
    padding: 0px;
    margin-bottom: 10px;
}

.social li {
   display: inline-block;
    margin-right: 14px;
    font-size: 22px;
    color: rgb(42, 42, 42);
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    padding-top: 13px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social li a{
    color: #000;
    
}




.social li:hover a{
    color: #fff;
    
}



.social li.fb:hover {
color: #fff;
background-color: #3b5998;
}



.social li.tw:hover {
color: #fff;
background-color: #00acee;
}



.social li.yt:hover {
color: #fff;
background-color: #f00;
}


.copy{
border-top: 1px solid #ddd6d6;
    padding-top: 20px;
}



.text-bordered-1 {
    -webkit-text-stroke-color: rgba(2, 5, 73, 0.14);
    -webkit-text-stroke-width: 2px;
    color: transparent;
    font-size: 70px !important;
}

.videoback{
    background: url('../img/videoback.jpg') no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    margin-top: 80px;
    
}

.videobase{
        margin-top: 100px;
    box-shadow: 4px 8px 30px rgb(0 0 0 / 15%);
    padding: 30px 30px 20px;
    background: #fff;

}

.innset{

margin-top: 70px;

}

.box-icon-caption h5{
    
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
}

.choose{
    margin-bottom: 80px;
}


.icon_box {
    display: flex;
    position: relative;
    margin-top: 30px;
}

.iconimg {
  
    border: 1px solid #b9b5b5;
    border-radius: 100px;
    padding: 21px;
    width: 100px;
    height: 100px;
}


.icon_box p{
    
        margin: 17px 0px 10px 30px;
    font-size: 17px;
    width: 80%;
    
}


.iconimg  img{
    
  box-shadow: 4px 8px 30px rgb(0 0 0 / 28%);
    border-radius: 100px;
    
}

.top-sidenv {
    display: block!important;
}
.top-sidenv li {
    display: block!important;
}
