:root {
    --main-color: #454545;
    --main-light: #999999;
    --main-bg: #fff;
    --bg-light-gray: #d3d3d3;
    --secondary-bg: #454545;
}

@font-face {
    font-family: "SuisseIntl";
    src: url('../webfonts/SuisseIntl.ttf') format('embedded-opentype'),
        /* Internet Explorer */
    url('../webfonts/SuisseIntl.ttf') format('woff2'),
        /* Super Modern Browsers */
    url('../webfonts/SuisseIntl.ttf') format('woff'),
        /* Pretty Modern Browsers */
    url('../webfonts/SuisseIntl.ttf') format('truetype'),
        /* Safari, Android, iOS */
    url('../webfonts/SuisseIntl.ttf') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Inter", SuisseIntl, sans-serif;
    text-decoration: none;
}
h1,h2,h3,h4,h5
,h6 {
    font-family: Kepler Std, SuisseIntl, sans-serif;
}

h3 {
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}



body {
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #eee;
}

svg {
    margin-right: 20px;
    transition: 0.2s margin ease-in;
}

a:hover svg,
button:hover svg {
    margin-right: 30px;
}

@media only screen and (max-width: 769px) {
    html {
        font-size: 12px;
    }
}

/* Over Ride */
.bg-shadowed { box-shadow: 0 0 11px 8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);background:#fff!important;}
.close {cursor: pointer;position: absolute;top:40px;right: 50px}
/*.cvForm form {position: relative;}*/
.expert .headline h3 {position: relative}

.all_serv_btn {
    text-transform: capitalize;display: block;
    font-size: 1rem;
    padding: 10px 0;
    border-bottom: none;
    color: #fff;
    transition: 0.2s color ease;
    position: absolute;
    right: 18px;
    top: 9px;
    direction: ltr;
}
.news .sliderContainer .viewport .slider .slide img {height: 200px}



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

    .all_serv_btn {right: 11px;top: -46px;}

    .aboutUsInner.service .head {display: block}
    .aboutUsInner.service .head .img {display: block!important;}
    .aboutUsInner.service .head .img img {    width: 100% !important;height: auto!important;}
    .news .sliderContainer button {
        margin-right: 30px;
    }
    .reasons .reason p {text-align: justify}
    .reasons .reason li {text-align: justify}
}

.aboutUsInner .head .sides p:first-of-type {letter-spacing: 0!important;}

.scroll-to-top-email {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}

.scroll-to-top-email {
    position: fixed;
    left: 20px;
    bottom: 27px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}

.scroll-to-top-phone {
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}

