﻿/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Work
    - Clients
    - Price
    - Blog
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google fonts
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/

.font-primary {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

.font-secondary {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
}

/* ===================================
    General
====================================== */
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section, .section-padding {
    position: relative;
    padding: 4.5rem 0;
    overflow: hidden;
}

.portfolio-padding {
    padding: 7.5rem 0 4rem;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1 {
    font-size: 72px;
}

.h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #535353;
}

.line-height-heading {
    line-height: 1.2;
}

.line-height-normal {
    line-height: normal;
}

.line-height-17px {
    line-height: 17px;
}

.line-height-25px {
    line-height: 25px;
}

.line-height-35px {
    line-height: 35px;
}

img {
    max-width: 100%;
}
/* Width */

.w-71 {
    width: 71% !important;
}

.w-73 {
    width: 73% !important;
}

.w-77 {
    width: 77% !important;
}

.w-82 {
    width: 82% !important;
}

.w-87 {
    width: 87% !important;
}

.w-93 {
    width: 93% !important;
}

.w-265 {
    max-width: 265px;
}

.va-middle {
    vertical-align: middle;
}

a, a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}

    a:focus, a:hover {
        /*color: #1f1f1f;*/
        color: lightgray;
    }

a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

i::before, i::after {
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

.no-animation {
    animation: none !important;
}

.no-transform {
    transform: none !important;
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #0284d0;
}

::-webkit-scrollbar-thumb {
    background: #0284d0;
}

.pt-10px {
    padding-top: 10px;
}

.pt-15px {
    padding-top: 15px;
}

.pt-20px {
    padding-top: 20px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pl-2rem {
    padding-left: 2rem;
}

.pt-7rem {
    padding-top: 7rem;
}

.pb-7rem {
    padding-bottom: 7rem;
}

.p-7rem {
    padding: 7rem 0;
}

.p-half {
    padding: 3.75rem 0;
}

.pt-half {
    padding-top: 3.75rem;
}

.pb-half {
    padding-bottom: 3.75rem;
}

.mt-7rem {
    margin-top: 7rem;
}

.mb-7rem {
    margin-bottom: 7rem;
}

.mt-10px {
    margin-top: 10px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mt-20px {
    margin-top: 20px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mt-25px {
    margin-top: 25px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mt-30px {
    margin-top: 30px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mt-35px {
    margin-top: 35px;
}

.mb-35px {
    margin-bottom: 35px;
}

.mt-40px {
    margin-top: 40px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mt-50px {
    margin-top: 50px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mt-80px {
    margin-top: 80px;
}

.mt-105px {
    margin-top: 105px;
}

.mt-120px {
    margin-top: 120px;
}

.mt-750rem {
    margin-top: .75rem !important;
}

.mt-130rem {
    margin-top: 1.30rem !important;
}

.mb-175rem {
    margin-bottom: 1.75rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.heading-space {
    margin-bottom: 4.125rem;
}

.heading-space-half {
    margin-bottom: 2rem;
}
/* center block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#google-map {
    height: 400px;
    width: 100%;
}

.col-map #google-map {
    height: 485px;
}

.h-100vh {
    min-height: 100vh !important;
}

.hidden {
    visibility: hidden !important;
}

.map {
    background: url('../img/map.jpg');
}

.heading-para-setting {
    max-width: 950px;
    margin: 0 auto;
}

.fullscreen {
    height: 100vh !important;
    width: 100%;
}

.half-section {
    width: 100%;
}

.half-section {
    position: relative;
    overflow: hidden;
}

.content-setting {
    text-transform: capitalize;
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* hover on images */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* img wrap */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}

.split-blog-scale:hover img {
    transform: scale(1.2);
}
/* background color */
.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-light-white {
    background-color: #fff;
}

.bg-light-gray2 {
    background-color: #efefef;
}

.bg-light-gray3 {
    background-color: #f2f2f2;
}

.bg-gray {
    background-color: #40444d;
}

.bg-blue {
    background-color: #0284d0;
}

.bg-Mpink {
    background-color: #AC3B61;
}
.bg-prjpink {
    background-color: #9A1750;
}
.bg-voi {
    background-color: #8E70CF;
}
.bg-ligblu {
    background-color: #E88A38;
}
.bg-grayclr {
    background-color: #a154c1;
}
.bg-asea {
    background-color: #20948B;
}
.bg-sea {
    background-color: #20948B;
}
.bg-stone {
    background-color: #D6536D;
}
.bg-liggreen {
    background-color: #86C232;
}
.bg-sem {
    background-color: #ED7845;
}
.bg-blu {
    background-color: #1995AD;
}
.bg-gblue {
    background-color: #1995AD;
}
.bg-aboutus-box {
    background-color: #E68057;
}


.bg-digdark {
    background-color: #00ADAD;
}
.bg-gren {
    background-color: #86ac41;
}
.bg-pic {
    background-color: #3AAFA9;
}
.bg-red {
    background-color: #BC4639;
}

.bg-green {
    
    background-color: #FFBF00;
}

.bg-black {
    background-color: #1f1f1f;
}

.bg-black2 {
    background-color: #262626;
}

.bg-black3 {
    background-color: #19283e;
}

.bg-white2 {
    background-color: #ffffff;
}

.transparent-bg {
    background-color: transparent;
}

.bg-dark {
    background-color: #1d1d21 !important;
}
/* background color hover */
.hvr-bg-light-gray:hover {
    background-color: #f6f6f6;
}

.hvr-bg-blue:hover {
    background-color: #0284d0;
}

.hvr-bg-black:hover {
    background-color: #1f1f1f;
}

.hvr-bg-black2:hover {
    background-color: #262626;
}

.hvr-bg-black3:hover {
    background-color: #19283e;
}

.hvr-bg-white2:hover {
    background-color: #ffffff;
}
/* overlay */
.overlay {
    background-color: #0284d0;
    opacity: 0.75;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/* overlay-setting */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* opacity */
.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/* z-index */
.z-index-1 {
    z-index: 1;
}

/* text-color */
.color-black {
    color: #1f1f1f;
}

.color-grey {
    color: #535353;
}

.color-light-grey {
    color: #6f6f6f;
}

.color-light-grey2 {
    color: #a5a5a5;
}

.color-vlight-grey {
    color: #8c8c8c;
}

.color-vlight-grey2 {
    color: #ebebeb;
}

.color-white {
    color: #ffffff;
}

.color-light-gw {
    color: #f7f7f7;
}

.color-blue {
    color: #0284d0;
}

.color-green {
    color: #28a745;
}

.text-black {
    color: #1f1f1f !important;
}

.text-blue {
    color: #0284d0 !important;
}


/* font-size */
.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-30 {
    font-size: 30px;
}

.font-72 {
    font-size: 72px;
}

.slider-text {
    font-size: 60px;
}

/* font-weight */
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* border */
.border-light2 {
    border: 1px solid #e8e8e8;
}

.border-vlight {
    border: 1px solid #f8f9fa;
}

/* buttons */
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}

button {
    cursor: pointer;
}

    button:hover, button:active, button:focus {
        outline: none;
    }

.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}

nav .btn-setting {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-scale {
    border: none;
}

    .btn-scale:before {
        position: absolute;
        content: "";
        right: 0;
        left: -101%;
        width: 101%;
        height: 100%;
        background: #0284d0;
        z-index: -1;
        top: 0;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
        overflow: hidden;
    }

.btn-setting:hover.btn-scale:before, .btn-setting:active.btn-scale:before, .btn-setting:focus.btn-scale:before {
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-blue.btn-scale:before {
    background: #28a745;
}

.btn-green.btn-scale:before {
    background: #0284d0;
}

.btn-hvr-blue:hover, .btn-hvr-blue:focus {
    border-color: #0284d0;
    background-color: #0284d0;
    color: #ffffff;
}

.btn-hvr-green:hover, .btn-hvr-green:focus {
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

.btn-hvr-transparent-grey:hover, .btn-hvr-transparent-grey:focus {
    border-color: #acacac;
    background-color: transparent;
    color: #1f1f1f;
}

.btn-blue {
    border-color: #0284d0;
    background-color: #0284d0;
    color: #ffffff;
}

.btn-green {
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    color: #1f1f1f;
}

.btn-transparent2 {
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
}

.btn-transparent3 {
    color: #ffffff;
}

.rev_slider .btn-transparent3, .rev_slider .btn-border {
    border: 2px solid;
}

.btn-black {
    border-color: #202020;
    background-color: #202020;
    color: #ffffff;
}

.btn-transparent {
    border: 1px solid #ffffff;
    background: transparent;
}

.btn-white:hover, .btn-white:focus, .btn-transparent2:hover, .btn-transparent2:focus {
    color: #ffffff;
}

.btn-transparent3:hover, .btn-transparent3:focus {
    color: #1f1f1f;
}

.btn-white2:hover, .btn-white2:focus {
    color: #1f1f1f;
}

.btn-transparent-white {
    background: transparent;
    border: 1px solid !important;
    border-color: #ffffff;
}
/* border radius */
.radius-small {
    border-radius: 4px;
}

.radius-0 {
    border-radius: 0 !important;
}

.container.radius {
    border-radius: 36px;
}

.header-appear .container.radius {
    border-radius: 0;
}
/* owl carousel bullets */
.owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5 !important;
    cursor: pointer;
}

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #e5e5e5;
    }

    .owl-dots .owl-dot.active {
        background: #28a745 !important;
    }

.team-classic.owl-team .item {
    margin-bottom: 40px;
}


/* ===================================
   Social Icon Hover
====================================== */
/*icon bg hover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

/*icon text hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* ===================================
    Header & Navigation
====================================== */

/* menu bars */
.menu-lines {
    transform: rotateY(180deg);
}

.menu-bars-setting {
    position: absolute;
    right: 30px;
}

.menu-inner {
    position: relative;
    right: 0;
    margin-left: 1rem;
}

.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}

.menu_bars2 {
    height: 36px;
    position: absolute;
}

    .menu_bars span, .menu_bars2 span {
        background: #1f1f1f;
        width: 30px;
        height: 2px;
        display: block;
    }

.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: #ffffff;
}

.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #1f1f1f;
}

.header-appear .menu_bars span, .header-appear .menu-outer.menu_bars span, .header-appear .just-menu .menu_bars span, .just-menu.black .menu_bars span {
    background: #1f1f1f;
}

.menu_bars, .menu_bars span, .menu_bars2, .menu_bars2 span {
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

    .menu_bars span:nth-child(1) {
        width: 25px;
    }

    .menu_bars span:nth-child(2) {
        width: 15px;
        margin: 5px 0;
    }

    .menu_bars span:nth-child(3) {
        width: 20px;
    }

    .menu_bars:hover span {
        width: 30px;
    }

    .menu_bars2 span:nth-child(2) {
        display: none;
    }

    .menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
        width: 30px;
        top: 20px;
        position: absolute;
        left: 5px;
        margin-top: -1px;
    }

    .menu_bars2 span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu_bars2 span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* logo */
.logo {
    max-width: 140px;
}

    .logo img {
        vertical-align: middle;
    }

.header-appear .navbar .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.header-appear .navbar .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

/* nav top default */
.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.nav-height-small {
    height: 64px;
}

.navbar-top-default .navbar-nav .nav-link {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    padding: 0.25rem 0 0;
    margin-right: 1rem;
    margin-left: 1rem;
    text-transform: uppercase;
}

.header-appear .navbar-nav .nav-link:hover, .header-appear .navbar-nav .nav-link.active {
    color: #ffffff;
}
/* Nav Bottom Line Hover Effect */
.nav-bottom-line .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #0284d0;
    transition: width .3s;
    border-radius: 50px;
    transform-origin: right;
}

.nav-bottom-line .navbar-nav .nav-link.active::after {
    width: 100%;
}

.header-appear .transparent-bg .navbar-nav .nav-link, .header-appear .center-logo .navbar-nav .nav-link,
.transparent-bg.black .navbar-nav .nav-link, .center-logo.black .navbar-nav .nav-link,
.bg-white2.black .navbar-nav .nav-link, .header-appear .bg-white2.black .navbar-nav .nav-link {
    color: #1f1f1f;
}

.header-appear .navbar-top-default {
    height: 75px;
    position: fixed;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
    /* fixed nav hover */
    .header-appear .navbar-top-default .navbar-nav .nav-link:hover {
        color: #0284d0;
    }


.fixedmenu .navbar-nav .nav-link {
    color: #002e5b;
}

.nav-light.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-light.fixedmenu #sidemenu_toggle span {
    background-color: #ffffff !important;
}

/* ----- Navigation Starts ----- */

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.dropdown-toggle::after {
    transition: all 0s !important;
}

.navbar {
    padding: 0.35rem 0;
    z-index: 1000;
}

.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}

    .fixed-bottom.fixedmenu {
        bottom: auto;
        top: 0;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }


    .fixed-bottom.menu-top .dropdown-toggle::after {
        content: "\f106";
    }

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    /*background: #fde428 !important;*/
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: margin-top 0s;
}

.nav-light.fixedmenu {
    background-color: #002E5B !important;
}

.fixedmenu.no-animation {
    animation: none;
    animation-duration: 0.1s;
}
/*construction*/
.header-with-topbar .top-header-area {
    font-size: 13px;
    top: 0;
    z-index: 21;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    background: transparent;
}

.header-with-topbar > nav {
    margin-top: 50px;
}


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/**/

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

    .scroll-down i {
        font-size: 12px;
        padding-left: 10px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    width: 150px;
    position: relative;
}

    .navbar-brand.center-brand {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        z-index: 1;
    }

.center-brand + .navbar-collapse {
    margin: 3px 0;
}

.navbar-brand > img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

    .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 0;
    }

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #002e5b;
    position: relative;
    line-height: normal;
    margin: 16px 1.25rem;
    display: inline-block;
}

.nav-item.dropdown:hover {
    cursor: pointer;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.text-grey {
    color: #a5a5a5;
}

.text-ligher {
    color: #bbc6d1;
}

.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}

.transparent-bg .navbar-nav .nav-link {
    color: #fff;
}

.transparent-bg.darkcolor .navbar-nav .nav-link {
    color: #002e5b;
}

.whitecolor .navbar-nav .nav-link {
    color: #fff;
}

/*.transparent-bg.darkcolor .navbar-nav .nav-link.active {*/
/*    color: #fde428;*/
/*}*/

.dark-slider h2,
.light-slider h2 {
    font-size: 48px !important;
}

.dark-slider p,
.light-slider p {
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.dark-slider h2,
.dark-slider p {
    color: #373737;
}

.light-slider h2,
.light-slider p {
    color: #fff;
}


/*.transparent-bg .navbar-nav .nav-link::before {*/
/*  background: #fff;*/
/*}*/

.fixedmenu .navbar-nav .nav-link {
    color: #002e5b;
}

.nav-light.fixedmenu .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-light.fixedmenu #sidemenu_toggle span {
    background-color: #ffffff !important;
}


/*DropDowns*/

.collapse {
    position: relative;
}

.sideNavPages {
    /*border-left: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}

.sideNavPagesInner {
    margin-left: 30px;
}

    .sideNavPagesInner .nav-link {
        font-size: 1.2rem !important;
    }

/*.collapsePagesSideMenu {*/
/*    display: flex !important;*/
/*}*/

.collapsePagesSideMenu .fas {
    font-size: 12px;
    margin: auto 10px auto auto;
    position: absolute;
    right: -30px;
    top: 43%;
}

.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}

.sideNavPages .nav-link {
    font-size: 1.335rem !important;
    margin-left: 30px !important;
}

.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}


.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    left: 0;
    top: auto;
    border-top: 1px solid #0284d0;
    margin-top: 0;
    cursor: default;
}

.bg-blue .dropdown-menu {
    background: #002E5B;
    border-top: 1px solid #002E5B;
}

.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}

.dropdown-menu.right-show {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 1rem;
    padding: 0 0 0 1.4rem;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

a.dropdown-toggle::after {
    transition: all 0s;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #002e5b;
}

.bg-blue .dropdown-menu .dropdown-item,
.bg-blue .dropdown-menu .dropdown-title {
    color: #ffffff;
}


.dropdown-item:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    color: inherit;
    transition: 0.2s;
}

.dropdown-item:hover:before {
    left: 10px;
}

.dropdown-item:hover {
    padding: 0 0 0 1.8rem;
}

.navbar .dropdown .dropdown-toggle::after {
    transition: 0.3s ease-in all !important;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: scaleY(-1);
}

.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}

.hover-light:hover {
    color: #fff !important;
}

.hover-underline:hover span {
    text-decoration: underline;
}

.text-underline {
    text-decoration: underline !important;
}

.services-main:hover img {
    transform: scale(1.08);
}

.services-main:hover h3 {
    color: #fde428;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        min-width: 260px;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    .navbar.menu-top .dropdown-menu {
        transform-origin: 100% 100%;
    }

    .dropright .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 0 0;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu,
    .dropright:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*-----Side Menu----*/


/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 0;
    right: 20px;
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    display: block;
}

.transparent-bg .sidemenu_btn > span {
    background: #fff;
}

.fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
    background: #002e5b !important;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}


/*side clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    top: 20px;
    margin-right: 2rem;
    right: 15px;
    cursor: pointer;
}

    .side-menu .btn-close.btn-close-no-padding {
        top: 24px;
    }

    .side-menu .btn-close::before,
    .side-menu .btn-close::after {
        left: 16px;
        height: 24px;
        width: 2px;
        background: #002e5b;
        top: 5px;
    }

    .side-menu .btn-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .side-menu .btn-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
}

    .side-menu:not(.gradient-bg) {
        /*background: #fde428;*/
    }

    .side-menu.side-menu-active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .side-menu .navbar-brand {
        margin-top: -45px;
    }

    .side-menu .inner-wrapper {
        padding: 4.5rem 4rem;
        height: 100%;
        position: relative;
        overflow-y: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.side-nav > .navbar-nav {
    display: flex;
    flex-direction: column !important;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #002e5b !important;
    padding: 5px 0 !important;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

    .side-nav .navbar-nav .nav-link::before,
    .breadcrumb .breadcrumb-item a::before {
        content: '';
        position: absolute;
        background: #002e5b;
        display: inline-block;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    }

.breadcrumb .breadcrumb-item a::before {
    background-color: #ffffff;
}

.breadcrumb .breadcrumb-item a::before {
    bottom: -5px;
}

.side-nav .navbar-nav .nav-link:hover::before,
.breadcrumb .breadcrumb-item a:hover::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-left: 5px;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}


/*Header Social Icons*/

.navbar .social-icons li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.navbar.fixedmenu .social-icons.white li a {
    color: #002e5b;
}

    .navbar.fixedmenu .social-icons.white li a:hover,
    .side-menu .social-icons-simple li a:hover {
        color: #fff;
    }

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }

    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-right: 30px;
    }

    .navbar-nav.ml-auto {
        margin-right: auto;
    }

    .nav-cont {
        position: relative;
    }

    .sidemenu_btn {
        margin-right: 0;
        padding: 6px 0 6px 12px;
    }

        .sidemenu_btn span {
            background: #002e5b !important;
        }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.25rem;
    }

    .sideNavPages .nav-link {
        font-size: 1.125rem !important;
    }

    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        padding: 0;
    }

    .side-menu {
        width: 50%;
    }

        .side-menu .inner-wrapper {
            padding: 2rem 2.5rem;
        }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.125rem;
    }

    .sideNavPages .nav-link {
        font-size: 1rem !important;
    }

    .side-menu .btn-close {
        top: 33px;
        margin-right: 1.2rem;
        right: 15px;
    }

    nav.side-nav {
        margin-top: 35px;
    }

    .process-wrapp li::before {
        width: 0 !important;
    }

    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }

    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }
}

/*---- Navigation Ends ----*/


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
/* nav social icons */
header .navbar-top-default .header-social {
    padding-left: 1rem;
}

header .navbar-top-default.seven-links .header-social {
    padding-left: 1rem;
    padding-right: 1rem;
}

header .navbar-top-default .header-social a {
    font-size: 14px;
    color: #1f1f1f;
    height: 36px;
    width: 37px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}

    header .navbar-top-default .header-social a:hover {
        background: #ffffff;
    }

header .transparent-bg.navbar-top-default .header-social a {
    color: #ffffff;
}

header .transparent-bg.black.navbar-top-default .header-social a {
    color: #1f1f1f;
}

header.header-appear .navbar-top-default .header-social a, header.header-appear .transparent-bg.navbar-top-default .header-social a {
    color: #1f1f1f;
}

    header.header-appear .navbar-top-default .header-social a.facebook-text-hvr:hover {
        background: #4267B2;
        color: #ffffff !important;
    }

    header.header-appear .navbar-top-default .header-social a.twitter-text-hvr:hover {
        background: #1DA1F2;
        color: #ffffff !important;
    }

    header.header-appear .navbar-top-default .header-social a.linkedin-text-hvr:hover {
        background: #0077B5;
        color: #ffffff !important;
    }

    header.header-appear .navbar-top-default .header-social a.google-text-hvr:hover {
        background: #DB4437;
        color: #ffffff !important;
    }

    header.header-appear .navbar-top-default .header-social a:hover {
        background: transparent;
    }
/* nav box shadow */
.nav-box-shadow {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #0284d0;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    overflow: hidden;
}

    .side-menu.left {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .side-menu.before-side {
        width: 280px;
    }

    .side-menu.side-menu-active,
    .side-menu.before-side {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

    .sidemenu_btn span:nth-child(2) {
        margin: 4px 0;
    }

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-link {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    min-height: 50px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .side-nav .navbar-nav .nav-link.active {
        background: transparent;
    }

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

    .social-icons-simple li {
        display: inline-block;
    }

        .social-icons-simple li a {
            display: block;
            font-size: 16px;
            height: 36px;
            line-height: 38px;
            border: 1px solid transparent;
            text-align: center;
            width: 36px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: relative;
            z-index: 1;
            overflow: hidden;
            padding: 0;
            -webkit-transition: background-color .5s ease;
            -o-transition: background-color .5s ease;
            transition: background-color .5s ease;
        }

            .social-icons-simple li a:hover {
                background-color: transparent;
            }

        .social-icons-simple li.animated-wrap a:hover {
            background-color: transparent;
            color: #ffffff;
        }

/* Side Nav Arrow */

.nav-icon .navbar-nav {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-line {
    position: absolute;
    left: -20px;
    font-size: 11px;
    color: #ffffff !important;
    top: 13px;
    display: block;
    text-align: center;
    width: 20px;
    height: 50px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line {
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line {
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(8).active ~ .menu-line {
    -webkit-transform: translate3d(0, 700%, 0);
    transform: translate3d(0, 700%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(9).active ~ .menu-line {
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(10).active ~ .menu-line {
    -webkit-transform: translate3d(0, 900%, 0);
    transform: translate3d(0, 900%, 0);
}


.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(8):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 700%, 0);
    transform: translate3d(0, 700%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(9):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(10):hover ~ .menu-line {
    -webkit-transform: translate3d(0, 900%, 0);
    transform: translate3d(0, 900%, 0);
}


/* ===================================
   Slider
====================================== */
.rs-beforeafter-bounce-arrows .rs-main-slider-four-rs-964-rs-beforeafter-bounce-left {
    -webkit-animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
    animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
}

.banner-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-overlay::after {
    background: rgba(0,0,0,.39);
}

.awaza.tp-bullets {
    z-index: 98;
}

.awaza.tp-bullets {
    left: -25px !important;
}

.awaza .tp-bullet.selected, .awaza .tp-bullet:hover {
    background: transparent;
}

#banner-main .tp-bullet, .bullet-bar .tp-bullet {
    border-radius: 36px;
}

    #banner-main .tp-bullet:hover {
        background: #ffffff;
    }
/* Revolution Slider Numbers Bullets */
.awaza .tp-bullet.selected .animated-wrap, .awaza .tp-bullet.selected .animated-element {
    transform: none !important;
}

.awaza .animated-wrap {
    width: 25px;
}

.awaza .tp-bullet {
    width: unset;
    height: 6px;
    position: relative;
    background: transparent;
    cursor: pointer;
    color: #1f1f1f;
}

.awaza .tp-bullet-number {
    position: relative;
    text-align: left;
}

.awaza .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.awaza, .tp-tabs, .tp-thumbs {
    top: 43% !important;
}

    .awaza .tp-bullet .tp-count {
        /*font-family: 'Raleway', sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        position: relative;
    }

    .awaza .tp-count:after {
        content: '';
        border-radius: 36px;
        height: 5px;
        width: 27px;
        display: block;
        position: absolute;
        background: #ffffff;
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .awaza .tp-count:before {
        content: '';
        border-radius: 50%;
        height: 5px;
        width: 5px;
        display: block;
        position: absolute;
        background: #ffffff;
        transform: translateX(-250%);
    }

    .awaza .tp-bullet.selected .tp-count:before, .awaza .tp-bullet.selected .tp-count:after {
        background: #28a745;
    }

.slide-action {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0 !important;
    text-transform: capitalize;
}

    .slide-action > a {
        display: inline-block;
        letter-spacing: 2px;
    }

    .slide-action h2 {
        display: inline-block;
        vertical-align: bottom;
        font-size: 3.75rem;
    }

    .slide-action span {
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        color: #ffffff;
        text-align: center !important;
        position: relative;
        font-size: 12px;
    }

        .slide-action span i {
            line-height: 50px;
            font-size: 10px;
            margin-left: 2px;
        }

        .slide-action span::before {
            content: '';
            border-radius: 50%;
            border: 3px solid;
            border-color: #ffffff;
            position: absolute;
            top: 5px;
            right: 5px;
            left: 5px;
            bottom: 5px;
            transition: .1s;
        }

        .slide-action span:hover::before {
            opacity: 0;
            -webkit-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
        }

    .slide-action.play span:hover {
        background: #ffffff;
        -webkit-animation: pulse_effect2 1s infinite;
        -o-animation: pulse_effect2 1s infinite;
        animation: pulse_effect2 1s infinite;
    }

        .slide-action.play span:hover i {
            color: #0284d0;
        }

@-webkit-keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

@-o-keyframes pulse_effect2 {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

.blue-box {
    opacity: .7 !important;
}
/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}

    .main-title h5 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        margin-bottom: 1.1rem;
        color: #1f1f1f;
    }

    .main-title h2 {
        text-transform: capitalize;
        font-weight: 300;
        color: #1f1f1f;
        line-height: 1.2;
        max-width: 650px;
        margin-bottom: 1.5rem;
        /*margin-left: auto;
    margin-right: auto;*/
    }

    .main-title p {
        max-width: 720px;
        margin: 0 auto;
    }

    .main-title.style-two h5 {
        margin-bottom: 1.5rem;
    }

    .main-title.style-two h2 {
        text-transform: initial;
        font-size: 37px;
        font-weight: 500;
        max-width: 720px;
    }

    .main-title.style-two p {
        color: #1f1f1f;
        max-width: 720px;
    }

.about-box {
    border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    transition: ease-in-out 0.3s;
}

    .about-box:hover {
        background: #28a745;
        -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
        box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    }

    .about-box .about-main-icon i {
        color: #0284d0;
        font-size: 40px;
        transform: translateY(0);
        transition: ease-in-out 0.3s;
    }

    .about-box:hover .about-main-icon i {
        transform: translateY(-10px);
    }

    .about-box h5 {
        font-weight: 200;
        color: #1f1f1f;
        transition: ease-in-out 0.3s;
    }

    .about-box:hover i, .about-box:hover h5 {
        color: #fff;
        transition: ease-in-out 0.3s;
    }

.about-opacity-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .about-opacity-icon i {
        position: absolute;
        color: #28a745;
        top: 30px;
        font-size: 120px;
        font-weight: 800;
        line-height: 1;
        text-transform: capitalize;
        opacity: 0;
        animation: scale .6s alternate infinite linear both;
    }

@keyframes scale {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px)
    }
}

.about-box:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active {
    background: #28a745;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}

    .about-box.active i, .about-box.active h5 {
        color: #fff;
    }

    .about-box.active .about-opacity-icon i {
        opacity: .09;
    }

    .about-box.active:hover {
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
        box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    }

        .about-box.active:hover i {
            color: #0284d0;
        }

        .about-box.active:hover h5 {
            color: #1f1f1f;
        }

        .about-box.active:hover .about-opacity-icon i {
            opacity: .09;
        }

    .about-box.active.about-box-green {
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
        box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    }

        .about-box.active.about-box-green i {
            color: #0284d0;
        }

        .about-box.active.about-box-green h5 {
            color: #1f1f1f;
        }

        .about-box.active.about-box-green .about-opacity-icon i {
            opacity: 0;
        }

        .about-box.active.about-box-green:hover {
            background: #28a745;
        }

            .about-box.active.about-box-green:hover i {
                color: #ffffff;
            }

            .about-box.active.about-box-green:hover h5 {
                color: #ffffff;
            }

            .about-box.active.about-box-green:hover .about-opacity-icon i {
                opacity: .09;
            }

/* ===================================
   Stats
====================================== */

/* about progressbar skills */
.split-container-setting {
    max-width: 460px;
    margin-left: auto;
    margin-right: 96px;
}

    .split-container-setting .main-title h2 {
        max-width: 100%;
        text-transform: initial;
    }

    .split-container-setting .main-title p {
        max-width: 100%;
        margin: 0;
    }

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

.custom-progress {
    text-transform: capitalize;
    color: #1f1f1f;
    margin-bottom: 2rem;
}

.bg-change .split-container-setting .main-title h5, .bg-change .split-container-setting .main-title h2, .bg-change .split-container-setting h6 {
    color: #ffffff;
}

.bg-change.bg-blue .progress {
    background: #329ad7;
}

.progress-bar {
    border-radius: 50px;
}

.split-container-setting.style-two {
    max-width: 460px;
    margin-left: 100px;
    margin-right: auto;
}

.split-container-setting.style-three {
    max-width: 600px;
    margin: 0 auto;
}
/* ===================================
   Team
====================================== */

.team-classic .item {
    text-align: center;
}

    .team-classic .item img {
        transform: scale(1);
        transition: 1s;
    }

    .team-classic .item:hover img {
        transform: scale(1.2);
        transition: 1s;
    }

.team-data-img {
    overflow: inherit;
}

.team-classic-content {
    padding: 20px 0 15px;
    background: #ffffff;
}

.team-classic .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    z-index: 2;
    transition: 2s;
}

    .team-classic .team-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .7;
    }

.team-classic .item:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.team-classic .item:hover ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .5s ease-in-out;
}

.team-classic .item:hover .team-classic-content h5 {
    color: #0284d0;
}

.team-classic .item .team-classic-content:after {
    position: relative;
    content: '';
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: table;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #28a745;
    visibility: hidden;
    opacity: 0;
}

.team-classic .item:hover .team-classic-content:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}
/* ---- Social Icons ---- */
ul.social_icon li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    ul.social_icon li a:hover,
    ul.social_icon li a:focus {
        background: #b2cb20;
        border-color: transparent;
        color: #fff;
    }

    ul.social_icon li a.facebook:hover,
    ul.social_icon li a.facebook:focus {
        background: #3b5999;
        border-color: #3b5999;
    }

    ul.social_icon li a.twitter:hover,
    ul.social_icon li a.twitter:focus {
        background: #55acee;
        border-color: #55acee;
    }

    ul.social_icon li a.insta:hover,
    ul.social_icon li a.insta:focus {
        background: #e4405f;
        border-color: #e4405f;
    }

    ul.social_icon li a.google:hover,
    ul.social_icon li a.google:focus {
        background: #dd4b39;
        border-color: #dd4b39;
    }

.team-classic ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-540%);
    transition: .5s ease-in-out;
}

    .team-classic ul li:first-child, .team-classic .item:hover ul li:first-child {
        transition-delay: .2s;
    }

    .team-classic ul li:nth-child(2), .team-classic .item:hover ul li:nth-child(2) {
        transition-delay: .3s;
    }

    .team-classic ul li:nth-child(3), .team-classic .item:hover ul li:nth-child(3) {
        transition-delay: .4s;
    }

    .team-classic ul li:nth-child(4), .team-classic .item:hover ul li:nth-child(4) {
        transition-delay: .5s;
    }

    .team-classic ul li:nth-child(5), .team-classic .item:hover ul li:nth-child(5) {
        transition-delay: .6s;
    }

    .team-classic ul li:nth-child(6), .team-classic .item:hover ul li:nth-child(6) {
        transition-delay: .7s;
    }

    .team-classic ul li:nth-child(7), .team-classic .item:hover ul li:nth-child(7) {
        transition-delay: .8s;
    }

/* ---- Social Icons ends ---- */

/* ===================================
   Cases
====================================== */
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

    .cbp-caption-zoom .cbp-caption-activeWrap:before {
        right: 0;
    }

    .cbp-caption-zoom .cbp-caption-activeWrap:after, .cbp-caption-zoom .cbp-caption-activeWrap:before {
        opacity: 0.6;
        position: absolute;
        top: 0;
        content: "";
        width: 0;
        height: 100%;
        background-color: #000;
        -webkit-transition: all 0.45s ease-in-out 0s;
        transition: all 0.45s ease-in-out 0s;
        z-index: -1;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .cbp-caption-zoom .cbp-caption-activeWrap:after {
        left: 0;
    }

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap:before {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap::before {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-line {
    position: absolute;
    background: #ffffff;
}

.top {
    top: 0;
    right: 20px;
    width: 100px;
    height: 3px;
}

.top-right {
    top: 0;
    right: 20px;
    height: 100px;
    width: 3px;
}

.bottom {
    top: unset;
    bottom: 0;
    left: 20px;
    width: 100px;
    height: 3px;
}

.bottom-left {
    top: unset;
    bottom: 0;
    left: 20px;
    height: 100px;
    width: 3px;
}

.cbp-popup-singlePage .cbp-popup-content {
    max-width: 1020px;
}

.cbp-popup-singlePage {
    background: none;
}

    .cbp-popup-singlePage:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .cbp-popup-singlePage:before {
        background: #ffffff;
        opacity: 1;
    }

    .cbp-popup-singlePage .cbp-popup-navigation-wrap {
        background: #28a745;
    }

        .cbp-popup-singlePage .cbp-popup-navigation-wrap:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            opacity: 1;
        }

.cbp-l-project-title {
    color: #1f1f1f;
    /*font: 300 3rem/1.2 "Raleway", sans-serif;*/
    font: 300 3rem/1.2 "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    text-align: center;
}

.cbp-l-project-subtitle {
    color: #1f1f1f;
    /*font: 400 1.25rem/26px "Open Sans", sans-serif;*/
    font: 400 1.25rem/26px "Nunito Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
}

.cbp-l-project-desc-text {
    /*font: 400 15px/26px "Open Sans", sans-serif;*/
    font: 400 15px/26px "Nunito Sans", sans-serif;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.cbp-l-project-desc-title {
    border-bottom: none;
    margin-bottom: 22px;
    color: #1f1f1f;
}

.cbp-l-project-related-title {
    /*font: 400 16px/18px "Raleway", sans-serif;*/
    font: 400 16px/18px "Montserrat", sans-serif;
    color: #1f1f1f;
    margin-top: 20px;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
    border-bottom: 1px solid #1f1f1f;
    display: inline-block;
    margin: 0 0 -1px 0;
    font: 400 16px/36px "Nunito Sans", sans-serif;
    padding: 0 5px 0 0;
}

.cbp-l-project-details-list > li, .cbp-l-project-details-list > div {
    border-bottom: 1px dashed #acacac;
    padding: inherit;
    color: #1f1f1f;
    font: 400 15px/30px "Nunito Sans", sans-serif;
}

.cbp-l-project-details-list strong {
    color: #1f1f1f;
}

.cbp-popup-singlePage .cbp-popup-close {
    border-radius: 50%;
    transition: .5s;
}

.cbp-popup-singlePage .cbp-popup-next {
    border-radius: 50%;
    transition: .5s;
}

.cbp-popup-singlePage .cbp-popup-prev {
    border-radius: 50%;
    transition: .5s;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position: -92px -182px;
    transition: .5s;
    background-color: #ffffff;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    background-position: -46px -182px;
    transition: .5s;
    background-color: #ffffff;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: 0 -182px;
    transition: .5s;
    background-color: #ffffff;
}

.cbp-popup-singlePage-open .cbp-nav-controls {
    display: none;
}

.cbp-popup-singlePage-open .cbp-slider .cbp-nav-pagination {
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
}

.cbp-popup-singlePage-open .cbp-slider .cbp-nav-pagination-item {
    background: #ffffff;
    margin: 0 6px;
}

.cbp-popup-singlePage-open .cbp-slider .cbp-nav-pagination-active {
    background: #1f1f1f;
    transform: scale(1.5);
}

/* ===================================
    price Starts
====================================== */

.price-item {
    position: relative;
    padding: 2.5rem 0;
    max-width: 365px;
    margin: 0 auto;
    z-index: 1;
    transition: 1s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
}

.price-transform {
    transform: translateY(34px);
}

.price-box {
    margin-bottom: 75px;
}

    .price-box h3 {
        font-size: 36px;
        color: #1f1f1f;
        text-transform: capitalize;
        font-weight: normal;
    }

    .price-box i {
        font-size: 55px;
        color: #eaeaea;
    }

.dollar {
    position: absolute;
    font-size: 30px;
    transform: translateX(-95%);
    top: 5px;
    font-weight: 300;
}

.price {
    padding-bottom: 40px;
}

    .price h2 {
        font-size: 60px;
        font-weight: 100;
    }

    .price span.month {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #1f1f1f;
    }

.price-sub-heading {
    margin-bottom: 20px;
    font-size: 17px;
    color: #1f1f1f;
    font-weight: 100;
}

.price-padding {
    padding: 7.5rem 0 4rem;
}

.price-features {
    padding: 30px 0;
    color: #ffffff;
}

.price-description {
    padding-bottom: 65px;
}

    .price-description p {
        color: #686868;
        padding: 15px 0;
    }

        .price-description p:last-child {
            margin-bottom: 0;
        }

.price-transform.basic-plan .price-description {
    padding-bottom: 120px
}

.price-item.standard-plan {
    padding: 4rem 0;
    z-index: 2;
    max-width: 380px;
}

    .price-item.standard-plan .price-box {
        margin-bottom: 40px;
    }

        .price-item.standard-plan .price-box i {
            font-size: 70px;
        }

    .price-item.standard-plan .price-description {
        padding-bottom: 40px;
    }
/*
.price-item .btn-blue {
    border-color: #0284d0;
    background-color: #0284d0;
}
*/
.price-package, .price-icon {
    transform: translateY(0);
    transition: 1s;
    animation: 1s linear 1 alternate both;
}

.price-item:hover .price-package {
    transform: translateY(210%);
    transition: 1s;
    animation: 1s linear 1 alternate both;
}

.price-item:hover .price-icon {
    transform: translateY(-130%);
    transition: 1s;
    animation: 1s linear 1 alternate both;
}

.price-item.standard-plan:hover .price-package {
    transform: translateY(-280%);
    transition: 1s;
    animation: 1s linear 1 alternate both;
}

.price-item.standard-plan:hover .price-icon {
    transform: translateY(100%);
    transition: 1s;
    animation: 1s linear 1 alternate both;
}

/* ===================================
    Clients Starts
====================================== */
.slick-dots {
    transform: translateY(-300%);
}

    .slick-dots li.slick-active button:before {
        opacity: .75;
        /*color: #ffffff;*/
    }

    .slick-dots li button:before {
        font-size: 12px;
        /*color: #ffffff;*/
    }

.testimonial-text {
    max-width: 650px;
}

.quote {
    font-size: 20px;
    /*color: #ffffff;*/
}

.testimonial-one .testimonial-icon {
    display: block;
    font-size: 28px;
    color: #acacac;
    margin-bottom: 15px;
}

.testimonial-one .testimonial-item .rating {
    margin-top: 5px;
}

    .testimonial-one .testimonial-item .rating i {
        font-size: 15px;
        color: #f9ce4c;
    }

.testimonial-person {
    /*background: #0277bb;*/
    background: #f2f2f2;
    border-radius: 5px;
    width: 100%;
    max-width: 376px;
    height: 510px;
}

    .testimonial-person .post {
        height: 120px;
        width: 120px;
    }

        .testimonial-person .post > img {
            width: 100%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.testimonial-social-icons i {
    font-size: 20px;
    /*color: #ffffff;*/
    color: grey;
}

/* owl carousel brands */
.brand-carousel.owl-carousel .owl-item img {
    margin: 0 auto;
    cursor: pointer;
    width: 200px;
}

/* our partners */
.our-partners-content img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 30px 20px;
    width: 200px;
    max-width: 100%;
}
/* ===================================
   Request
====================================== */
.split-box-container-setting {
    max-width: 650px;
    padding: 3rem 0;
}

.select2-container--default .select2-selection--single {
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    text-align: left;
    font-size: 15px;
    border: none;
    color: #1f1f1f;
    -webkit-transition: 300ms ease-in all;
    background: #f5f6f6;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
    padding: 0 15px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
        color: #1f1f1f;
        font-weight: 400;
        padding-left: 0;
        padding-right: 0;
        line-height: 44px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 12px;
    }

.select2-dropdown {
    z-index: 20;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #28a745 !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1f1f1f transparent transparent transparent;
    left: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1f1f1f transparent;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.request-form-textfield input,
.request-form-textfield textarea {
    font-size: 15px;
    border: none;
    color: #1f1f1f !important;
    background: #f5f6f6;
}

    .request-form-textfield input::-webkit-input-placeholder, .request-form-textfield textarea::-webkit-input-placeholder,
    .request-form-textfield input:-moz-placeholder, .request-form-textfield textarea:-moz-placeholder,
    .request-form-textfield input::-moz-placeholder, .request-form-textfield textarea::-moz-placeholder,
    .request-form-textfield input:-ms-input-placeholder, .request-form-textfield textarea:-ms-input-placeholder,
    .request-form-textfield input::placeholder, .request-form-textfield textarea::placeholder {
        color: #ffffff !important;
    }

.request-form-textfield .form-control::placeholder {
    color: #1f1f1f;
    opacity: 1;
}

.request-form-textfield input:focus, .request-form-textfield textarea:focus {
    border-color: #dcdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
}

.request-form-textfield textarea {
    height: 120px;
    resize: none;
}
/* features 4 boxes */
.process-box .pro-step {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.process-box {
    background: #fff;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .process-box .pro-step {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        border: 1px solid;
        border-color: transparent;
        border-radius: 50%;
        background-color: #f9f9f9;
        position: relative;
    }

    .process-box:hover .pro-step {
        border-color: #f9f9f9;
        background-color: rgba(71, 69, 228, 0.1);
    }

    .process-box .pro-step:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
        background: #28a745;
        border-radius: 50%;
        z-index: 0;
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }

    .process-box:hover .pro-step:before {
        transform: scale(0);
    }

    .process-box .pro-step i {
        z-index: 1;
        position: relative;
    }

    .process-box:hover .pro-step i {
        color: #28a745;
    }

/* ===================================
   Contact
====================================== */

.brand-transform-padding {
    padding: 0 0 250px;
}

.footer-transform-padding {
    padding: 250px 0 0;
}

.contact-transform {
    transform: translateY(-52%);
    overflow: visible;
}

.box-shadow-contact {
    box-shadow: -10px 0 20px 0 rgba(0,0,0,0.02);
}

.box-shadow-map {
    box-shadow: 10px 0 20px 0 rgba(0,0,0,0.02);
}

.contact-box {
    background: #ffffff;
    padding: 70px 50px;
}

.contact-box1 {
    background: #ffffff;
    padding: 20px 0px;
}

.alert-danger {
    border-radius: 36px;
}

.contact-para-setting {
    max-width: 480px;
}

.contact-info .icon-box {
    display: table;
    padding-top: 1.5rem;
}

    .contact-info .icon-box:last-child {
        padding-bottom: 0.5rem;
    }

.contact-info h5 {
    margin-bottom: 2rem;
}

.contact-info i {
    display: table-cell;
    font-size: 30px;
    padding-right: 15px;
}

.contact-info p {
    transform: translateY(-10px);
}

.form-control {
    padding: 1.5rem .75rem;
}

    .form-control.message {
        padding: 13px 10px 10px;
        height: 150px;
    }

.contact-form-textfield input,
.contact-form-textfield textarea {
    font-size: 14px;
    border: 1px solid #dcdbdb;
    color: #535353 !important;
    /*    border-radius: 30px;*/
    -webkit-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
}

    .contact-form-textfield input::-webkit-input-placeholder, .contact-form-textfield textarea::-webkit-input-placeholder,
    .contact-form-textfield input:-moz-placeholder, .contact-form-textfield textarea:-moz-placeholder,
    .contact-form-textfield input::-moz-placeholder, .contact-form-textfield textarea::-moz-placeholder,
    .contact-form-textfield input:-ms-input-placeholder, .contact-form-textfield textarea:-ms-input-placeholder,
    .contact-form-textfield input::placeholder, .contact-form-textfield textarea::placeholder {
        color: #ffffff !important;
    }

    .contact-form-textfield input:focus, .contact-form-textfield textarea:focus {
        border-color: #dcdbdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333333;
    }

.contact-form-textfield textarea {
    height: 120px;
    resize: none;
}

.form-control {
    box-shadow: none;
}

.contact-box-shadow {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    padding: 30px 25px;
}

    .contact-box-shadow h2 {
        text-transform: capitalize;
        margin-bottom: 1.15rem !important;
    }

    .contact-box-shadow .contact-para-setting {
        margin-bottom: 1.5rem !important;
    }

.contact-info .icon-box:first-child {
    padding-top: 0;
}

.contact-form-center {
    max-width: 950px;
    margin: 0 auto;
}

/* contact split */
.address-social li {
    display: inline-block;
}

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

    .address-social a:hover {
        background-color: #ffffff;
    }

.address-social.black a {
    color: #1f1f1f;
}
/* ===================================
    Footer
====================================== */

footer.bg-black2 {
    background: #f8f9fa;
}

.footer-icons li {
    display: inline-block;
}

    .footer-icons li a {
        display: block;
        height: 55px;
        width: 55px;
        font-size: 18px;
        color: #676767;
        line-height: 60px;
        text-align: center;
        margin: 0 0.1rem;
        border-radius: 40px;
        background: transparent;
        -webkit-transition: all .3s ease !important;
        -o-transition: all .3s ease !important;
        transition: all .3s ease !important;
    }

.copyrights, .copyrights a {
    font-size: 14px;
    /*color: #535353;*/
    color: #fff;
}

    .copyrights a:hover, .copyrights a:focus {
        /*color: #0284d0;*/
        color: lightgray;
    }

.legal, .legal a {
    font-size: 14px;
    color: gray;
    text-align:left;
}

    .legal a:hover, .legal a:focus {
        /*color: #0284d0;*/
        color: #fff;
    }

.footer-icons li a:hover, .footer-icons li a:focus {
    color: #ffffff;
}

.footer-icons li a.facebook:hover, .footer-icons li a.facebook:focus {
    -webkit-box-shadow: 0 0 15px 30px #4267B2 inset;
    box-shadow: 0 0 15px 30px #4267B2 inset;
}

.footer-icons li a.twitter:hover, .footer-icons li a.twitter:focus {
    -webkit-box-shadow: 0 0 15px 30px #1DA1F2 inset;
    box-shadow: 0 0 15px 30px #1DA1F2 inset;
}

.footer-icons li a.google:hover, .footer-icons li a.google:focus {
    -webkit-box-shadow: 0 0 15px 30px #DB4437 inset;
    box-shadow: 0 0 15px 30px #DB4437 inset;
}

.footer-icons li a.linkedin:hover, .footer-icons li a.linkedin:focus {
    -webkit-box-shadow: 0 0 15px 30px #0077B5 inset;
    box-shadow: 0 0 15px 30px #0077B5 inset;
}

.footer-icons li a.instagram:hover, .footer-icons li a.instagram:focus {
    -webkit-box-shadow: 0 0 15px 30px #C32AA3 inset;
    box-shadow: 0 0 15px 30px #C32AA3 inset;
}

.footer-icons li a.pinterest:hover, .footer-icons li a.pinterest:focus {
    -webkit-box-shadow: 0 0 15px 30px #BD081C inset;
    box-shadow: 0 0 15px 30px #BD081C inset;
}

.footer-icons li a i:hover {
    color: #ffffff;
    border-radius: 40px;
}

.fullscreen .center-col, .not-fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* background setting */
.bg-img-setting {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
/* parallax images */
.newsletter1 {
    background: url("../img/newsletter.jpg");
}
/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

/* page header */
.page_header {
    background: url(../img/page-header.jpg) no-repeat;
}

.page_header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

    .page_header .page-content h2 {
        font-size: 2rem;
    }

    .page_header .page-content .page_nav {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        padding: 18px 30px 18px;
        margin-top: 80px;
        color: #7f7f7f;
        font-size: 0.875rem;
        float: right;
        margin-bottom: -2px;
    }

    .page_header .page-content {
        margin: 5rem 0 8rem 0;
    }


/* ===================================
    Blog, Blog Pages & News Starts
====================================== */

/* Blog + Blog Pages */

.news_item {
    background: #ffffff;
    position: relative;
}

    .news_item.blog-one:hover img, .news_item.blog-two:hover img {
        transform: scale(1.2);
    }

    .news_item.shadow {
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }

    .news_item .news_desc {
        padding: 40px 30px;
    }
/* blog post */
.blog-post {
    overflow: hidden;
}

    .blog-post .post {
        height: 45px;
        width: 45px;
        border-radius: 4px;
    }

        .blog-post .post img {
            width: 100%;
        }

    .blog-post .blog-tags {
        vertical-align: middle;
        font-size: 15px;
    }

    .blog-post span {
        font-size: 13px;
        display: block;
    }


.news_item:hover h3 a {
    color: #0284d0;
}


/* widgets */
.widget {
    background: #ffffff;
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .widget button, .widget-parallax button {
        border: none;
    }

.blog-box {
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.widget-parallax {
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
/* form search */
.search-box .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    /* -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;*/
}

.search-box .form-control,
.search-box .search-addon {
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

    .search-box .form-control:focus, .search-box textarea:focus {
        border-color: #0284d0;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }

.search-box .search-addon {
    background-color: #0284d0;
    color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /* -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

.search-addon:hover {
    background: #28a745;
}

.search-box.bg-change .search-addon {
    background-color: #28a745;
}

    .search-box.bg-change .search-addon:hover {
        background-color: #0284d0;
    }

.search-box.bg-change .form-control:focus, .search-box.bg-change textarea:focus {
    border-color: #ffffff;
}
/* recent post */
.single-post {
    overflow: hidden;
    display: table;
}

    .single-post .post, .single-post .text {
        display: table-cell;
    }

    .single-post .post {
        height: 60px;
        width: 60px;
    }

        .single-post .post > img {
            width: 100%;
            /*  -webkit-border-radius: 50%;
    border-radius: 50%;*/
        }

    .single-post .text {
        vertical-align: middle;
        padding-left: 10px;
        font-size: 15px;
    }

    .single-post span {
        font-size: 13px;
        display: block;
    }

    .single-post:hover a, .single-post:focus a {
        color: #0284d0;
    }
/* categories */
.categories-name > a {
    display: block;
    padding: 18px 0 5px;
    border-bottom: 1px solid #d8d8d8;
}

    .categories-name > a > p:hover {
        color: #0284d0;
    }

    .categories-name > a > p > span {
        float: right;
        width: 40px;
        text-align: center;
        border-radius: 4px;
        font-size: 15px;
    }

    .categories-name > a > p:hover span {
        background: #0284d0;
        color: #ffffff;
    }
/* tags */
.tags li {
    display: inline-block;
    padding: 2px 12px 2px;
    border: 1px solid #838383;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 1px 6px 0;
}

    .tags li p {
        color: #838383;
    }

    .tags li:hover, .tags li:focus {
        background: #0284d0;
        border: 1px solid #0284d0;
        -webkit-transition: 300ms all linear;
        -o-transition: 300ms all linear;
        transition: 300ms all linear;
    }

        .tags li:hover p, .tags li:focus p {
            color: #ffffff;
        }

ul.rounded li {
    display: flex;
    margin-top: 20px;
}

    ul.rounded li::before {
        content: "";
        height: 10px;
        width: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #0284d0;
        margin-top: 6px;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
    }
/* post comments + tabs */
.any-profile {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

    .any-profile .profile-photo {
        display: table-cell;
        vertical-align: top;
    }

    .any-profile .profile-text {
        display: table-cell;
        vertical-align: middle;
    }

    .any-profile .profile-photo {
        height: 90px;
        width: 90px;
    }

        .any-profile .profile-photo > img {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 100%;
        }
/* pagination */
.pagination li > a {
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

    .pagination li > a i {
        font-size: 14px;
    }

.pagination li > a,
.pagination li:first-child a,
.pagination li:last-child a {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .pagination li > a:hover, .pagination li > a:focus {
        background: #0284d0;
    }

    .pagination li > a:hover, .pagination li > a:focus,
    .pagination li.active > a {
        color: #ffffff;
    }

.pagination li.active > a {
    background: #0284d0 !important;
}

.page-link:focus {
    box-shadow: none;
}

.blockquote {
    font-size: 17px;
}

/* newsletter */

.newsletter {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 505px;
}

.newsletter-icon i {
    font-size: 45px;
    color: #1f1f1f;
}

.subscribe-box .form-control {
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
    font-size: 14px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-radius: 0;
    max-width: 250px;
    margin-bottom: 0;
}

    .subscribe-box .form-control:focus, .subscribe-box textarea:focus {
        border-color: #0284d0;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }

/* ===================================
   Social Icons Popup
====================================== */
.social-icons-popup {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 30px;
    transform: translateY(1000%);
    margin: 0 auto;
    cursor: pointer;
    z-index: 5;
}

    .social-icons-popup a {
        position: absolute;
        z-index: -1;
    }

.social-icons-popup-inner {
    position: relative;
    z-index: 2;
}

.social-icons-popup-outer {
    height: 10px;
    background: #0284d0;
    z-index: 8;
    width: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    transform: translateX(-200%);
}

.share-icon {
    font-size: 25px;
    color: #ffffff;
}

.circle-bg-fb,
.circle-bg-tw,
.circle-bg-i,
.circle-bg-p {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    transform: translateX(-80%);
}

.circle-bg-fb {
    position: absolute;
    background-color: #3b5998;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    justify-content: center;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.circle-bg-fb-end {
    top: 80px;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: visible;
}

.circle-bg-tw {
    position: absolute;
    background-color: #55ACEE;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    justify-content: center;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.circle-bg-tw-end {
    top: 160px;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: visible;
}

.circle-bg-i {
    position: absolute;
    background-color: #0077B5;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    justify-content: center;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.circle-bg-i-end {
    top: 240px;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: visible;
}

.circle-bg-p {
    position: absolute;
    background-color: #BD081C;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    justify-content: center;
    display: flex;
    align-items: center;
    visibility: hidden;
}

.circle-bg-p-end {
    top: 320px;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: visible;
}

/* ===================================
   Loader
====================================== */
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    height: 90px;
    margin: 0 50px 100px 0;
    width: 90px;
}

    .loader-box li {
        position: relative;
        width: 100%;
        height: 100%;
        background: #0284d0; /*#28a745;*/
        transform: scale(0);
        transform-origin: center center;
        animation: loader-box-fade 2s infinite linear;
    }

        .loader-box li:nth-child(1), .loader-box li:nth-child(5), .loader-box li:nth-child(9) {
            animation-delay: 0.4s;
        }

        .loader-box li:nth-child(4), .loader-box li:nth-child(8) {
            animation-delay: 0.2s;
        }

        .loader-box li:nth-child(2), .loader-box li:nth-child(6) {
            animation-delay: 0.6s;
        }

        .loader-box li:nth-child(3) {
            animation-delay: 0.8s;
        }

@keyframes loader-box-fade {
    0% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
/* ===================================
   Media Queries
====================================== */

@media (max-width: 1280px) and (min-width: 992px) {

    .about-img {
        height: 580px;
    }

    .image img.about-img {
        height: 580px;
    }
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 3.56rem;
    }

    h2 {
        font-size: 2.45rem;
    }

    h3 {
        font-size: 1.65rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5, .cbp-l-project-subtitle {
        font-size: 1rem;
    }

    .navbar-top-default .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .split-container-setting {
        max-width: 400px;
        margin-right: 67px;
    }

        .split-container-setting.style-two {
            max-width: 400px;
            margin-left: 70px;
        }

        .split-container-setting.style-three {
            max-width: 400px;
        }
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 2.95rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    .mt-sm-40px {
        margin-top: 40px;
    }

    .sm-mt-2rem {
        margin-top: 2rem;
    }

    .sm-mt-5 {
        margin-top: 3rem;
    }

    .sm-mt-15px {
        margin-top: 15px;
    }

    .sm-mb-10px {
        margin-bottom: 10px;
    }

    .md-mb-5 {
        margin-bottom: 3rem;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-p-0 {
        padding: 0;
    }

    #home.h-100vh {
        min-height: unset !important;
    }

    .about-img, .image img.about-img {
        height: auto;
        width: 100%;
    }

    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .testimonial-post {
        margin: 0 auto;
    }

        .testimonial-post .post, .testimonial-post .text-content {
            display: block;
            margin: 0 auto;
        }

    .side-menu {
        width: 45%;
    }

    .split-box-container-setting {
        max-width: 650px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .contact-transform {
        transform: translateY(-50%)
    }

    .contact-box {
        padding: 65px 45px;
    }

    .contact-transform .col-map #google-map {
        height: 494px;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }

    h1, .h1 {
        font-size: 2.65rem;
    }

    h2, .main-title.style-two h2, .cbp-l-project-title {
        font-size: 2.2rem;
        padding-top: 25px;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.115rem;
    }

    p {
        font-size: 14px;
    }

    .logo {
        max-width: 120px;
    }

    .side-menu {
        width: 380px;
    }

    section, .section-padding, .price-padding {
        padding: 4.5rem 0;
    }

    .awaza {
        display: none !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: inline-block !important;
    }

    .mt-xs-4rem {
        margin-top: 4rem !important;
    }

    .mt-xs-40px {
        margin-top: 40px;
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xs-2rem {
        margin-bottom: 2rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mr-xs-0 {
        margin-right: 0 !important;
    }

    .ml-xs-0 {
        margin-left: 0 !important;
    }

    .mrl-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xs-25px {
        padding-top: 25px;
    }

    .pt-xs-0 {
        padding: 0 !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pr-xs-0 {
        padding-right: 0 !important;
    }

    .pl-xs-0 {
        padding-left: 0 !important;
    }

    .price-item {
        padding: 2rem 2rem 3rem;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .btn-setting {
        font-size: 13px;
        padding: 8px 28px;
    }

    .w-xs-50 {
        width: 50%;
    }

    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .main-title {
        margin-bottom: 2.5rem;
    }

        .main-title h2, .cbp-l-project-title {
            margin-bottom: 1.2rem;
        }

    .order-xs-2 {
        order: 2;
    }

    .footer-icons li a {
        height: 45px;
        width: 45px;
        font-size: 16px;
        line-height: 50px;
    }

    .price-transform {
        transform: translateY(0);
    }

    .contact-transform {
        transform: translateY(-50%);
    }

    .contact-box {
        padding: 4.5rem 0;
    }

    .brand-transform-padding {
        padding: 0 0 490px;
    }

    .footer-transform-padding {
        padding: 490px 0 0;
    }
}

/* book logo starting */
.services_logos ul {
    margin: 0px 0;
    padding: 0;
    text-align: center
}

    .services_logos ul li {
        list-style: none;
        display: inline-block;
        width: 10%;
        margin: 1.5%;
        background-color: transparent;
        border-radius: 12px;
    }

        .services_logos ul li a {
            width: 100%;
            height: 100%;
        }

            .services_logos ul li a img {
                width: 100%;
                height: 100%;
            }

        .services_logos ul li.active {
            border: none
        }

            .services_logos ul li.active img {
                /*filter: brightness(0) invert(1);*/
            }

    .services_logos ul li {
        width: 5%;
        margin: 0.5% 0.5%;
    }

/* book logo ending */

/* Footer */
.footer-widget {
    background: #ffffff;
    /*padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);*/
}

.footer-top {
    padding: 0px 0;
    text-align: left;
}

    .footer-top .footer-widget h2 {
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 21px;
        color: #000000;
        font-style: inherit;
        font-weight: bold;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .footer-top .footer-widget ul.footer_links {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

        .footer-top .footer-widget ul.footer_links li {
            display: block;
            padding: 6px 10px;
            border-bottom: 1px solid #ebebeb;
            list-style: none;
        }

            .footer-top .footer-widget ul.footer_links li a {
                color: dimgrey;
            }

                .footer-top .footer-widget ul.footer_links li a:focus, a:hover {
                    color: black !important;
                    font-weight: 600;
                    text-decoration: underline !important;
                }

            .footer-top .footer-widget ul.footer_links li:last-child {
                border-bottom: 0;
            }

    .footer-top .footer-widget ul.footer_links2 {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

        .footer-top .footer-widget ul.footer_links2 li {
            display: inline-block;
            padding: 6px 10px;
            position: relative;
        }

            .footer-top .footer-widget ul.footer_links2 li:after {
                content: "\f111";
                font-family: 'FontAwesome';
                position: absolute;
                right: -5px;
                font-size: 6px;
            }

            .footer-top .footer-widget ul.footer_links2 li:last-child:after {
                display: none;
            }

    .footer-top .footer-widget ul.social_icons {
        margin: 0;
        padding: 0;
    }

    .footer-top .widget ul.social_icons li {
        display: inline-block;
    }


/* Drop Cap */
.dropcap {
    float: left; /* Floats the letter to the left, allowing text to wrap around it */
    font-size: 6.5em; /* Adjust this value to control the size of the drop cap. 4em typically spans 3 lines. */
    line-height: 0.8; /* Reduces the line height to ensure the drop cap aligns with the top of the first line. */
    font-weight: 50;
}


/* Accordin */

.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.panel-faq .panel-heading .panel-title {
    font-size: 14px !important;
    font-weight: 500;
    color: #222 !important;
}

    .panel-faq .panel-heading .panel-title span {
        font-size: 18px;
        font-weight: 600;
    }



/* Services */
.grid_title {
    letter-spacing: 3px;
    text-transform: none;
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-style: inhert;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.grid_content {
    /*min-height: 180px;*/
}



/* Contact Us */
.page_title_contact {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
    color: #636363;
    font-style: inhert;
    font-weight: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* career */
.page_title {
    letter-spacing: 3px;
    text-transform: none;
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-style: inhert;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.page_title1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
    color: #636363;
    text-align: left;
    font-style: inhert;
    font-weight: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
}

#no-more-tables thead th {
    background-color: #A3A3A2 !important;
    color: #fff;
    padding: 18px 12px;
}

#no-more-tables > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02) !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px;
}


/* technologi */
.content-text p {
    font-size: 14px;
    color: #888888;
    line-height: 1.66em;
    margin-bottom: 20px;
}

.content-text ul {
    margin-top: 20px;
}

    .content-text ul li {
        position: relative;
        margin: 0 0 6px 0;
        padding: 0 0 0 22px;
        line-height: 24px !important;
    }

        .content-text ul li:before {
            font-family: 'FontAwesome';
            content: "\F111";
            font-size: 0.6em;
            margin-right: 0.6em;
            color: #ccc;
            position: absolute;
            left: 0;
        }

.cont-text {
    margin-top: 18px;
}

.testimonial .item p {
    color: red;
}

.testimonial1 {
    text-align: center;
}

    .testimonial1 .item p {
        padding: 85px;
        color: #000;
        margin-top: 40px;
    }

p em:before {
    color: #ccc;
    content: "\201C";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.05em;
    vertical-align: -0.4em;
}

p em:after {
    content: "\201D";
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.0em;
    vertical-align: -0.5em;
    color: #ccc;
    text-align: left;
}



/* About Us*/
.has-line-right {
    align-items: flex-end;
}

.no-line::after {
    content: none !important;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

    .icon-wrapper:hover {
        transform: translateY(-5px);
    }

.icon-image {
    object-fit: contain;
    max-width: 100px;
    max-height: 100px;
}

/* Paragraph base styles */
.value-paragraph {
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid #acb1b1;
    margin: 0;
}

/* Vertical lines base */
.vertical-line {
    position: absolute;
    width: 2px;
    background-color: #acb1b1;
    z-index: 1;
    display: none; /* Hide by default */
}
/* Title styling */
.value-title {
    margin-bottom: 10px;
}

/* Paragraph curve styles */
.row:nth-of-type(1) .value-paragraph,
.row:nth-of-type(3) .value-paragraph,
.row:nth-of-type(5) .value-paragraph {
    border-bottom: none;
    border-left: none;
    border-radius: 1px 10px 0 0;
}

.row:nth-of-type(2) .value-paragraph,
.row:nth-of-type(4) .value-paragraph {
    border-bottom: none;
    border-right: none;
    border-radius: 10px 1px 0 0;
}

/* Desktop + Tablet dash lines and layout (≥768px) */
@media (min-width: 768px) {
    .col-md-2 {
        position: relative;
        max-width: 11.666667%; /* If you want a tighter column, keep this */
        flex: 0 0 11.666667%;
    }

    /* Align icon middle */
    .icon-wrapper {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .icon-image {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    /* Left-side paragraph padding */
    .has-line-left .col-md-10 {
        padding-left: 0;
    }

    .has-line-left .value-paragraph {
        padding-left: 0rem;
        padding-right: 2rem;
        text-align: left;
    }

    /* Right-side paragraph padding */
    .has-line-right .col-md-10 {
        padding-right: 0;
    }

    .has-line-right .value-paragraph {
        padding-right: 0.5rem;
        padding-left: 2rem;
        text-align: right;
    }

    /* Left-side dash lines */
    .row:nth-of-type(1) .value-paragraph::after,
    .row:nth-of-type(3) .value-paragraph::after,
    .row:nth-of-type(5) .value-paragraph::after {
        content: "";
        position: absolute;
        right: -11px;
        width: 20px;
        height: 2px;
        background-color: #acb1b1;
        bottom: 50%; /* Align vertically center of image */
        transform: translateY(50%); /* Center it exactly */
    }

    /* Right-side dash lines */
    .row:nth-of-type(2) .value-paragraph::after,
    .row:nth-of-type(4) .value-paragraph::after {
        content: "";
        position: absolute;
        left: -11px;
        width: 20px;
        height: 2px;
        background-color: #acb1b1;
    }
}

/* Mobile-specific styles (≤767.98px) */
@media (max-width: 767.98px) {
    .row {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .icon-wrapper {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .icon-image {
        object-fit: contain;
    }
  /*  #cases article {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    
    #cases .value-title {
        margin-bottom: 0.3rem !important;
    }

    #cases .value-paragraph,
    #cases .mblview p {
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
        line-height: 1.5;
    }

    #cases article {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
*/
    .whatwedo-row {
        display: flex;
        flex-direction: column-reverse !important;
    }

        .whatwedo-row img {
            margin-top: 15px !important;
        }


    .value-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #aboutus .col-md-2::after {
        display: none !important;
    }
}

/* Very small devices */
@media (max-width: 480px) {
    .row > .col-md-2::after {
        height: 50px;
    }

    .row > .col-md-10 {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
       
    }
    .mblview {
        text-align: left !important;
        align-items: flex-start !important;
       
    }
    .logo.mblview {
        padding-left: 15px;
    }
    .row.mblview {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    .mblviewlr {
        text-align: left;
    }

    .mblviewrt {
        text-align: right;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .icon-wrapper {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .mb-4 {
        align-items: center;
        text-align: center;
    }
    .icon-image {
        object-fit: contain;
    }
   /*
    .row > .col-md-2::after {
        content: "";
        display: block;
        width: 4px;
        height: 60px;
        border-radius: 2px;
        background-color: #acb1b1;
        margin: 10px auto;
    }*/

    .value-paragraph {
        max-width: 90%;
        border-left: none;
        border-right: none;
        border-top: none;
        margin: 10px auto 0 auto;
    }

    .value-header {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
    }
    .row.stack-mobile {
        flex-direction: column;
        align-items: flex-start; /* not center */
        text-align: left;
    }
    #aboutus .col-md-2::after {
        display: none !important;
    }
}

/* Very small devices */
@media (max-width: 480px) {
    .row > .col-md-2::after {
        height: 50px;
    }

    .row > .col-md-10 {
        margin-top: 50px;
    }
}

/* Desktop + Tablet styles (both ≥768px) */
@media (min-width: 768px) {
    .col-md-2 {
        position: relative;
        max-width: 11.666667%;
        flex: 0 0 11.666667%;
    }

    .icon-wrapper {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .icon-image {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .has-line-left .col-md-10 {
        padding-left: 1rem;
    }

    .has-line-left .value-paragraph {
        padding-left: 0rem;
        padding-right: 2rem;
        text-align: left;
    }

    .has-line-right .col-md-10 {
        padding-right: 1rem;
    }

    .has-line-right .value-paragraph {
        padding-right: 0rem;
        padding-left: 2rem;
        text-align: right;
    }

    /* Left-side dash lines (Row 1, 3, 5) */
    .row:nth-of-type(1) .value-paragraph::after,
    .row:nth-of-type(3) .value-paragraph::after,
    .row:nth-of-type(5) .value-paragraph::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -11px;
        width: 20px;
        height: 2px;
        background-color: #acb1b1;
    }

    /* Right-side dash lines (Row 2, 4) */
    .row:nth-of-type(2) .value-paragraph::after,
    .row:nth-of-type(4) .value-paragraph::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -11px;
        width: 20px;
        height: 2px;
        background-color: #acb1b1;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {

    /* Tweak paragraph padding to improve layout */
    .has-line-left .value-paragraph,
    .has-line-left .value-header {
        padding-left: 0rem;
        padding-right: 2rem;
        text-align: left;
    }

    .has-line-right .value-paragraph,
    .has-line-right .value-header {
        padding-right: 0rem;
        padding-left: 2rem;
        text-align: right;
    }

    /* Shorter horizontal dash lines */
    .row:nth-of-type(1) .value-paragraph::after,
    .row:nth-of-type(3) .value-paragraph::after,
    .row:nth-of-type(5) .value-paragraph::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -8px;
        width: 15px;
        height: 2px;
        background-color: #acb1b1;
    }

    .row:nth-of-type(2) .value-paragraph::after,
    .row:nth-of-type(4) .value-paragraph::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -8px;
        width: 15px;
        height: 2px;
        background-color: #acb1b1;
    }

    /* Icon column width for tablet */
    .col-md-2 {
        position: relative;
        max-width: 16.666667%;
        flex: 0 0 11.666667%;
    }

    /* Center vertical line on icon */
    .icon-column {
        position: relative;
    }

    .has-line-left::before {
        left: calc(11.666667% / 2);
        transform: translateX(-50%);
    }

    .has-line-right::before {
        left: calc(11.666667% / 2);
        transform: translateX(-50%);
    }

    /* Adjust padding for certain rows */
    .row:nth-of-type(1) .col-md-2,
    .row:nth-of-type(3) .col-md-2,
    .row:nth-of-type(5) .col-md-2 {
        padding-left: 5px !important;
    }

    .row:nth-of-type(1) .col-md-2,
    .row:nth-of-type(3) .col-md-2,
    .row:nth-of-type(5) .col-md-2 {
        padding-right: 50px !important;
    }

    .row:nth-of-type(2) .col-md-2,
    .row:nth-of-type(4) .col-md-2 {
        padding-right: 15px !important; 
    }

    .row:nth-of-type(1) > [class*="col-"],
    .row:nth-of-type(3) > [class*="col-"],
    .row:nth-of-type(5) > [class*="col-"] {
        padding-right: 50px !important;
        padding-left: 1rem !important; 
    }
/*

    .row:nth-of-type(2) > [class*="col-"],
    .row:nth-of-type(4) > [class*="col-"] {
        padding-left: 70px !important;
    }*/

    .icon-column.col-12.col-md-2.text-center {
        padding-left: 20px !important;
    }

    .value-paragraph {
        height: 90px;
    }

    .img-fluid {
        max-width: 100px !important;
        max-height: 150px !important;
        width: auto;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .row:nth-of-type(1) > .col-md-10,
    .row:nth-of-type(3) > .col-md-10,
    .row:nth-of-type(5) > .col-md-10 {
        padding-left: 2rem !important;
    }
}

#contact .contact-box {
    background: #fff;
    padding: 40px;
}

.md-input {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

    .md-input input,
    .md-input textarea {
        font-size: 16px;
        padding: 10px 5px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        background: transparent;
        resize: none;
        outline: none;
    }

    .md-input label {
        color: #999;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        left: 5px;
        top: 12px;
        transition: 0.3s ease all;
        pointer-events: none;
    }

    .md-input input:focus ~ label,
    .md-input input:valid ~ label,
    .md-input textarea:focus ~ label,
    .md-input textarea:valid ~ label {
        top: -12px;
        font-size: 12px;
    }
.required-star {
    color: red;
    margin-left: 2px; /* optional spacing */
    font-weight: bold;
}
    .md-input .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .md-input .bar:before,
        .md-input .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0;
            position: absolute;
            transition: 0.3s ease all;
        }

        .md-input .bar:before {
            left: 50%;
        }

        .md-input .bar:after {
            right: 50%;
        }
    .md-input input:focus ~ label,
    .md-input input:not(:placeholder-shown) ~ label,
    .md-input textarea:focus ~ label,
    .md-input textarea:not(:placeholder-shown) ~ label {
        top: -15px; /* move label above */
        font-size: 12px; /* smaller text */
        color: #000; /* active color */
    }
    .md-input input:focus ~ .bar:before,
    .md-input input:focus ~ .bar:after,
    .md-input textarea:focus ~ .bar:before,
    .md-input textarea:focus ~ .bar:after {
        width: 50%;
    }

.btn-gray {
    background-color: #8f8f8f;
    color: #fff;
}

.btn-gray:hover {
    background-color: #0284d0;
    color: #fff;
}
    .banner-image img {
        width:100%;
        object-fit: cover;
        transform: scale(0 0 1 0 -0.85); 
        animation: zoomFrontBack 12s ease-in-out infinite; 
    }

@keyframes zoomFrontBack {
    0% {
        transform: scale(1.2); 
    }

    15% {
        transform: scale(1.5); 
    }

    85% {
        transform: scale(1.2); 
    }

    100% {
        transform: scale(1.2); 
    }
}
@media (min-width: 992px) {
    .tirunelveli-adjust {
        margin-right: 80px;
    }
}


.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.service-card img.card-img-top {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.service-card .card-body {
    padding: 20px;
    flex: 1;
}
.service-card .card-title {
    letter-spacing: 3px;
    text-transform: none;
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-style: inhert;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

.service-card .card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.service-card .card-link {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}
.service-card .card-link:hover {
    text-decoration: underline;
}

.service-card {
    border: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-img-container {
    padding: 20px;
}

.rounded-img {
    border-radius: 15px; 
    width: 100%;
    height: auto;
    display: block;
}

.service {
    min-width: 120px;
}

.role-heading {
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    font-weight: bold;
}
h6.mb-4 {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .img-fluid {
        max-width: 100px !important;
        max-height: 100px !important;
    }
}

.textbox{
    min-height:38px;
}
#applyForm label {
    color: #000 !important;
}

#sidemenu_toggle {
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
}

@media (min-width: 992px) {
    #sidemenu_toggle {
        display: none !important;
    }
}
.side-menu .dropdown-menu {
    display: none;
    position: static; /* Or your preferred setting */
}

.side-menu .dropdown:hover > .dropdown-menu,
.side-menu .dropdown:focus-within > .dropdown-menu {
    display: block;
}
.modal-subtitle {
    color: #ac39ac; /* Purple heading color */
    font-weight: 600; /* Semi-bold */
}

.modal-hr {
    border-color:#2f2e2e;
    width: 100%; 
    margin: 0.5rem 0; 
}
.language-item .form-check {
    margin-right: 20px; /* Gap between checkboxes */
}


/* Ensure desktop look on all screens */
@media (max-width: 768px) | (max-device-width: 768px) {
    .job-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 0.75rem;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

        .job-row .col-8 {
            font-size: 0.9rem;
            padding-left: 0.75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .job-row .col-4 {
            display: flex;
            justify-content: flex-end;
            padding-right: 0.75rem;
        }

    .col-2 {
        max-width: 100%;
    }

    .apply-btn {
        min-width: 90px;
        max-width: 110px;
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content-text {
        padding: 0.5rem;
    }

    .panel-title {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 26px;
    }

    .side-menu {
        width: 80% !important;
    }

    .dropdown-menu .dropdown-title {
        display: none;
    }

    .bottom15 .icon {
        display: inline-block; /* FIXED instead of float */
    }

    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }

    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #ffab02;
    }

    .coming-soon-heading {
        font-size: 70px;
    }

    ul.count_down li {
        padding: 0 20px !important;
    }

        ul.count_down li p:nth-child(1) {
            font-size: 50px !important;
        }

    /* ✅ Force banner visible */
    .banner img,
    .banner video {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 576px) {
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }

    .side-menu {
        width: 100% !important; /* KEEP FULL WIDTH */
    }

    .navbar-nav {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }

    .cbp-item-wrapper h3.sm-mb-10px {
        margin-bottom: 0;
    }

    .mt-xxs-40px {
        margin-top: 40px;
    }

    .loading {
        top: 46%;
        left: 46%;
    }

    .h1, .h2, .h3, .h4, .h5, .h6,
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }

    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    .slide-action span {
        height: 45px;
        width: 45px;
        font-size: 11px;
    }

        .slide-action span i {
            line-height: 45px;
        }

    .mb-xxs-3 {
        margin-bottom: 1rem !important;
    }

    /* ✅ FIXED - full width, not 370px */
    .side-menu {
        width: 100% !important;
    }

    /* ✅ Banner force visible */
    .banner img,
    .banner video {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .rev_slider_wrapper, .rev_slider {
        height: 100vh !important;
    }

    .tp-caption {
        transform: none !important; 
        opacity: 1 !important; 
    }

    .rs-background-video-layer {
        display: block !important;
    }

    .fallback-content {
        display: none; 
    }
    .bg-black.opacity-6 {
        background: rgba(0, 0, 0, 0.6) !important;
    }

    .bg-blu {
        background-color: #1995AD !important;
    }

    .bg-green {
        background: #FFBF00 !important;
    }
    .rev_slider_wrapper {
        height: 100vh !important;
        width: 100% !important;
    }

    /* Fix for mobile video */
    .rs-background-video-layer video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

}

.h-100vh {
    height: 100vh;
}

.rev_slider_wrapper, .rev_slider {
    width: 100%;
    height: 100vh;
}

.rs-background-video-layer, .fallback-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-overlay.bg-black.opacity-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-green {
    position: relative;
    z-index: 2;
}

/* Fallback animations for mobile */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile-specific styles (max-width: 768px) */
@media (max-width: 768px) {
    .rev_slider_wrapper, .rev_slider {
        height: 100vh;
    }

    .rs-background-video-layer {
        display: block;
    }

    .tp-caption {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .bg-green {
        display: block !important;
    }

    .fallback-content {
        display: none;
    }
    /* Show fallback content if slider fails to initialize */
    .rev_slider_wrapper:not(.revslider-initialised) {
        display: none !important;
    }

    .rev_slider_wrapper:not(.revslider-initialised) + .fallback-content {
        display: block !important;
    }

    .fallback-content .bg-blue.blue-box, .fallback-content .bg-grayclr.blue-box, .fallback-content .bg-blu.blue-box, .fallback-content .bg-aboutus-box.blue-box, .fallback-content .bg-gren blue-box, .fallback-content .bg-sea.blue-box, .fallback-content .bg-ligblu.blue-box,
    .fallback-content .bg-voi.blue-box, .fallback-content .bg-red.blue-box, .fallback-content .bg-sem.blue-box, .fallback-content .bg-pic.blue-box, .fallback-content .bg-Mpink.blue-box, .fallback-content .bg-prjpink.blue-box,
    .fallback-content .bg-digdark.blue-box, .fallback-content .bg-asea.blue-box, .fallback-content .bg-gren.blue-box, .fallback-content .bg-liggreen.blue-box {
        width: auto !important;
        min-width: 300px !important;
        max-width: 90vw !important;
        height: auto !important;
        min-height: 261px !important;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fallback-text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (min-width: 769px) {
    .rev_slider_wrapper {
        display: block;
    }

    .fallback-content {
        display: none !important;
    }

    .tp-caption {
        visibility: inherit;
        opacity: inherit;
        transform: inherit;
    }

    .bg-green {
        display: block;
    }
}

.bg-overlay.bg-black.opacity-7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.bg-blu.blue-box {
    background-color: #1995AD;
}
.bg-aboutus-box.blue-box {
    background-color: #E68057;
}
.bg-gren.blue-box {
    background-color: #86ac41;
}
.bg-sea.blue-box {
    background-color: #20948B;
}
.bg-ligblu.blue-box {
    background-color: #E88A38;
}
.bg-voi.blue-box {
    background-color: #8E70CF;
}
.bg-Mpink.blue-box {
    background-color: #AC3B61;
}
.bg-digdark.blue-box {
    background-color: #00ADAD;
}
.bg-asea.blue-box {
    background-color: #20948B;
}
.bg-pic.blue-box {
    background-color: #3AAFA9;
}
.bg-grayclr.blue-box {
    background-color: #a154c1;
}
.bg-blue.blue-box {
    background-color: #0284d0;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {

    .rs-background-video-layer, .rs-background-video-layer video {
        display: block !important;
    }

    .tp-caption {
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        font-size: 35px !important;
        line-height: 30px !important;
        margin-bottom: 5px !important;
    }

    .bg-green {
        display: block !important;
        margin: 5px auto !important;
    }

    .fallback-content {
        display: none;
    }
    .rev_slider_wrapper:not(.revslider-initialised) {
        display: none !important;
    }

        .rev_slider_wrapper:not(.revslider-initialised) + .fallback-content {
            display: block !important;
        }

    .fallback-content .bg-blue.blue-box, .fallback-content .bg-grayclr.blue-box, .fallback-content .bg-blu.blue-box.fallback-content .bg-aboutus-box.blue-box, .fallback-content .bg-gren blue-box, .fallback-content .bg-sea.blue-box,
    .fallback-content .bg-ligblu.blue-box, .fallback-content .bg-red.blue-box, .fallback-content .bg-pic.blue-box, .fallback-content .bg-liggreen.blue-box .fallback-content .bg-prjpink.blue-box, .fallback-content .bg-sem.blue-box, .fallback-content .bg-voi.blue-box, .fallback-content .bg-Mpink.blue-box, .fallback-content .bg-digdark.blue-box, .fallback-content .bg-asea.blue-box, .fallback-content .bg-gren.blue-box {
        width: auto !important;
        min-width: 300px !important;
        max-width: 90vw !important;
        height: auto !important;
        min-height: 261px !important;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fallback-text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (min-width: 769px) {
    .rev_slider_wrapper {
        display: block;
    }

    .fallback-content {
        display: none !important;
    }

    .tp-caption {
        visibility: inherit;
        opacity: inherit;
        transform: inherit;
        font-size: inherit;
        line-height: inherit;
        margin-bottom: inherit;
    }

    .bg-green {
        display: block;
    }
}
@keyframes zoomFrontBack {
    0% {
        transform: scale(1.2);
    }

    15% {
        transform: scale(1.5);
    }

    85% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes scaleFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 1;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes zoomFrontBack {
    0% {
        -webkit-transform: scale(1.2);
    }

    15% {
        -webkit-transform: scale(1.5);
    }

    85% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@-webkit-keyframes scaleFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 1;
        -webkit-transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .rs-background-video-layer, .rs-background-video-layer video {
        display: none !important;
    }

    #revo_thumbs_wrapper {
        display: none !important;
    }

    .fallback-content {
        display: block !important;
    }
}
@keyframes zoomFrontBack {
    0% {
        transform: scale(1.2);
    }

    15% {
        transform: scale(1.5);
    }

    85% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes scaleFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 1;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes zoomFrontBack {
    0% {
        -webkit-transform: scale(1.2);
    }

    15% {
        -webkit-transform: scale(1.5);
    }

    85% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

@-webkit-keyframes scaleFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 1;
        -webkit-transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .rs-background-video-layer, .rs-background-video-layer video {
        display: none !important;
    }

    #revo_thumbs_wrapper {
        display: none !important;
    }

    .fallback-content {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .testimonial-nav .slick-dots {
        display: flex !important;
        justify-content: center;
        bottom: -90px !important;
    }
    .mblview p,
    .mblview h1,
    .mblview h2,
    .mblview h3,
    .mblview h4,
    .mblview h5,
    .mblview h6 {
        margin-top: 0 !important;
        margin-bottom: 5px !important; 
    }
    .mblview div {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 576px) {
    .footer .copyrights,
    .footer .legal {
        font-size: 9pt;
    }

    .footer img {
        width: 30px;
        height: 30px;
    }
}

#cases .panel-group {
    margin-bottom: 20px !important; 
}
@media (max-width: 767px) {
    #cases article {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
  
}
/* Footer row layout */
.footer-contacts .footer-row {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    margin-bottom: 10px; 
}

/* Footer icon */
.footer-contacts .footer-icon img {
    display: block; 
    margin: 0; 
    vertical-align: middle;
}

/* Footer text */
.footer-contacts .footer-text {
    margin-left: 10px; 
}

/* ===== Mobile only ===== */
@media only screen and (max-width: 768px) {
    .footer-contacts {
        text-align: center; 
    }

    .footer-contacts .footer-row {
        justify-content: center; 
    }

    .footer-contacts .footer-text {
        margin-left: 8px; 
    }
}
.footer-contacts .footer-row {
    display: flex;
    align-items: flex-start; 
    justify-content: flex-start; 
    margin-bottom: 10px;
}

/* Footer icon */
.footer-contacts .footer-icon img {
    display: block; 
    vertical-align: top; 
    margin: 0;
}

/* Footer text */
.footer-contacts .footer-text {
    margin-left: 20px; 
    line-height: 1.3; 
}
.footer-contacts .footer-text {
    flex: 1; 
    min-width: 0; 
}

/* ===== Mobile only ===== */
@media only screen and (max-width: 768px) {

    .footer-contacts {
        text-align: left;
    }

    .footer-contacts .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 15px; 
    }

    .footer-contacts .footer-text {
        margin-left: 0; 
        margin-top: 5px; 
    }
    .footer-contacts .footer-icon img {
        max-width: 22px; 
        height: auto;
        display: block;
        margin: 0;
    }

}
