﻿/*
    1.COMMON CSS
    2.BACK TO TOP SECTION CSS
    3.MAIN SLIDER SECTION CSS
    4.MAIN SLIDER ARROWS CSS
    5.MAIN SLIDER DOTS CSS
    6.HEADER CSS
    7.DEPARTMENT TABS SECTION  CSS
    8.ABOUT SECTION CSS
    9.ABOUT SERVICES CSS
    10.KEY FEATURE SECTION CSS
    11.SUPPORT SECTION CSS
    12.CLIENTS LOGO SECTION CSS
    13.FOOTER CSS
    14.RESPOSIVE CSS
    15.ELEMENTS SECTION CSS
    16.ADVANTAGES SPRITE CSS

*/
/*--------------
	1.COMMON CSS
----------------*/


body {
    overflow-x: hidden;
    font-family: 'Josefin Sans', sans-serif !important;
    color: var(--theme-black-color) !important;
    position: relative;
    /*margin-top: -70px;*/
}

:root {
    --theme-color: #00C4E6;
    --theme-hover-color: #5be7ff;
    --theme-white-color: #FFFFFF;
    --theme-black-color: #000000;
    --text-color: #666666;
    --theme-border-color:#333333;
    --gredient-bg-color: linear-gradient(to top, #BDF1FB, #ffffff);
    --theme-blue-border: #1187D1;
}


.container {
    max-width: 1630px !important;
}
.page_container{
    position:relative;
    overflow:hidden;
}

.row {
    align-items: center;
}

.padding-t-80 {
    padding-top: 80px;
}

.padding-t-40 {
    padding-top: 40px;
}

.ptb {
    padding: 70px 0;
}

.margin-t-80 {
    margin-top: 80px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.margin-b-60 {
    margin-bottom: 60px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-t-80 {
    margin-top: 80px;
}

.margin-b-80 {
    margin-bottom: 80px;
}

.f-14 {
    font-size: 14px !important;
}
.f-18{
    font-size:18px;
}
.tab ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0 !important;
    display: inline-block;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    a:hover {
        text-decoration: none !important;
    }

.bg-gredient {
    background-image: var(--gredient-bg-color);
}

.wht-txt {
    color: var(--theme-white-color);
}

button:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

.icon {
    height: 20px;
    width: 20px;
    fill: var(--theme-white-color);
    display: flex;
    transition: all 0.3s ease-in-out;
    margin-top: -1px;
}

button {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 10px 15px;
    box-shadow: inset 0 0 0 2px var(--theme-black-color);
    color: var(--theme-black-color);
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
}

    button::before, button::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }

.theme-btn1 {
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 5px;
    margin-top: 10px;
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--theme-black-color);
    transition: 0.3s;
    color:var(--theme-black-color);
    margin:10px 0 0;
}

    .theme-btn1:hover {
        color: var(--theme-white-color);
        box-shadow: inset 0 0 0 2em var(--theme-color);
    }

.theme-btn {
    cursor: pointer;
    position: relative;
    color: var(--theme-white-color);
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: normal;
    background-color: transparent;
    font-weight: 600;
}

    .theme-btn:hover, .theme-btn:focus {
        box-shadow: inset 0 0 0 2em var(--theme-white-color);
    }

header .theme-btn {
    box-shadow: inset 0 0 0 2px var(--theme-white-color);
    padding: 13px 20px 8px 35px;
}

header.sticky .theme-btn {
    color: var(--theme-black-color);
    box-shadow: inset 0 0 0 2px var(--theme-black-color);
    transition:all 0.3s ease-in-out;
}

    header.sticky .theme-btn:hover, header.sticky .theme-btn:focus {
        color: var(--theme-white-color);
        box-shadow: inset 0 0 0 2em var(--theme-color);
    }


.brand-logo2 {
    display: none;
}

.theme-btn:hover, .theme-btn:focus {
    color: var(--theme-color);
    background-color: var(--theme-white-color);
}

.theme-btn .icon {
    height: 15px;
    width: 15px;
    position: absolute;
    left: 12px;
    top: 10px;
}

.get-in-touch-sec .theme-btn .icon {
    height: 18px;
    width: 18px;
}

.theme-btn:hover .icon, .theme-btn:focus .icon {
    fill: var(--theme-color);
}
#topheader .nav-item.login-btn-sec .theme-btn:focus {
    color: var(--theme-color) !important;
}
header.sticky .theme-btn:hover .icon {
    fill: var(--theme-white-color);
}

.menu-overlay {
    background-color: var(--theme-black-color);
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: position 10s ease-in-out;
    -o-transition: position 10s ease-in-out;
    -moz-transition: position 10s ease-in-out;
}

.navbar-toggler.active .menu-overlay {
    display: block;
}

.navbartop .nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: var(--theme-color) !important;
}

.navbar-toggler {
    display: none;
}

.navbar-toggler {
    box-shadow: none;
}

.main-wrapper {
    padding-top: 90px;
}

.top-wrapper {
    background-image: url("../img/main-slider-img/main-slider-bg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .top-wrapper::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        width: 100%;
        background: url("../img/main-slider-img/main-slider-effect.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

/*---------------------------
	2.BACK TO TOP SECTION CSS
---------------------------*/
.backtotop {
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    position: fixed;
    bottom: 115px;
    right: 17px;
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid var(--theme-color);
    z-index: 999;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

    .backtotop:hover {
        box-shadow: inset 0 0 0 2em var(--theme-white-color);
    }

        .backtotop:hover .icon {
            fill: var(--theme-color);
        }
/*------------------------------
	3.MAIN SLIDER SECTION CSS
------------------------------*/
.topimg-slider-section {
    position: relative;
    padding-bottom: 60px;
    padding-top: 80px;
}

.main-slider-txts {
    margin-right: -20px;
    padding-right: 0 !important;
}

    .main-slider-txts.item span {
        color: var(--theme-color);
    }

.main-slider-box {
    background-color: #a1edf9;
    padding: 40px;
}

    .main-slider-box .sm-text {
        font-size: 18px;
    }

    .main-slider-box h1{
        font-size: 26px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        line-height: normal;
        text-transform: capitalize;
    }

    .main-slider-box .para-text {
        font-size: 19px;
    }

    .main-slider-box .para-text {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0;
        color: var(--theme-black-color);
    }

    .main-slider-box .theme-btn {
        background-color: transparent;
        border-radius: 0;
        color: var(--theme-black-color);
        border: 2px solid var(--theme-black-color);
        position: relative;
        overflow: visible;
        line-height: normal;
        padding: 11px 21px 7px;
        font-size: 12px;
        font-weight: 600;
    }

        .main-slider-box .theme-btn::after {
            content: "";
            position: absolute;
            left: -5px;
            right: auto;
            height: 10px;
            width: 10px;
            background-color: var(--theme-black-color);
            top: 13px;
            border-radius: 50%;
        }
/*------------------------------
	4.MAIN SLIDER ARROWS CSS
------------------------------*/
#main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    display: none;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#main-slider:hover .owl-nav {
    opacity: 1;
}

.main-slider-txts.item h3 {
    font-weight: normal;
    color: var(--menu-color);
}

.main-slider-txts.item .para-text {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
}

.main-slider-txts.item {
    width: 50%;
}
/*------------------------------
	5.MAIN SLIDER DOTS CSS
------------------------------*/
.owl-nav {
    display: none;
}

#main-slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    width: 120px;
    opacity: 0;
    display: flex;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.owl-carousel button.owl-dot {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: var(--text-color) !important;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border: 2px solid transparent;
    border-radius: 5px;
}

    .owl-carousel button.owl-dot:hover {
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: var(--theme-color) !important;
    }

    .owl-carousel button.owl-dot.active {
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: var(--theme-color) !important;
    }
/*------------------------------
	6.HEADER CSS
------------------------------*/

header {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

    header.sticky {
        position: fixed;
        height: 70px;
        z-index: 999;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
        background: var(--theme-white-color);
        animation: smoothScroll 1s forwards;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
    }

        header.sticky .brand-logo {
            margin: 0;
        }

        header.sticky .brand-logo {
            display: none;
        }

        header .sticky .brand-logo2 {
            display: block;
        }

        header.sticky .brand-logo2 {
            display: block;
        }

        header.sticky .icon {
            fill: var(--theme-black-color);
        }

        header.sticky .wht-txt {
            color: var(--theme-black-color);
        }

header {
    padding: 15px 0;
    z-index: 9;
}

#topheader .nav-item {
    display: flex;
    align-items: center;
}

.nav-contact .wht-txt {
    padding-left: 30px;
    padding: 0 2px;
    position: relative;
    line-height: normal;
    font-size: 18px;
    transition:all 0.3s ease-in-out;
}
.nav-contact:hover .icon {
    fill:var(--theme-black-color);
}
.navbar-toggler.active .menu-overlay {
    display: block;
}
    /*.nav-contact .wht-txt::after {
        content: "";
        position: absolute;
        left: 0;
        right: auto;
        top: 3px;
        background-color: rgba(255,255,255,0.5);
        height: 15px;
        width: 1px;
    }*/

header.sticky .nav-contact .wht-txt::after {
    background-color: rgba(0,0,0,0.5);
}

.navbar-toggler {
    display: none;
    background-color: var(--theme-color) !important;
    margin: 0;
}

/*--------Navbar2 Css start-------*/

/*.nv-navbar1.nv-navbar {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 20px;
    margin-top: 15px;
}*/

.nav.navbar-nav.nv-navbar2 {
    display: none;
}

header.sticky .navbar-bottom {
    display: none;
}

.nv-navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav.navbar-nav .nav-item a {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--theme-white-color) !important;
    position: relative;
    /*padding: 0 30px 0 0 !important;*/
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.nav.navbar-nav .nav-item:hover a {
    color: var(--theme-black-color) !important;
}
.nav.navbar-nav .nav-item a:hover span {
    color: var(--theme-black-color) !important;
}
header.sticky .nav.navbar-nav .nav-item a {
    color: var(--theme-black-color) !important;
}
header.sticky .nav.navbar-nav .nav-item.active a {
    color: var(--theme-color) !important;
}
/*.nv-navbar1 .nav-item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 1px;
}*/

.nv-navbar1 .nav-item:last-child a::after {
    display: none;
}
.navbar-collapse .navbar {
    padding: 0 !important;
}
.home-drpdwn-btn {
    margin: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

    .home-drpdwn-btn.dropdown-toggle::after {
        top: 16px;
        right:0;
    }

#topheader .nav-item .home-icon {
    margin-right: 10px;
}

.my_accounts_drpdwn .dropdown-menu {
    right: 0;
    left: auto;
}

.my_accounts_drpdwn .dropdown-item {
    color: var(--theme-black-color);
    text-transform: capitalize !important;
    padding-left: 15px;
    display: flex;
    align-items: baseline;
}
    
    .my_accounts_drpdwn .dropdown-item:focus, .my_accounts_drpdwn .dropdown-item:hover {
        color: var(--theme-color) !important;
        background-color: transparent !important;
    }
.my_accounts_drpdwn .icon {
    fill: var(--theme-black-color);
    height: 15px;
    width: 15px;
    margin-right: 10px;
    transition:all 0.2s ease-in-out;
}
.my_accounts_drpdwn .dropdown-item:hover .icon {
    fill: var(--theme-color);
}
    /*-----------End Navbar2 css------*/
    .brand-logo img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-width: 100%;
        width: 300px;
    }

header.sticky .brand-logo2 img {
    width:200px;
}

.navbar {
    padding: .5rem 1rem 0;
}

.main-header-section {
    position: relative;
    width: 100%;
}

    .main-header-section .nav-navbar-nav {
        padding: 15px 15px;
    }

.navbar-expand-lg .navbar-collapse {
    text-align: center;
    justify-content: flex-end;
}

.call-us-inner .icon {
    height: 25px;
    width: 25px;
}

.call-us-txt {
    padding-left: 5px;
}

    .call-us-txt div {
        font-size: 10px;
        line-height: 14px;
        display: flex;
        align-items: center;
    }

.ph-num-sec {
    font-size: 18px;
    border-left: 1px solid rgba(255,255,255,0.5);
    margin-left: 10px;
    padding-left: 5px;
}

header.sticky .ph-num-sec {
    border-left: 1px solid rgba(0,0,0,0.5);
}

.get-in-touch-sec .theme-btn {
    margin: 0 15px;
}

/*---------------------------
  7.DEPARTMENT TABS SECTION  CSS
---------------------------*/
.departments-block {
    padding-bottom: 70px;
    padding-top: 70px;
}

.tabs_item {
    display: none;
}

    .tabs_item:first-child {
        display: block;
    }

.departments-tabs {
    padding-right: 20px;
    padding-left: 0;
}

    .departments-tabs li {
        padding: 5px 0;
    }

.tab-link {
    color: var(--theme-black-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: normal;
    transition: all 0.5s ease-in-out;
    position: relative;
}

    .tab-link:hover, li.current .tab-link {
        color: var(--theme-color);
    }

li .tab-link::after {
    content: "";
    position: absolute;
    left: -20px;
    right: auto;
    width: 25px;
    height: 2px;
    background-color: var(--theme-color);
    top: 10px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

li.current .tab-link::after, li:hover .tab-link::after {
    left: -35px;
    opacity: 1;
}

.circle-logo {
    position: absolute;
    right: -70px;
    bottom: -60px;
    background-color: var(--theme-white-color);
    border-radius: 50%;
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

    .circle-logo .img-fluid {
        max-width: 70%;
        margin: 0 auto;
    }

/*----------------
   8.ABOUT SECTION CSS
------------------*/
.about-us-section {
    position: relative;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: linear-gradient(to top, #BDF1FB, #ffffff);
}

.skew-section {
    position: relative;
    z-index: 1;
}

    .skew-section::before {
        position: absolute;
        background: inherit;
        background-color: inherit;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        bottom: 0;
        -webkit-transform: skewY(-1.5deg);
        transform: skewY(-1.5deg);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        background-color: #fff;
    }


.section-title span {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

.section-title h2 {
    color: var(--theme-black-color);
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.required-resources-block h2 {
    margin: 0;
}

.decorative-heading .section-title h2::after {
    content: "";
    background-image: url(../img/about-img/about-divider.png);
    background-position: center;
    background-repeat: repeat;
    width: 300px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}
.decorative-heading1 .section-title h2::after {
    content: "";
    background-image: url(../img/about-img/about-divider1.png);
    background-position: center;
    background-repeat: repeat;
    width: 300px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}


.para-text {
    font-size: 24px;
}

div.desktop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

    div.desktop-wrapper iframe {
        box-sizing: border-box;
        background: url("../img/about-img/tv-frame.png") center center no-repeat;
        background-size: contain;
        padding: 3.9% 3% 14.6%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*-------------------------
    9.ABOUT SERVICES CSS  
 -------------------------*/

.skew-top-section {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

    .skew-top-section::before {
        position: absolute;
        background: inherit;
        background-color: inherit;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        top: 0;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        background-color: #fff;
    }

.services-icon {
    height: 40px;
    width: 40px;
}

.services-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.service-left {
    background-color: var(--theme-white-color);
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    overflow: hidden;
    flex-wrap: wrap;
}

.service-right {
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    color:var(--theme-white-color);
}

    .service-right .title, .service-right .subtitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
    }

    .service-right .subtitle {
        font-size: 16px;
        line-height: 16px;
    }

.about-product-right .row {
    align-items: baseline;
}

.about-bottom-section .row {
    align-items: flex-start;
}
/*------------------------
   10.KEY FEATURE SECTION CSS
 ---------------------------*/

.key-feature-main:before, .key-feature-main:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    background-color: var(--theme-color);
}

/*.key-feature-main:before {
    top: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}*/

/*.key-feature-main:after {
    bottom: -50px;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}*/

.key-feature-section {
    position: relative;
    z-index:0;
}

.key-feature-main {
    position: relative;
    padding: 100px 0 120px 0;
    background-color: var(--theme-color);
}

.key-feature-inner {
    z-index: 9;
    position: relative;
}

.key-features-block ul li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 30px;
    color: var(--theme-white-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

    .key-features-block ul li:hover {
        padding: 5px 0 5px 40px;
    }

    .key-features-block ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        right: auto;
        background-image: url("../img/key-features-img/right-mark.png");
        background-position: center;
        background-repeat: no-repeat;
        height: 14px;
        width: 14px;
        background-size: 14px;
    }

.key-features-block .section-title h2 {
    color: var(--theme-white-color);
}

.key-feature-section .section-title h2 {
    color: var(--theme-white-color);
    padding-bottom: 0;
}

/*----------------------
   11.SUPPORT SECTION CSS
------------------------*/
.res-box-top {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 5px;
}

.section-resouces-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.res-box-bottom {
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.res-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-black-color);
    transition: all 0.3s ease-in-out;
}

.section-resouces-box:hover .res-title {
    color: var(--theme-color);
}

.section-resouces-box:hover .res-box-top {
    border: 1px solid var(--theme-color);
}

.customer-support-box {
    border: 4px solid var(--theme-black-color);
    padding: 15px;
    margin-top: -120px;
    background-color: var(--theme-white-color);
    position: relative;
}

.section-support .icon {
    height: 73px;
    width: 62px;
    fill: var(--theme-color);
    margin: 0 auto;
    transform: rotateY(0);
    transition: all 0.3s ease-in-out;
}

.section-support:hover .icon {
    transform: rotateY(180deg);
}

.section-support .icon.watsapp-icon {
    height: 30px;
    width: 30px;
    margin: 0 5px 0 0;
    transform: none;
}
    .section-support:hover .icon.watsapp-icon{
        transform:none;
    }
    .icon.mail-envelope {
        width: 50px;
    }

.section-support-title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.section-support:hover .section-support-title h3 {
    color: var(--theme-color);
}

.section-support-title .para-text {
    font-weight: normal;
    color: #666666;
}

.section-support {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}

    .section-support:last-child {
        border: none;
    }

.required-resources-block {
    z-index: 9;
    position: relative;
    padding-bottom: 70px;
}
/*---------------------------
    12.CLIENTS LOGO SECTION CSS
----------------------------*/
.bg-black {
    background-color: var(--theme-black-color);
}

.brand-box-items {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.brand-box-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-logo-section {
    background-color: #FBFBFB;
    padding-bottom: 35px;
}

.brand-box {
    margin: 0 15px;
}

.clients-logo-section h2 {
    margin: 0;
    padding-bottom: 20px;
}

/*------------------------
       13.FOOTER CSS
--------------------------*/
.footer-section {
    background-image: url("../img/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon.s-ico, .icon.y-ico {
    height: 16px;
    width: 16px;
}
.footer-row {
    align-items: baseline;
}

.footer-section .peis-logo img {
    max-width: 85%;
}

.footer-section h5 {
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

    .footer-section h5::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 7px;
        width: 39px;
        left: 0;
        right: auto;
        background-image: url("../img/footer-title-divider.png");
        background-position: left;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

.footer-item:hover h5::after {
    background-image: url("../img/footer-title-divider-hover.png");
}

.footer-section .para-text {
    color: #ccc;
    font-size: 14px;
}

.social-media-icon {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    box-shadow: inset 0 0 0 2px var(--theme-white-color);
}

    .social-media-icon:hover {
        background-color: var(--theme-color);
        box-shadow: inset 0 0 0 2em var(--theme-color);
    }

.icon.g-ico {
    height: 18px;
    width: 18px;
}

.social-media-icon:first-child {
    margin-left: 0;
}

.social-media-icon:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding: 18px 0 15px;
}
.privacy-links a{
    font-size:14px;
    color:var(--theme-black-color);
}
.footer-link-divider {
    margin: 0 10px;
    color: #ddd !important;
}
/*--------------------------
    14.HOW IT WORKS CSS
 --------------------------*/
.how-it-works-block {
    background-image: url("../img/how-it-works-img/how-it-works-bg.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 70px 0 110px;
}

    .how-it-works-block .section-title h2 {
        color: var(--theme-white-color);
    }

.agile-item {
    float: left;
    text-align: center;
}

    /*Agile Methodology css*/

    .agile-item.fifth .agile-f-01, .agile-item.fifth .agile-f-02 {
        position: relative;
        top: -30px;
        left: -90%;
    }

    .agile-item.first {
        position: relative;
        left: 3%;
    }

    .agile-item.second {
        position: relative;
        left: 4%;
    }

    .agile-item.third {
        left: 5%;
        position: relative;
    }

    .agile-item.fourth div:nth-child(1), .agile-item.fourth div:nth-child(3) {
        position: relative;
        left: 7%;
    }

    .agile-item.fourth div:nth-child(2) {
        position: relative;
        left: 23%;
    }

    .agile-item.fifth .agile-f-02 {
        top: 60px;
    }

    .agile-item.fifth .agile-f-01, .agile-item.fifth .agile-f-02 {
        left: -40%;
    }

    .agile-item.eight {
        left: -5%;
        position: relative;
        top: 10px;
    }

    .agile-item.first div:nth-child(2) {
        padding-top: 20px;
    }

        .agile-item.first div:nth-child(2) .img-fluid {
            width: 50%;
        }

.location-tag1 {
    position: relative;
    top: -15px;
}

.location-tag {
    margin-top: -26px;
    margin-bottom: 34px;
}

    .location-tag .img-fluid {
        width: 75%;
    }

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
/*--------------------------
    GELLERY CSS
---------------------------*/
.portfolio-gallery {
    margin-bottom: 20px;
}

.portfolioFilter {
    padding: 15px 0;
    text-align: center;
}

.portfolioFilter-tabs {
    margin-top: 20px;
}

.dg-caption.clients-caption .breadcrumb-section {
    top: 50%;
}

.portfolioFilter a {
    margin-right: 5px;
    color: var(--theme-border-color);
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: inset 0 0 0 2px var(--theme-black-border);
    border: 2px solid var(--theme-border-color);
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom:5px;
}

    .portfolioFilter a:hover{
        color: var(--theme-white-color);
        box-shadow: inset 0 0 0 2em var(--theme-color);
        border: 2px solid var(--theme-color);
    }   
        .portfolioFilter a.current {
            color: var(--theme-white-color);
            background: var(--theme-color);
            border: 2px solid var(--theme-white-color);
        }
            .portfolioFilter a.current, .portfolioFilter a.current:hover {
                border: none;
                box-shadow: none;
            }
.portfolio-item img {
    max-width: 100%;
}

.portfolio-logo img {
    box-shadow: none;
    width: 80%;
}

.portfolio-item {
    position: relative;
    border: 1px solid rgba(144, 147, 148,0.3);
    box-shadow: 0 0 8px 3px rgba(144, 147, 148,0.3);
    transition:all 0.5s ease-in-out;
    overflow:hidden;
}
    .portfolio-item:hover {
        border-radius: 12px;
        box-shadow: 0 0 8px 3px rgba(0,0,0,0.4);
        border: 1px solid #00C4E6;
        transform: scale(1.03);
    }
.filter-itm-padding{
    padding-bottom:10px !important;
}
.templateFilter-tabs .FilterSelect {
    margin-top:15px;
}
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.portfolio-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .portfolio-logo a {
        text-align: center;
    }

.FilterSelect {
    display: none;
    border: 2px solid #000;
    width: 45%;
    margin: 0 auto;
    border-radius: 10px;
}
  
    .FilterSelect:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
        border:none;
        box-shadow:none;
    }
.portfolioContainer {
    transition: background 0.4s, box-shadow 0.4s;
}
/*--------------------------
    GELLERY CSS ENd
---------------------------*/
/*------------------------------
   15.ELEMENTS SECTION CSS START
-------------------------------*/
.elements-section {
    padding: 40px 0;
    background: #ddd;
    background: url('../img/wall-bg.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.about-product-right {
    z-index: 9;
}
.elements-section .section-title h2 {
    color: var(--theme-white-color);
}
/*------------------------------
   15.ELEMENTS SECTION CSS START
-------------------------------*/
/*------------------------------
    16.ADVANTAGES SPRITE CSS START
-------------------------------*/


.advantages-up {
    z-index: 9;
}

.advantages-section {
    padding: 80px 0 50px;
}

.advantages-box {
    background: #fff;
    border: 2px solid #00daff;
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}

.advantages-img {
    display: flex;
}

.advantages-txt {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    align-items: center;
    font-weight: 600;
    margin-top: 5px;
}

.adv-icon06, .adv-icon08, .adv-icon10, .adv-icon05, .adv-icon03,
.adv-icon07, .adv-icon01, .adv-icon09, .adv-icon04, .adv-icon02 {
    display: inline-block;
    background: url('../img/advantages-sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.adv-icon01 {
    background-position: 0px -251px;
    width: 50px;
    height: 50px;
    background-size: 70px;
}

.adv-icon02 {
    background-position: 0px -506px;
    width: 50px;
    height: 60px;
    background-size: 89px;
}

.adv-icon03 {
    background-position: -3px -181px;
    width: 51px;
    height: 42px;
    background-size: 75px;
}

.adv-icon04 {
    background-position: -4px -354px;
    width: 43px;
    height: 43px;
    background-size: 70px;
}

.adv-icon05 {
    background-position: -4px -135px;
    width: 55px;
    height: 55px;
    background-size: 80px;
}


.adv-icon06 {
    background-position: -3px 0px;
    width: 55px;
    height: 37px;
    background-size: 62px;
}

.adv-icon07 {
    background-position: -4px -240px;
    width: 55px;
    height: 50px;
    background-size: 80px;
}

.adv-icon08 {
    background-position: -1px -36px;
    width: 58px;
    height: 33px;
    background-size: 65px;
}

.adv-icon09 {
    background-position: 0px -343px;
    width: 60px;
    height: 60px;
    background-size: 80px;
}

.adv-icon10 {
    background-position: -4px -81px;
    width: 60px;
    height: 46px;
    background-size: 76px;
}


/*------------------------------
   16.ADVANTAGES SPRITE CSS END
-------------------------------*/
/*---------------------------------
    Common input form style
----------------------------------*/
.common-form input, .common-form textarea {
    outline: none;
    border: none;
    box-shadow: none;
    color: var(--text-color);
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}
.common-form input:focus {
    box-shadow: none;
}
.common-form textarea {
    outline: none;
    border: none;
    box-shadow: none;
}

    .common-form textarea:focus, .common-form input:focus {
        border-color: transparent !important;
    }

.common-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.common-form input:focus:-moz-placeholder {
    color: transparent;
}

.common-form input:focus::-moz-placeholder {
    color: transparent;
}

.common-form input:focus:-ms-input-placeholder {
    color: transparent;
}

.common-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.common-form textarea:focus:-moz-placeholder {
    color: transparent;
}

.common-form textarea:focus::-moz-placeholder {
    color: transparent;
}

.common-form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.common-form input::-webkit-input-placeholder {
    color: #dddddd;
}

.common-form input:-moz-placeholder {
    color: #dddddd;
}

.common-form input::-moz-placeholder {
    color: #dddddd;
}

.common-form input:-ms-input-placeholder {
    color: #dddddd;
}

.common-form textarea::-webkit-input-placeholder {
    color: #dddddd;
    text-align: left;
}

.common-form textarea:-moz-placeholder {
    color: #dddddd;
    text-align: left;
}

.common-form textarea::-moz-placeholder {
    color: #dddddd;
    text-align: left;
}

.common-form textarea:-ms-input-placeholder {
    color: #dddddd;
    text-align: left;
}

.input-text {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 37px;
}

.input-name {
    font-size: 15px;
    color: var(--text-color);
    font-weight:normal;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 25px 0 0;
}

.focus-input-name {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
  

.input-name:focus + .focus-input-name::after {
    top: -15px;
}

.input-name:focus + .focus-input-name::before {
    width: 100%;
}

.has-val.input-name + .focus-input-name::after {
    top: -15px;
}

.has-val.input-name + .focus-input-name::before {
    width: 100%;
}

input.input2 {
    height: 45px;
}

    input.input2 + .focus-input2::after {
        top: 16px;
        left: 0;
    }

textarea.input2 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
    width:100%;
}

    textarea.input2 + .focus-input2::after {
        top: 26px;
        left: 0;
    }

.input2:focus + .focus-input2::after {
    top: -13px;
}

.input2:focus + .focus-input2::before {
    width: 100%;
}

.has-val.input2 + .focus-input2::after {
    top: -13px;
}

.has-val.input2 + .focus-input2::before {
    width: 100%;
}

.focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: var(--theme-color);
    background: -webkit-linear-gradient(45deg, #00C4E6, #5be7ff);
    background: -o-linear-gradient(45deg, #00C4E6, #5be7ff);
    background: -moz-linear-gradient(45deg, #00C4E6, #5be7ff);
    background: linear-gradient(45deg,#00C4E6, #5be7ff);
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.validate-input {
    position: relative;
}

.login-alert {
    color: #dc3545;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 10px 0 0;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
}

.common-form .input-text .text-danger {
    position: absolute;
    bottom: -60%;
    font-size: 12px;
}

.text-area-input .text-danger {
    bottom: -25px !important;
}

/*---------------------------------
    Common input form style End
----------------------------------*/


/*---------------------------------
    Contact us form style Start
----------------------------------*/
.contact-ttl.section-title h2 {
    margin: 0;
    padding: 0;
}

.contact-ttl .subtitle-text {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    position: relative;
}

    .contact-ttl .subtitle-text::after {
        content: "";
        position: absolute;
        left: 0;
        right: auto;
        width: 59px;
        height: 2px;
        background-color: var(--theme-color);
        bottom: -10px;
    }
.common-form .theme-btn1:hover {
    color: #fff;
}
/*---------------------------------
    Contact us form style End
----------------------------------*/
#wh-widget-send-button.wh-widget-right {
    bottom: 30px !important;
}


.responsive-dept-block{
    display:none;
}
#Business-slider .owl-nav {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
    #Business-slider .owl-nav .owl-prev, #Business-slider .owl-nav .owl-next {
        margin: 0;
        left: 0;
        position: absolute;
        top: 50%;
        background: var(--theme-color);
        height: 35px;
        width: 35px;
        border-radius: 5px;
        box-shadow: inset 0 0 0 2px var(--theme-white-color);
    }
    #Business-slider .owl-nav .owl-next {
        right: 0;
        left: auto;
    }
#Business-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#Business-slider .owl-carousel button.owl-dot {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px var(--theme-white-color);
}
#Business-slider .owl-nav .owl-prev span, #Business-slider .owl-nav .owl-next span {
    font-size: 35px;
    line-height: 35px;
    color: white;
}
.app-icon {
    padding: 0 10px;
}
    .app-icon .img-fluid {
        width: 130px;
    }

.filter-tabs {
    padding: 15px 0;
    text-align: center;
}
.filter-tabs a {
    margin-right: 5px;
    color: var(--theme-border-color);
    text-decoration: none;
    padding: 6px 20px 4px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: inset 0 0 0 2px var(--theme-black-border);
    border: 2px solid var(--theme-border-color);
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.filter-tabs a:hover, .filter-tabs.current a:hover {
    color: var(--theme-white-color);
    box-shadow: inset 0 0 0 2em var(--theme-color);
    border: 2px solid var(--theme-color);
}
.template-preview-section{
    position:relative;
}
.playlist-preview-btns {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 32%;
    display: block;
    z-index:9;
}
.back-arrow-icon {
    height: 30px;
    width: 30px;
    background-color: var(--theme-color);
    border-radius: 50%;
    z-index: 9;
    align-items: center;
}
    .back-arrow-icon:hover {
        background-color: var(--theme-hover-color);
    }
    .back-arrow-icon .icon {
        height: 15px;
        width: 15px;
    }
.next-arrow.icon {
    transform: rotate(180deg);
}
.playlist-preview-previous-btn {
    position: absolute;
    left: 15px;
    right: auto;
    display: inline-block;
    vertical-align:top;
}
.playlist-preview-next-btn {
    position: absolute;
    right: 15px;
    left: auto;
    display: inline-block;
}
.temp-not-found .f-18{
    font-weight:bold;
}
.templateContainer.isotope {
    text-align: center;
}

    .portfolio-item.tmp-filter-item img {
        width: 285px;
        height: 160px;
        max-height: 160px;
        -o-object-fit: contain;
        object-fit: contain;
    }
