html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    overflow-y: scroll;
    font-size: 15px; scroll-behavior: smooth;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
}

p {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    
    font-weight: 700;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b{
    font-weight: 500;
    
}


/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100{
    padding: 100px 0;
}
.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}
.mt--120{
    margin-top: -120px;
}
.gray-light-bg{
    background: #f4f7fa;
}
.primary-bg{
    background: #00438b;
}
.secondary-bg{
    background: #00438b;
}
.color-primary{
    color: #00438b;
}
.color-secondary{
    color: #00438b;
}
.white-bg{
    background: #ffffff;
}

.bg-color-1{
    background: #399fb6;
}
.bg-color-2{
    background: #0ba077;
}
.bg-color-3{
    background: #6582ed;
}
.bg-color-4{
    background: #399fb6;
}

.icon-color-1{
    background: #efdff7;
    color: #b17cc6;
}
.icon-color-2{
    background-color: #c6e6fd;
    color: #63b0e3;
}
.icon-color-3{
    background-color: #efe3e3;
    color: #ed7265;
}
.icon-color-4{
    background-color: #ddedea;
    color: #45d7ba;
}
.icon-color-5{
    background-color: #ffe0e3;
    color: #bd2130;
}
.icon-color-6{
    background-color: #e2e8ff;
    color: #6582ed;
}

.outline-btn, .solid-btn, .primary-solid-btn{
    padding: .75rem 1.85rem;
    font-family: 'Open Sans', sans-serif
}

.primary-solid-btn{
    border-color: #00438b;
    background: #00438b;
    color: #ffffff;
}
.primary-solid-btn:hover{
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}
.solid-btn{
    background: #5f9d39;
    color: #ffffff;
    border-color: #5f9d39;
}

.solid-btn:hover{
    background: #276ea2 ;
    border-color: #276ea2 ;
    color: #ffffff;
}

.outline-btn{
    border-color: #0062cc;
    color: #fff;
    background: rgba(0, 98, 204, 0.51);
}
.outline-btn:hover{
    background: #ffffff;
    color: #00438b;
    border-color: #ffffff;
}

.primary-bg h1, .primary-bg p{
    color: #fff;
}

.color-1{
    color: #ff164e;
}
.color-1-bg{
    background: rgba(255, 22, 78, 0.15);
}

.color-2{
    color: #9123ff;
}
.color-2-bg{
    background: rgba(145, 35, 255, 0.15);
}

.color-3{
    color: #3413f7;
}
.color-3-bg{
    background: rgba(52, 19, 247, 0.15);
}
.color-4, .ratting-color{
    color: #ff7c3f;
}
.color-4-bg{
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color{
    color: #2ebf6d;
}
.color-5-bg{
    background: rgba(46, 191, 109, 0.15);
}
.color-6{
    color: #f25c7f;
}
.color-6-bg{
    background: rgba(242, 92, 127, 0.15);
}


/*form field css*/
.form-control{
    border-color: #ebebeb;
    padding: .675rem 0.85rem;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #9a9a9a !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #9a9a9a;
    font-size: 14px;
}

/*=========================================
            04. HEADER CSS
============================================*/
.main-menu{
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}
.main-menu ul{
    text-align: left;
    padding: 0;
    margin: 0;
}
.main-menu ul li{
    padding: 15px 0;
}

.main-menu ul>li a{
    margin: 0 0 0 20px;
    font-size: 15px;
    color: #363232;
    display: block;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.main-menu ul>li .submenu{
    width: 250px;
    background-color: #f4f7fa;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    left: -4.2em;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: rotateX(-90deg) rotateY(0);
    transform-origin: 0 0;
}
.main-menu ul>li .submenu.dropdown-menu{
    margin: 0;
    padding: 0;
}
.main-menu ul>li:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: rotateX(0) rotateY(0);
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.main-menu ul>li .submenu>a {
    padding: 0;
    display: block;
}
.main-menu ul>li .submenu> a{
    padding: 10px 15px;
    margin: 0;
    color: #363232;
}
.main-menu ul>li .submenu> a:hover{
    background: #ebebeb;
}
.main-menu ul>li .submenu> a:active{
    background: inherit;
}
.main-menu ul>li .submenu:before,
.main-menu ul>li .submenu:after{
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 12px solid transparent;
    border-bottom: 12px solid #f4f7fa;
    top: -25px;
    left: calc(50% - 12px);
}
.main-menu ul li.dropdown .dropdown-toggle::after{
    position: relative;
    top: 2px;
}
.navbar-brand{
    font-size: inherit;
    height: auto;
    padding: 0;
    margin-bottom: -8px;
}
.navbar-toggler{
    background: transparent;
    padding: 0px;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

.navbar-toggler span{

    opacity: 0.8;
    font-size: 21px;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
    opacity: 1;
}
.custom-nav ul li a{
    color: #fafafa;
}
.affix {
    background-color: #00438b;
    -webkit-transition:padding 0.2s ease-out;
    -moz-transition:padding 0.2s ease-out;
    -o-transition:padding 0.2s ease-out;
    transition:padding 0.2s ease-out;
}
.white-bg.affix, .custom-nav.affix{
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}
.white-bg.custom-nav ul li a, .custom-nav ul li a{
    color: #081d43 !important;
}
.white-bg.custom-nav ul li a:hover, .custom-nav ul li a:hover{
    color: #00438b!important;
}
.bg-transparent ul li a{
    color: #ffffff;
    opacity: 0.8;
}
.bg-transparent ul li a:hover{
    opacity: 1;
}
.bg-transparent.affix{
    background: rgba(0, 67, 139, 0.95) !important;
}
.navbar{
    padding: .8rem 1rem;
    transition: all .3s ease-in-out;
}
 #formBanner .form-control{
                width:100%;
            }
            .navbar-nav .nav-link {
                line-height: 45px;
            }
            .btn-cta {
                background: #5f9d39 !important;
                padding: .75rem 1.85rem !important;
                border-radius: 5px !important;
                opacity: 1  !important;
            }
                .banner-heading {
        margin-top: 0;
        font-size: 2.2em;
        color: #fff!important;
    }
    .checklist li a{color: #000;position: relative;padding-left: 25px}
       .checklist li a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: rgba(0, 67, 139, 0.85);
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 0;
}
     .checklist li a:hover{text-decoration: none;}
    .client-section-wrap ul li {
        padding-right: 25px;
    }
    .sub-heading{
        font-size: 2em;
        line-height: 40px;
    }
    .main-menu ul>li a {
        color: #000;
    }
/*    .main-menu ul>li:last-child a{color: #fff} */
    .navbar {
        background: #fff!important;
        box-shadow: 0px 0px 4px #ddd;
    }
    #contact{padding-top: 100px}
     .navbar-toggler-icon{position: relative;}
    }
 .navbar-toggler-icon:before {
   content: '\f0c9';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0;

}

#casestudies .owl-prev{position: absolute;  top: 33%;  font-size: 50px;    left: -25px;}
#casestudies .owl-next{position: absolute;  top: 33%;  font-size: 50px;    right: -25px;}

#casestudies .owl-prev:focus, #casestudies .owl-next{outline: none;}
#about .owl-prev{    font-size: 44px; position: absolute;  top: 9%;  left: -15px;}
#about .owl-prev:focus{outline: none;}
#about .owl-next{    font-size: 44px; position: absolute;  top: 9%;  right: -15px;}
#about .owl-next:focus{outline: none;}
.single-promo .p-4{padding: 12px!important}
.about-blk{display: flex;align-items: center;}
.single-promo  p{text-align: center;text-align-last: center;}
.dl-button {
    display: inline-block;
    position: absolute;
    bottom: 20%;
    left: 34%;
}
.dl-button a {
    background: #f60;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 20px;
    box-shadow: 3px 0 14px rgb(0 0 0 / 50%);
    display: block;
}
.dl-button a:hover{text-decoration: none;}
.desktop{display: block;}
.mobile{display: none;}
@media (min-width: 320px) and (max-width: 992px){
    .navbar{
        background: #fff !important;
        padding: .5rem 1rem 0;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg{
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }
    .white-bg.custom-nav ul li a, .custom-nav ul li a{
        color: #081d43 !important;
    }
    .white-bg.navbar .navbar-toggler span{
        color: #00438b;
    }

    .main-menu ul>li .submenu{
        left: 0;
        top: 10px;
        position: relative;
    }
    .main-menu ul li{
        padding: 15px 0 0;
    }
    .main-menu ul>li a{
        margin: 0;
    }
    .main-menu ul>li .submenu:before, .main-menu ul>li .submenu:after{
        left: 15px;
    }

    .ptb-100{
        padding: 55px 0;
    }
    .pt-100{
        padding-top: 55px;
    }
    .pb-100{
        padding-bottom: 40px;
    }
}

@media (min-width: 992px){
    .navbar{
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out,background .3s ease-in-out,padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

/*=========================================
            05. HERO SECTION CSS
============================================*/

@media (min-width: 992px){
    .hero-animation-img {
        position: relative;
        display: block;
        width: 100%;
    }

    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }
    @keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }

    .animation-two {
        position: absolute;
        bottom: -10px;
        -webkit-animation: move-two 8s ease-in-out infinite;
        animation: move-two 8s ease-in-out infinite;
    }
    @-webkit-keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    @keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }

    .animation-three {
        position: absolute;
        -webkit-animation: move-three 9s ease-in-out infinite;
        animation: move-three 9s ease-in-out infinite
    }
    @-webkit-keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    @keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    .animation-four {
        position: absolute;
        -webkit-animation: move-four 6s ease-in-out infinite;
        animation: move-four 6s ease-in-out infinite
    }
    .animation-new{
        position: absolute;
        bottom: 10px;
    }
    @-webkit-keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
    @keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .animation-four, .animation-new{
        display: none !important;
    }

}
.hero-content-left, .sign-up-form-wrap{
    z-index: 2;
}
.bottom-img{
    position: relative;
    bottom: -10px;
    width: 100%;
}
.bottom-img img{
    width: 100%;
}

.shape-bg{
   bottom: -8px;
}

.section-shape{
    bottom: -8px;
    left: 0;
    right: 0;
}
.section-shape img{
    width: 100%;
}

.hero-7{
    width: 100%;
    position: relative;
}
.hero-7:after {
    content: ' ';
    background-image: url("../img/hero-bg-2.jpg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    border-radius: 0;
    transform: skewY(-5deg);
    top: -180px;
    right: 0;
    bottom: 140px;
    z-index: -1;
}
.hero-7:before{
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    transform: skewY(-5deg);
    top: -140px;
    right: 0;
    bottom: -50px;
}


/*=========================================
            06. PAGE HEADER CSS
============================================*/
.page-header-content .breadcrumb{
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header-content .breadcrumb > li {
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
}
.page-header-content .breadcrumb > li a{
    color: inherit;
}
.page-header-content .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'themify';
    content: "\e649";
    padding: 0 7px 0 5px;
    font-size: 10px;
}

/*=========================================
            07. PROMO SECTION CSS
============================================*/
.single-promo span{
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}
.single-promo-1{
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}
.single-promo-1 span{
    font-size: 35px;
    background: #00438b;
    padding: 20px;
    border-radius: 50%;
}
.single-promo img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.single-promo .img-full-box{
    width: auto !important;
    height: auto !important;
}
.single-promo-hover{
    transition: all .2s ease-out;
    will-change: transform;
}
.single-promo-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}
/*client section css*/
.client-section-wrap ul{
    display: block;
    margin: 0 auto;
}
.client-section-wrap ul li{
    padding-right: 50px;
    margin: 5px 0;
}
.client-section-wrap ul li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}
.client-section-wrap ul li img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: none;
    -webkit-filter: grayscale(0%);
}
.client-section-wrap ul li:last-child{
    padding-right: 0;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in;
    margin: 8px auto;
}
.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    /* Safari 6.0 - 9.0 */
    filter: opacity(90%);
    width: 100%;
}
.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

/*=========================================
            08. ABOUT US CSS
============================================*/
.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    padding: 0;
}
.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}
.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}
.switchable > div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px){
    .solid-btn{font-size: 16px}
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }

    .desktop{display: none;}
.mobile{display: block;}
 .dl-button a {
    display: block;
    line-height: 1.3;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
}
.dl-button {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
.case-study-right-side{padding-left: 0px!important}
#about .owl-prev{left: 0px;}
#about .owl-next{right: 0px;}
.counter .owl-prev{font-size: 44px!important; position: absolute; top: 10%;  left: 15px;}
.counter .owl-next{font-size: 44px!important; position: absolute; top: 10%;  right: 15px;}
.counter .owl-prev:focus{outline: none;}
.counter .owl-next:focus{outline: none;}
#casestudies .owl-prev{left: -25px;}
#casestudies .owl-next{right: -25px}
}
.feature-tab-section {
    padding: 50px 20px;
}

.switchable > div[class*='col-'] {
    padding: 0;
}
@media (max-width: 767px){
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px){
    .switchable .container > .row {
        flex-flow: row-reverse;
    }
    .switchable.switchable-content .container > .row {
        flex-flow: row;
    }
}

.single-card {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding:0 15px;
    border-radius: 10px;
    float: left;
    text-align: center; 
    background: #ffffff;
}
.single-card:nth-child(2n) {
    position: relative;
    top: 40px;
}
.single-card h3 {
    font-size: 34px;
    color: inherit!important;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
    position: relative;
}

.single-card span{
    font-size: 2.95714286em;
    line-height: 1.75125468em;
}

.counter-card{
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    margin: auto;
}
.box-animation-1{
    animation: animation-1 5s ease-out infinite;
}
.box-animation-2{
    animation: animation-2 4s ease-out infinite;
}
.box-animation-3{
    animation: animation-3 5s ease-out infinite;
}
.box-animation-4{
    animation: animation-4 4s ease-out infinite;
}


@keyframes animation-1 {
     50% {
         transform: translate(0, 20px);
     }
 }
@keyframes animation-2 {
    50% {
        transform: translate(0, 35px);
    }
}
@keyframes animation-3 {
    50% {
        transform: translate(0, 25px);
    }
}
@keyframes animation-4 {
    50% {
        transform: translate(0, 40px);
    }
}
@keyframes shrink {
    0% {
        width: 90%;
        margin: 0 5%;
    }
    50% {
        width: 60%;
        margin: 0 18%;
    }
    100% {
        width: 90%;
        margin: 0 5%;
    }
}


/*=========================================
            09. FEATURE SECTION CSS
============================================*/
.icon-md{
    font-size: 32px;
    line-height: 35px;
}
.icon-lg{
    font-size: 70px;
    line-height: 75px;
}
.single-feature .icon{
    font-size: 22px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.single-feature-hover{
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
}

.single-feature-hover:hover{
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.3s ease;
}
.border{
    border-color: #ebebeb;
}
.single-services span{
    margin-bottom: 15px;
    display: block;
}

.feature-list li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-list li:before{
    content: "\e6af";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'themify';
    font-weight: 400;
    color: #ff8657;
}

/*=========================================
            10. VIDEO PROMO CSS
============================================*/
.background-img{
    position: relative;
    width: 100%;
    display: block;
}

.background-img:before{
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-promo-content{
    transition: all 800ms ease-in-out;
}
.video-promo-content a img{
    transition: all 800ms ease-in-out;
}
.video-promo-content a img:hover{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.video-promo-content h5{
    color: #ffffff;
}
.video-play-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
}
.video-play-icon:before{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ffffff;
    border-color: transparent transparent transparent #00438a;
}
.video-promo-content a:hover{
    border-width: 22px;
    border-color: #ff8657;
}
.video-promo-content a.video-play-icon{
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}
/*=========================================
            11. COUNTER CSS
============================================*/
.counter-wrap{
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    bottom: -60px;
    padding: 30px 0;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.counter-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(255px,1fr));
}

.counter-wrap li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #ebebeb;
    margin: 10px 0 !important;
}
.counter-wrap li:last-child{
    border-right: none;
    margin-right: 0 !important;
}
.single-counter span{
    font-weight: bold;
    
    color: #00438b;
    font-size: 25px;
    line-height: 28px;
}

/*=========================================
            12. PRICING CSS
============================================*/
.card.single-pricing-pack{
    transition: all 0.2s ease 0s;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12);
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}
.single-pricing-pack:hover {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.12);
    transform: translate(0, -5px);
}
.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}
.pricing-header{
    position: relative;
    background: transparent;
}
.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li{
    font-size: 14px;
    line-height: 28px;
}

/*=========================================
            13. TESTIMONIAL CSS
============================================*/
.testimonial-wrap{
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 25px;
}
.testimonial-wrap span.icon{
    font-size: 35px;
    color: #00438b;
}
.testimonial-wrap blockquote{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 127px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.author-info h5{
    color: #00438b;
}
.author-img{
    width: 3.425rem;
    height: 3.425rem;
}

.dot-indicator.owl-theme button.owl-dot span{
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}
.dot-indicator.owl-theme button.owl-dot:focus{
    border: none;
    outline: none;
}
.dot-indicator.owl-theme button.owl-dot.active span{
    background: #ff8657;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);

}



blockquote:before {
    content: '\201C';
    position: absolute;
    top: 22px;
    left: 60px;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 6em/1.08em sans-serif;
    color: #d8d8d8;
}



/*=========================================
            14. CONTACT FORM CSS
============================================*/
.sign-up-form-wrap{
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.list-creative>li+li {
    border-top: 1px solid #ebebeb;
}
@media (min-width: 992px){
    .list-creative>li {
        padding: 30px 0;
    }
}
.list-terms-medium {
    position: relative;
    padding-left: 30px;
}
.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 4px;
}
.list-terms-medium dt {
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
}
.list-creative .address::before {
    background: #ff8657;
}
.list-creative .phone::before {
    background: #00438b;
}
.list-creative .email::before {
    background: #007bff;
}
.list-terms-medium a,.list-terms-medium p, .list-terms-medium a:active, .list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}
.list-terms-medium a:hover {
    color: #ff8657;
}

.google-map{
    height:100%;
    margin-bottom: -8px;
}

.google-map iframe{
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

/*our team css*/
.single-team-member .team-info {
    background-color: rgba(0, 67, 139, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.team-image img{
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.team-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-info h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: inherit;
}
.team-info h6{
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.team-info h5, .team-info h6, .team-info .team-social {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}
.single-team-member:hover .team-info h6 {
    opacity: 1;
}
.single-team-member:hover .team-info h5, .single-team-member:hover .team-info h6, .single-team-member:hover .team-info .team-social {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-social li a{
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}
.team-social li a:hover{
    opacity: 1;
}
.team-social li a span{
    padding: 6px;

}
/*=========================================
            15. FOOTER CSS
============================================*/

.page-footer {
    background: #fff;
    padding: 50px 0 20px;
}
.footer-nav-wrap ul li span{
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}
.footer-nav-wrap ul li strong{
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}
.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: #276ea2;
    font-weight: 500;
}
.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover{
    opacity: 1;
    text-decoration: none;color: #5f9d39;
}

.copyright-text{
    font-size: 14px;
}
.social-list li span{
    padding: 6px;
}
.social-list li a, .copyright-text a{
    color: #00438b;
    opacity: 0.8;
}

/*========================
    08. HOW IT WORK
===============================*/
.work-process-wrap{
    display: block;
    width: 100%;
}
.single-work-process{
    position: relative;
    float: left;
    margin: 0 15px;
    width: calc(25% - 30px);
}


.work-process-icon-wrap{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}
.work-process-content h5 {
    font-size: 1em;
}

@media screen and (max-width: 991px){
    .single-work-process {
        width: calc(50% - 30px);
    }
    .work-process-divider {
        width: calc(100% - 145px);
    }
    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
    .sign-up-form-wrap{padding: 15px!important;}
    .dl-button a{font-size: 12px;}
}



@media(max-width: 991px){
    .number{display: none;}
    .img-service{display: none;}
}

@media screen and (max-width: 767px){
    .single-work-process {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .work-process-divider {
        display: none;
    }
    .m-pt-0{padding-top: 0px!important;}
    #contact{padding-top: 50px}
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider{
    position: absolute;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}
.single-work-process .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.work-process-icon-wrap .process-step{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}

.single-work-process:last-child .work-process-divider{
    display: none !important;
}



/*=========================================
          07. FEATURE SECTION CSS
==========================================*/*
.feature-tab li a.nav-link{
    margin: 0 15px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333333;
}
.feature-tab li a.nav-link img{
    width: 30px;
    height: 30px;
}
.feature-tab li a.nav-link, .feature-tab li a.nav-link.active{
    padding: 10px 0;
    border-bottom: 2px solid #c4c4c4;
}
.feature-tab li a.nav-link.active{
    border-color: #6730e3;
    color: #6730e3;
    background: transparent;
}
.tab-content-wrap a{
    text-decoration: none;
}

.ti-face-smile:before {
    content: "1";
}
.ti-layout-media-right:before {
    content: "2";
}
.ti-vector:before {
    content: "3";
}
.ti-layout-cta-right:before {
    content: "4";
}
.ti-headphone-alt:before {
    content: "5";
}
.ti-palette:before {
    content: "6";
}
section#counterSection {
    padding: 65px 0;
}

/*==============================
        11. FAQ CSS
============================*/
#accordion .card {
    border-radius: 0;
    border: 0;
}
#accordion .card-header {
    padding: 20px 0;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0;

}
#accordion a.card-header{
    color: #707070;
}
#accordion .card-header h6{
    font-weight: 500;
}
#accordion .card-body {
    padding: 30px 0;
    background: transparent;
}

#accordion .card-header.collapsed:after {
    content: "\f078";
    transition: 0.5s;
    font-family: FontAwesome;
}

#accordion .card-header:after {
  font-family: FontAwesome;
    content: "\f077";
    float: right;
    transition: 0.5s;
}

.case-study-slide {}

.case-study-section .slider {
    width: 95%;
    margin: 15px auto;
    margin-bottom: 44px !important;
    }

.case-study-section .slick-slide {
      margin: 0px 20px;
    }

.case-study-section .slick-slide img {
      width: 100%;
    }

.case-study-section .slick-prev:before,
.case-study-section .slick-next:before {
      color: black;
    }


.case-study-section .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
.case-study-section .slick-active {
      opacity: 1;
    }

.case-study-section .slick-current {
      opacity: 1;
    }
    
.client-testimon {
    width: 95%;
    margin: 0px auto;
}

.client-slide {
    width: 400px;
    float: left;
    margin-top: 45px;
    box-shadow: 1px 1px 6px 0px #888888;
    border-radius: 14px;
    position: relative;
    left: -8px;
}


.case-study-section .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 385%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: none !important;;
}

.case-study-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 385%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    display: none !important;
}

.case-study-section .slick-dots li button{
    border: 3px solid #1297d9;
    background-color: #1297d9;
}

.case-study-section .slick-dots{
    bottom: -34px;
    
}
.case-study-section .slick-dots li button:before{
    opacity: 0;
    content: "";

}

.case-study-left{
     width: 30%;
     float:left;
}


.case-study-right-side {
    width: 70%;
    padding-left: 50px;
    float: left;
    display: flex;
}

.case-study-right-side h2{
    font-family: 'Open Sans', sans-serif;
    color: #373737;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 50px;
    margin-top: 25px;
    width: 96%;
}


.list-content{
    font-family: 'Open Sans', sans-serif;
}

.list-content .c-text{
    color: #000;
    margin-bottom: 12px;
}

.percentage{
    color:#004fb2;
}

.list-second{
    padding-left: 70px;
    width: 40%;
    padding-right: 20px;
}

.list-first{
    width:60%;
}

.case-title-1 {
    color: #0063b8;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}


.case-study-left img{
        width: 100%;
        margin: 0px auto;
}

.case-study .slick-prev:before {
    content: 'Ã¢â€ Â';
}

.case-study .btn-prev {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #5f5f5f;
    border: none;
    outline: none;
    background: #fff;
    left: -29px;

}

.case-study .btn-next {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #585858;
    border: none;
    outline: none;
    background: #fff;
    right: -29px;
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px)  {
.case-study-left {
    width: 100%;
    text-align:center;
}

.list-content .c-text {
    color: #000;
    font-size: 15px;
}
 .case-study-right-side {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 5px;
}
 
.case-study .btn-next {
    display: none !important;
}

.case-study .btn-prev {
    display: none !important;
}

.list-second {
    padding-left: 26px;
}
 
}

@media only screen and (min-width: 481px) and (max-width: 624px)  {
.case-study-left {
    width: 100%;
    text-align:center;
}

.list-content .c-text {
    color: #000;
    font-size: 12px;
}
 .case-study-right-side {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 5px;
}
 
.case-study .btn-next {
    display: none !important;
}

.case-study .btn-prev {
    display: none !important;
}

.list-second {
    padding-left: 26px;
}
 
}


@media only screen and (min-width: 625px) and (max-width: 768px)  {
.case-study-left {
    width: 100%;
    float: left;
}
.case-study-right-side {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 5px;
}
}


.leadingBrand {
    font-size: 1.9em;
    color: #585555;
}




.bottm_list .toplist {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    margin: 30px 0 15px;
}

.bottm_list .toplist li {
    position: relative;
    padding-bottom: 15px;
    font-family: 'museo_sans700';
    margin-bottom: 10px;
    padding: 0 20px 0 15px;
    color: #707070;
    display: inline-block;
    font-weight: 500;
}

.bottm_list .toplist li:before {
    content: '';
    background: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 7px;
}

.bottm_list .toplist li a {
    color: #000;
    text-decoration: none;
}


/*UI070519888*/



.textbox ul {
    list-style: circle;
    padding-left: 20px;
}
.textbox ul li{margin-bottom: 5px;}

.background-img{padding-bottom: 50px;}
.banner-heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    color: #fff!important;
}

.app_bx_sec {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff1c;
  padding: 10px;
  border-radius: 8px;
}
.app_bx_sec h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;width: 100%;
}
.app_bx {
  padding: 20px;
  width: 31.3%;
border: 2px solid #fff;
  margin: 1%;
  border-radius: 8px;
 /* background: url(../img/app_brder.svg) left top;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;*/
  background-size: 100% 100%;transition: 0.3s;

}
.app_bx span {
  font-size: 23px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  display: block;
  line-height: 1.5;transition: 0.3s;

}
.app_bx p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;transition: 0.3s;

}
.app_bx img {
  filter: brightness(100);
}

.app_bx:hover {
  background: #fff;
}
.app_bx:hover img {
  filter: none;
}
.app_bx:hover span, .app_bx:hover p {
  color: #265F9C;
}


.sidebar-contact.active {
  right: 0;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.sidebar-contact {
position: fixed;
  top: 50%;
  right: -320px;
  transform: translateY(-50%);
  width: 320px;
  height: auto;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99;
  border-radius: 1rem 0rem 0rem 1rem;
}
.quik_click {
  position: fixed;
  top: 42%;
  transform: rotate(90deg);
  right: -4.7rem;
  z-index: 9999;
  cursor: pointer;
}
.quik_click a {
 color: #fff;
  background: #5f9d39;
  padding: .5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  transition: 0.3s;
  font-weight: 500;
  display: inline-block;
  height: 3rem;text-decoration: none;
}
.quik_click a:hover{background: #50872e;}
.sidebar-contact .sign-up-form-wrap {
  padding: 10px !important;
}
.sidebar-contact span.close_btn {
    position: absolute;
    left: 5px;
    top: 3px;
    font-weight: bold;
    color: #d94141;
    cursor: pointer;
}

.seoteamList {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.seoteamList li {
  text-align: center;
}
.seoteamHelp.seo-team-button .seoteamList>li {
  min-height: 310px;
  padding: 20px;
  background: #fff;
}
.seoteamHelp.seo-team-button .seoteamList.orm-services-list li {
  min-height: 270px 
}
.seoteamHelp.ppcservicesrow .seoteamList>li {
  min-height: 260px 
}

.seoteamHelp li {
  float: left;
  width: 31.7%;
  height: 310px;
  padding: 20px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;background: #fff;
}

.seoteamHelp ul li:nth-child(3n) {
  border-right: 0;
}
.seoteamHelp ul li:nth-child(n+4) {
  border-bottom: 0;
}

.seoteamHelp .seoteamList li em {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 13px 
}
.seoteamHelp .seoteamList li h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px 
}
.seoteamHelp p {
  text-align: center;
}
.seoteamHelp .seoteamList li p {
  color: #000000;
}
.seoteamHelp .seoteamList li p.min-200 {
  min-height: 198px 
}
.seoteamHelp .seoteamList li h3.min-120 {
  min-height: 120px 
}
.seoteamHelp .seoteamList.web-design-list li {
  min-height: 410px!important;
}
.seo-team-button.padding-t-0.delhi-service {
    background: #f4f7fa;
    padding: 50px 0;
}
.feature-tab-section{padding: 50px 0;}
.seoteamHelp.padding-t-0 {
    background: #f4f7fa;
    padding: 50px 0;
    text-align: center;
}
.promo-section{padding: 40px 0;}
.delhi-service-list {
    border: 1px solid #87b4d500;
    border-radius: 10px;
    padding: 30px 15px;
    margin: 10px 10px;
    min-height: 330px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #eee;
}
ul.seoTeamList.owl-theme.service-slide li.item {
    width: 25%;
}

ul.seoTeamList.owl-theme.service-slide {
    display: flex;
    flex-wrap: wrap;
}

.seoTeamList li em {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}
.delhi-service .delhi-service-list p {
    font-size: 14px;
    line-height: 24px;margin: 0;
}
.seoTeamList li p {
    color: #000000;
    text-align: center;
}
.delhi-service-list .btnRow {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    right: 0;
}
.seoTeamList li h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}
.service-slide li img {
    width: auto!important;margin: auto;transition: .3s;
}
.service-slide .delhi-service-list img {
    width: 50px!important;margin: auto;transition: .3s;
}

.delhi-service-list:hover img {
    transform: translateY(10px);
}
.seoTeamList li h3 a, .seoteamList li h3 a:hover {
    color: #276ea2;    font-weight: 700;
}

.seoServicesTitle.service-blk {
    text-align: center;
}



.service-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(40%);
}
.service-slide .owl-nav .owl-prev {
    background: #276ea2!important;
    color: #fff!important;
    padding: 8px 10px!important;
    position: relative!important;
    left: -15px!important;    width: 30px;
    height: 30px;
}
.service-slide .owl-nav .owl-next {
    background: #276ea2!important;
    color: #fff!important;
    padding: 8px 10px!important;
    position: relative!important;
    right: -15px!important;    width: 30px;
    height: 30px;
}
.service-slide .owl-nav button.disabled{opacity: 0.5!important;cursor: auto;}
.service-slide button:focus{outline: none!important;}


.seoTeamList a.linkBtn, .packageBanner a.linkBtn {

    background: #276ea2 none repeat scroll 0 0;

    border-radius: 100px;

    color: #fff;

    display: inline-block;

    font-size: 14px;

    font-weight: 500;

    line-height: 20px;

    vertical-align: top;

    overflow: hidden; 

    padding: 5px 20px;

    transition: all .5s ease;

    display: inline-block;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    box-shadow: 0 0 1px transparent;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;

    text-transform: uppercase;
}

.seoTeamList.flex-3-box{display:flex; flex-wrap:wrap;}

.packageBanner a.linkBtn::before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    bottom: 0;
    left: 0;

    right: 0;

    background: #5f9d38;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 50%;

    transform-origin: 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.packageBanner a.linkBtn:hover::before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}

.sign-up-form-wrap .form-group {
  margin-bottom: .5rem;
}

.testimonial_slide .testimonial {
  background:#eeeeee30;
  padding: 30px;
  margin: 10px;
  border-radius: 8px;border: 1px solid #eeeeeeb5;min-height: 420px;
}
.tci-name {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #276ea2;
  margin-bottom: 0px;
}
.testimonial-client-info {
  padding-top: 20px;
}
.tci-desig {
  margin-bottom: 0;
}
.testilogo {
  margin-left: auto;
  text-align: left;
}
.testilogo img {
  margin-left: 0 !important;
}
.testimonial_slide .testimonial .testimonial-content-blk .stars i {
    color: #ffc104;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.testimonial_sec {
  padding: 60px 0 0;
}
.testimonial_sec h2 {
  text-align: center;
}
.testimonial_slide .testimonial:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #99c3d9;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 25px;
}

.sign-up-form-wrap .form-group input, .sign-up-form-wrap .form-group select {
    height: 45px!important;
}

.brand_logo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.brand_logo .item {
    width: 18%;
    padding: 10px;
    margin: 1%;
    position: relative;
    text-align: center;
}
/*.brand_logo .item img {
    max-width: 65%;
}*/
.brand_logo .item::before{border-bottom: 1px solid #eee;position: absolute;padding-left: 0;bottom: 0;width: 100%;content: '';height: 100%;left: -10px;}
.brand_logo .item::after{border-right: 1px solid #eee;position: absolute;padding-left: 0;bottom: 10px;width: 100%;content: '';height: 100%;left: 0;}

.brand_logo .item:nth-child(5n)::after {
  border-right: 0;
}
.brand_logo .item:nth-child(n+6)::before {
  border-bottom: 0;
}
.seoteamHelp .seoteamList li em img {
    width: 70px;
    height: auto;
}

section#casestudies {
    padding: 50px 0 60px;
}

.study_box {
    background: #F4F7FA;
    padding: 30px;
    border-radius: 10px;
}

.study_box li span {
    color: #265F9C;
    font-size: 20px;
    font-weight: 800;
    min-width: 70px;
    min-height: 70px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.study_box li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50px;transition: 0.3s;
    background: #fff0;
}
.study_box li:hover{background: #ffffff4d;}
.study_box li:hover span img {
    transform: translateY(5px);
}

.study_box li span img {
    position: absolute;
    right: -10px;
    top: 0;transition: 0.3s;
}

.study_box li p {
    margin: 0;
    font-weight: 600;
    color: #414141;
    width: 70%;
    line-height: 22px;
    padding-left: 15px;
}
.study_box h3 {
    text-align: center;
    color: #333;
}


@media (max-width: 1199px){
.banner-heading{font-size: 30px; line-height: 35px;  font-weight: 700;}
.app_bx_sec h3 { font-size: 20px;}
.app_bx span { font-size: 22px;}
.app_bx p{font-size: 14px;}
.app_bx { padding: 12px;}
.delhi-service-list{min-height: 390px;}
.study_box li p{width: 65%;}


}

@media (max-width: 991px){
.seoteamHelp li{height: 350px;}
ul.seoTeamList.owl-theme.service-slide li.item { width: 50%;}
.delhi-service-list { min-height: 310px;}
.study_box{margin-bottom: 15px;}

}
@media (max-width:767px){
.seoteamHelp li{height: auto;width: 100%;border-right: 0;border-bottom: 1px solid #e8e8e8;}
.seoteamHelp ul li:nth-child(n+4){border-bottom: 1px solid #e8e8e8;}
h2 {font-size: 1.7em!important;}
.feature-tab-section { padding: 50px 20px;}
ul.seoTeamList.owl-theme.service-slide li.item { width: 100%;}
.delhi-service-list { min-height: auto;}
.brand_logo .item img {
    max-width: 100%;
}
.brand_logo .item::before{left: -5px;}
.brand_logo .item::after{left: 0;}

}

@media only screen and (max-width: 575px)  {
.quik_click.active {
  left: 20px;
}
.quik_click {
  position: fixed;
  top: auto;
  transform: none;
  left: -8rem;
  z-index: 9999;
  cursor: pointer;
  bottom: -3rem;
  transition: 0.3s;
}
.quik_click a {
 color: #fff;
    background: #5f9d39;
    padding: 0.7em 1rem;
    border-radius: 0.1rem;
    transition: 0.3s;
    font-weight: 500;
    display: inline-block;
    height: auto;
    font-size: 16px;
    width: 90%;
}
.quik_click.active a{background: rgba(0, 67, 139, 0.85);}
.mob_fix{display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    padding: 7px;
    box-shadow: 0 0 5px #dce3ea;}
.mob_fix .quik_click{position: static;}
.footer-setion {
  margin-bottom: 65px;
}
.sidebar-contact{top: 54%;}

.sidebar-contact .quik_click {display: none;}
.app_bx_sec{flex-wrap: wrap;
  justify-content: center;}
.app_bx {
    padding: 12px;
    width: 45%;
    text-align: center;background: #fff;
  }
.case-study-right-side{flex-wrap: wrap;}
.list-first, .list-second{
  width: 100%;padding: 0;
}
.hero-content-left {
  text-align: center;
}
.delhi-service-list{min-height: 290px;}
.app_bx img {
  filter: none;
}
.app_bx span, .app_bx p{color: rgba(0, 67, 139, 0.85);}

.footer-top img {
    width: 120px;
}
.footer-top p.c-text br {
    display: none;
}
.sidebar-contact .sign-up-form-wrap{margin: 0!important;}
.sign-up-form-header h2{font-size: 1.36em!important;line-height: 25px!important;}

.case-study-right-side p.c-text br { display: none;}
#casestudies h4.text-center {color: #0068a1;}
.brand_logo .item {width: 31%;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;min-height: 70px;}

.brand_logo .item::after {border-right: 0;}
.brand_logo .item::before {border-bottom: 0;}
.brand_logo{margin-top: 0;}
h3 {
    font-size: 1.4em;
}

.study_box{padding: 20px;margin-bottom: 0;}


}

.form-group label.error {
    display: block;
    width: 100%;
    font-size: 11px;
    color: red;
}