@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #307ADD;
    --highlight-color: #FF302F;
    --s_backgound-color: #f8f8f8;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #5c6265;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 15px;
}

#wrapper {
    background: url(../../images/background.webp) !important;
    background-repeat: repeat !important;
    background-position: top center !important;
    background-size: contain !important;
    z-index:  99 !important;
}


#top_bar {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background: var(--primary-color);
    z-index: 999 !important;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.mobile_icon {
    transform: rotate(-30deg);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

#logo {
    height: 80px;
    padding: 2.5px;
}

.navbar .navbar-nav>li>a {
    padding: 12px 15px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 18px 5px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    padding: 10px 25px;
    font-weight: 500;
    color: var(--text-color) !important;
    letter-spacing: 0px;
}

.dropdown li a:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: inherit;
    font-weight: 500;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--primary-color) !important;
    font-weight: inherit;
    font-weight: 500;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/* end navbar  */



/* slider start  */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: all .5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}

.carousel-fade .carousel-inner .next.left {
    color: var(--secondary-color) !important;
}

.carousel-fade .carousel-inner .prev.right {
    color: var(--secondary-color) !important;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: all 2s;
}

.carousel-fade .carousel-control {
    z-index: 1;
    transition: all 2s;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }
}

.left_products-control {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 42%;
    left: 2.5%;
    font-size: 20px;
    color: #ffffff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 10px 14px;
    padding-top: 12px;
    background: transparent;
}

.carousel-control {
    color: #ffffff !important;
}

.right_products-control {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 42%;
    right: 2.5%;
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    background: transparent;
    padding: 10px 14px;
    padding-top: 12px;
}

.left_products-control:hover {
    color: #ffffff !important;
    background: var(--primary-color);
}

.right_products-control:hover {
    color: #ffffff !important;
    background: var(--primary-color);
}

.left_products-control:focus {
    color: #ffffff !important;
}

.right_products-control:focus {
    color: #ffffff !important;
}

#main_slider {
    width: 100%;
    height: 100%;
    /*    position: absolute;*/
    /* background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); */
    background: transparent;
    /* display: flex; */
    /* align-items: center; */
    vertical-align: middle;
    /* justify-content: center; */
    left: 0;
    top: 15%;
    bottom: 0;
    text-align: left !important;
}

.box {
    position: relative;
    width: 100%;
}

.i_box {
    padding-left: 5%;
    padding-top: 10%;
}

@-webkit-keyframes animation_h {
    0% {
        transform: translatex(200px);
        opacity: 0;
    }

    50% {
        transform: translatex(200px);
        opacity: 0;
    }

    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

.slider_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    width: 100%;
    line-height: inherit;
    color: var(--highlight-color);
    /* background: rgba(255, 255, 255, 0.5);
    padding: 20px !important; */
    font-weight: 700;
    letter-spacing: 1px;
    animation: typewriter 0.8s steps(44) 1.5s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    /* margin: auto !important; */
    /* text-align: center; */
    overflow: hidden;
    white-space: nowrap;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.slider_ph {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    width: 100%;
    line-height: inherit;
    color: var(--primary-color);
    /* background: rgba(255, 255, 255, 0.5);
    padding: 20px !important; */
    font-weight: 700;
    /*    letter-spacing: 1.5px;*/
    animation: typewriter 0.8s steps(44) 2s 1 normal both;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    /* margin: auto !important; */
    /* text-align: center; */
    overflow: hidden;
    white-space: nowrap;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
}

.slider_p {
    font-family: 'Nunito Sans', sans-serif;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
    font-size: 17px;
    color: var(--p-color);
    font-weight: 500;
    letter-spacing: 0.65px;
    /* text-align: center; */
    line-height: 30px;
    padding-top: 10px !important;
    animation-name: animation_bw_up;
    animation-iteration-count: 1;
    animation-duration: 3.5s;
    transition: all 1s;
}

#i_img {
    animation-name: animation_bw_up;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
    opacity: 1;
}

.slider_sp {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.65px;
    /* text-align: center; */
    line-height: 30px;
    padding-top: 10px !important;
    animation-name: animation_bw_up;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
}

@-webkit-keyframes animation_bw_up {

    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    75% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.color_b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #00fee0;
}

@-webkit-keyframes animation_img {
    0% {
        transform: translatey(-150px);
        opacity: 0;
    }

    45% {
        transform: translatey(-150px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

#s_img {
    animation-name: animation_img;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    margin: auto;
}

@-webkit-keyframes animation_btn {
    0% {
        transform: translatey(100px);
        opacity: 0;
    }

    75% {
        transform: translatey(100px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.slider_btn {
    background: none;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
    background: var(--primary-color);
    padding: 15px 25px;
    font-size: 16px;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    font-weight: 500;
    margin-top: 20px !important;
    animation-name: animation_btn;
    animation-iteration-count: 1;
    animation-duration: 4s;
    transform: scale(1);
    transform: translatey(0px);
    /* display: block; */
    left: 0;
    right: 0;
    margin: auto;
}

.slider_btn i {
    position: relative;
    top: 2px;
    left: 2.5px;
}

.slider_btn:hover {
    background: var(--highlight-color);
}

#slider_image_r {
    transform: scale(1.1) !important;
    animation-name: img_slider_animation_r;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s ease-in;
    position: relative;
}

@-webkit-keyframes img_slider_animation_r {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

#ms_indicators .active {
    background: var(--secondary-color);
    margin-right: 10px;
    padding: 5px 5px;
    border: 1.5px solid var(--secondary-color);
}

#ms_indicators li {
    border: 1.5px solid var(--secondary-color);
    padding: 5px 5px;
    margin-right: 10px;
}

#ms_indicators {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px;
}

.c-w {
    color: #ffffff !important;
}

.b-w {
    border-color: #ffffff !important;
}

/*end of slider*/


#about {
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: var(--s_backgound-color);
    z-index: -9 !important;
    position: relative;
}

#about_two {
    background: var(--secondary-color);
    width: 100%;
    height: auto;
    padding: 60px 0;
    z-index: -9 !important;
    position: relative;
}

#about_three {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--s_backgound-color);
    z-index: -9 !important;
    position: relative;
}

.h_sh {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px !important;
    position: relative;
}

.h_sh:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    background: var(--primary-color);
    bottom: 15px;
}

.h_sch {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px !important;
    position: relative;
    text-align: center;
}

.h_sch:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    background: var(--primary-color);
    bottom: 15px;
    margin: auto;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color);
}

.abt_ssh {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px !important;
}

.abt_sfh {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px !important;
    color: var(--p-color);
}

.abt_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 8px !important;
    color: var(--p-color);
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}

.abt_btn {
    background: var(--primary-color);
    padding: 15px 30px;
    color: var(--secondary-color);
    margin-top: 15px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
}

.abt_btn i {
    position: relative;
    top: 2px;
    left: 2.5px;
}

.abt_btn:hover {
    background: var(--highlight-color);
}

#abt_img {
    margin-top: 40px !important;
    margin: auto;
}


#top_services {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
    padding-top: 40px;
}

.t_ser_box {
    margin-top: 40px;
    text-align: center;
}

.t_sb_i {
    width: 120px;
    height: 120px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    position: relative;
    padding-top: 28px;
    border: 12.5px solid var(--primary-color);
    color: var(--secondary-color);
}

.t_sb_i::after {
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    left: 150%;
    top: 0;
    width: 110px;
    height: 2.5px;
    display: inline-block;
    bottom: 0;
    margin: auto;
}

.last .t_sb_i::after {
    display: none;
}

.t_sb_h {
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--text-color);
}

.t_sb_h span {
    color: #a6a6a6;
}

.t_ser_box a {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #a6a6a6 !important;
}

.t_ser_box a i {
    position: relative;
    top: 2.5px;
    left: 2.5px;
}

.t_ser_box:hover>.t_sb_i {
    border-color: var(--primary-color);
    background: var(--secondary-color);
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.t_ser_box:hover>.t_sb_h span {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.t_ser_box:hover>a {
    color: var(--primary-color) !important;
    transition: all 0.3s ease-in;
}



#what_we_do {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
    z-index: -9 !important;
    position: relative;
}

#counter {
    width: 100%;
    height: auto;
    padding: 120px 0;
    background: url(../../images/map.jpg);
    background-position: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.map_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 42px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: 700;
}

.map_btn {
    background: var(--highlight-color);
    padding: 15px 30px;
    color: var(--secondary-color);
    margin-top: 15px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
}

.counter_box {
    display: flex;
    flex-wrap: wrap;
}

.counter_item {
    flex-grow: 1;
    flex-basis: 200px;
    margin-top: 40px;
}

.counter_sh {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: var(--secondary-color);
}

.counter_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 42px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: 700;
}

.counter_i {
    color: var(--secondary-color);
    font-size: 42px;
}


#services {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
    background: url(../../images/pattern.png);
}

.services_h {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 700;
    text-align: center;
}

.services_box {
    margin-top: 40px;
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.ser_h_c {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    padding-top: 20px;
}

.ser_h_h {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.ser_h_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
    color: var(--p-color);
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.ser_h_btn {
    background: var(--primary-color);
    padding: 12px 30px;
    color: var(--secondary-color);
    margin-top: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
}

.ser_h_btn i {
    position: relative;
    top: 2px;
    left: 2.5px;
}

.services_box:hover .ser_h_btn {
    background: var(--highlight-color);
}


#team {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
    z-index: -9 !important;
    position: relative;
}

.team_h_box {
    position: relative;
}

.team_inner {
    margin-top: 40px;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.team_inner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    border-color: var(--highlight-color);
    border-style: solid;
    border-width: 0px 15px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.team_h_box:hover>.team_inner:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.team_inner:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    border-color: var(--highlight-color);
    border-style: solid;
    border-width: 15px 0px 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1, 0);
    transform: scale(0, 1);
}

.team_h_box:hover>.team_inner:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.team_i_c {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: var(--secondary-color);
}

.team_h_box:hover>.team_inner .team_i_c {
    background: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}

.team_box {
    margin-top: 40px;
    text-align: center;
}

.team_h {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    font-weight: 700;
}

.team_h_box:hover>.team_inner .team_i_c .team_h {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.team_d {
    font-family: 'Poppins', sans-serif;
    color: var(--p-color);
    line-height: 30px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.35px;
}

.team_h_box:hover>.team_inner .team_i_c .team_d {
    color: var(--secondary-color);
}

.team_btn {
    background: var(--primary-color);
    padding: 12px 30px;
    color: var(--secondary-color);
    margin-top: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    margin-top: 40px;
    transition: all 0.3s ease-in;
}

.team_btn i {
    position: relative;
    top: 2px;
    left: 2.5px;
}

.team_btn:hover {
    background: var(--highlight-color);
}

.team_i {
    width: 43px;
    height: 43px;
    background: var(--primary-color);
    margin-top: 20px;
    padding-top: 12px;
    border-radius: 50px;
    color: var(--secondary-color);
    font-size: 18px;
    transition: all 0.3s ease-in;
    z-index: 999;
    position: relative;
}

.team_h_box:hover>.team_inner .team_i_c .team_i {
    color: var(--primary-color);
    background: var(--secondary-color);
    transition: all 0.3s ease-in;
}


#faqs {
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: var(--secondary-color);
    background: url(../../images/pattern.png);
}

.client_box {
    display: flex;
    flex-wrap: wrap;
}

.client_item {
    flex-grow: 1;
    flex-basis: 200px;
    padding: 30px;
    margin-top: 10px;
}

.client_item img {
    margin-top: auto;
}


#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--primary-color);
}

.footer_h {
    margin-top: 25px !important;
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px !important;
    position: relative;
    letter-spacing: 0.35px;
}

.footer_h::before {
    content: "";
    width: 65px;
    height: 2.5px;
    background: var(--highlight-color);
    position: absolute;
    bottom: 8px;
}

.footer_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 10px !important;
    color: var(--secondary-color);
    line-height: 30px;
    letter-spacing: 0.35px;
}

.footer_li {
    padding: 0;
    margin-top: 0;
}

.footer_li li {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: var(--secondary-color);
    list-style: none;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.35px;
    font-weight: 300;
}

#copyrights {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #1a4f95;
}

.copy_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
}


#bredcum {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url(../../images/bredcum.jpg);
    /* background: var(--primary-color); */
    /* /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: center;
    text-align: center;
}

.bredcum_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
}

.bredcum_li {
    padding: 0;
    margin: 0;
}

.bredcum_li li {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 10px 8px;
    display: inline-block;
    color: var(--secondary-color);
}

.bredcum_li li i {
    font-size: 15px !important;
}

.bredcum_li li.active {
    color: var(--secondary-color);
}

.abt_i {
    margin-top: 80px;
}

.ser_i {
    margin-top: 40px;
}

.ser_i_h {
    padding-top: 25px !important;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 19px;
    line-height: inherit;
}

.ser_i_contact {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: var(--secondary-color);
    margin-top: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

#services_fixed_widget {
    position: sticky;
    top: 60px;
}

.ser_i_form {
    padding: 10px 0;
    height: auto;
    margin-top: 20px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    letter-spacing: 0.35px;
    font-size: 15px;
}

.ser_i_form::placeholder {
    color: var(--text-color);
}

.ser_i_form:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ser_w_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 12px !important;
    color: var(--p-color);
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}

.ser_w_p i {
    color: var(--primary-color);
    position: relative;
    right: 5px;
}

.ser_w_social {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.ser_w_social li {
    list-style: none;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #bdbdbd;
    margin-top: 25px;
    padding-top: 10px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s ease-in;
    margin-right: 10px;
}

.ser_w_social li:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}

.contact_social {
    padding: 0;
    margin: 0;
}

.contact_social li {
    list-style: none;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: var(--secondary-color);
    margin-top: 25px;
    padding-top: 10px;
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s ease-in;
    margin-right: 10px;
    text-align: center;
}

.contact_social li:hover {
    color: var(--secondary-color);
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}


#map {
    line-height: 0;
}



.review_box {
    width: 100%;
    height: auto;
    padding: 25px;
    background: rgba(48, 122, 221, 1);
}

.r_hh {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color);
    background: var(--highlight-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    line-height: 38px;
    font-size: 21px;
}

.r_h {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 10px;
    /* padding-left: 5px !important; */
}

#r_star {
    padding: 8px 0;
    width: 100px;
}

.review {
    height: 80px;
    overflow: hidden;
    overflow-y: scroll;
}

.r_p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 26px;
    color: var(--secondary-color);
}

.r_hp {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    padding-top: 15px !important;
    line-height: 26px;
    color: var(--secondary-color);
}


#pricing {
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: transparent;
    z-index: -9 !important;
}

.pricing .box {
    padding: 20px;
    background: var(--secondary-color);
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.pricing .p_year {
    font-weight: 400;
    margin: -20px -20px 20px -20px !important;
    padding: 20px 15px !important;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    background: #959595;
    font-family: 'Poppins', sans-serif;
}

.pricing .p_price {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: Armata, sans-serif;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
    font-family: 'Poppins', sans-serif;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    font-size: 14px;
}

.pricing ul li {
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.pricing ul i {
    color: var(--primary-color);
    font-size: 18px;
    padding-right: 4px
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    background: var(--primary-color);
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    color: var(--secondary-color) !important;
    border: none;
    transition: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.35px;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    z-index: 999 !important;
    margin-top: 20px;
    margin-bottom: 25px;
}

.pricing .btn-buy:hover {
    background: #6e7072 !important;
}

.pricing .featured h3 {
    color: #fff;
    background: var(--primary-color)
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: var(--highlight-color);
    color: #fff
}


#faq img {
    margin-top: 25px;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100px;
}

#clients {
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: var(--s_backgound-color);
    z-index: -9 !important;
    position: relative;
}


.plan_li li{
    position: relative;
    cursor: pointer;
}
.tooltipText {
    background-color: #828282;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 90%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
    display: none;
    transition: all .5s;
    margin: auto;
    color: var(--secondary-color);
    z-index: 999;
    transition: all 0.3s ease-in;
    opacity: 0;
}
/* 
.tooltipText::after {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: #828282 transparent transparent transparent;
    position: absolute;
    top: 100%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
    width: 15px;
    transition: all 0.3s ease-in;
} */
.tooltiplist:hover .tooltipText{
    display: block;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
    opacity: 1;
}
.tooltipText:hover{
    display: none !important;
}



.counts {
    background: var(--highlight-color);
    padding: 40px 0;
}
.counts .counters span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
    font-weight: 400;
    letter-spacing: 0.35px;
}




.vc_custom_1464272219614 {
    padding: 100px 0;
    background:  url(../../images/banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1442563749799 {
    padding-top: 5px !important;
    padding-bottom: 8px !important;
    background-color: #efefef !important;
}

.vc_custom_1464358484417 {
    margin-top: -10px !important;
    padding-top: 0px !important;
    padding-bottom: 80px !important;
    background-color: #efefef !important;
}

.vc_custom_1464356834955 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #efefef !important;
}

.vc_custom_1442558876494 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.vc_custom_1463595039121 {
    padding-top: 75px !important;
    padding-right: 75px !important;
    padding-bottom: 75px !important;
    padding-left: 75px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.vc_custom_1442558876494 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.vc_custom_1463492529036 {
    padding-top: 45px !important;
    padding-bottom: 60px !important;
    background-color: #efefef !important;
}

.vc_custom_1463595058066 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    background-color: #000000 !important;
}

.vc_custom_1442890864956 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.vc_custom_1442561750128 {
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.vc_custom_1442562274399 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #ffffff !important;
}

.vc_custom_1463832202254 {
    margin-bottom: 70px !important;
}

.vc_custom_1471445783885 {
    background-color: #0098FD !important;
}

.vc_custom_1484853600468 {
    margin-bottom: 50px !important;
}

.vc_custom_1463588644371 {
    margin-bottom: 50px !important;
}

.vc_custom_1463490955924 {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #161616 !important;
}

.vc_custom_1463866251377 {
    margin-bottom: 60px !important;
}

.vc_custom_1470061723686 {
    margin-bottom: 60px !important;
    background-color: #000000 !important;
}

.offerdescription h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
    margin: 0px auto !important;
    text-align: center;
    line-height: inherit;
    font-family: "Epilogue", sans-serif;
}

.offerdescription {
    padding: 25px 15px;
}

.search_btn {
    background: var(--primary-color) !important;
    font-weight: 400 !important;
    font-family: "Epilogue", sans-serif;
    letter-spacing: 0.65px;
    text-transform: capitalize !important;
    font-size: 18px !important;
}

.offerdescription p {
    font-family: "Epilogue", sans-serif;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding-top: 10px !important;
}

.sf-menu li a {
    font-family: "Epilogue", sans-serif;
    font-weight: 500;
    letter-spacing: 0.35px;
}

.sf-menu ul li a {
    font-family: "Epilogue", sans-serif;
    font-weight: 500;
    letter-spacing: 0.35px;
}


.domainsearch {
    background: transparent;
    border-radius: 6px;
    margin-top: 25px;
    padding: 20px;
  }
  
  .domainsearch .form-control {
    width: 100%;
  }
  
  .domainsearch input[type="text"].form-control {
    border-right: 0;
    line-height: 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    width: 100%;
  }
  
  .domainsearch select.form-control {
    border-radius: 0 !important;
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    width: 100%;
    -webkit-appearance: none;
  }
  
  .domainsearch button[type="submit"] {
    background: #515151;
    border: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 5px;
    border-radius: 4px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 900;
    height: 55px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
  }
  
  .domainsearch button[type="submit"]:hover {
    background: #646464;
  }




#marquee {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    display: flex;
    width: 100%;
    background: var(--primary-color);
    padding: 10px !important;
}

.marquee_scroll {
    animation: marquee 35s linear infinite;
    -webkit-animation: marquee 35s linear infinite;
    display: flex;
}

.marquee_scroll a {
    margin-right: 30px;
}

.domain_bid {
    display: flex;
    padding: 8px 10px;
    font-family: "Epilogue", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff !important;
    width: 100%;
    white-space: nowrap;
    border-radius: 5px;
}

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100vw);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100vw);
    }
}

.marquee_scroll:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.db_n {
    margin-right: 10px !important;
    color: var(--secondary-color);
}


#counter_img{
    float: right;
    height: 18px;
    margin-top: 5px;
}



.modal {
    top: 12%;
}

.modal-body {
    padding: 30px;
}

#img_center {
    margin: auto;
}



.h_sch {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'AvenirLTStd' !important; */
    padding-bottom: 25px !important;
    position: relative;
    text-align: center;
}

.h_sch:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 3px;
    left: 0;
    right: 0;
    background: var(--primary-color);
    bottom: 15px;
    margin: auto;
}



.pricing .box {
    padding: 20px;
    background: var(--secondary-color);
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    margin-top:40px;
}

.pricing .p_year {
    font-weight: 400;
    margin: -20px -20px 20px -20px !important;
    padding: 20px 15px !important;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    background: #959595;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'AvenirLTStd' !important; */
}

.pricing .p_price {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: Armata, sans-serif;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'AvenirLTStd' !important; */
}

.p_n{
    padding-top: 10px !important;
    color: var(--primary-color);
    font-weight: 700;
}

.pricing h4 sup {
    font-size: 42px;
    top: 5px;
    left: -3px;
    font-weight: 500;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    font-size: 14px;
}

.pricing ul li {
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'AvenirLTStd' !important; */
    font-weight: 400;
    font-size: 16px;
}

.pricing ul i {
    color: var(--primary-color);
    font-size: 18px;
    padding-right: 4px
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    background: var(--primary-color);
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    color: var(--secondary-color) !important;
    border: none;
    transition: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.35px;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'AvenirLTStd' !important; */
    z-index: 999 !important;
    margin-top: 20px;
    margin-bottom: 25px;
}

.pricing .btn-buy:hover {
    background: #6e7072 !important;
}
.normal .p_year{
    background:rgba(0, 0, 0, 0.3) !important;
    color: var(--secondary-color);
}
.bestdeal{
    border: 1px solid rgba(0, 152, 253, 0.35);
}
.bestdeal .p_year{
    background: rgba(0, 152, 253, 0.3) !important;
    color: var(--p-color);
}
.recomended{
    background: rgba(0, 152, 253, 0.1) !important;
    border: 1px solid var(--primary-color);
}
/* .recomended .tooltipText{
    background: rgba(255, 48, 47, 1) !important;
    color: var(--secondary-color);
} */
.pricing .recomended .p_year {
    color: #fff;
    background: var(--primary-color)
}
.p_p{
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px !important;
}
.p_ps{
    font-size: 18px;
    color: var(--highlight-color);
    padding-top: 10px !important;
}
.save{
    background: rgba(255, 48, 47, 0.15);
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--highlight-color);
    margin-left: 10px !important;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: var(--highlight-color);
    color: #fff
}


.plan_li li i{
    position: relative;
    top: 2px;
    font-size: 14px;
}

.plan_li li{
    position: relative;
    cursor: pointer;
}
.tooltipText {
    /* background-color: #828282; */
    background: rgba(255, 48, 47, 0.85) !important;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 90%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
    display: none;
    transition: all .5s;
    margin: auto;
    color: var(--secondary-color);
    z-index: 999;
    transition: all 0.3s ease-in;
    opacity: 0;
    font-family: 'AvenirLTStd' !important;
}
/* 
.tooltipText::after {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: #828282 transparent transparent transparent;
    position: absolute;
    top: 100%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
    width: 15px;
    transition: all 0.3s ease-in;
} */
.tooltiplist:hover .tooltipText{
    display: block;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
    opacity: 1;
}
.tooltipText:hover{
    display: none !important;
}


#features{
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: transparent;
}



.ess_h {
    font-family: "Epilogue", sans-serif;
    font-size: 32pxx;
    font-weight: 500;
    text-align: center;
}

.ess_p {
    font-family: "Epilogue", sans-serif;
    text-align: center;
}

.ew_box {
    display: table;
    margin-top: 40px;
}


.ew_box {
    display: inline-block;
    font-family: "Epilogue", sans-serif;
}

.ew_box figure {
    width: 70px;
    border-right: 1px solid #e4e5e5;
    display: table-cell;
    vertical-align: middle;
}

.ewb_b {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

.ewb_b h4 {
    font-size: 18px;
    margin: 5px 0;
}

.ewb_b p {
    font-size: 14px;
}



.ewd {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: transparent;
}

.pt-30 {
    padding-top: 20px;
}



#discuss_project {
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-top: 40px;
    background: url(../../images/flag_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dp_h {
    padding-top: 60px !important;
    font-family: "Epilogue", sans-serif;
    color: #ffffff;
    letter-spacing: 0.65px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
}

.dp_box {
    padding-top: 30px;
    text-align: center;
}

.dp_box i {
    color: #ffffff;
    font-size: 38px;
    padding-bottom: 10px;
}

.dp_p {
    font-family: "Epilogue", sans-serif;
    color: #ffffff;
    letter-spacing: 0.35px;
    font-size: 17px;
    font-weight: 400;
}

#contact{
    width: 100%;
    height: auto;
    padding: 90px 0;
    background: transparent;
}


.contact_sp {
    padding-top: 5px !important;
    color: var(--text_s_color);
}

.contact_add {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 33px;
    font-family: "Epilogue", sans-serif;
}

.contact_time {
    color: var(--text_s_color);
    padding-top: 5px !important;
}

.contact_mail {
    font-size: 20px;
    padding-top: 20px !important;
    color: var(--primary-color);
}

.contact_mail:hover {
    color: var(--highlight-color);
}

.contact_social {
    padding: 0;
    margin: 0;
}

.contact_social li {
    display: inline-block;
    padding-top: 15px;
    padding-right: 15px;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact_social li:hover {
    color: #ffffff;
    transition: all 0.3s ease;
}


.ser_h {
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    color: var(--text-color);
    font-size: 22px;
    line-height: 1.5;
}


.m_icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: rgba(48, 71, 73, 0.15);
    color: var(--primary-color);
    text-align: center;
    font-size: 38px;
    margin-right: 15px !important;
    padding-top: 35px !important;
    line-height: 0;
}

.banner_mh {
    margin-top: 20px !important;
    position: relative;
    font-size: 26px;
    color: var(--text-color);
    font-weight: 600;
    display: block;
    line-height: 0;
}

.banner_mh span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-left: 95px;
    color: var(--text_s_color);
}

.pt-30 {
    padding-top: 30px;
}

#pay{
    border-radius: 5cm;
    margin-top: 20px;
}