/*============================
    CSS Index         
==============================

    01. Default Css
        - Breadvrumb 
        - Preloader   
        - Scroll top 
        - Dividers Css 
        - Google Map Css 
    02. Section Spacing Css
    03. Custom Animation Css
    04. container Css 
    05. Header Css 
        - language
        - Navigation Menu Css
        - Multilevel Submenu Css
        - Mega Menu Css
        - Mobile Menu Overlay Css
        - offset search
        - search overlay
    06. Footer Css
    07. Sidebar Css
    08. Button Css 
    09. Accordions Css 
    10. Call To Action Css  
    11. Countdown Css 
    12. Counters Css 
    13. Box Icon Css
    14. Box Images Css
    15. Box Large Images Css
    16. Brand Logo Css  
    17. Listing Css
    18. Gradation Process Css     
    19. Instagram Css     
    20. Message Box Css 
    21. Video Popup Css
    22. Pricing table Css
    23. progress Bar Css 
    24. Circle Progress Css
    25. Row Separators Css
    26. Social Networks Css 
    27. Listing Css
    29. Team Member Css 
    30. Timeline Css
    31. Testimonial slider Css 
    32. Project Css 
    33. Contact Us Css 
    34. Blog Pages Css
    35. Infotechno Css  
    36. Processing Hero Css
    37. Processing Hero Css
    38. Resolutions home Css
    39. Cybersecurity home Css  
    40. About Us pages Css
    41. Single Smart Vision Css
    42. Redraw Css
    43. Preview Page Css 


/*=====  End of CSS Index  ======*/
/*=============================================
=             01. Default Css                 =
=============================================*/
.active-area {
    color: #006593 !important;
    font-weight: bold !important;
}

.active-area-mobile {
    color: #006593 !important;
    font-weight: bold !important;
}

@media (min-width: 992px) {
    .offset-lg-1-5 {
        margin-left: 12.47%
    }
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Inter", sans-serif;
    color: #696969;
    position: relative;
    background-color: #ffffff;
}

    body.no-overflow {
        overflow: hidden;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

h1 {
    font-size: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    a:focus {
        color: inherit;
        outline: none;
        text-decoration: none;
    }

.btn.focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

button, input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.font-weight--bold {
    font-weight: 800;
}

.font-weight--reguler {
    font-weight: 500;
}

/*--
    Default Class
*/

.text-color-primary {
    color: #006593;
}

.text-black {
    color: #333333 !important;
}

.bg-white {
    background: #ffffff;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee__item {
    animation-duration: var(--marquee-duration, 9s);
    animation-iteration-count: infinite;
    animation-name: marquee-content;
    animation-timing-function: linear;
    padding: 5px 15px 5px 15px;
    color: white;
}

.marquee:hover .marquee__item {
    animation-play-state: paused;
}

/**
		* BOTH of the marquee items are going to be translating left at the same time.
		* And, once each of them has translated to -100%, they will both snap back into
		* place, making it seem as if they are continuously scrolling.
		*/
@keyframes marquee-content {
    from {
        transform: translateX( 0% );
    }

    to {
        transform: translateX( -100% );
    }
}

/*-- Tab Content & Pane Fix --*/
select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px;
    background-color: rgb(248, 248, 248);
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select:focus {
        background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px !important;
    }

.border-bottom {
    border-bottom: 1px solid #ededed !important;
}

form { /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

    form input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    form input:focus::-moz-placeholder {
        color: transparent;
    }

    form input:focus:-ms-input-placeholder {
        color: transparent;
    }

    form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    form input::-moz-placeholder, form textarea::-moz-placeholder {
        -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
        -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
        -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    form input::placeholder, form textarea::placeholder {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
    color: #006593;
    border-color: #006593;
}

input[type=checkbox] {
    position: relative;
    background: 0 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 3px;
    cursor: pointer;
}

.site-wrapper-reveal {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.breadcrumb-list li.active {
    color: #6D70A6;
}

/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

    .preloader-active .preloader-area-wrap {
        background-color: #ffffff;
        position: absolute;
        left: 0;
        display: block;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999999;
    }

        .preloader-active .preloader-area-wrap .spinner div {
            background-color: #006593;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin-right: 15px;
            -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

            .preloader-active .preloader-area-wrap .spinner div.bounce1 {
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

            .preloader-active .preloader-area-wrap .spinner div.bounce2 {
                -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader-area-wrap {
    display: none;
}

.open_tm_preloader {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

    .open_tm_preloader.loaded {
        opacity: 0;
        visibility: hidden;
    }

        .open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
            width: 0%;
        }

    .open_tm_preloader:before, .open_tm_preloader:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 50%;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .open_tm_preloader:before {
        top: 0;
        left: 0;
    }

    .open_tm_preloader:after {
        bottom: 0;
        right: 0;
    }

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #006593;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

    .scroll-top:hover .arrow-top {
        -webkit-transform: translate(-50%, -80px);
        -ms-transform: translate(-50%, -80px);
        transform: translate(-50%, -80px);
    }

    .scroll-top:hover .arrow-bottom {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@-webkit-keyframes separator-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes separator-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space--pt_150 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_150 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_150 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_120 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_120 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_100 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_100 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_100 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_100 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_90 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_90 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_90 {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_90 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_90 {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_80 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_80 {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_80 {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_70 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_70 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_70 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_70 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

.section-space--ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-space--pb_30 {
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_50 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_50 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_60 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_60 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_70 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_70 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_80 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_80 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_100 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_100 {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_120 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_120 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_40 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_50 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_50 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_60 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_60 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_100 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_100 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_120 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_120 {
        margin-bottom: 60px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .small-mt__0 {
        margin-top: 0px;
    }

    .small-mt__10 {
        margin-top: 10px;
    }

    .small-mt__20 {
        margin-top: 20px;
    }

    .small-mt__30 {
        margin-top: 30px;
    }

    .small-mt__40 {
        margin-top: 40px;
    }

    .small-mt__50 {
        margin-top: 50px;
    }

    .small-mt__60 {
        margin-top: 60px;
    }

    .small-mb__30 {
        margin-bottom: 30px;
    }

    .small-mb__40 {
        margin-bottom: 40px;
    }

    .small-mb__50 {
        margin-bottom: 50px;
    }

    .small-mb__60 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-mt__0 {
        margin-top: 0px;
    }

    .tablet-mt__30 {
        margin-top: 30px;
    }

    .tablet-mt__40 {
        margin-top: 40px;
    }

    .tablet-mt__50 {
        margin-top: 50px;
    }

    .tablet-mt__60 {
        margin-top: 60px;
    }

    .tablet-mb__30 {
        margin-bottom: 30px;
    }

    .tablet-mb__40 {
        margin-bottom: 40px;
    }

    .tablet-mb__50 {
        margin-bottom: 50px;
    }

    .tablet-mb__60 {
        margin-bottom: 60px;
    }
}

/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.move-up {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .move-up.animate {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-animation: moveVertical 0.65s ease forwards;
        animation: moveVertical 0.65s ease forwards;
    }

.move-up-x.animate {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
}

@keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0;
    }
}

@keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes separator-bounce {
    0%, 80%, to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
    .container-fluid--cp-150 {
        padding: 0 150px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-150 {
        padding: 0 110px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-150 {
        padding: 0 50px;
    }
}

@media (min-width: 1700px) {
    .container-fluid--cp-140 {
        padding: 0 140px !important;
    }
}

@media (min-width: 1700px) and (max-width: 1663px) {
    .container-fluid--cp-140 {
        padding: 0 100px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-140 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-140 {
        padding: 0 30px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-120 {
        padding: 0 120px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-120 {
        padding: 0 110px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-120 {
        padding: 0 50px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-80 {
        padding: 0 80px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-80 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-60 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-30 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .page-content-double-sidebar .container {
        max-width: 1600px;
    }
}

@media (max-width: 1919px) {
    .container-fluid--cp-60 {
        padding: 0 30px;
    }

    .container-fluid--cp-80 {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 767px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 575px) {
    .container-fluid--cp-80 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .col-06__left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .col-06__right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 > [class*=col], .row--35 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 > [class*=col], .row--35 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 > [class*=col], .row--35 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--10 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--10 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .row--10 {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--10 > [class*=col], .row--10 > [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--10 > [class*=col], .row--10 > [class*=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--10 > [class*=col], .row--10 > [class*=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
    position: relative;
    z-index: 9;
}

    .header-area .is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

        .header-area .is-sticky .navigation-menu--text_white > ul > li > a {
            color: #444;
        }

            .header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
                background-color: #444;
            }

        .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
            color: #000000;
        }

            .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
                color: #000000;
            }

            .header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
                color: #000000;
            }

        .header-area .is-sticky .header-search-form .search-form-top .style-02 {
            background-color: transparent;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        .header-area .is-sticky .header-search-form .search-form-top.style-03 {
            background-color: transparent;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
                color: #333;
            }

            .header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
                color: #333;
            }

        .header-area .is-sticky .header-search-form .search-form-top .search-field {
            color: #000;
        }

        .header-area .is-sticky .header-search-form .search-form-top .search-submit {
            color: #333;
        }

        .header-area .is-sticky .header__logo .dark-logo {
            display: inherit;
        }

        .header-area .is-sticky .header__logo .light-logo {
            display: none;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
            color: #333;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
            color: #333;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
            color: #333;
        }

        .header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
            width: 100%;
            left: 0;
        }

        .header-area .is-sticky .header-search-form-two.white-icon a {
            color: #333;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area--absolute {
        position: static;
    }
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
}

.header__logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .header__logo.top-logo {
        padding: 25px 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header__logo {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

        .header__logo.top-logo {
            padding: 15px 0;
        }
}

.header__logo > a img {
    width: 160px;
}

.header__logo .dark-logo {
    display: none;
}

.header__logo .light-logo {
    display: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__logo .dark-logo {
        display: inherit;
    }

    .header__logo .light-logo {
        display: none;
    }
}

.header.default-menu-style .header__logo {
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header.default-menu-style .header-right-box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header.default-menu-style .header-right-box .header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box .header-right-inner {
        margin: auto;
    }
}

.header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .header-right-inner {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-inner.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-box .header-right-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 575px) {
    .header-right-box .header-right-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-info-slider-werap {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-info-slider-werap {
        max-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
        padding: 0 0px;
    }
}

.header-top-info-inner .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #ddd;
    padding-left: 19px;
}

    .header-top-info-inner .info-item .info-icon {
        width: 41px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 30px;
        line-height: 1;
        color: #d2a98e;
    }

    .header-top-info-inner .info-item .info-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .header-top-info-inner .info-item .info-content .info-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.18;
            margin-bottom: 6px;
        }

        .header-top-info-inner .info-item .info-content .info-sub-title {
            font-size: 16px;
        }

@media only screen and (max-width: 767px) {
    .header-top-info-inner .info-item {
        padding-left: 0px;
        margin-top: 20px;
    }
}

.header-top-info-inner.default-color .info-item .info-icon {
    color: #006593;
}

.top-info-slider__container .swiper-slide-active .info-item {
    border-left: none;
}

.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-moz-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::placeholder {
    color: #ddd;
}

@media only screen and (max-width: 575px) {
    .header-search-form.default-search .search-form-top {
        margin-top: 15px;
        background: #eee;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-search-form.default-search .search-form-top .search-field {
        max-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-form.default-search .search-form-top .search-field {
        min-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-search-form-two.white-icon a {
        color: #333;
    }
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}

    .top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
        margin-left: 0;
    }

    .top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
        margin-right: 5px;
        font-size: 14px;
    }

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .navigation-menu > ul > li {
        margin: 0 24px;
    }

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu > ul > li {
        margin: 0 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu > ul > li {
        margin: 0 15px;
    }
}

.navigation-menu > ul > li > a {
    display: block;
    color: #000000;
    padding: 21px 2px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

    .navigation-menu > ul > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #006593;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navigation-menu > ul > li > a span {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navigation-menu > ul > li.has-children > a {
    position: relative;
}

    .navigation-menu > ul > li.has-children > a:after {
        position: static;
        margin-left: 5px;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navigation-menu > ul > li.has-children--multilevel-submenu {
    position: relative;
}

.navigation-menu > ul > li.has-children:hover .megamenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation-menu > ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
    color: #006593;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #006593;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
}

.navigation-menu.primary--menu > ul > li > a {
    padding: 31px 2px;
}

.navigation-menu--text_white > ul > li.active > a {
    color: #ffffff;
}

    .navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
        color: #ffffff;
    }

    .navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
        color: #ffffff;
    }

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
    margin: 0 24px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #006593;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
}

    .submenu > li {
        position: relative;
    }

        .submenu > li > a {
            display: block;
            padding: 5px 30px;
            color: dimgray;
            font-weight: 400;
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s;
        }

            .submenu > li > a > span {
                position: relative;
            }

                .submenu > li > a > span:after {
                    content: "";
                    width: 0;
                    height: 1px;
                    bottom: 0;
                    position: absolute;
                    left: auto;
                    right: 0;
                    z-index: -1;
                    background-color: #006593;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

            .submenu > li > a:hover {
                color: #006593;
            }

                .submenu > li > a:hover > span:after {
                    width: 100%;
                    left: 0;
                    right: auto;
                }

        .submenu > li:hover > .submenu {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
            z-index: 9;
        }

        .submenu > li.active > a {
            color: #006593;
        }

        .submenu > li.has-children > a {
            position: relative;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            .submenu > li.has-children > a:after {
                position: absolute;
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                content: "\f105";
                font-size: 14px;
                vertical-align: middle;
                color: #ababab;
            }

            .submenu > li.has-children > a:hover:after {
                color: #006593;
            }

        .submenu > li.has-children.active > a {
            color: #006593;
        }

    .submenu .submenu {
        top: 0px;
        left: 100%;
        right: auto;
    }

        .submenu .submenu.left {
            right: 100%;
            left: auto;
        }

        .submenu .submenu .submenu {
            top: 0;
            left: 100%;
            right: auto;
        }

            .submenu .submenu .submenu.left {
                right: 100%;
                left: auto;
            }

            .submenu .submenu .submenu .submenu {
                top: 0;
                left: 100%;
                right: auto;
            }

                .submenu .submenu .submenu .submenu.left {
                    right: 100%;
                    left: auto;
                }

                .submenu .submenu .submenu .submenu .submenu {
                    top: 0;
                    left: 100%;
                    right: auto;
                }

                    .submenu .submenu .submenu .submenu .submenu.left {
                        right: 100%;
                        left: auto;
                    }

.menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .menu-style-three .navigation-menu > ul > li, .menu-style-four .navigation-menu > ul > li {
        padding-left: 11px;
        padding-right: 11px;
    }
}

.menu-style-three .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 0%;
    left: 0;
}

.menu-style-three .submenu.left, .menu-style-four .submenu.left {
    left: -100px;
}

    .menu-style-three .submenu.left .submenu.left, .menu-style-four .submenu.left .submenu.left {
        right: 100%;
        left: auto;
    }

.menu-style-four .navigation-menu > ul > li > a {
    color: #ffffff;
}

    .menu-style-four .navigation-menu > ul > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #d2a98e;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
    color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
    color: #ffffff;
}

.menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-four .navigation-menu > ul > li.active > a:before {
    width: 100%;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 700px;
    }
}

.megamenu--mega > li > ul > li.active > a {
    color: #006593;
}

.container-fluid .megamenu--mega {
    padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        min-width: 700px;
    }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    margin-right: 10px;
}

    .mobile-navigation-icon:hover i {
        background-color: #006593;
    }

        .mobile-navigation-icon:hover i:before {
            width: 80%;
            background-color: #006593;
        }

        .mobile-navigation-icon:hover i:after {
            background-color: #006593;
            width: 60%;
        }

    .mobile-navigation-icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #333;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .mobile-navigation-icon i:before {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-navigation-icon i:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i {
        background-color: #fff;
    }

        .mobile-navigation-icon.white-md-icon i:before {
            background-color: #fff;
        }

        .mobile-navigation-icon.white-md-icon i:after {
            background-color: #fff;
        }

    .mobile-navigation-icon.white-md-icon:hover i {
        background-color: #006593;
    }

        .mobile-navigation-icon.white-md-icon:hover i:before {
            width: 80%;
            background-color: #006593;
        }

        .mobile-navigation-icon.white-md-icon:hover i:after {
            background-color: #006593;
            width: 60%;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .is-sticky .white-md-icon i {
        background-color: #333;
    }

        .is-sticky .white-md-icon i:before {
            background-color: #333;
        }

        .is-sticky .white-md-icon i:after {
            background-color: #333;
        }
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/icons/light-close.webp) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #006593;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
}

    .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    background-color: #ffffff;
    padding: 15px 0;
}

    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block;
    }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: #333333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: #333333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
            color: #006593;
        }

            .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 20px 40px 100px;
}

    .mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
        /* onepage style */
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
                display: block;
                color: #ffffff;
                padding-top: 18px;
                padding-bottom: 18px;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.5;
                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
                    color: #ffffff;
                }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
                border-bottom: 0;
            }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
                position: relative;
            }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
                    content: "\f106";
                }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
                    position: absolute;
                    right: 0;
                    top: 12px;
                    width: 40px;
                    height: 40px;
                    background: rgba(255, 255, 255, 0.1);
                    color: #fff;
                    text-align: center;
                    line-height: 40px;
                    cursor: pointer;
                    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
                        background: rgba(255, 255, 255, 0.2);
                    }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
                        content: "\f107";
                        font-size: 18px;
                        font-family: "Font Awesome 5 Free";
                        font-weight: 600;
                    }

                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
                    padding: 12px 0 14px 10px;
                    border-top: 1px solid rgba(255, 255, 255, 0.15);
                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
                        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
                            display: block;
                            font-size: 15px;
                            color: rgba(255, 255, 255, 0.7);
                            font-weight: 500;
                            line-height: 1.5;
                            padding: 10px 0;
                        }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
                                color: #ffffff;
                            }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
                            border-bottom: 0;
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
                            position: relative;
                        }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
                                content: "\f106";
                            }

                            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
                                position: absolute;
                                right: 0;
                                top: 6px;
                                width: 30px;
                                height: 30px;
                                background: rgba(255, 255, 255, 0.1);
                                color: #fff;
                                text-align: center;
                                line-height: 30px;
                                cursor: pointer;
                                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                            }

                                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
                                    background: rgba(255, 255, 255, 0.2);
                                }

                                .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
                                    content: "\f107";
                                    font-size: 16px;
                                    font-family: "Font Awesome 5 Free";
                                    font-weight: 500;
                                }

                    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
                        position: relative;
                    }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
                            content: "\f106";
                        }

                        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
                            content: "\f107";
                            font-size: 16px;
                            font-family: "Font Awesome 5 Free";
                            font-weight: 500;
                        }

    .mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
        font-weight: 700;
    }

@media only screen and (max-width: 479px) {
    .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

    .page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
        color: #6d70a6;
        min-width: calc(1em + 18px);
        font-size: 16px;
    }

    .page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
        color: #38cb89;
    }

.search-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
}

    .search-overlay__header .mobile-navigation-close-icon:before {
        position: absolute;
        top: 28px;
        left: 0px;
        content: "";
        width: 42px;
        height: 3px;
        background: #333333;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .search-overlay__header .mobile-navigation-close-icon:after {
        position: absolute;
        top: 28px;
        left: 0px;
        content: "";
        width: 42px;
        height: 3px;
        background: #333333;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .search-overlay__header .mobile-navigation-close-icon:hover {
        color: #006593;
    }

        .search-overlay__header .mobile-navigation-close-icon:hover:before, .search-overlay__header .mobile-navigation-close-icon:hover:after {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

@media only screen and (max-width: 767px) {
    .search-overlay__form input {
        font-size: 30px;
        height: 60px;
    }
}

.header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .header__navigation.preview-menu .navigation-menu-right {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .preview-header-inner {
        padding: 0;
    }
}

.preview-header-inner.is-sticky {
    padding: 0px 0;
}

    .preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
        color: #333;
    }

    .preview-header-inner.is-sticky .header__actions--preview .ht-btn {
        background: transparent;
        border: 1px solid #006593;
        color: #006593;
        line-height: 42px;
        height: 43px;
    }

.preview-header-inner .header__actions--preview .ht-btn {
    background: #006593;
    border: 1px solid #006593;
    color: #ffffff;
}

    .preview-header-inner .header__actions--preview .ht-btn:hover {
        background: #ffffff;
        color: #006593;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .reveal-footer {
        position: static;
    }
}

.footer-widget-wrapper {
    margin-bottom: -35px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget__title {
    margin-top: -3px;
    color: #333333;
}

.footer-widget__list li {
    margin-bottom: 10px;
}

    .footer-widget__list li:last-child {
        margin-bottom: 0;
    }

    .footer-widget__list li .image_btn {
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        overflow: hidden;
    }

.copyright-text {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        margin-bottom: 15px;
    }
}

.ht-social-white.ht-social-networks .item {
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-right {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-left {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-sidebar-right, .page-sidebar-left {
        margin-top: 60px;
    }
}

.widget-tag .ht-btn {
    color: #ababab;
    background: #f5f5f5;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .widget-tag .ht-btn:hover {
        color: #ffffff;
        background: #006593;
    }

/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/
.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #006593;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .ht-btn:hover, .ht-btn:active, .ht-btn:focus {
        color: #ffffff;
        background-image: #006593;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .ht-btn.ht-btn-xs {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px;
    }

    .ht-btn.ht-btn-sm {
        padding: 0 30px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .ht-btn.ht-btn-md {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0em;
        line-height: 54px;
        height: 54px;
    }

    .ht-btn.ht-btn-lg {
        padding: 0 40px;
        height: 64px;
        line-height: 64px;
        font-size: 16px;
    }

    .ht-btn.ht-btn-custom {
        min-width: 280px;
    }

    .ht-btn.ht-btn-full {
        width: auto;
        display: block;
    }

    .ht-btn.ht-btn-default {
        padding: 0 30px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        width: 180px;
    }

    .ht-btn .btn-icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        font-size: 20px;
        margin-left: 10px;
    }

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #006593;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

    .btn:hover, .btn:active, .btn:focus {
        font-weight: 500;
        color: #ffffff;
        background: #006593;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .btn.ht-btn-default {
        padding: 0 30px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        width: 180px;
    }

.hover-style-link {
    position: relative;
}

    .hover-style-link:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #006593;
    }

    .hover-style-link:hover {
    }

        .hover-style-link:hover:after {
            left: 0;
            width: 100%;
            right: auto;
        }

.hover-style-link--secondary {
    position: relative;
    color: #696969;
}

    .hover-style-link--secondary:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #696969;
    }

    .hover-style-link--secondary:hover {
        color: #696969;
    }

        .hover-style-link--secondary:hover:after {
            left: 0;
            width: 100%;
            right: auto;
        }

.hover-style-link--white {
    position: relative;
    color: #ffffff;
}

    .hover-style-link--white:after {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #ffffff;
    }

    .hover-style-link--white:hover {
        color: #ffffff;
    }

        .hover-style-link--white:hover:after {
            left: 0;
            width: 100%;
            right: auto;
        }

/* video pay link */
.video-play i {
    color: #d2a98e;
}

.video-play span {
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 10px;
}

@media only screen and (max-width: 479px) {
    .button-wrapper > a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .button-wrapper > a:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button {
        padding-left: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button span {
        right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button {
        padding-left: 25px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button span {
        right: 15px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-custom-col {
        float: inherit;
        margin: 0 auto 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .cta-content {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .talk-message-box .message-icon {
        top: -43px;
        left: 5px;
    }
}

.talk-message-box-content .heading {
    max-width: 350px;
}

@media only screen and (max-width: 767px) {
    .talk-message-box-content .heading {
        max-width: 280px;
    }
}

@media only screen and (max-width: 575px) {
    .talk-message-box-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .talk-message-box-content .heading {
            max-width: 100%;
            margin-bottom: 30px;
        }
}

@media only screen and (max-width: 767px) {
    .countdown-deals {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .countdown-deals {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .time_circles .textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .time_circles .textDiv_Days, .textDiv_Hours, .textDiv_Minutes, .textDiv_Seconds {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .time_circles > div > h4 {
        font-size: 11px !important;
    }
}

.fun-fact-grid-4 .grid-item {
    width: 25%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .fun-fact-grid-4 .grid-item {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.fun-fact-grid-4 .grid-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: #ededed;
    width: 1px;
}

.fun-fact-grid-4 .grid-item::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    right: 0;
    background: #ededed;
    height: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact-grid-4 .grid-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact-grid-4 .grid-item {
        width: 100%;
    }
}

.fun-fact--one .fun-fact__title {
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.fun-fact--one .fun-fact__count {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.41;
    color: #006593;
}

.fun-fact--one .fun-fact__text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d2a98e;
}

.fun-fact--two .fun-fact__count {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fun-fact--three {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact--three {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact--three {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.fun-fact--three .fun-fact__count {
    color: #006593;
    margin-bottom: 19px;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

.fun-fact--four .fun-fact__count {
    color: #000000;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.fun-fact--five .fun-fact__count {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.modern-number-01 h2 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #ababab;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.modern-number-01 span.mark-text {
    font-size: 140px;
    line-height: 0.8;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color: #d2a98e;
}

@media only screen and (max-width: 767px) {
    .modern-number-01 span.mark-text {
        font-size: 125px;
    }
}

.modern-number-01 h3 {
    margin-top: 25px;
    font-size: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-number-01 h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-number-01 h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-number-01 h3 {
        font-size: 24px;
    }
}

.cybersecurity-about-text .text {
    font-size: 18px;
    margin-bottom: 20px;
}

.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
        display: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
        display: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
        display: inherit;
    }
}

/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 36px 10px 26px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 30px;
}

    .ht-box-icon.style-01 .icon-box-wrap .icon {
        height: 65px;
        text-align: center;
        width: 65px;
        margin: auto;
        margin-bottom: 29px;
        color: #006593;
    }

        .ht-box-icon.style-01 .icon-box-wrap .icon svg > *, .ht-box-icon.style-01 .icon-box-wrap .icon svg path {
            stroke: #006593;
        }

    .ht-box-icon.style-01 .icon-box-wrap .content {
        text-align: center;
    }

        .ht-box-icon.style-01 .icon-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-box-icon.style-01 .icon-box-wrap .content .service_text {
            color: #696969;
        }

.ht-box-icon.style-01:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-01 .feature-btn a {
    color: #006593;
    margin-top: 20px;
}

    .ht-box-icon.style-01 .feature-btn a:hover {
        color: #d2a98e;
    }

.ht-box-icon.style-02 .icon-box-wrap .content {
    text-align: left;
}

    .ht-box-icon.style-02 .icon-box-wrap .content .heading {
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .ht-box-icon.style-02 .icon-box-wrap .content .service_text {
        color: #696969;
    }

.ht-box-icon.style-03 .icon-box-wrap {
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .ht-box-icon.style-03 .icon-box-wrap .content-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-size: 48px;
            font-weight: 48px;
            min-width: 60px;
            margin-right: 10px;
            color: #d2a98e;
        }

        .ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
            color: #006593;
            margin-bottom: 10px;
        }

    .ht-box-icon.style-03 .icon-box-wrap .content .service_text {
        color: #696969;
    }

.ht-box-icon.style-03:hover .icon-box-wrap {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

@media only screen and (max-width: 575px) {
    .ht-box-icon.style-03 .icon-box-wrap {
        padding: 37px 10px;
    }

        .ht-box-icon.style-03 .icon-box-wrap .image {
            height: 100px;
            width: 100px;
            line-height: 100px;
        }
}

.ht-box-icon.style-04 .icon-box-wrap .content .sub-heading {
    margin-bottom: 5px;
}

.ht-box-icon.style-04 .icon-box-wrap .content .heading {
    font-weight: 700;
    margin-bottom: 10px;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .content .sub-heading {
    color: #d2a98e;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .content .sub-heading {
    color: #4e84fa;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .content .sub-heading {
    color: #72a499;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .content .sub-heading {
    color: #e7445b;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .content .sub-heading {
    color: #e5b35d;
}

.feature-list-button-box .ht-btn {
    margin: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .claim-grid-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .claim-grid-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .claim-grid-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .claim-grid-group {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*=============================================
=              14. Box Images Css              =
=============================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-grid-image-box .section-space--mt_60 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-grid-image-box .section-space--mt_60 {
        margin-top: 30px;
    }
}

.ht-box-images.style-01 .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 60px;
}

    .ht-box-images.style-01 .image-box-wrap .box-image {
        text-align: center;
        margin-bottom: 41px;
        color: #006593;
    }

    .ht-box-images.style-01 .image-box-wrap .content {
        text-align: center;
    }

        .ht-box-images.style-01 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-box-images.style-01 .image-box-wrap .content .service_text {
            color: #696969;
        }

.ht-box-images.style-01:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-images.style-01 .circle-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
}

    .ht-box-images.style-01 .circle-arrow .middle-dot {
        pointer-events: none;
        content: "";
        position: absolute;
        top: -12px;
        left: -12px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #006593;
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .ht-box-images.style-01 .circle-arrow span {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        background: #006593;
    }

.ht-box-images.style-01:hover .circle-arrow span {
    background: #006593;
}

.ht-box-images.style-01:hover .circle-arrow .middle-dot {
    -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ht-box-images.style-02 {
    display: block;
}

    .ht-box-images.style-02 .image-box-wrap {
        -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
        background: #fff;
        border-radius: 5px;
        padding: 30px 38px;
        min-height: 150px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .ht-box-images.style-02 .image-box-wrap .box-image {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-right: 30px;
        }

        .ht-box-images.style-02 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.67;
            margin-bottom: 0;
        }

        .ht-box-images.style-02 .image-box-wrap .content .text {
            color: #696969;
        }

    .ht-box-images.style-02:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.ht-box-images.style-03 {
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 40px 30px 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

    .ht-box-images.style-03 .image-box-wrap {
        max-width: 340px;
        margin: 0 auto;
    }

        .ht-box-images.style-03 .image-box-wrap .box-image {
            margin-bottom: 36px;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .ht-box-images.style-03 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.67;
            margin-bottom: 0;
        }

        .ht-box-images.style-03 .image-box-wrap .content .text {
            color: #696969;
        }

    .ht-box-images.style-03:hover .box-image {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .ht-box-images.style-03:hover .content .heading {
        color: #002FA6;
    }

.ht-box-images.style-04 {
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
    background: #fff;
    padding: 25px 30px 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-box-images.style-04 .image-box-wrap .box-image {
        margin-bottom: 9px;
    }

    .ht-box-images.style-04 .image-box-wrap .content .heading {
        font-weight: 500;
        line-height: 1.67;
        margin-bottom: 0;
    }

    .ht-box-images.style-04 .image-box-wrap .content .text {
        color: #696969;
    }

    .ht-box-images.style-04:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.ht-box-images.style-05 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-box-images.style-05 .image-box-wrap {
        -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
        box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
        background: #ffffff;
        border-radius: 5px;
        padding: 50px 30px 63px;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        margin-top: 50px;
    }

        .ht-box-images.style-05 .image-box-wrap .box-image {
            position: relative;
            margin-bottom: 41px;
            height: 100px;
        }

            .ht-box-images.style-05 .image-box-wrap .box-image .hover-images {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
            }

        .ht-box-images.style-05 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-box-images.style-05 .image-box-wrap .content .service_text {
            color: #696969;
        }

        .ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
            display: inline-block;
            margin-top: 27px;
            font-size: 14px;
            font-weight: 500;
        }

            .ht-box-images.style-05 .image-box-wrap .content .box-images-arrow a {
                color: #006593;
            }

    .ht-box-images.style-05:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .ht-box-images.style-05:hover .image-box-wrap {
            background: #002FA6;
        }

        .ht-box-images.style-05:hover .box-image .default-image {
            opacity: 0;
            visibility: hidden;
        }

        .ht-box-images.style-05:hover .box-image .hover-images {
            opacity: 1;
            visibility: visible;
        }

        .ht-box-images.style-05:hover .content .heading {
            color: #ffffff;
        }

        .ht-box-images.style-05:hover .content .text {
            color: #ffffff;
        }

        .ht-box-images.style-05:hover .content .box-images-arrow a {
            color: #d2a98e;
        }

.ht-box-images.style-06 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-box-images.style-06 .image-box-wrap {
        -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
        background: #fff;
        border-radius: 5px;
        padding: 98px 35px 88px;
        overflow: hidden;
        position: relative;
        margin-top: 30px;
    }

        .ht-box-images.style-06 .image-box-wrap .box-image {
            position: relative;
            width: 162px;
            height: 162px;
            border-radius: 50%;
            margin: 0 auto 2px;
            text-align: center;
        }

            .ht-box-images.style-06 .image-box-wrap .box-image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
                background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
                background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
                border-radius: 50%;
                -webkit-transform: translateY(-46px);
                -ms-transform: translateY(-46px);
                transform: translateY(-46px);
            }

            .ht-box-images.style-06 .image-box-wrap .box-image .default-image {
                position: relative;
                z-index: 2;
            }

        .ht-box-images.style-06 .image-box-wrap .content {
            text-align: center;
        }

            .ht-box-images.style-06 .image-box-wrap .content .heading {
                font-weight: 500;
                line-height: 1.25;
                margin-bottom: 12px;
            }

            .ht-box-images.style-06 .image-box-wrap .content .service_text {
                color: #696969;
            }

            .ht-box-images.style-06 .image-box-wrap .content .box-images-arrow {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1;
                height: 56px;
                line-height: 55px;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
                border-top: 1px solid #eee;
                color: #006593;
                /* &:hover {
       color: $white;
       &::before {
           transform: translateY(0);
       }
   }*/
            }

                .ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
                    background-color: #006593;
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    -webkit-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    transform: translateY(100%);
                    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                    z-index: -1;
                }

    .ht-box-images.style-06:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .ht-box-images.style-06:hover .content .box-images-arrow {
            color: #ffffff;
        }

            .ht-box-images.style-06:hover .content .box-images-arrow::before {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.ht-box-images.style-07 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-box-images.style-07 .image-box-wrap {
        padding: 30px 35px 31px;
        border-radius: 4px;
        margin-top: 10px;
    }

        .ht-box-images.style-07 .image-box-wrap .box-image {
            text-align: center;
            margin-bottom: 24px;
        }

        .ht-box-images.style-07 .image-box-wrap .content {
            text-align: center;
        }

            .ht-box-images.style-07 .image-box-wrap .content .heading {
                font-weight: 500;
                line-height: 1.25;
                margin-bottom: 12px;
            }

            .ht-box-images.style-07 .image-box-wrap .content .text {
                color: #696969;
            }

    .ht-box-images.style-07:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        background: #fff;
        -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
        box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    }

.ht-box-images.style-08 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-box-images.style-08 .image-box-wrap {
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
    }

        .ht-box-images.style-08 .image-box-wrap .box-image {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-right: 24px;
        }

        .ht-box-images.style-08 .image-box-wrap .content {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .ht-box-images.style-08 .image-box-wrap .content .heading {
                font-weight: 500;
                line-height: 1.25;
                margin-bottom: 12px;
            }

            .ht-box-images.style-08 .image-box-wrap .content .text {
                color: #696969;
            }

@media only screen and (max-width: 575px) {
    .ht-box-images.style-08 .image-box-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .ht-box-images.style-08 .image-box-wrap .content {
            margin-top: 20px;
        }
}

.ht-box-images.style-08:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-09 .image-box-wrap {
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 30px 35px 31px;
    border-radius: 5px;
}

    .ht-box-images.style-09 .image-box-wrap .box-image {
        text-align: center;
        margin-bottom: 41px;
        color: #006593;
    }

    .ht-box-images.style-09 .image-box-wrap .content {
        text-align: center;
    }

        .ht-box-images.style-09 .image-box-wrap .content .heading {
            font-weight: 600;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-box-images.style-09 .image-box-wrap .content .more-arrow-link {
            margin-top: 15px;
        }

            .ht-box-images.style-09 .image-box-wrap .content .more-arrow-link a {
                font-weight: 500;
                color: #006593;
                opacity: 0;
                visibility: hidden;
            }

    .ht-box-images.style-09 .image-box-wrap:hover .more-arrow-link a {
        opacity: 1;
        visibility: visible;
    }

.ht-box-images.style-10 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

    .ht-box-images.style-10 .image-box-wrap {
        -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
        box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
        background: #ffffff;
        border-radius: 5px;
        padding: 50px 30px 63px;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

        .ht-box-images.style-10 .image-box-wrap .box-image {
            position: relative;
            margin-bottom: 41px;
            height: 100px;
        }

            .ht-box-images.style-10 .image-box-wrap .box-image .hover-images {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
            }

        .ht-box-images.style-10 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-box-images.style-10 .image-box-wrap .content .service_text {
            color: #696969;
        }

        .ht-box-images.style-10 .image-box-wrap .content .box-images-arrow {
            display: inline-block;
            margin-top: 27px;
            font-size: 14px;
            font-weight: 500;
        }

            .ht-box-images.style-10 .image-box-wrap .content .box-images-arrow a {
                color: #006593;
            }

    .ht-box-images.style-10:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

@-webkit-keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    1% {
        opacity: 0.14;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    1% {
        opacity: 0.14;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.large-image-grid-style-two .bg-item-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .box-large-image__wrap {
        margin: auto;
    }
}

.box-large-image__wrap:hover .heading-wrap .heading {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.box-large-image__wrap:hover .button-wrapper .btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.box-large-image__box .button-wrapper .btn {
    background: #fff;
    color: #006593;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.box-large-image__midea .images-midea .heading-wrap .heading {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-large-image .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    -ms-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.box-large-image__two:hover .box-info .heading {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.box-large-image__two__box .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    -ms-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
}

.box-large-image__two__box .box-info .text {
    color: #ffffff;
}

.box-large-image__two__box .box-info .btn {
    background: #d2a98e;
    margin-top: 40px;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.ht-large-box-images.style-03 {
    display: block;
}

    .ht-large-box-images.style-03 .large-image-box {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
        position: relative;
        margin-bottom: 30px;
    }

    .ht-large-box-images.style-03 .content {
        padding: 32px 35px;
        text-align: center;
    }

        .ht-large-box-images.style-03 .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-large-box-images.style-03 .content .text {
            color: #696969;
        }

        .ht-large-box-images.style-03 .content .box-images-arrow {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            height: 56px;
            line-height: 55px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #eee;
            color: #006593;
        }

            .ht-large-box-images.style-03 .content .box-images-arrow::before {
                background-color: #006593;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                z-index: -1;
            }

    .ht-large-box-images.style-03:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .ht-large-box-images.style-03:hover .content .heading {
            color: #006593;
        }

        .ht-large-box-images.style-03:hover .content .box-images-arrow {
            color: #ffffff;
        }

            .ht-large-box-images.style-03:hover .content .box-images-arrow::before {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.ht-large-box-images.style-04 {
    display: block;
}

    .ht-large-box-images.style-04 .large-image-box {
        position: relative;
        margin-bottom: 30px;
    }

    .ht-large-box-images.style-04 .box-image {
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .ht-large-box-images.style-04 .content {
        padding: 32px 35px;
        padding-bottom: 88px;
        text-align: center;
    }

        .ht-large-box-images.style-04 .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .ht-large-box-images.style-04 .content .text {
            color: #696969;
        }

        .ht-large-box-images.style-04 .content .box-images-arrow {
            margin-top: 20px;
            color: #006593;
        }

    .ht-large-box-images.style-04:hover .box-image {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

/*======================================
=          27. Listing Css              =
=======================================*/
.separator-list .list-item {
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

    .separator-list .list-item::before {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background: #eee;
    }

    .separator-list .list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

        .separator-list .list-item:last-child::before {
            display: none;
        }

    .separator-list .list-item a {
        line-height: 16px;
    }

.check-list .list-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

    .check-list .list-item::before {
        color: #006593;
        content: "\f00c";
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        font-size: 13px;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .check-list .list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .check-list .list-item a {
        line-height: 16px;
    }

.check-list.check-list-color-two .list-item::before {
    color: #d2a98e;
}

.circle-list .list-item {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

    .circle-list .list-item::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #999;
    }

    .circle-list .list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .circle-list .list-item a {
        line-height: 16px;
    }

.icon-list .list-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
}

    .icon-list .list-item .list__icon {
        color: #006593;
        font-size: 16px;
        margin-right: 10px;
    }

    .icon-list .list-item a {
        line-height: 16px;
    }

.automatic-numbered-list .list-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    font-weight: 400;
}

    .automatic-numbered-list .list-item a {
        line-height: 16px;
    }

.ht-list.style-auto-numbered-02 .list-item {
    position: relative;
    padding: 0;
    margin-bottom: 62px;
}

    .ht-list.style-auto-numbered-02 .list-item:last-child {
        margin-bottom: 0;
    }

    .ht-list.style-auto-numbered-02 .list-item .link {
        display: block;
    }

        .ht-list.style-auto-numbered-02 .list-item .link:hover .title {
            color: #006593;
        }

            .ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                color: #006593;
            }

            .ht-list.style-auto-numbered-02 .list-item .link:hover .title::before {
                opacity: 0;
                visibility: hidden;
            }

        .ht-list.style-auto-numbered-02 .list-item .link:hover .marker {
            color: #006593;
        }

.ht-list.style-auto-numbered-02 .marker {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-right: 10px;
    min-width: 45px;
    color: #ababab;
    display: inline-block;
    float: left;
}

.ht-list.style-auto-numbered-02 .title-wrap {
    overflow: hidden;
}

.ht-list.style-auto-numbered-02 .title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 2px solid #ededed;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-right: 15px;
}

    .ht-list.style-auto-numbered-02 .title::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f30b";
        position: absolute;
        top: 38px;
        right: 0;
        color: #333;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .ht-list.style-auto-numbered-02 .title::after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f30b";
        position: absolute;
        top: 38px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .icon-process-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .icon-process-single__line {
        left: 50%;
        bottom: -30px;
        top: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.icon-process-single__line .dot-2 {
    width: 4px;
    height: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .icon-process-single__media {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .gradation-title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.gradation-sub-heading .heading {
    position: relative;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 35px 80px 35px 42px;
    z-index: 1;
}

    .gradation-sub-heading .heading::before {
        background-color: #006593;
        content: "";
        position: absolute;
        top: 47px;
        left: 0;
        width: 34px;
        height: 1px;
    }

    .gradation-sub-heading .heading mark {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 120px;
        line-height: 0.8;
        font-weight: 900;
        color: #ededed;
        z-index: -1;
    }

@media only screen and (max-width: 767px) {
    .gradation-sub-heading .heading {
        margin-top: 30px;
    }
}

.ht-gradation.style-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

    .ht-gradation.style-01 .item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        padding: 0 15px;
    }

        .ht-gradation.style-01 .item .line {
            width: 100%;
            height: 1px;
            background: #ededed;
            position: absolute;
            top: 24px;
            left: 15px;
        }

        .ht-gradation.style-01 .item:last-child .line {
            display: none;
        }

        .ht-gradation.style-01 .item .mask {
            opacity: 0;
            visibility: hidden;
        }

        .ht-gradation.style-01 .item:hover .mask {
            opacity: 1;
            visibility: visible;
        }

        .ht-gradation.style-01 .item:hover .circle {
            color: #ffffff;
            background: #006593;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .ht-gradation.style-01 {
        display: block;
    }

        .ht-gradation.style-01 .item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            width: 100%;
        }

            .ht-gradation.style-01 .item .line {
                left: 39px;
                height: 100%;
                width: 1px;
                top: 15px;
            }

        .ht-gradation.style-01 .content-wrap {
            padding: 10px 0 50px 30px;
        }
}

.ht-gradation.style-01 .circle-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 56px;
}

.ht-gradation.style-01 .circle {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-gradation.style-01 .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}

    .ht-gradation.style-01 .wave-pulse::before, .ht-gradation.style-01 .wave-pulse::after {
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ababab;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: gradationMask 3s linear infinite;
        animation: gradationMask 3s linear infinite;
    }

.ht-gradation.style-01 .wave-pulse-2::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ht-gradation.style-01 .wave-pulse-3::before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ht-gradation.style-01 .heading {
    font-weight: 500;
}

.ht-gradation.style-01 .text {
    margin-top: 17px;
}

.ht-gradation.style-01 .gradation-btn {
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    color: #006593;
}

    .ht-gradation.style-01 .gradation-btn:hover {
        color: #d2a98e;
    }

@-webkit-keyframes gradationMask {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent;
    }
}

@keyframes gradationMask {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .instagram-image {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-image {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .instagram-image {
        width: 33.333%;
    }
}

@media only screen and (max-width: 575px) {
    .instagram-image {
        width: 50%;
    }
}

/*========================================
=        21. Video Popup Css            =
==========================================*/
.single-popup-wrap {
    position: relative;
}

.video-link {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
}

    .video-link .ht-popup-video.video-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: rgba(8, 106, 216, 0.8);
    }

    .video-link .ht-popup-video.video-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

        .video-link .ht-popup-video.video-button .video-mark {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%, -50%);
            -ms-transform: translateY(-50%, -50%);
            transform: translateY(-50%, -50%);
            pointer-events: none;
        }

            .video-link .ht-popup-video.video-button .video-mark .wave-pulse {
                width: 1px;
                height: 0;
                margin: 0 auto;
            }

                .video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
                    opacity: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    width: 200px;
                    height: 200px;
                    top: 50%;
                    left: 50%;
                    border-radius: 50%;
                    border: 3px solid #006593;
                    -webkit-animation: zoomBig 3.25s linear infinite;
                    animation: zoomBig 3.25s linear infinite;
                    -webkit-animation-delay: 0s;
                    animation-delay: 0s;
                }

                .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
                    -webkit-animation-delay: 0.75s;
                    animation-delay: 0.75s;
                }

    .video-link .ht-popup-video .video-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .video-link .ht-popup-video .video-button__one {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .video-link .ht-popup-video .video-button__one .video-play {
            width: 72px;
            height: 72px;
            background: transparent;
            border: 6px solid #fff;
            border-radius: 50%;
            -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
            -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
            transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
        }

        .video-link .ht-popup-video .video-button__one .video-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            line-height: 1;
            margin-left: 1px;
        }

            .video-link .ht-popup-video .video-button__one .video-play-icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-left: 17px solid #fff;
            }

    .video-link .ht-popup-video .video-button__two {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .video-link .ht-popup-video .video-button__two .video-play {
            width: 78px;
            height: 78px;
            background: #006593;
            -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
            box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
            border-radius: 50%;
            -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
            -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
            transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
            -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
        }

        .video-link .ht-popup-video .video-button__two .video-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            line-height: 1;
            margin-left: 1px;
        }

            .video-link .ht-popup-video .video-button__two .video-play-icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-left: 17px solid #fff;
                border-top-width: 12px;
                border-bottom-width: 12px;
                border-left-width: 19px;
                border-left-color: #ffffff;
            }

    .video-link:hover .video-play {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

@-webkit-keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: 0.5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: 0.5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: 0.5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .center-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .center-plexible-row .single-flexible-slider img {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .center-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

.pricing-table-one .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

.pricing-table-two .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

    .pricing-table-two .pricing-table__footer .ht-btn:hover {
        background: #006593;
    }

.ht-plans-menu .tab__item a.active {
    background: #006593;
    color: #ffffff;
    border-color: #006593 !important;
}

.progress-charts .heading {
    color: #6d70a6;
    margin-bottom: 12px;
    font-weight: 400;
}

.progress-charts .progress {
    height: 4px;
    overflow: visible;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 0;
}

    .progress-charts .progress .progress-bar {
        position: relative;
        background: #006593;
        color: #006593;
        overflow: visible;
    }

        .progress-charts .progress .progress-bar::after, .progress-charts .progress .progress-bar::before {
            content: "";
            position: absolute;
            right: -4px;
            top: 50%;
            border-radius: 50%;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
        }

        .progress-charts .progress .progress-bar::after {
            height: 13px;
            width: 13px;
            border: 3px solid currentColor;
        }

        .progress-charts .progress .progress-bar::before {
            height: 28px;
            width: 28px;
            border: 1px solid currentColor;
            opacity: 0.3;
        }

        .progress-charts .progress .progress-bar span.percent-label {
            position: absolute;
            right: -20px;
            font-size: 14px;
            font-weight: 500;
            top: -40px;
            color: #2e3280;
            line-height: 2;
        }

        .progress-charts .progress .progress-bar.gradient-1 {
            color: rgb(97, 253, 237);
            background-color: rgb(13, 138, 188);
            background-image: -webkit-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
            background-image: -o-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
            background-image: linear-gradient(-224deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
        }

        .progress-charts .progress .progress-bar.gradient-2 {
            color: rgb(238, 206, 144);
            background-color: rgb(212, 85, 41);
            background-image: -webkit-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
            background-image: -o-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
            background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
        }

        .progress-charts .progress .progress-bar.gradient-3 {
            color: rgb(92, 81, 255);
            background-color: rgb(246, 70, 169);
            background-image: -webkit-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
            background-image: -o-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
            background-image: linear-gradient(-224deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
        }

        .progress-charts .progress .progress-bar.gradient-4 {
            color: rgb(229, 82, 154);
            background-color: rgb(231, 118, 84);
            background-image: -webkit-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
            background-image: -o-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
            background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
        }

.progress-charts .progress__two .progress {
    height: 16px;
    overflow: visible;
    font-size: 14px;
    border-radius: 0;
    height: 32px;
    padding: 6px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f2f2;
}

    .progress-charts .progress__two .progress.gradient-1 {
        color: rgb(97, 253, 237);
        background-color: rgb(13, 138, 188);
        background-image: -webkit-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
        background-image: -o-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
        background-image: linear-gradient(-224deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
    }

    .progress-charts .progress__two .progress.gradient-2 {
        color: rgb(238, 206, 144);
        background-color: rgb(212, 85, 41);
        background-image: -webkit-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
        background-image: -o-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
        background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
    }

    .progress-charts .progress__two .progress.gradient-3 {
        color: rgb(92, 81, 255);
        background-color: rgb(246, 70, 169);
        background-image: -webkit-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
        background-image: -o-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
        background-image: linear-gradient(-224deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
    }

    .progress-charts .progress__two .progress.gradient-4 {
        color: rgb(229, 82, 154);
        background-color: rgb(231, 118, 84);
        background-image: -webkit-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
        background-image: -o-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
        background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
    }

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-list-progress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-list-progress__info {
        margin-top: 20px;
        margin-left: 0;
    }
}

.chart-progress__inner-text.text-black {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(-10px) scale(0.9, 0.9);
        transform: translateY(-10px) scale(0.9, 0.9);
    }

    100% {
        -webkit-transform: translateY(10px) scale(1, 1);
        transform: translateY(10px) scale(1, 1);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-10px) scale(0.9, 0.9);
        transform: translateY(-10px) scale(0.9, 0.9);
    }

    100% {
        -webkit-transform: translateY(10px) scale(1, 1);
        transform: translateY(10px) scale(1, 1);
    }
}

/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/
.ht-social-networks .item {
    display: inline-block;
}

    .ht-social-networks .item .social-link {
        display: block;
        padding: 5px 8px;
    }

.ht-social-networks.flat-round .item, .ht-social-networks.solid-rounded-icon .item {
    margin: 8px;
}

.ht-social-networks.tilte-style .item:first-child .social-link::before {
    display: none;
}

.ht-tab-menu li a.active {
    color: #006593;
    border-color: #006593 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-tab-menu li a {
        padding: 21px 10px 19px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-tab-menu li a {
        padding: 12px 13px 12px;
        min-width: 150px;
        margin-bottom: 10px;
    }
}

.tab-content-inner .text {
    font-size: 18px;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-slider-nav--list:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-grid--6 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .modern-grid--6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*=============================================
=             29. Team Member Css             =
==============================================*/
.sider-title-button-box .ht-btn {
    margin-right: 15px;
}

.ht-team-member .team-image {
    position: relative;
}

.ht-team-member .social-networks {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 6px 0;
    background-color: #002FA6;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .ht-team-member .social-networks a {
        display: inline-block;
        font-size: 16px;
        line-height: 0;
        color: #fff;
        padding: 10px 14px;
    }

.ht-team-member:hover .social-networks {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-team-member .team-info {
    margin-top: 20px;
}

.ht-team-member-style-one .ht-team-member {
    max-width: 310px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-one .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-two .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-two .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-three .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-three .ht-team-member {
        margin-bottom: 30px;
    }
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
    display: none !important;
}

/*=============================================
=           30. Timeline Css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.ht-timeline.style-01 .tm-timeline-list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 32px 0 65px;
}

.ht-timeline.style-01 .item {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item {
        padding-left: 45px;
        width: 100%;
    }
}

.ht-timeline.style-01 .item + .item {
    margin-top: 68px;
}

.ht-timeline.style-01 .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px solid #006593;
    opacity: 0.15;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .line {
        left: 15px;
    }
}

.ht-timeline.style-01 .dots {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    color: #006593;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .dots {
        right: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.ht-timeline.style-01 .dots::before {
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 30px;
    height: 30px;
}

.ht-timeline.style-01 .dots .middle-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    border: 3px solid currentColor;
    background: #fff;
}

.ht-timeline.style-01 .timeline-col .inner {
    text-align: right;
    width: 500px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-col .inner {
        text-align: left;
    }
}

.ht-timeline.style-01 .timeline-col .inner .year {
    color: #006593;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-col .inner .year {
        font-size: 32px;
    }
}

.ht-timeline.style-01 .timeline-col .inner .photo img {
    border-radius: 5px;
}

.ht-timeline.style-01 .timeline-info .inner {
    padding-top: 130px;
    float: right;
    width: 500px;
    max-width: 100%;
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-timeline.style-01 .timeline-info .inner {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-info .inner {
        padding-top: 30px;
    }
}

.ht-timeline.style-01 .timeline-info .content-body {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}

.ht-timeline.style-01 .timeline-info .heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.ht-timeline.style-01 .timeline-info .text {
    font-size: 15px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-info .text {
        font-size: 15px;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
    float: left;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
        text-align: left;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
    text-align: left;
    float: right;
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
    text-align: left;
    float: right;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider--info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__author .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__author .name {
    color: #333333;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider__one {
        padding: 31px 20px 31px;
    }
}

.modern-it-company-testimonial .text {
    font-size: 34px;
    line-height: 1.34;
    font-weight: 500;
    color: #000000;
    margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-testimonial .text {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial {
        margin-top: 30px;
    }

        .modern-it-company-testimonial .text {
            font-size: 24px;
            margin-bottom: 40px;
        }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial-bg {
        background-position: left 144px bottom 340px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .typed-text-wrap h4 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .typed-text-wrap h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .typed-text-wrap h4 {
        font-size: 20px;
    }
}

.projects-slider__container .projects-wrap.style-01 {
    display: block;
}

    .projects-slider__container .projects-wrap.style-01 .projects-image-box {
        margin: 20px 15px 35px;
    }

.projects-wrap.style-01 {
    display: block;
}

    .projects-wrap.style-01 .projects-image-box {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
        box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
        position: relative;
        margin-bottom: 30px;
        /*margin: 20px 15px 35px;*/
    }

    .projects-wrap.style-01 .content {
        padding: 25px 26px 94px;
        padding-bottom: 88px;
    }

        .projects-wrap.style-01 .content .heading {
            font-weight: 600;
            line-height: 1.25;
            margin-bottom: 2px;
            color: #333 !important;
        }

        .projects-wrap.style-01 .content .post-categories {
            color: #006593;
            margin-bottom: 2px;
        }

        .projects-wrap.style-01 .content .text {
            color: #696969;
            margin-top: 13px;
        }

        .projects-wrap.style-01 .content .box-projects-arrow {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            height: 56px;
            line-height: 55px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #eee;
            color: #006593;
        }

            .projects-wrap.style-01 .content .box-projects-arrow::before {
                background-color: #006593;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
                z-index: -1;
            }

    .projects-wrap.style-01:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .projects-wrap.style-01:hover .content .heading {
            color: #006593;
        }

        .projects-wrap.style-01:hover .content .box-projects-arrow {
            color: #ffffff;
        }

            .projects-wrap.style-01:hover .content .box-projects-arrow::before {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.projects-wrap.style-2 .content {
    padding: 22px 15px 24px;
    text-align: center;
}

    .projects-wrap.style-2 .content .heading {
        font-weight: 600;
        line-height: 1.25;
        color: #333 !important;
    }

    .projects-wrap.style-2 .content .post-categories {
        color: #006593;
        margin-bottom: 5px;
    }

.projects-wrap.style-3 .content {
    padding: 10px 0px 15px;
}

    .projects-wrap.style-3 .content .heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
        color: #333 !important;
    }

.projects-wrap.style-04 .content {
    padding: 0px 6px 94px;
    padding-bottom: 88px;
}

    .projects-wrap.style-04 .content .heading {
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 2px;
        color: #333 !important;
    }

    .projects-wrap.style-04 .content .post-categories {
        color: #006593;
        margin-bottom: 2px;
    }

    .projects-wrap.style-04 .content .text {
        color: #696969;
        margin-top: 13px;
    }

    .projects-wrap.style-04 .content .box-projects-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        height: 56px;
        line-height: 55px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        border-top: 1px solid #eee;
        color: #006593;
    }

        .projects-wrap.style-04 .content .box-projects-arrow::before {
            background-color: #006593;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            z-index: -1;
        }

.projects-wrap.style-04:hover .content .heading {
    color: #006593;
}

.projects-wrap.style-04:hover .content .box-projects-arrow {
    color: #ffffff;
}

    .projects-wrap.style-04:hover .content .box-projects-arrow::before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.contact-input {
    margin: 0 -10px;
}

    .contact-input .contact-inner {
        float: left;
        margin: 0 0 20px;
        padding: 0 10px;
        width: 50%;
    }

@media only screen and (max-width: 575px) {
    .contact-input .contact-inner {
        width: 100%;
    }
}

.contact-inner {
    margin: 0 0 20px;
}

    .contact-inner input, .contact-inner textarea {
        width: 100%;
        color: #000;
        border-color: #f8f8f8;
        background-color: #f8f8f8;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        border: none;
        width: 100%;
        outline: none;
        border: 1px solid #eee;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 5px;
        padding: 3px 20px;
        height: 56px;
    }

    .contact-inner textarea {
        height: 150px;
        padding: 15px;
    }

    .contact-inner select {
        color: #777;
    }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .conact-us-wrap-one {
        margin-bottom: 30px;
    }
}

.conact-us-wrap-one .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
}

    .conact-us-wrap-one .heading::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 94%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #d2a98e;
    }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .conact-us-wrap-three {
        margin-bottom: 30px;
    }
}

.conact-us-wrap-three .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-info-one .heading, .contact-info-two .heading, .contact-info-three .heading {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-info-two .heading {
    color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .contact-info-three {
        margin-top: 60px;
    }
}

.contact-info-three .heading {
    margin-bottom: 30px;
}

.contact-info-three .location-text-button .button-text {
    font-weight: 500;
    color: #006593;
    position: relative;
}

    .contact-info-three .location-text-button .button-text::after {
        content: "";
        width: 0;
        height: 1px;
        bottom: 0;
        position: absolute;
        left: auto;
        right: 0;
        -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        background: currentColor;
    }

.contact-info-three .location-text-button:hover .button-text::after {
    width: 100%;
    left: 0;
    right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-computing-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .processing-computing-area {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .computing-info-box h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .computing-info-box h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-service-wrap {
        padding: 42px 20px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .business-solution-form-wrap {
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .contact-info {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .contact-info.sytle-one, .contact-info.style-two {
        margin-top: 60px;
    }

        .contact-info.sytle-one.service-contact, .contact-info.style-two.service-contact {
            margin-top: 0;
        }
}

.contact-info.sytle-one .contact-list-item .content, .contact-info.style-two .contact-list-item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}

    .contact-info.sytle-one .contact-list-item .content .icon, .contact-info.style-two .contact-list-item .content .icon {
        color: #fff;
        border-color: #fff;
        font-size: 40px;
        margin-right: 10px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 54px;
    }

    .contact-info.sytle-one .contact-list-item .content .main-content .heading, .contact-info.style-two .contact-list-item .content .main-content .heading {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.78;
        margin-bottom: 13px;
        color: rgba(255, 255, 255, 0.8);
    }

    .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
        color: #d2a98e;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
        font-size: 24px;
    }
}

.contact-info.style-two .contact-list-item .content .icon {
    color: #d2a98e;
}

.contact-info.style-two .contact-list-item .content .main-content .heading {
    color: #333333;
}

.contact-info.style-two .contact-list-item .content .main-content .text {
    color: #006593;
}

.conact-us-wrap-one.managed-it .heading {
    line-height: 1.67;
    font-weight: 800;
}

/*=====================================
=        34. Blog Pages Css           =
======================================*/
.single-blog-item.lg-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .single-blog-item.lg-blog-item:last-child {
        padding-bottom: 60px;
        margin-bottom: 0px;
    }

.single-blog-item.xs-list-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .single-blog-item.xs-list-blog-item:last-child {
        margin-bottom: 0;
    }

.single-blog-item .post-feature img {
    border-radius: 5px;
}

.single-blog-item .post-quote {
    position: relative;
    padding: 78px 40px 53px;
    background: #f5f7fd;
    text-align: center;
}

    .single-blog-item .post-quote .post-quote-text {
        line-height: 1.5;
        margin-bottom: 39px;
    }

    .single-blog-item .post-quote::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 54px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 132px;
        width: 150px;
        background: url(../images/icons/quote.webp) no-repeat;
    }

    .single-blog-item .post-quote .post-quote-name {
        color: #333;
    }

.single-blog-item .post-info {
    margin-top: 20px;
}

    .single-blog-item .post-info .post-categories {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
        color: #d2a98e;
    }

    .single-blog-item .post-info .post-title {
        margin-bottom: 15px;
    }

    .single-blog-item .post-info .post-meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

        .single-blog-item .post-info .post-meta .post-author {
            padding: 5px 10px 0;
        }

            .single-blog-item .post-info .post-meta .post-author .avatar-96 {
                width: 32px;
                vertical-align: middle;
                margin-right: 6px;
                border-radius: 50%;
            }

        .single-blog-item .post-info .post-meta .post-date, .single-blog-item .post-info .post-meta .post-view {
            padding: 5px 10px;
        }

            .single-blog-item .post-info .post-meta .post-date .meta-icon, .single-blog-item .post-info .post-meta .post-view .meta-icon {
                margin-right: 6px;
            }

        .single-blog-item .post-info .post-meta .post-comments {
            padding: 5px 10px;
        }

            .single-blog-item .post-info .post-meta .post-comments .meta-icon {
                margin-right: 6px;
            }

.single-blog-item.blog-grid {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .single-blog-item.blog-grid:hover .post-feature {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .single-blog-item.blog-grid .post-info .post-title {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .single-blog-item.blog-grid .post-info .btn-text {
        margin-top: 10px;
    }

        .single-blog-item.blog-grid .post-info .btn-text a {
            font-size: 14px;
            font-weight: 500;
            border-bottom: 1px solid #ccc;
        }

            .single-blog-item.blog-grid .post-info .btn-text a:hover {
                color: #d2a98e;
            }

.single-blog-item.blog-masonry {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
}

    .single-blog-item.blog-masonry .post-info {
        padding: 10px 25px 83px;
    }

        .single-blog-item.blog-masonry .post-info .post-title {
            line-height: 1.5;
        }

.single-blog-item .post-read-more .btn-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #006593;
    display: block;
}

    .single-blog-item .post-read-more .btn-read-more::before {
        background: #006593;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: -1;
    }

    .single-blog-item .post-read-more .btn-read-more:hover {
        color: #ffffff;
    }

        .single-blog-item .post-read-more .btn-read-more:hover::before {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.post-list-wrapper .blog-thumbnail a {
    display: block;
}

    .post-list-wrapper .blog-thumbnail a img {
        width: 100%;
    }

.post-list-wrapper .post-feature {
    margin-right: 30px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .post-list-wrapper .post-feature {
        margin-right: 0px;
    }
}

.post-list-wrapper .post-info {
    margin-top: 0px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .post-list-wrapper .post-info {
        margin-top: 25px;
    }
}

.quote-post-wrapper .post-info {
    padding: 74px 64px 51px;
}

.single-valid-post-wrapper .post-info {
    padding: 30px 30px 48px;
    width: 100%;
    color: #fff;
}

    .single-valid-post-wrapper .post-info .post-meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .single-valid-post-wrapper .post-info .post-meta .post-date {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
        }

            .single-valid-post-wrapper .post-info .post-meta .post-date .meta-icon {
                margin-right: 6px;
            }

        .single-valid-post-wrapper .post-info .post-meta .post-categories {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
        }

@media only screen and (max-width: 767px) {
    blockquote {
        margin: 54px 65px 44px 30px !important;
    }
}

@media only screen and (max-width: 575px) {
    .entry-post-share {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    -ms-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 575px) {
    .entry-author .author-avatar {
        width: 120px;
    }
}

.entry-author .author-social-networks .inner {
    display: inline-block;
    margin: 22px -9px 0;
}

    .entry-author .author-social-networks .inner a {
        display: block;
        float: left;
        padding: 6px 9px;
        font-size: 13px;
        line-height: 1;
        color: #333;
    }

.related-posts-wrapper .post-content .post-title {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .comment-list .children {
        margin: 40px 0 20px 40px;
    }
}

.comment-submit-btn .ht-btn {
    padding: 0 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        text-align: center;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .infotechno-hero-inner-images {
        margin-top: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-inner-images {
        max-width: 327px;
        margin: auto;
    }

        .infotechno-hero-inner-images .infotechno-inner-one {
            max-width: 260px;
            margin: auto;
        }
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        padding-left: 0;
        float: inherit;
        margin: 50px auto 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .infotechno-video-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.vieeo-content-inner .heading {
    line-height: 1.34;
    font-weight: 600;
    color: #fff;
    margin-bottom: 65px;
}

.viewo-text-wrap .single-popup-wrap.video-link {
    display: inline-block;
}

    .viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
        position: relative;
        margin-right: 0;
        display: inline-block;
        height: 78px;
        width: 78px;
    }

@media only screen and (max-width: 767px) {
    .processing-hero-text {
        margin-top: 60px;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .processing-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .processing-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-text h1 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-images-wrap {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-images-wrap {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-images {
        margin-left: -50px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-images {
        width: 300px;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .hero-button .btn {
            min-width: 140px;
            padding: 0 24px;
        }
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

    .hero-popup-video .video-play .video-play-icon i {
        color: #ffffff;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .main-video-box {
        max-width: 520px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .main-video-box {
        max-width: 400px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .main-video-box {
        max-width: 400px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .main-video-box {
        max-width: 280px;
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .ht-banner-01 img {
        left: 6%;
        top: -50px;
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-01 img {
        left: 0%;
        top: -50px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-01 img {
        left: 10%;
        top: -30px;
        width: 184px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-01 img {
        left: 0;
        top: -30px;
        width: 184px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .ht-banner-02 img {
        position: absolute;
        left: 50%;
        top: -103px;
        max-width: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-02 img {
        top: -65px;
        max-width: 130px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-02 img {
        top: -65px;
        max-width: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        top: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        top: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        max-width: 120px;
        top: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        max-width: 120px;
        top: inherit;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        top: 80%;
        max-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-04 img {
        right: 15px;
        top: 80%;
        max-width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-04 img {
        right: 10px;
        top: 80%;
        max-width: 110px;
    }
}

@-webkit-keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 767px) {
    .appointment-hero-text {
        text-align: center;
        margin-bottom: 60px;
    }
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play {
    background: #ffffff;
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play-icon::before {
    border-left-color: #006593;
}

.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
    position: relative;
    width: 78px;
    height: 78px;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::after, .hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
    border: 3px solid #ffffff;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

/*=================================
=       38. Service Home Css        =
==================================*/
.service-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-services-hero-bg.webp");
    background-size: cover;
    background-position: 50% 50%;
}

.service-hero-space {
    height: 770px;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-space {
        height: 670px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-hero-space {
        height: 570px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-space {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-space {
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .service-hero-space {
        height: 480px;
    }
}

.service-hero-text {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .service-hero-text {
        text-align: center;
    }
}

.service-hero-text h3 {
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-text h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-text h3 {
        font-size: 22px;
    }
}

.service-hero-text h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 120px;
    line-height: 1.09;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-text h1 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-hero-text h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-text h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .service-hero-text h1 {
        font-size: 44px;
    }
}

.service-hero-text .service-solution-form-wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

    .service-hero-text .service-solution-form-wrap select {
        border-color: #006593;
        background-color: #006593;
        background-image: url("../images/icons/hero-selector-icon.webp");
        color: #fff;
        font-weight: 500;
        padding: 3px 30px;
        height: 60px;
    }

        .service-hero-text .service-solution-form-wrap select:focus {
            background: #006593 url("../images/icons/hero-selector-icon.webp") no-repeat center right 20px !important;
        }

.service-hero-text p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .service-project-slide-info {
        margin-bottom: 40px;
        margin-top: 0px;
    }
}

.service-project-slide-info .text {
    font-size: 18px;
    line-height: 1.67;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .single-blog-lg-item {
        margin-bottom: 40px;
    }
}

.post-blog-thumbnail .post-meta {
    position: absolute;
    bottom: 18px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 14px;
    margin: 0 -8px;
}

    .post-blog-thumbnail .post-meta .post-author img {
        width: 32px;
        vertical-align: middle;
        margin-right: 6px;
        border-radius: 50%;
    }

    .post-blog-thumbnail .post-meta div {
        display: inline-block;
        padding: 0 8px;
    }

@media only screen and (max-width: 575px) {
    .single-blog-lg-list:first-child {
        padding: 20px 0 20px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .single-blog-lg-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-left: none;
        border-top: none;
        padding: 0px 0 20px 0px;
    }

        .single-blog-lg-list .post-blog-thumbnail {
            margin-bottom: 20px;
            margin-right: 0px;
            width: 100%;
        }
}

.grid-wrapper .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(204, 204, 204, 0.25);
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .resolutions-hero-space {
        height: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resolutions-hero-space {
        height: 670px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resolutions-hero-space {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .resolutions-hero-space {
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .resolutions-hero-space {
        height: 480px;
    }
}

.hero-button-group .ht-btn {
    margin: 10px;
    font-size: 14px;
}

    .hero-button-group .ht-btn.btn--white {
        color: #006593;
    }

        .hero-button-group .ht-btn.btn--white .btn-icon {
            font-size: 10px;
            margin-left: 0px;
        }

        .hero-button-group .ht-btn.btn--white:hover {
            background: #006593;
            color: #ffffff;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resolutions-hero-bottom {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .resolutions-hero-bottom {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .resolutions-hero-bottom {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cybersecurity-hero-text {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .cybersecurity-hero-text {
        padding-left: 0;
        float: inherit;
        margin: 60px auto 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .inner-img-one {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

        .inner-img-one img {
            width: 400px;
        }
}

@media only screen and (max-width: 767px) {
    .inner-img-two {
        margin: auto !important;
        text-align: center;
    }

        .inner-img-two img {
            max-width: 254px;
        }
}

@keyframes worldRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
        transform: rotate(0deg) translateX(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
        transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-space {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vision-space {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vision-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .vision-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resources-left-box {
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resources-left-box {
        text-align: center;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .resources-left-box {
        margin: 0 auto;
        margin-bottom: 0px;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

.delivering-optimal-wrap .marker::before {
    content: "\f1c1";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #696969;
}

.delivering-optimal-wrap .webform::before {
    content: "\f0ac";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #696969;
}

.delivering-optimal-wrap .list-item {
    padding-left: 40px;
    margin-top: 40px;
    position: relative;
}

    .delivering-optimal-wrap .list-item .title-wrap .title {
        color: #006593;
        margin-bottom: 5px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .modern-number-01 {
        margin-bottom: 20px;
    }
}

.modern-number-01.number-two h2 {
    max-width: 330px;
}

.modern-number-01.number-two span.mark-text {
    color: #006593;
}

.gallery-warp {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

    .gallery-warp:nth-child(4n+1) {
        grid-column: span 8;
    }

.gallery-grid {
    display: block;
    width: 100%;
    height: 100%;
}

    .gallery-grid .single-gallery__thum {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-position: center;
        background-size: cover;
        height: 100%;
        width: 100%;
        max-height: 420px;
    }

    .gallery-grid:nth-child(4n+1) {
        -ms-grid-column: span 8;
        grid-column: span 8;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .gallery-grid:nth-child(4n+1) {
        grid-column: span 6;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+1) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+2) {
    -ms-grid-column: span 4;
    grid-column: span 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .gallery-grid:nth-child(4n+2) {
        grid-column: span 6;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+2) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+3) {
    -ms-grid-column: span 6;
    grid-column: span 6;
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+3) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+4) {
    -ms-grid-column: span 6;
    grid-column: span 6;
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+4) {
        grid-column: span 12;
    }
}

.single-gallery {
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.single-gallery__item {
    position: relative;
    height: 100%;
}

    .single-gallery__item .ht-overlay {
        background-color: #006593;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .single-gallery__item .overlay-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .single-gallery__item .overlay-icon i {
            font-size: 24px;
            color: #fff;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
        opacity: 0.9;
        visibility: visible;
    }

.bg-item-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

    .bg-item-images::before {
        content: "";
        display: block;
        padding-top: 67%;
    }

/*=======================================
=           Careers Job Listing         = 
========================================*/
.ht-simple-job-listing .item {
    border-radius: 5px;
    padding: 33px 50px 36px;
}

    .ht-simple-job-listing .item:nth-child(2n) {
        background: #f6f2ed;
    }

    .ht-simple-job-listing .item .job-info .job-time {
        font-size: 18px;
        margin-top: 12px;
        display: block;
    }

    .ht-simple-job-listing .item .job-button .ht-btn {
        min-width: 155px;
    }

@media only screen and (max-width: 767px) {
    .ht-simple-job-listing .item {
        padding: 30px;
    }

        .ht-simple-job-listing .item .job-description {
            margin-top: 15px;
        }

        .ht-simple-job-listing .item .job-button {
            margin-top: 20px;
        }
}

/*=======================================
=       41. Single Smart Vision Css         =
========================================*/
.vision-content .heading {
    font-size: 28px;
    line-height: 1.43;
    font-weight: 400;
    color: #002fa6;
}

.ht-problem-solution .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 44px;
}

    .ht-problem-solution .item .problem {
        position: relative;
        padding-left: 32px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.74;
        margin-bottom: 20px;
    }

        .ht-problem-solution .item .problem::before {
            color: #006593;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f30b";
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 18px;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }

    .ht-problem-solution .item .solution {
        position: relative;
        padding-left: 32px;
    }

        .ht-problem-solution .item .solution::before {
            color: #006593;
            content: "\f00c";
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 18px;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
        }

.results-wrap .text {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .portfolio-nav-links .nav-list {
        grid-template-columns: auto;
    }
}

.portfolio-nav-links .nav-list .inner div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 190px;
    padding: 20px 0;
}

.portfolio-nav-links .nav-list .inner h6::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .rev_redraw-space {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.rev_redraw-space .col-lg-12 {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .redraw-images img {
        max-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .redraw-images img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .redrow-1 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-1 {
        top: -130%;
    }
}

@media only screen and (max-width: 767px) {
    .redrow-2 {
        top: -80%;
    }
}

@media only screen and (max-width: 767px) {
    .redrow-3 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-3 {
        top: -130%;
    }
}

/*=====================================
=       43. Preview Page Css          =
======================================*/
.hero__purchase .btn:hover, .downlode-btn .btn:hover {
    background: #006593;
    color: #fff;
}

.header__actions--preview .ht-btn {
    background: #fff;
    color: #006593;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__actions--preview {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

        .header__actions--preview .header__actions {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 860px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 780px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-hero-area {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-area {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-area {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-01 {
        width: 130px;
        top: -10%;
        left: 8%;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-02 {
        right: -5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pe-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pe-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pe-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 575px) {
    .pe-img-03 {
        width: 200px;
        right: -30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pe-img-04 {
        bottom: 5%;
        right: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-04 {
        bottom: 2%;
        right: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-inner-img {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text h6 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-text {
        text-align: center;
    }

        .preview-hero-text .hero-button {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text {
        text-align: center;
    }
}

.frame-screen .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    height: 23px;
}

    .frame-screen .dots .dot {
        margin: 0 4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #dadada;
    }

/* ====================
    Toolbar Area 
========================*/
.aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 40px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

    .aeroland__toolbar .inner a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #222;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .modern-it-company-hero-image {
        position: absolute;
        top: 176px;
        right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-image {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-hero-text h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text .book-box {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-text .book-box {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text .book-text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .success-stories-wrap {
        padding: 58px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .success-stories-wrap .heading br {
            display: none;
        }
}

.modern-it-newsletters-wrap .contact-inner input {
    background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .machine-learning-hero-bg {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .machine-learning-hero-bg {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .machine-learning-hero-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-bg {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-text {
        margin-top: 60px;
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .machine-learning-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .machine-learning-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .machine-learning-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-text h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .hero-button .btn {
            min-width: 140px;
            padding: 0 24px;
        }
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

    .hero-popup-video .video-play .video-play-icon i {
        color: #ffffff;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-brand-wrap {
        margin-right: 30px;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-brand-wrap {
        margin-right: 30px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-brand-wrap {
        margin-top: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-brand-wrap .brand-logo {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-brand-wrap .brand-logo {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-text h3 {
        line-height: 40px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-text h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .software-innovation-hero-text h1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-text h1 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-text h1 {
        font-size: 64px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .software-innovation-hero-image {
        margin-left: -146px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-image {
        margin-left: -146px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-image {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
    }
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play-icon::before {
    border-left-color: #fff;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play {
    background: #006593;
}

.software-innovation-video-box .video-button__two {
    padding: 13px;
    border: 3px solid rgba(8, 106, 216, 0.4);
    border-radius: 50%;
}

.pulse-and-float {
    /* name | duration | timing-function | iteration-count */
    animation: float-up-down 3s ease-in-out infinite;
}

@keyframes float-up-down {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-15px) scale(1.25);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@media print {
    .no-print {
        display: none !important;
    }
}