:root {
    --color-primary: #fa7c31;
    --color-gradient-start: #fe9418;
    --color-gradient-stop: #f5634b
}

body {
    font-family: poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9em;
    color: #000;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: #000
}

.h1,
h1 {
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700
}

.h2,
h2 {
    font-size: 34px;
    line-height: 1.4em
}

.h3,
h3 {
    font-size: 24px;
    line-height: 1.6em
}

.h4,
h4 {
    font-size: 21px;
    line-height: 1.6em
}

.h5,
h5 {
    font-size: 18px;
    line-height:14px
}

.h6,
h6 {
    font-size: 16px;
    line-height: 1.8em
}

.main-nav>li>a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #000;
}

.main-nav>li.is-active>a,
.main-nav>li.current-menu-item>a,
.main-nav>li:hover>a,
.main-nav>li>a:hover {
    /*color: rgba(255, 255, 255, .85)*/color: rgb(212, 0, 96);
}

.main-header .btn-naked {
    color: #fff
}

.main-header .btn-naked:hover {
    color: #f5634b
}

.main-header .btn-bordered {
    color: #f5634b
}

.main-header .btn-bordered:hover {
    color: #fff
}

.main-header.megamenu-scheme-light .btn-naked {
    color: #3d3d3d
}

.main-header.megamenu-scheme-light .btn-bordered {
    color: #3d3d3d;
    border-color: #3d3d3d
}

.main-footer {
    background: #181a23;
    color: #828593
}

.main-footer a:not(.btn) {
    color: #828593
}

.main-footer a:not(.btn):hover {
    color: #fa7c31
}



/*Ak.css*/

.container { /*width: 85%;margin: 0 8%;*/width: 90%; margin: 0 5%;}
.clientSL img{ height:80px;border-radius: 5px;}
.view-All{ text-transform:uppercase; font-size:11px;color:#333; font-weight:600;}

b, strong { font-weight: bold; color: #444;}
.mauto{ margin:0 auto; float:none;display: block;}


.thamimg img{/*border: 7px solid #6dcff6;border-right: 0; border-bottom:none;*/border: 5px solid #03A9F4;border-image: linear-gradient(to left, rgba(108,219,141,0) 55%,#03A9F4 55%,#03A9F4 75%,#03A9F4 25%);border-image-slice: 1; border-bottom: none;}

.brandT{ position:relative; left:-5%}

.minBG{/*background-image:url(../../img/bg.png); background-size:100% 100%!important;background:#d4ba97;*/ height:100%; background:#eccfa6;}

.aboutScroll{ height:100vh; overflow:auto;}

.logo-default{ width:200px}


/* width */
::-webkit-scrollbar { width: 10px;}
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1;}
/* Handle */
::-webkit-scrollbar-thumb { background: #fd5050;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555;}

.img-borD{border-radius: 10px;/*border:4px solid rgba(190, 156, 96, 0.34); padding:2% 2%;background: rgba(196, 163, 104, 0.3);*/box-shadow: 0px 15px 11px #0003;}
 
/*.img-borD:hover{padding:0;transition: all 0.8s linear;transition: all 1000ms linear 0s !important;}*/

@media screen and (max-width: 992px) {

.sliderbutt { position: relative!important;bottom: 0!important;right: 0!important; left:0!important; display:none!important; }


}