/*============================

    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                 =

=============================================*/

*,
*::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: "CerebriSans";
    color: #696969;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "CerebriSans";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
}

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;
    }
    .desktop-header-none {
        display: block! important;
    }
}

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, span {

  -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);

}
*/

*:focus {
    outline: none !important;
}

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;
    color: #0e2162;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mark,
mark {
    padding: 0 0;
    background-color: transparent;
}

.font-weight--bold {
    font-weight: 800;
}

.font-weight--reguler {
    font-weight: 500;
}

.font-weight--normal {
    font-weight: 400;
}

.font-weight--light {
    font-weight: 300;
}


/*--

    Default Class

*/

.text-color-primary {
    color: #007536;
}

.text-color-secondary {
    color: #d2a98e;
}

.text-black {
    color: #333333 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #F8F8F8;
}

.bg-gray-2 {
    background: #F6FAFE;
}

.bg-gray-3 {
    background: #f6f2ed;
}

.bg-theme-default {
    background: #0f2164;
}

.theme-bg-secondary {
    background: #d2a98e;
}

.sub-heading {
    color: #6d70a6;
}

.black-bg {
    background: #000000;
}

.border-radus-5 {
    border-radius: 5px;
}

.text-green {
    color: #d2a98e;
}

.bg-gradient {
    background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 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.png") no-repeat center right 20px;
    background-color: #f8f8f8;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select:focus {
    background: #f8f8f8 url("../images/icons/selector-icon.png") no-repeat center right 20px !important;
}

.fixed-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*------- Defauld Class --------*/

.text-black {
    color: #333;
}

.box-shadow-top {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
    border: 1px solid #ededed !important;
}

.border-top {
    border-top: 1px solid #ededed !important;
    /* background: #0061af; */
    background: #ffffff;
    /* background: rgb(255,255,255);
background: linear-gradient(65deg, rgba(255,255,255,1) 29.5%, rgba(0,97,175,1) 29%); */
}

.border-right {
    border-right: 1px solid #ededed !important;
}

.border-bottom {
    border-bottom: 1px solid #ededed !important;
}

.border-left {
    border-left: 1px solid #ededed !important;
}

.border-top-dash {
    border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
    border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
    border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
    border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title mark {
    color: #38cb89;
    padding: .0em;
    background-color: transparent;
}

.section-sub-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}

.section-under-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.40;
    color: #333333;
}

.section-under-heading a {
    color: #0e2162;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.section-under-heading a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: -1px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-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;
}

.section-under-heading a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.img-width {
    width: 100%;
}

.title-dec-text {
    text-align: center;
    max-width: 75%;
    line-height: 35px;
    margin: auto;
    font-size: 17px;
}

::-moz-selection {
    color: #ffffff;
    background-color: #0e2162;
}

::selection {
    color: #ffffff;
    background-color: #0e2162;
}

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 {
    -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:-ms-input-placeholder,
form textarea:-ms-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::-ms-input-placeholder,
form textarea::-ms-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::-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:-ms-input-placeholder,
form textarea:-ms-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::placeholder,
form textarea::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);
}

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: #0e2162;
    border-color: #0e2162;
}

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;
}


/* swiper default styles */

.swiper-pagination {
    position: static;
    display: block;
    line-height: 1;
}

.swiper-pagination--vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    bottom: auto;
    left: auto;
}

.swiper-pagination--vertical .swiper-pagination-bullet {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    margin-right: 0;
}

.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none;
    margin-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    z-index: 1;
    -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);
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #0e2162;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #0e2162;
}

.site-wrapper-reveal {
    background-color: #ffffff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
    margin: 8px;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
    opacity: 1;
    background: #fff;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 9px #ededed;
    box-shadow: 0 0 9px #ededed;
}

.swiper-nav-button {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #6d70a6;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    top: 50%;
}

.swiper-nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    color: #fff;
    background: #fff;
}

.swiper-nav-button:hover {
    color: #fff;
}

.swiper-nav-button:hover::before {
    color: #fff;
    background: #0e2162;
}

.swiper-container {
    -webkit-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);
}

.swiper-container:hover .swiper-nav-button {
    opacity: 1;
    visibility: visible;
}

.swiper-nav-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-nav-button i::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: '\f104';
}

.swiper-nav-prev i::before {
    content: '\f104';
}

.swiper-button-next i::before {
    content: '\f105';
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.single-element-wrap ul li {
    margin-bottom: 15px;
}

.single-element-wrap ul li:last-child {
    margin-bottom: 0;
}


/*===================================

    - Breadvrumb  

=================================*/

.breadcrumb-area {
        padding-top: 326px;
    padding-bottom: 7px;
    background-color: #064a81;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    background-size: cover;
}

@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: 92px! important;
        padding-bottom: 25px! important;
    }
}

.breadcrumb-list {
    /* margin-top: 10px; */
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.58;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.breadcrumb-list li a {
    position: relative;
    color: #ffffff;
}

.breadcrumb-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-list li a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-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;
}

.breadcrumb-list li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    z-index: 0;
}

.breadcrumb-list li.active {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.page-pagination li {
    display: inline-block;
}

.page-pagination li a {
    font-weight: 500;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 41px;
    min-width: 41px;
    height: 41px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 2px;
    border-radius: 5px;
}

.page-pagination li a.current {
    background: #f6f5f9;
    color: #0e2162;
}

.page-pagination li a:hover {
    color: #0e2162;
}


/*=============================================

=                - 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: #0e2162;
    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: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    transition-delay: .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;
    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: #e11f28;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-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: 80px;
}

.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);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-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);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*=============================================

   - Dividers Css        

=============================================*/

.separator-wrap {
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.separator-wrap .dot {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px #def0ff;
    box-shadow: 0 0 12px #def0ff;
    background: #000;
    background-color: #0e2162;
    -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    width: 14px;
    height: 14px;
}

.separator-wrap .dot.second-circle {
    margin-top: 18px;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

.separator-wrap .dot.third-circle {
    margin-top: 14px;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

@-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);
    }
}


/*=================================

=          - Google Map Css       =                

===================================*/

#googleMap-1,
#googleMap-2,
#googleMap-3 {
    height: 400px;
}


/*=====  End of Default CSS  ======*/


/*============================================

=           02. Section Spacing Css          =

=============================================*/

.section-space {
    /* Section Padding Css */
    /* Section Margin Css */
}

.section-space--ptb_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@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;
    }
}

.section-space--pt_120 {
    padding-top: 120px;
}

@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;
    }
}

.section-space--pb_120 {
    padding-bottom: 120px;
}

@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;
    }
}

.section-space--ptb_100 {
    padding-top: 15px;
    padding-bottom: 52px;
}

@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;
    }
}

.section-space--pt_100 {
    padding-top: 70px;
}

@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;
    }
}

.section-space--pb_100 {
    padding-bottom: 100px;
}

@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;
    }
}

.section-space--ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@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;
    }
}

.section-space--pt_90 {
    padding-top: 90px;
}

@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;
    }
}

.section-space--pb_90 {
    padding-bottom: 90px;
}

@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;
    }
}

.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 60px;
}

@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;
    }
}

.section-space--pt_80 {
    padding-top: 80px;
}

@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;
    }
}

.section-space--pb_80 {
    padding-bottom: 90px;
}

@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;
    }
}

.section-space--ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@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;
    }
}

.section-space--pt_70 {
    padding-top: 70px;
}

@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;
    }
}

.section-space--pb_70 {
    padding-bottom: 70px;
}

@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;
    }
}

.section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@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;
    }
}

.section-space--pt_60 {
    padding-top: 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;
    }
}

.section-space--pb_60 {
    padding-bottom: 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;
    }
}

.section-space--pt_40 {
    padding-top: 40px;
}

@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;
    }
}

.section-space--pb_40 {
    padding-bottom: 40px;
}

@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--pt_30 {
    padding-top: 30px;
}

.section-space--pb_30 {
    padding-bottom: 30px;
}

.section-space--mt_15 {
    margin-top: 15px;
}

.section-space--mt_20 {
    margin-top: 20px;
}

.section-space--mt_30 {
    margin-top: 30px;
}

.section-space--mt_40 {
    margin-top: 40px;
}

.section-space--mt_50 {
    margin-top: 50px;
}

@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;
    }
}

.section-space--mt_60 {
    margin-top: 60px;
}

@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;
    }
}

.section-space--mt_70 {
    margin-top: 70px;
}

@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;
    }
}

.section-space--mt_80 {
    margin-top: 80px;
}

@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;
    }
}

.section-space--mt_100 {
    margin-top: 100px;
}

@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;
    }
}

.section-space--mt_120 {
    margin-top: 120px;
}

@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;
    }
}

.section-space--mb_15 {
    margin-bottom: 15px;
}

.section-space--mb_20 {
    margin-bottom: 20px;
}

.section-space--mb_30 {
    margin-bottom: 30px;
}

.section-space--mb_40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-space--mb_40 {
        margin-bottom: 30px;
    }
}

.section-space--mb_50 {
    margin-bottom: 50px;
}

@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;
    }
}

.section-space--mb_60 {
    margin-bottom: 60px;
}

@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;
    }
}

.section-space--mb_100 {
    margin-bottom: 100px;
}

@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;
    }
}

.section-space--mb_120 {
    margin-bottom: 120px;
}

@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-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

@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);
    transform: translateY(0px);
}

.move-up.animate {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveVertical .65s ease forwards;
    animation: moveVertical .65s ease forwards;
}

.move-up-x {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.move-up-x.animate {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation: moveHorizontal .65s ease forwards;
    animation: moveHorizontal .65s ease forwards;
}


/* ------------------------

    Custom Animation 01 

----------------------------*/

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}


/* --------------------------------------

    Custom Hide Animation

---------------------------------------*/

@-webkit-keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }
}

@keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
}


/* --------------------------------------

    Custom Slide Show Animation

---------------------------------------*/

@-webkit-keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/* --------------------------------------

    Custom Slide Out To Right

---------------------------------------*/

@-webkit-keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(40px);
        opacity: 0;
    }
}

@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;
    }
}


/* --------------------------------------

    Custom Slide Out To Left

---------------------------------------*/

@-webkit-keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(60px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@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;
    }
}


/* ------------------------

    Brook Hover Effect 

---------------------------*/

.brook-transition {
    -webkit-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);
}

.bk-hover a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    color: #999;
}

.bk-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-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;
}

.bk-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


/* ------------------------

    Separator Bounce 

---------------------------*/

@-webkit-keyframes separator-bounce {
    0%,
    80%,
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(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;
    }
}

.container-fluid--cp-60 {
    padding: 0 60px;
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-60 {
        padding: 0 15px;
    }
}

.container-fluid--cp-30 {
    padding: 0 30px;
}

@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;
    }
}

.container_fl {
    padding-left: 15px;
    padding-right: 15px;
}

.col-06__left {
    width: 600px;
    max-width: 100%;
    float: right;
}

@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;
    }
}

.col-06__right {
    width: 600px;
    max-width: 100%;
    float: left;
}

@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;
    }
}

.banner-image__content {
    width: 570px;
    max-width: 100%;
}

.row--35 {
    margin-left: -35px;
    margin-right: -35px;
}

@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;
    }
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

@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;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@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;
    }
}

.row--30>[class*="col"],
.row--30>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

@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;
    }
}


/*=====  End of container  ======*/


/*=============================================

=              05. Header Css            =

=============================================*/

.header-area .is-sticky {
    /*  position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .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);
    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::-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:-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: .95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: .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);
        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;
    }
}

.header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-area--absolute {
        position: static;
    }
}

.header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.header-area--default {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
}

.header__logo {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.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 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .header__logo.top-logo {
        padding: 15px 0;
    }
    h3.heading {
        font-size: 20px! important;
    }
    
    .section-2 .row.bg-3 {
    padding: 14px 29px 78px! important;
}
    
    .section-2 .inner-row p {
   font-size: 12px! important;
    text-align: center;
}
    
    .coman_head_text {
   font-size: 28px;
}
 
  .welcome-section {
 padding: 42px 0 17px! important;
    margin: 39px 4px! important;
} 
    
    .welcome-section .title-column .inner-column {
    padding: 17px 19px! important;
}
    
    .abhead {
    font-size: 21px! important;
}
    
    .vsn-2:after {
    height: 14%! important;
    bottom: -67px! important;
    left: 10%! important; 
}
    
    .vsn-2 {
    margin: -60px 0 0 0! important;
}
    
    .cnt-p {
    font-size: 15px! important;
}
section.aplsn {
    padding: 0px! important;
}
    
    section.aplsn p {
    padding-left: 15px! important;
    font-size: 14px! important;
}
    ul.listview {
    padding: 6px 14px! important;
}

    ul.listview li a {
    line-height: 28px! important;
    font-size: 14px! important;
}
    
    ul.iconview li a strong {
    padding-left: 6px! important;
    font-size: 14px! important;
}
    .vsn-2:before {
    left: 0%! important;
}
    
    section.welcome-section.director-dsk span.msg {
    font-size: 54px! important;
    top: -64px! important;
}
    section.gallry {
    padding: 53px 0px 0px! important;
}
    
    .career-area .creating h2 {
    font-size: 25px! important;
    width: 100%! important;
    position: relative;
    margin: -56px auto! important;
}
   
    p.carertxt {
  text-align: justify! important;
    font-size: 14px! important;
    line-height: 25px! important;
}
    .pdlcr ul li {
    font-size: 13px! important;
            line-height: 19px! important;
            flex-basis: 100%! important;
}
    
    
    .header__logo::before {
    height: 80px! important;
    left: -197px! important;
}
    
    .pcc span {
    font-size: 29px! important;
}
    
    .pcc {
    padding: 0px 10px! important;
}
    
    .pcc::before {
    top: 0.2%! important;
        height: auto! important;
}
    
    .pcc h2 {
    margin-top: 3px! important;
    font-size: 20px! important;
}
    
    .pcc .text img {
    top: 4px! important;
}
    
    .sec-title .text {
    font-size: 14px! important;
    line-height: 24px! important;
}
    
    .sec-title h4 {
    font-size: 16px! important;
}
    
    .careerset {
    padding: 50px 0px! important;
    margin: 50px 6px! important;
}
    span.carfltr {
  left: -89px! important;
    font-size: 66px! important;
    top: 179px! important;
}
    h3.mar-btm30.leaveus {
    font-size: 21px! important;
}
    
    .careerset .contact-form {
    width: 85%! important;
    margin: 27px 29px! important;
}
    
    .cntsect {
   margin: 47px 17px! important;
}
    
    .form-field .form-input {
    margin-bottom: 16px! important;
}
    
    .form-field .form-comment {
    margin-bottom: 26px! important;
}
    .contactWrap {
    padding: 15px! important;
}
    .addressLine p {
    font-size: 14px! important;
}


.addressBoxWrap a {
     font-size: 14px! important;
}
    .img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer img {
    max-width: 39px! important;
}
    
    .img-hotspot .img-hotspot-wrap .img-hotspot-pointers-1 {
    width: 1%! important;
   left: 38px! important;
}
    
    .img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
   max-width: 242px! important;
}
    
    .img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
  font-size: 15px! important;
}
    
    
.new-inovation {
        gap: 6px ! important;
        margin-top: 19px ! important;
        width: 63% ! important;
        margin-bottom: -67px ! important;
        margin-left: 0px ! important;
    }
    
    .new-inovation .fun-fact--two {
            padding: 0px 0px ! important;
        width: 69px ! important;
        height: 44px! important;
}
    
    .section-2 .inner-row-new p {
    font-size: 11px! important;
    line-height: 18px! important;
    padding-top: 3px! important;
    padding-bottom: 5px! important;
}

    .section-2 .inner-row-new h3 {
          padding: 9px 7px ! important;
        font-size: 20px ! important;
}
    
    .inner-section .cntr span {
    font-size: 24px! important;
    margin-top: -4px! important;
}
    
    
}

.header__logo>a img {
    width: 75%;
}

.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 {
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    -webkit-box-pack: 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 {
        -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 {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header__logo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header.default-menu-style .header-right-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: 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 {
        -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 {
        -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 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header.default-menu-style .header-right-box .header-right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
    }
}


/*======================

    - language 

=======================*/

.language-menu {
    padding-right: 25px;
}

.language-menu>ul>li {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
}

.language-menu>ul>li>a {
    padding: 0 10px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.language-menu>ul>li>a span {
    margin-left: 10px;
}

.language-menu>ul>li>a::after {
    content: '\f078';
    font-size: 8px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.language-menu>ul>li ul {
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 102;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -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);
}

.language-menu>ul>li ul li a {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #222;
    line-height: 1;
    text-transform: uppercase;
}

.language-menu>ul>li ul li a span {
    margin-left: 10px;
}

.language-menu>ul>li ul li a img {
    width: 24px;
    height: auto;
}

.language-menu>ul>li ul li a:hover {
    background: #EEEEEE;
}

.language-menu>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.header-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px;
}

@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;
        -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);
        transform: translateY(30px);
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -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);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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);
        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;
        -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;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header-top-info-slider-werap {
    overflow: hidden;
    max-width: 770px;
    width: 100%;
}

@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%;
    }
}

.header-top-info-slider-werap {
    padding: 0 12px;
}

@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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-left: 7px;
}

.header-top-info-inner .info-item .info-icon {
    width: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1;
    color: #102165;
}

.header-top-info-inner .info-item .info-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-top-info-inner .info-item .info-content .info-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 6px;
    color: #086419;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.header-top-info-inner .info-item .info-content .info-sub-title {
    font-size: 14px;
    color: #0061AF;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

@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: #0e2162;
}

.top-info-slider__container {
    cursor: w-resize;
}

.top-info-slider__container .swiper-slide-active .info-item {
    border-left: none;
}

.header-social-networks.style-icons a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    margin-top: 10px;
}

.header-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-search-form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.header-search-form .search-form-top {
    position: relative;
    background-color: rgba(0, 47, 166, 0.3);
}

.header-search-form .search-form-top .search-field {
    width: 270px;
    border-radius: 0;
    border: 0 !important;
    background: 0 0 !important;
    min-height: 60px;
    padding-right: 50px;
    padding-left: 10px;
    color: #fff;
}

.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::-moz-placeholder,
.header-search-form .search-form-top textarea::-moz-placeholder {
    color: #333;
}

.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::-ms-input-placeholder,
.header-search-form .search-form-top textarea::-ms-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::placeholder,
.header-search-form .search-form-top textarea::placeholder {
    color: #333;
}

.header-search-form .search-form-top .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #ffffff;
}

.header-search-form .search-form-top.style-02 {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.header-search-form .search-form-top.style-02 .search-field {
    width: 232px;
    border-radius: 0;
    background: #fff !important;
    border: 0 !important;
    min-height: 60px;
    color: #333;
}

.header-search-form .search-form-top.style-02 .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #000000;
}

.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::-webkit-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;
}

.header-search-form.default-search {
    height: 100%;
}

.header-search-form.default-search .search-form-top {
    background: transparent;
    border-left: 1px solid #eee;
    margin-right: -15px;
}

@media only screen and (max-width: 575px) {
    .header-search-form.default-search .search-form-top {
        margin-top: 15px;
        background: #eee;
    }
}

.header-search-form.default-search .search-form-top .search-field {
    max-width: 225px;
    color: #333;
    min-height: 80px;
}

@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;
    }
}

.header-search-form.default-search .search-form-top .search-submit {
    color: #000000;
}

.header-search-form-two {
    padding-left: 24px;
    display: block;
}

.header-search-form-two a {
    line-height: 0;
    font-size: 18px;
}

.header-search-form-two a:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.header-search-form-two.white-icon a {
    color: #ffffff;
}

@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-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-bar-left .top-bar-text {
    font-size: 14px;
    line-height: 1.78;
}

.top-bar-left .top-bar-text .font-medium {
    font-weight: 500;
}

.top-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.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;
}

.top-message {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.78;
}

.top-message a {
    color: #002FA6;
    font-weight: 500;
}

.top-message a:hover {
    color: #d2a98e;
}


/*============================== 

    - Navigation Menu Css

===============================*/

.navigation-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

.navigation-menu>ul>li {
    margin: 0 12px;
}

.navigation-menu>ul>li:last-child a {
        color: #e31e25 !important;
    background-color: #ffffff;
    border: 2px solid #333;
    padding: 10px 15px;
    transition: 0.5s;
}

.navigation-menu>ul>li:last-child a:hover {
    color: #ffffff!important;
    background-color: #181818;
}

.pro-range a {
    transition: all 0.5s;
    box-shadow: 2px 2px 10px #ccc;
}

.pro-range a:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu>ul>li {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu>ul>li {
        margin: 0 10px;
    }
}

.navigation-menu>ul>li>a {
    display: block;
    color: #333;
    padding: 10px 3px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    /* text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
}

.navigation-menu>ul>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #e41e26;
    -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);
}

.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 Pro";
    content: '\f107';
    font-size: 14px;
    vertical-align: middle;
    -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);
}

.navigation-menu>ul>li.has-children>a:hover:after {
    color: #333333;
}

.navigation-menu>ul>li.has-children--multilevel-submenu {
    position: relative;
}

.navigation-menu>ul>li.has-children:hover .megamenu {
    -webkit-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);
    transform: translateY(0);
}

.navigation-menu>ul>li.has-children:hover>.submenu {
    -webkit-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: #222;
}


/*
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {

  color: #000;

}
*/

.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>a {
    color: rgba(255, 255, 255, 0.7);
}

.navigation-menu--text_white>ul>li>a:before {
    background-color: #ffffff;
}

.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 10px 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: 0px solid #0e2162;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -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);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 290px;
    padding: 0px 0;
    z-index: 9;
}

.submenu>li {
    position: relative;
}

.submenu>li>a {
    display: block;
    padding: 5px 30px;
    color: #333;
    font-weight: 500;
    -webkit-transition: 0s;
    transition: 0s;
    border-bottom: 1px solid #c5c5c5;
    font-family: 'Poppins', sans-serif;
}

h3.heading {
    color: #01101a;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}

.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: #0e2162; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenu>li>a:hover {
    color: #f70c0c;
}

.submenu>li>a:hover>span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.submenu>li:hover>.submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.submenu>li.active>a {
    color: #e61e24;
}

.submenu>li.has-children>a {
    position: relative;
    -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);
}

.submenu>li.has-children>a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
    font-size: 14px;
    vertical-align: middle;
    color: #ababab;
}

.submenu>li.has-children>a:hover:after {
    color: #0e2162;
}

.submenu>li.has-children.active>a {
    color: #0e2162;
}

.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: 24px;
    padding-right: 24px;
    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: 22px;
        padding-right: 22px;
    }
}

.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);
    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;
}


/*=========================================

    - Mega Menu Css

===========================================*/

.megamenu {
    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 #0e2162;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -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);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.megamenu--mega {
    min-width: 980px;
    width: 100%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@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 {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu--mega>li .page-list-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333333;
}

.megamenu--mega>li>ul>li>a {
    padding: 10px 0;
    color: #ababab;
    line-height: 1.2;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.megamenu--mega>li>ul>li>a:hover {
    color: #0e2162;
}

.megamenu--mega>li>ul>li>a:hover span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.megamenu--mega>li>ul>li>a>span {
    position: relative;
}

.megamenu--mega>li>ul>li>a>span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #0e2162;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.megamenu--mega>li>ul>li.active>a {
    color: #0e2162;
}

.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;
}

.mobile-navigation-icon:hover i {
    background-color: #0e2162;
}

.mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #0e2162;
}

.mobile-navigation-icon:hover i:after {
    background-color: #0e2162;
    width: 60%;
}

.mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    -webkit-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);
    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);
    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);
    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: #0e2162;
    }
    .mobile-navigation-icon.white-md-icon:hover i:before {
        width: 80%;
        background-color: #0e2162;
    }
    .mobile-navigation-icon.white-md-icon:hover i:after {
        background-color: #0e2162;
        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;
    }
}

.page-open-off-sidebar:hover i {
    width: 100%;
}

.page-open-off-sidebar:hover i:before {
    width: 100%;
}

.page-open-off-sidebar:hover i:after {
    width: 100%;
}

.page-open-off-sidebar i {
    width: 100%;
    background-color: #333;
}

.page-open-off-sidebar i:before {
    width: 70%;
    background-color: #333;
}

.page-open-off-sidebar i:after {
    width: 70%;
    background-color: #333;
}

.hidden-icons-menu {
    margin-left: 15px;
}

.hidden-icons-menu a {
    color: #6D70A6;
    font-size: 20px;
}

.hidden-icons-menu a:hover {
    color: #0e2162;
}


/*================================ 

    - 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);
    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.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #0b0b0b;
    -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);
    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%);
    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%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -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);
}

.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%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -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);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
    color: #0e2162;
}

.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;
    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);
    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);
    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 Pro";
}

.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);
    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 Pro";
    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 Pro";
    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;
}


/*======================================

    - offset search

======================================*/

.page-oppen-off-sidebar {
    right: 0;
}

.page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
    float: right;
    background: #ffffff;
}

@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%);
    transform: translateX(0%);
}

.page-oppen-off-sidebar__header {
    background: #ffffff;
    padding: 15px 35px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
    display: -webkit-box;
    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;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
    overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
    line-height: 17px;
}


/*===============================

    - search overlay

===============================*/

.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    -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);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #ffffff;
    -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);
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-overlay.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}

.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%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -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);
}

.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%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -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);
}

.search-overlay__header .mobile-navigation-close-icon:hover {
    color: #0e2162;
}

.search-overlay__header .mobile-navigation-close-icon:hover:before,
.search-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    transform: none;
}

.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
}

.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #0e2162;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .search-overlay__form input {
        font-size: 30px;
        height: 60px;
    }
}

.search-overlay__form input::-webkit-input-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input::-moz-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input:-ms-input-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input::-ms-input-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input::-webkit-input-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input:-ms-input-placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input::placeholder {
    color: #0e2162;
    -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);
}

.search-overlay__form input[type="text"]:focus {
    color: #0e2162;
    border-color: #0e2162;
}

.header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__navigation.preview-menu .navigation-menu-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.preview-header-inner {
    padding: 20px 0;
}

@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 #0e2162;
    color: #0e2162;
    line-height: 42px;
    height: 43px;
}

.preview-header-inner .header__actions--preview .ht-btn {
    background: #0e2162;
    border: 1px solid #0e2162;
    color: #ffffff;
}

.preview-header-inner .header__actions--preview .ht-btn:hover {
    background: #ffffff;
    color: #0e2162;
}


/*=====  End of Header  ======*/


/*=========================================

=               06. Footer Css            =

===========================================*/

.reveal-footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@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: #e51e22;
    font-size: 22px;
    padding-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.footer-widget__title::after {
    content: '';
    left: 15px;
    right: 0;
    border-bottom: 2px solid #dc1b1b;
    width: 91px;
    position: absolute;
    top: 36px;
}

.footer-widget__list li {
    margin-bottom: 12px;
    color: #292828;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.footer-widget__list li:last-child {
    margin-bottom: 0;
}

/*
.footer-copyright-area .align-items-center {
    border-top: 1px solid #007534;
}
*/

.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;
}

.social-group__list .ht-social-networks.tilte-style .link-text {
    color: #CCCCCC;
}

.social-group__list .ht-social-networks.tilte-style .link-text::before {
    background: rgba(255, 255, 255, 0.2);
}

.social-group__list .ht-social-networks.tilte-style .link-text:hover {
    color: #ffffff;
}

.social-group__list .ht-social-networks.tilte-style .social-link::before {
    color: #ccc;
}

.copyright-text {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        margin-bottom: 15px;
            font-size: 11px;
    font-weight: 500;
    padding: 3px;
    }
    .footer-widget__list li {
    font-size: 13px;
}
    .hover-style-link {
    font-size: 13px! important;
}
}


/*=====  End of footer ======*/


/*=======================================

=            07. Sidebar Css           =

=========================================*/

.page-sidebar-right {
    padding-left: 30px;
}

@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;
    }
}

.page-sidebar-left {
    padding-right: 30px;
}

@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;
    }
}

.sidebar-widget+.sidebar-widget {
    margin-top: 40px;
}

.sidebar-widget-title {
    margin-bottom: 20px;
    font-weight: 500;
}

.widget-search {
    position: relative;
}

.widget-search input {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px 20px;
    padding-right: 20px;
    height: 56px;
    color: #ababab;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-right: 72px;
}

.widget-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}

.widget-search .search-submit:hover {
    color: #ffffff;
    background: #0e2162;
}

.widget-blog-recent-post ul li:first-child a {
    margin-top: -16px;
}

.widget-blog-recent-post ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 0 16px 30px;
    margin-left: 27px;
    text-transform: capitalize;
}

.widget-blog-recent-post ul li a::before,
.widget-blog-recent-post ul li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -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);
}

.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
    content: '\f30b';
    position: absolute;
    top: 22px;
    left: 0;
}

.widget-blog-recent-post ul li a::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.widget-blog-recent-post ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.widget-blog-recent-post ul li a:hover::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.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: #0e2162;
}

.widget-product-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-product-item .thumbnail {
    max-width: 150px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 80px;
}

.widget-product-item .info .product-title {
    font-weight: 400;
    font-size: 16px;
}

.widget-product-item .info .star-rating a {
    display: inline-block;
    color: #ffb805;
    line-height: 1;
    font-size: 14px;
    margin: 0;
}

.widget-product-item .info .price-box {
    margin-top: 5px;
}

.widget-product-item .info .price-box .old-price {
    font-size: .88em;
    font-weight: 400;
    color: #b6b7d2;
    text-decoration: line-through;
}

.widget-product-item .info .price-box .new-price {
    font-size: 14px;
    font-weight: 500;
    color: #6d70a6;
}


/*=====  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: #0e2162;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.ht-btn:hover,
.ht-btn:active,
.ht-btn:focus {
    color: #ffffff;
    background-image: #0e2162;
    -webkit-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--outline {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #0e2162;
    color: #0e2162;
}

.ht-btn--outline:hover,
.ht-btn--outline:focus,
.ht-btn--outline:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-color: transparent;
    background: #0e2162;
    color: #ffffff;
}

.ht-btn--solid {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #ddd;
    color: #0e2162;
}

.ht-btn--solid:hover,
.ht-btn--solid:focus,
.ht-btn--solid:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-color: transparent;
    background: #0e2162;
    color: #ffffff;
}

.ht-btn--circle {
    border-radius: 30px;
}

.ht-btn--no-round {
    border-radius: 0px;
}

.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: 21px;
    font-weight: 700;
    border-style: solid;
    border-radius: 45px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-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: #0e2162;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn:hover,
.btn:active,
.btn:focus {
    font-weight: 500;
    color: #ffffff;
    background: #0e2162;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn--secondary {
    background-image: none;
    background-color: #d2a98e;
}

.btn--secondary:hover {
    background-image: none;
    background: #d2a98e;
}

.btn--black {
    background-image: none;
    background-color: #000000;
}

.btn--black:hover {
    background-image: none;
    background: #000000;
}

.btn--white {
    background-image: none;
    background-color: #ffffff00;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.btn--white:hover,
.btn--white:focus {
    background-image: none;
    background: #ffffff;
    color: #000000;
}

.btn--gradient {
    background-image: none;
    background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%) !important;
}

.btn--gradient:hover {
    background-image: none;
    background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%);
}

.btn--link {
    color: #0e2162;
}

.btn--link:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.hover-style-link {
    position: relative;
    color: #292828;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.hover-style-link:after {
    -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);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #e61d25;
}

.hover-style-link:hover {
    color: #e21f23;
}

.hover-style-link:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.hover-style-link--secondary {
    color: #d2a98e;
}

.hover-style-link--secondary:after {
    background-color: #d2a98e;
}

.hover-style-link--secondary:hover {
    color: #d2a98e;
}

.hover-style-link--white {
    color: #ffffff;
}

.hover-style-link--white:after {
    background-color: #ffffff;
}

.hover-style-link--white:hover {
    color: #ffffff;
}

.hover-style-link--sub-color {
    color: #6d70a6;
}

.hover-style-link--sub-color:after {
    background-color: #6d70a6;
}

.hover-style-link--sub-color:hover {
    color: #6d70a6;
}

.hover-style-default {
    position: relative;
}

.hover-style-default:after {
    -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);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #0e2162;
}

.hover-style-default:hover {
    color: #0e2162;
}

.hover-style-default:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}


/* Images Button */

.image-btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 5px;
    overflow: hidden;
}


/* video pay link */

.video-play i {
    color: #d2a98e;
}

.video-play span {
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 10px;
}


/* button wrapper */

.button-wrapper>a {
    border: none;
}

@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;
    }
}


/* Text Button*/

.btn-text {
    color: #e61d26;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.btn-text:hover {
    color: #000000;
}

.single-button-group h5 {
    margin-bottom: 10px;
}

.single-button-group .button-group-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.single-button-group a {
    margin: 10px;
}

.single-button-group a:hover,
.single-button-group a:active,
.single-button-group a:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}


/*=====  End of Button  ======*/


/*=============================================

=            09. Accordions Css           =

=============================================*/

.faq-wrapper .panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-wrapper .card,
.faq-wrapper .card-header {
    border-radius: 0;
}

.faq-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.faq-wrapper .card:last-child {
    margin-bottom: 0;
}

.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-wrapper .card-header h5 button {
    border: none;
    width: 100%;
    text-align: left;
    color: #000000;
    padding: 20px 30px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffff;
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button {
        padding-left: 15px;
        padding-right: 20px;
    }
}

.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-wrapper .card-header h5 button span i {
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-wrapper .card-header h5 button:hover,
.faq-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #000000;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"] {
    color: #ffffff;
    background: #d2a98e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"]:before {
    height: 100%;
}

.faq-wrapper .card-header h5 button[aria-expanded="false"] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-body {
    padding: 23px 30px 29px;
}

.faq-two-wrapper .panel.panel-default {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-two-wrapper .card,
.faq-two-wrapper .card-header {
    border-radius: 0;
}

.faq-two-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

.faq-two-wrapper .card:last-child {
    margin-bottom: 0;
}

.faq-two-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-two-wrapper .card-header h5 button {
    font-size: 24px;
    border: none;
    width: 100%;
    text-align: left;
    color: #ababab;
    padding: 20px 35px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 5px;
    background: #ffffff;
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button {
        padding-left: 25px;
        padding-right: 10px;
    }
}

.faq-two-wrapper .card-header h5 button span {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-two-wrapper .card-header h5 button span i {
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-two-wrapper .card-header h5 button:hover,
.faq-two-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #0e2162;
}

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] {
    color: #0e2162;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] span i {
    color: #d2a98e;
}

.faq-two-wrapper .card-header h5 button[aria-expanded="true"] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-two-wrapper .card-header h5 button[aria-expanded="true"]:before {
    height: 100%;
}

.faq-two-wrapper .card-header h5 button[aria-expanded="false"] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-two-wrapper .card-body {
    padding: 0px 30px 29px;
}

.faq-custom-col {
    max-width: 570px;
    float: right;
    width: 100%;
}

@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;
    }
}


/*=============================================

=           10. Call To Action Css             =

=============================================*/

.cta-bg-image_one {
    background-color: #454545;
    background-image: url(../images/patterns/mitech-call-to-action-image-global.png);
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.cta-bg-image_two {
    background-color: #f6f2ed;
    background-image: url(../images/patterns/mitech-home-appointment-call-to-action-bg-image.png);
    background-repeat: no-repeat;
    background-position: top right;
}

@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;
    }
}

.cta-button-group--one .btn-one {
    color: #0e2162;
    margin: 10px;
}

.cta-button-group--one .btn-one:hover {
    background: #0e2162;
    color: #ffffff;
}

.cta-button-group--one .btn-two {
    margin: 10px;
}

.cta-button-group--one .btn-two:hover {
    background: #0e2162;
    color: #ffffff;
}

.cta-button-group--two .btn-one {
    background: #0e2162;
    color: #ffffff;
    margin: 10px;
}

.cta-button-group--two .btn-two {
    margin: 10px;
}


/*=====  End of cta   ======*/


/*======================================

=          11. Countdown Css            =

=======================================*/

.countdown-deals {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

@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);
    }
}

.countdown-deals.counter-style--one .single-countdown {
    display: inline-block;
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
    display: block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #0e2162;
    margin-bottom: 10px;
}

@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;
    }
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__text {
    display: block;
    color: #6d70a6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.countdown-deals.counter-style--two .single-countdown {
    display: inline-block;
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
    display: block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}

@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;
    }
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.countdown-deals.counter-style--four .single-countdown {
    display: inline-block;
    width: 70px;
    margin: auto;
}

.countdown-deals.counter-style--four .single-countdown .single-countdown__time {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 90px;
    line-height: 90px;
    color: #000000;
}

.countdown-deals.counter-style--four .single-countdown .single-countdown__text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
    top: 0% !important;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.time_circles .textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
    color: #222222;
    font-size: 30px !important;
}

@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;
    }
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 13px !important;
    color: #6d70a6;
}

@media only screen and (max-width: 575px) {
    .time_circles>div>h4 {
        font-size: 11px !important;
    }
}


/*======================================

=         12. Counters Css              =

=======================================*/

.fun-fact-grid-4 {
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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: #0e2162;
}

.fun-fact--one .fun-fact__text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d2a98e;
}

.fun-fact--two {
    /* margin-bottom: 30px; */
    /* border-bottom: 1px solid #cfcfcf; */
    line-height: 44px;
    padding: 0px 0px;
}

.border-none {
    border-bottom: 0px;
}

.fun-fact--two .fun-fact__count {
    font-size: 70px;
    color: #e41e25;
    line-height: 1;
    font-weight: 500;
    padding: 5px 0px;
}

.fun-fact--two .fun-fact__text {
    text-transform: capitalize;
    color: #050505;
    letter-spacing: 0px;
    /* padding-bottom: 7px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.pic-1 {
    border-radius: 40px;
    margin-top: 0px;
}

.fun-fact--three {
    position: relative;
    margin-bottom: 40px;
}

@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: #0e2162;
    margin-bottom: 19px;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

.fun-fact--three .fun-fact__text {
    font-size: 14px;
    text-transform: uppercase;
    color: #7e7e7e;
}

.modern-number-01 h2 {
    position: relative;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: 'Poppins', sans-serif;
}

.modern-number-01 span.mark-text {
    font-size: 180px;
    line-height: .8;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color: #e41e25;
}

@media only screen and (max-width: 767px) {
    .modern-number-01 span.mark-text {
        font-size: 96px;
    }
    .container-2 {
        padding: 17px;
        height: 269px! important;
    }
    .whybrnd {
        height: 100%! important;
    }
    .brand-logo-slider-area {
        display: none! important;
    }
    .about-head {
        padding-top: 42px! important;
    }
    h3.heading-1 {
        font-size: 15px! important;
    }
    .countsec {
        padding: 46px 0px 0px! important;
    }
    .our-value h3 {
        font-size: 20px! important;
    }
    .cybersecurity-about-text h3.pdtxt {
        font-size: 20px! important;
    }
    .about-career {
        padding: 9px! important;
    }
    .velue-sec .timeline1Pic img {
        position: relative! important;
    }
    .care-values .page-header h2 {
        font-size: 20px! important;
    }
    .care-values .core-values-block ul li {
        float: left;
        width: 50%! important;
    }
    h3.mar-btm30.leaveus-career {
        font-size: 20px! important;
    }
    .leaveus-career span {
        font-size: 16px! important;
    }
    .about-career h4.text-center {
        font-size: 24px! important;
    }
    .about-career h4 span {
        font-size: 24px! important;
    }
    .pad100-top-bottom {
        padding: 11px 0px! important;
    }
}

.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: 17px;
    margin-bottom: 20px;
    line-height: 35px;
}

.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);
    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: #0e2162;
}

.ht-box-icon.style-01 .icon-box-wrap .icon svg>* {
    stroke: #0e2162;
}

.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);
    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: #0e2162;
    margin-top: 20px;
}

.ht-box-icon.style-01 .feature-btn a:hover {
    color: #d2a98e;
}

.ht-box-icon.style-02 .icon-box-wrap {
    padding: 30px 15px;
    border-radius: 5px;
    -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);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ht-box-icon.style-02 .icon-box-wrap .icon {
    min-width: 80px;
    margin-right: 10px;
    color: #333333;
}

.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
    width: 65px;
    height: 65px;
}

.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
    stroke: currentColor;
}

.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-02:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-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-02 .feature-btn a {
    color: #0e2162;
    margin-top: 20px;
}

.ht-box-icon.style-02 .feature-btn a:hover {
    color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap {
    padding: 30px;
    border-radius: 5px;
    -webkit-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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
    -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: #0e2162;
    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);
    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;
    }
}

.feature-list-button-box .ht-btn {
    margin: 10px;
}


/*=============================================

=              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);
    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: #0e2162;
}

.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);
    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%);
    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 #0e2162;
    opacity: 0;
    -webkit-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 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: #d2a98e;
}

.ht-box-images.style-01:hover .circle-arrow a {
    background: #0e2162;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-box-images.style-02 .image-box-wrap .box-image {
    -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);
    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: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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);
    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);
    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: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -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);
}

.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);
    transform: translateY(-5px);
}

.ht-box-images.style-05 {
    -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);
}

.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);
    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;
}

.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: #0e2162;
}

.ht-box-images.style-05:hover {
    -webkit-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);
    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: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    border-radius: 50%;
    -webkit-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: #0e2162;
    /* &:hover {

                        color: $white;

                        &::before {

                            transform: translateY(0);

                        }

                    }*/
}

.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
    background-color: #0e2162;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -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);
    z-index: -1;
}

.ht-box-images.style-06:hover {
    -webkit-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);
    transform: translateY(0);
}

.ht-box-images.style-07 {
    -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);
}

.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);
    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);
    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: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.ht-box-images.style-08 .image-box-wrap .box-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

.ht-box-images.style-08 .image-box-wrap .content {
    -webkit-box-flex: 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;
        -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);
    transform: translateY(-5px);
}

@-webkit-keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1% {
        opacity: .14;
    }
    20% {
        opacity: .3;
    }
    40% {
        opacity: .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: .14;
    }
    20% {
        opacity: .3;
    }
    40% {
        opacity: .4;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/*=============================================

=         15. Box Large Images Css            =

=============================================*/

.large-image-grid-style-two .box-large-image__midea {
    position: relative;
    height: 440px;
}

.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;
}

.box-large-image__wrap {
    max-width: 370px;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .box-large-image__wrap {
        margin: auto;
    }
}

.box-large-image__wrap:hover .box-large-image__box {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-large-image__wrap:hover .images-midea img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.box-large-image__wrap:hover .images-midea::after {
    background: #002fa6;
    opacity: .8;
}

.box-large-image__wrap:hover .heading-wrap .heading {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.box-large-image__wrap:hover .button-wrapper .btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.box-large-image__box {
    -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);
}

.box-large-image__box .button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;
}

.box-large-image__box .button-wrapper .btn {
    background: #fff;
    color: #0e2162;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.box-large-image__midea .images-midea {
    text-align: center;
}

.box-large-image__midea .images-midea img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.box-large-image__midea .images-midea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, transparent), to(#1c0f69));
    background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%);
}

.box-large-image__midea .images-midea .heading-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.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);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-large-image .box-info {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    min-height: 330px;
}

.box-large-image .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.box-large-image__content p {
    color: #7e7e7e;
}

.box-large-image__content p strong {
    color: #333;
    font-weight: 500;
}

.box-large-image__two {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.box-large-image__two:hover .box-large-image__box {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-large-image__two:hover .box-large-image__midea::after {
    background: #002fa6;
    opacity: .8;
}

.box-large-image__two:hover .box-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-large-image__two:hover .box-info .heading {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box-large-image__two .box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    height: 320px;
}

.box-large-image__two .box-large-image__midea img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.box-large-image__two .box-large-image__midea::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(28, 15, 105, 0)), color-stop(80%, #000));
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
}

.box-large-image__two__box {
    -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);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.box-large-image__two__box .box-info {
    position: absolute;
    z-index: 2;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    height: 330px;
    -webkit-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);
    top: 0;
    -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);
}

.box-large-image__two__box .box-info .heading {
    -webkit-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;
    padding-bottom: 88px;
    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: #0e2162;
}

.ht-large-box-images.style-03 .content .box-images-arrow::before {
    background-color: #0e2162;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -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);
    z-index: -1;
}

.ht-large-box-images.style-03:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-large-box-images.style-03:hover .content .heading {
    color: #0e2162;
}

.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);
    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);
    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: #0e2162;
}

.ht-large-box-images.style-04:hover .box-image {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*=============================================

=            16. Brand Logo Css             =

=============================================*/

.brand-logo-slider__one .brand-logo-slider__container {
    padding: 15px 0;
}

.brand-logo-slider__one .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
    /*&--slider{

            margin-bottom: 0;

        }*/
}

.brand-logo-slider__one .brand-logo__image {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.brand-logo-slider__one .brand-logo__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/*
.brand-logo-slider__one .brand-logo:hover .brand-logo__image {

  visibility: hidden;

  opacity: 1;

  -webkit-transform: scale(0.8, 0.8);

          transform: scale(0.8, 0.8);

}
*/

.brand-logo-slider__one .brand-logo:hover .brand-logo__image-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
}

.brand-logo-slider__two .brand-logo-two {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__two .brand-logo-two__image {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.brand-logo-slider__two .brand-logo-two__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.brand-logo-slider__two .brand-logo-two--slider {
    margin-bottom: 0;
}

.brand-logo-slider__three .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__three .brand-logo__image {
    opacity: 0.4;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.brand-logo-slider__three .brand-logo:hover .brand-logo__image {
    opacity: 1;
}

.brand-logo-slider__three .brand-logo--slider {
    margin-bottom: 0;
}

.brand-logo-slider__four .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__four .brand-logo__image {
    opacity: 1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.brand-logo-slider__four .brand-logo:hover .brand-logo__image {
    opacity: 0.4;
}

.brand-logo-slider__four .brand-logo--slider {
    margin-bottom: 0;
}


/*======================================

=          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: #0e2162;
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    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: #0e2162;
    font-size: 16px;
    margin-right: 10px;
}

.icon-list .list-item a {
    line-height: 16px;
}

ol {
    min-width: 45px;
    margin: 0;
    padding-left: 30px;
}

.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: #0e2162;
}

.ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #0e2162;
}

.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: #0e2162;
}

.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);
    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 Pro';
    font-weight: 400;
    content: '\f178';
    position: absolute;
    top: 38px;
    right: 0;
    color: #333;
    -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);
}

.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 Pro';
    font-weight: 400;
    content: '\f178';
    position: absolute;
    top: 38px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -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);
}


/*=============================================

=        18. Gradation Process Css            =

=============================================*/

.icon-process-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: -60px;
}

@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;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.icon-process-single {
    padding: 0 10px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 60px;
}

.icon-process-single__line {
    position: absolute;
    top: 60px;
    left: 100%;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    height: 10px;
    width: 100%;
    line-height: 0;
}

@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);
        transform: translate(-50%, 0);
    }
}

.icon-process-single__line .dot {
    display: inline-block;
    vertical-align: middle;
    background: #e4e8f6;
    border-radius: 50%;
    margin: 0 8px;
}

.icon-process-single__line .dot-1 {
    width: 2px;
    height: 2px;
}

.icon-process-single__line .dot-2 {
    width: 4px;
    height: 4px;
}

.icon-process-single__line .dot-3 {
    width: 6px;
    height: 6px;
}

.icon-process-single__line .dot-4 {
    width: 8px;
    height: 8px;
}

.icon-process-single__line .dot-5 {
    width: 10px;
    height: 10px;
}

.icon-process-single:last-child .icon-process-single__line {
    display: none;
}

.icon-process-single__content-wrap {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
}

.icon-process-single__media {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 40px;
    font-size: 34px;
    background: #ffffff;
    -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    margin: 0 auto 52px;
    color: #38cb89;
    -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);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .icon-process-single__media {
        margin-bottom: 30px;
    }
}

.icon-process-single__media i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-process-single__title {
    color: #6d70a6;
    margin-bottom: 14px;
}

.icon-process-single:hover .icon-process-single__media {
    background-color: #38cb89;
    color: #ffffff;
}

.gradation-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .gradation-title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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: #0e2162;
    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%);
    transform: translate(0, -50%);
    font-size: 120px;
    line-height: .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: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.ht-gradation.style-01 .item {
    -webkit-box-flex: 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: #0e2162;
}

@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: -ms-flexbox;
        display: flex;
        -webkit-box-align: 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);
    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%);
    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: #0e2162;
}

.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;
    }
}


/*=====  End of icon process  ======*/


/*=============================================

=        19. Instagram Css            =

=============================================*/

.instagram-feed-thumb {
    overflow: hidden;
}

.instagram-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .instagram-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .instagram-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .instagram-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.instagram-item a {
    overflow: hidden;
    position: relative;
}

.instagram-item a::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.instagram-item a img {
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
}

.instagram-item a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.instagram-item a .instagram-hvr-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.instagram-item a .instagram-hvr-content .tottallikes,
.instagram-item a .instagram-hvr-content .totalcomments {
    color: #ffffff;
    margin: 0 5px;
}

.instagram-item a .instagram-hvr-content .tottallikes i,
.instagram-item a .instagram-hvr-content .totalcomments i {
    margin-right: 5px;
}

.instagram-item a:hover::after {
    opacity: 1;
    visibility: visible;
}

.instagram-item a:hover .instagram-hvr-content {
    opacity: 1;
    visibility: visible;
}


/*========================================

=        20. Message Box Css            =

==========================================*/

.ht-message-box {
    background: #eee;
    padding: 27px 30px 27px 50px;
    font-weight: 500;
    border-radius: 5px;
}

.ht-message-box .icon {
    margin-right: 10px;
}

.ht-message-box.style-info {
    color: #5b63fe;
    background: rgba(91, 99, 254, 0.1);
}

.ht-message-box.style-success {
    background: rgba(56, 203, 137, 0.1);
    color: #38cb89;
}

.ht-message-box.style-error {
    background: rgba(254, 40, 84, 0.1);
    color: #fe2854;
}

.ht-message-box.style-warning {
    color: #fb0;
    background: rgba(255, 187, 0, 0.1);
}


/*========================================

=        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);
    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%);
    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 #0e2162;
    -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: .75s;
    animation-delay: .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%);
    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;
    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%);
    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%);
    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%);
    transform: translate(-50%, -50%);
}

.video-link .ht-popup-video .video-button__two .video-play {
    width: 78px;
    height: 78px;
    background: #0e2162;
    -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;
    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%);
    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%);
    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: .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: .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: .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;
    }
}

.center-plexible-row .swiper-slide {
    width: auto;
}

.center-plexible-row .single-flexible-slider img {
    height: 400px;
    /*width: auto;*/
}

@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%;
    }
}

.auto-plexible-row .swiper-slide {
    width: auto;
}

.auto-plexible-row .single-flexible-slider img {
    height: 400px;
    /*width: auto;*/
}

@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%;
    }
}


/*=============================================

=            22. Pricing table Css           =

==============================================*/

.pricing-table-wrapper {
    margin-bottom: -30px;
}

.pricing-table-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table-one .pricing-table {
    margin-bottom: 30px;
}

.pricing-table-one .pricing-table__inner {
    position: relative;
    overflow: hidden;
    -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);
    text-align: center;
    padding: 49px 20px 51px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.pricing-table-one .pricing-table__header {
    margin-bottom: 25px;
}

.pricing-table-one .pricing-table__header .sub-title {
    font-size: 15px;
    line-height: 1.5;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 21px;
    z-index: 2;
    position: relative;
}

.pricing-table-one .pricing-table__image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-table-one .pricing-table__title {
    color: #ccc;
    margin-bottom: 19px;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.pricing-table-one .pricing-table__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.pricing-table-one .pricing-table__price-wrap .currency {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
}

.pricing-table-one .pricing-table__price-wrap .price {
    font-size: 56px;
    line-height: .8;
    margin: 0 4px;
    font-weight: 300;
    color: #333;
}

.pricing-table-one .pricing-table__price-wrap .period {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pricing-table-one .pricing-table__list {
    margin: 29px auto 0;
    max-width: 270px;
}

.pricing-table-one .pricing-table__list li {
    position: relative;
    display: block;
    padding: 7px 0 7px 31px;
}

.pricing-table-one .pricing-table__list li::before {
    content: '\f00c';
    color: #d2a98e;
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.pricing-table-one .pricing-table__list li .featured {
    font-weight: 500;
}

.pricing-table-one .pricing-table__footer {
    margin-top: 30px;
    padding-top: 8px;
}

.pricing-table-one .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

.pricing-table-one .pricing-table__footer .ht-btn--outline {
    border-width: 1px;
}

.pricing-table-one .pricing-table__feature-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 92px;
    width: 92px;
    background: #d2a98e;
}

.pricing-table-one .pricing-table__feature-mark::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 159px;
    right: 23px;
    position: absolute;
    top: 10px;
    width: 100%;
}

.pricing-table-one .pricing-table__feature-mark span {
    position: absolute;
    top: 20px;
    right: 7px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.19;
    display: block;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-table-one .pricing-table:hover .pricing-table__inner {
    -webkit-box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
    box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
    border: 0 solid transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-table-one .pricing-table--popular .pricing-table__inner {
    border: 0 solid transparent;
    padding: 49px 20px 51px;
}

.pricing-table-two .pricing-table {
    margin-bottom: 30px;
}

.pricing-table-two .pricing-table__inner {
    position: relative;
    overflow: hidden;
    -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);
    text-align: center;
    padding: 34px 20px 40px;
    border: 1px solid #dce6ed;
    border-radius: 5px;
    background-color: #ffffff;
}

.pricing-table-two .pricing-table__header {
    margin-bottom: 25px;
}

.pricing-table-two .pricing-table__title {
    color: #333;
    margin-bottom: 24px;
}

.pricing-table-two .pricing-table__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-table-two .pricing-table__price-wrap .currency {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
}

.pricing-table-two .pricing-table__price-wrap .price {
    font-size: 56px;
    line-height: .8;
    margin: 0 4px;
    font-weight: 300;
    color: #333;
}

.pricing-table-two .pricing-table__price-wrap .period {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pricing-table-two .pricing-table__list li {
    position: relative;
    display: block;
    padding: 5px 0;
}

.pricing-table-two .pricing-table__list li .featured {
    font-weight: 500;
}

.pricing-table-two .pricing-table__footer {
    margin-top: 30px;
}

.pricing-table-two .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

.pricing-table-two .pricing-table__footer .ht-btn:hover {
    background: #0e2162;
}

.pricing-table-two .pricing-table__feature-mark {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 88px solid #d2a98e;
    border-bottom: 88px solid transparent;
    border-left: 88px solid transparent;
}

.pricing-table-two .pricing-table__feature-mark span {
    position: absolute;
    top: -72px;
    right: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.19;
    display: block;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing-table-two .pricing-table:hover .pricing-table__inner {
    -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    border: 0 solid transparent;
    padding: 35px 21px 41px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-table-two .pricing-table--popular .pricing-table__inner {
    -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    border: 0 solid transparent;
    padding: 35px 21px 41px;
    background: #002FA6;
}

.pricing-table-two .pricing-table--popular .pricing-table__title {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .currency {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .price {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .period {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__list li {
    color: #ffffff;
}

.ht-plans-menu .tab__item:first-child a {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.ht-plans-menu .tab__item:last-child a {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ht-plans-menu .tab__item a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    border: 1px solid #ededed;
    background: #fff;
    color: #454545;
    padding: 18px 10px 16px;
    min-width: 160px;
    border-radius: 0;
}

.ht-plans-menu .tab__item a.active {
    background: #0e2162;
    color: #ffffff;
    border-color: #0e2162 !important;
}


/*=====  End of pricing table  ======*/


/*=============================================

=            23. progress Bar Css           =

==============================================*/

.progress-bar--one .progress-charts {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.progress-bar--two .progress-charts {
    padding-bottom: 20px;
    overflow: hidden;
}

.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: #0e2162;
    color: #0e2162;
}

.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%);
    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: .3;
}

.progress-charts .progress .progress-bar span.percent-label {
    position: absolute;
    right: -45px;
    font-size: 14px;
    font-weight: 500;
    top: -40px;
    color: #2e3280;
    line-height: 2;
}

.progress-charts .progress .progress-bar.gradient-1 {
    color: #61fded;
    background-color: #0d8abc;
    background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%);
}

.progress-charts .progress .progress-bar.gradient-2 {
    color: #eece90;
    background-color: #d45529;
    background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%);
}

.progress-charts .progress .progress-bar.gradient-3 {
    color: #5c51ff;
    background-color: #f646a9;
    background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%);
}

.progress-charts .progress .progress-bar.gradient-4 {
    color: #e5529a;
    background-color: #e77654;
    background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 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-bar {
    background-color: #9C7AF2;
    background: #0e2162;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: inherit;
}

.progress-charts .progress__two .progress-bar::after,
.progress-charts .progress__two .progress-bar::before {
    display: none;
}

.progress-charts .progress__two .progress-bar span.percent-label {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.progress-charts .progress__two .progress.gradient-1 {
    color: #61fded;
    background-color: #0d8abc;
    background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%);
}

.progress-charts .progress__two .progress.gradient-2 {
    color: #eece90;
    background-color: #d45529;
    background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%);
}

.progress-charts .progress__two .progress.gradient-3 {
    color: #5c51ff;
    background-color: #f646a9;
    background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%);
}

.progress-charts .progress__two .progress.gradient-4 {
    color: #e5529a;
    background-color: #e77654;
    background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%);
}


/*=============================================

=        25. Row Separators Css            =

=============================================*/

.row-separators-wrap {
    position: relative;
}

.separators-space {
    padding-top: 300px;
    padding-bottom: 300px;
}

.row-separators-images {
    background-image: url(../images/bg/home-resolutions-hero-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.row-separators-bg {
    background: #69afed;
}

.vc_row-separator.bottom {
    bottom: 0;
}

.vc_row-separator svg {
    height: 100px;
    width: 100%;
}

.vc_row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 0;
}

.row-separators-style .vc_row-separator svg {
    fill: #fff;
}

.square-style .vc_row-separator.square.bottom {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.square-style .vc_row-separator.square {
    width: auto;
    left: 50%;
}

.square-style .vc_row-separator svg {
    height: 90px;
}

.square-style .vc_row-separator svg {
    fill: #f7be68;
}

.big-triangle-style .big_triangle.bottom {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.big-triangle-style .vc_row-separator svg {
    fill: #fff;
}

.tilt-right-style .tilt_right.bottom {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.tilt-right-style .vc_row-separator svg {
    fill: #69afed;
}

.tilt-left-style .vc_row-separator.top {
    top: 0;
}

.tilt-left-style .vc_row-separator.tilt_left.top {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.tilt-left-style .vc_row-separator svg {
    height: 100px;
}

.tilt-left-style .vc_row-separator svg {
    fill: #69afed;
}

.wavify-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wavify-wrapper svg {
    height: 380px;
}

.triangle-bottom .vc_row-separator.triangle.bottom {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.triangle-bottom .vc_row-separator.triangle.bottom {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.triangle-bottom .vc_row-separator svg {
    fill: #fff;
}

.triangle-bottom .vc_row-separator svg {
    height: 40px;
}

.curve-style .vc_row-separator.bottom {
    bottom: 0;
}

.curve-style .vc_row-separator svg {
    fill: #fff;
}

.curve-style .vc_row-separator svg {
    height: 50px;
}

.waves-style .vc_row-separator.bottom {
    bottom: 0;
}

.waves-style .vc_row-separator svg {
    height: 30px;
}

.waves-style .vc_row-separator svg {
    fill: #69afed;
}

.circle-style .vc_row-separator.top {
    top: 0;
}

.circle-style .vc_row-separator svg {
    height: 50px;
}

.circle-style .vc_row-separator svg {
    fill: #69afed;
}

.default-bg-2 {
    background: #69AFED;
}

.particles-area {
    position: relative;
}

.constellation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.vc_row-separator.bottom {
    bottom: 0;
}

.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
    fill: #69afed;
}

.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
    height: 200px;
}

.triangle-two--style .vc_row-separator.tilt_right.top {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}


/*=============================================

=          24. Circle Progress Css            =

=============================================*/

.circle-progress-wrapper {
    position: relative;
}

.feature-list-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@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;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feature-list-progress__info {
    margin-left: 40px;
    -ms-flex-preferred-size: calc(100% - 170px);
    flex-basis: calc(100% - 170px);
}

@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;
    }
}

.feature-list-progress__counter {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
}

.feature-list-progress__list li {
    margin-bottom: 10px;
}

.chart-progress {
    position: relative;
    width: 160px;
    height: 160px;
}

.chart-progress canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-progress.cart-pogress-small {
    width: 140px;
    height: 140px;
}

.chart-progress__inner-wrapper {
    width: 100%;
    height: 100%;
    padding: 13px;
    position: relative;
}

.chart-progress__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0e2162;
}

.chart-progress__inner--gradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f76b1c;
    background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.chart-progress__inner--bg-blue {
    background: #5945e6;
}

.chart-progress__inner--theme-two {
    background: #d2a98e;
}

.chart-progress__inner--white {
    background: transparent;
}

.chart-progress__inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chart-progress__inner-text {
    color: #ffffff;
}

.chart-progress__inner-text.text-black {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.chart-progress__inner-text.chart-icon {
    font-size: 34px;
}

.circle-design {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: jump infinite 2s;
    animation: jump infinite 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    background-color: #f76b1c;
    background: #0e2162;
}

.circle-design.one {
    width: 43px;
    height: 43px;
    left: 0;
    bottom: 28px;
}

.circle-design.two {
    width: 17px;
    height: 17px;
    right: -20px;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circle-design--theme-two {
    background: #d2a98e;
}

.circle-design--gradient {
    background-color: #f76b1c;
    background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.circle-design--bg-green {
    background: #38cb89;
    -webkit-box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
    box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
}

@-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);
    }
}

.feature-list-progress {
    z-index: 3;
    position: relative;
}


/*=====  End of circle progress  ======*/


/*=============================================

=        26. Social Networks Css            =

=============================================*/

.ht-social-networks .item {
    display: inline-block;
}

.ht-social-networks .item .social-link {
    display: block;
    padding: 0px 0px;
}

.ht-social-networks.large-icon .social-link {
    padding: 5px 13px;
    font-size: 20px;
}

.ht-social-networks.extra-large-icon .social-link {
    padding: 5px 15px;
    font-size: 30px;
}

.ht-social-networks.flat-round .item,
.ht-social-networks.solid-rounded-icon .item {
    margin: 8px 6px;
}

.ht-social-networks.flat-round .social-link,
.ht-social-networks.solid-rounded-icon .social-link {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 40px;
    width: 41px;
    line-height: 29px;
    background: #ededed;
    color: #112166;
    border-radius: 50%;
    position: relative;
}

.ht-social-networks.flat-round .social-link:hover,
.ht-social-networks.solid-rounded-icon .social-link:hover {
    color: #ffffff;
    /*  background: #0e2162;*/
}

.ht-social-networks.solid-rounded-icon .social-link {
    background: transparent;
    /*  border: 2px solid #017535;*/
}

.ht-social-networks.solid-rounded-icon .social-link:hover {
    /*  border: 1px solid #0e2162;*/
    color: #ffffff;
}

.ht-social-networks.solid-rounded-icon.social-white .social-link {
    color: #ffffff;
}

.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
    border: 1px solid #ffffff;
    color: #0e2162;
    background: #ffffff;
}

.ht-social-networks.icon-tilte .link-icon {
    font-size: 16px;
    min-width: 16px;
    margin-right: 10px;
}

.ht-social-networks.tilte-style .social-link {
    position: relative;
}

.ht-social-networks.tilte-style .social-link::before {
    content: '-';
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}

.ht-social-networks.tilte-style .social-link:hover .link-text::after {
    background-color: #d2a98e;
    width: 100%;
    left: 0;
}

.ht-social-networks.tilte-style .item:first-child .social-link::before {
    display: none;
}

.ht-social-networks.tilte-style .link-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding: 5px 0;
    z-index: 1;
}

.ht-social-networks.tilte-style .link-text::before {
    content: '';
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.2);
}

.ht-social-networks.tilte-style .link-text::after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-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;
}

.ht-social-networks.white-tilte-social .social-link::before {
    color: rgba(255, 255, 255, 0.7);
}

.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
    background-color: #ffffff;
}

.ht-social-networks.white-tilte-social .link-text {
    color: #fff;
}

.ht-social-networks.white-tilte-social .link-text::before {
    background: rgba(255, 255, 255, 0.7);
}


/*=============================================

=               28. Tabs Css                =

=============================================*/

.ht-tab-menu {
    margin: 0 -10px;
}

.ht-tab-menu li {
    margin: 0 10px;
}

.pdtfilterrishab {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.pdtfilterrishab1 {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #ccd50a4f;
}

.ht-tab-menu li a {
    background: #ccd50a;
    padding: 6px 13px 6px 13px;
    box-shadow: 2px 2px 4px 0px #a0a0a0;
    border-radius: 30px;
    color: #112166 !important;
    font-size: 20px;
    position: relative;
    bottom: 5px;
    left: 7px;
}

.ht-tab-menu li a.active {
    color: #0e2162;
    border-color: #0e2162 !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;
    }
}

.ht-tab-menu_two li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.tab-history-image img {
    border-radius: 5px;
}

.tab-content-inner .text {
    font-size: 18px;
    font-size: 18px;
}

.tab-slider-nav--list {
    display: block;
    margin-bottom: 50px;
    opacity: 0.6;
}

.tab-slider-nav--list:hover {
    opacity: 0.9;
}

.tab-slider-nav--list .ht-slider-tab-icon {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    border-radius: 15px;
    color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    margin-right: 30px;
}

.tab-slider-nav--list h5 {
    display: block;
    color: #fff;
    max-width: 280px;
}

.tab-slider-nav--list p {
    margin-top: 26px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-slider-nav--list:last-child {
        margin-bottom: 0;
    }
}

.tab-slider-nav .slick-current .tab-slider-nav--list {
    opacity: 1;
}

.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
    background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%);
}

.start-ups-left-tab .tab-slider-nav--list {
    display: block;
    margin-bottom: 50px;
    opacity: 0.6 !important;
}

.start-ups-left-tab .tab-slider-nav--list:hover {
    opacity: 0.9;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
    opacity: 1 !important;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
    background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important;
}

.tab-slider-images .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.tab-slider-images .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}

.tab-slider-images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 50%;
    -webkit-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);
}

.tab-slider-images .slick-dots li button:hover {
    width: 10px;
    height: 10px;
}

.tab-slider-images .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 9px #ededed;
    box-shadow: 0 0 9px #ededed;
}

.modern-grid--6 {
    display: grid;
    grid-row-gap: 60px;
    grid-template-columns: repeat(6, 1fr);
}

@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);
    }
}

.carousel-slider__content {
    margin-top: 25px;
    padding: 0 20px;
}

.carousel-slider__content .headeing {
    margin-bottom: 10px;
    color: #112166;
}


/*=============================================

=             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);
    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);
    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;
    }
}

.team_member-list .team__title {
    font-size: 15px;
    text-transform: uppercase;
}


/*----------------------------

    tooltip library

----------------------------*/

[class*="hint--"] {
    position: relative;
    display: inline-block;
    /**

	 * tooltip arrow

	 */
    /**

	 * tooltip body

	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]:after {
    background: #0e2162;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}


/**

 * source: hint-position.scss

 *

 * Defines the positoning logic for the tooltips.

 *

 * Classes added:

 * 	1) hint--top

 * 	2) hint--bottom

 * 	3) hint--left

 * 	4) hint--right

 */


/**

 * set default color for tooltip arrows

 */

.hint--top-left:before {
    border-top-color: #0e2162;
}

.hint--top-right:before {
    border-top-color: #0e2162;
}

.hint--top:before {
    /*  border-top-color: #0e2162;*/
}

.hint--bottom-left:before {
    border-bottom-color: #0e2162;
}

.hint--bottom-right:before {
    border-bottom-color: #0e2162;
}

.hint--bottom:before {
    border-bottom-color: #0e2162;
}

.hint--left:before {
    border-left-color: #0e2162;
}

.hint--right:before {
    border-right-color: #0e2162;
}

.hint--white:after {
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--white:before {
    border-top-color: #ffffff;
}

.hint--black:after {
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--black:before {
    border-top-color: #000000;
}

.hint--black.hint--bottom::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top-left::before {
    border-top-color: #000000;
}

.hint--black.hint--bottom-left::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top::before {
    border-top-color: #000000;
}

.hint--black.hint--left::before {
    border-left-color: #000000;
}

.hint--black:before {
    border-top-color: transparent;
}

.hint--theme-two:after {
    background: #d2a98e;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--theme-two:before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--bottom::before {
    border-bottom-color: #d2a98e;
}

.hint--theme-two.hint--top-left::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--top::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--left::before {
    border-left-color: #d2a98e;
}

.hint--theme-two:before {
    border-top-color: transparent;
}


/**

 * top tooltip

 */

.hint--top:before {
    margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 7px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}


/**

 * bottom tooltip

 */

.hint--bottom:before {
    margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
    top: 100%;
    left: 50%;
}

.hint--bottom:before {
    left: calc(50% - 7px);
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}


/**

 * right tooltip

 */

.hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
}

.hint--right:after {
    margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}


/**

 * left tooltip

 */

.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
}

.hint--left:after {
    margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}


/**

 * top-left tooltip

 */

.hint--top-left:before {
    margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-left:before {
    left: calc(50% - 7px);
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--top-left:after {
    margin-left: 14px;
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}


/**

 * top-right tooltip

 */

.hint--top-right:before {
    margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-right:before {
    left: calc(50% - 7px);
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hint--top-right:after {
    margin-left: -14px;
}

.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/**

 * bottom-left tooltip

 */

.hint--bottom-left:before {
    margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-left:before {
    left: calc(50% - 7px);
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--bottom-left:after {
    margin-left: 14px;
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}


/**

 * bottom-right tooltip

 */

.hint--bottom-right:before {
    margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-right:before {
    left: calc(50% - 7px);
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hint--bottom-right:after {
    margin-left: -14px;
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--no-animate:before,
.hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}


/*=============================================

=           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 #0e2162;
    opacity: .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);
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    color: #0e2162;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .dots {
        right: auto;
        left: 0;
        -webkit-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: .3;
    width: 30px;
    height: 30px;
}

.ht-timeline.style-01 .dots .middle-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-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: #0e2162;
    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: 17px;
    line-height: 35px;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-info .text {
        font-size: 16px;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 4;
    -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;
        -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;
}


/*=============================================

=         31. Testimonial slider Css           =

=============================================*/

.testimonial-slider__container {
    padding-bottom: 0;
}

.testimonial-slider--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider--info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.testimonial-slider__media img {
    border-radius: 50%;
}

.testimonial-slider__text {
    font-size: 18px;
}

.testimonial-slider__author {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.testimonial-slider__author .testimonial-rating {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffb944;
}

.testimonial-slider__author .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__author .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__author .name {
    color: #333333;
}

.testimonial-slider__author .designation {
    font-size: 14px;
}

.testimonial-slider__author .designation:before {
    content: ' / ';
    padding: 0 5px;
}

.testimonial-slider__one {
    position: relative;
    background: #fff;
    padding: 31px 50px 47px;
    border-radius: 5px;
    margin: 20px 15px 35px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.testimonial-slider__one .testimonial-slider--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-slider__one .testimonial-slider--info .post-thumbnail {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.testimonial-slider__one:hover {
    -webkit-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider__one {
        padding: 31px 20px 31px;
    }
}

.testimonial-slider__single {
    background: #ffffff;
    padding: 51px 37px 40px;
    border-radius: 5px;
    -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);
}

.testimonial-slider__single .testimonial-subject {
    margin-bottom: 15px;
}

.testimonial-slider__single .testimonial-slider__text {
    color: #002FA6;
}

.testimonial-slider__single .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
    opacity: 0.5;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}


/*=====  End of testimonial slider  ======*/


/* =========================

    Typed Text 

=============================*/

.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #ddd;
    width: 4px;
}

.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #f10;
    width: 4px;
}

.typed-text-wrap {
    text-align: center;
}

.typed-text-wrap h4 {
    max-width: 700px;
    font-size: 48px;
    line-height: 1.34;
    margin-bottom: 0;
    word-wrap: break-word;
    font-weight: 700;
    margin-top: -20px;
}

.typed-text-wrap h4 span b {
    font-weight: 700;
    font-style: normal;
    color: #0e2162;
}

@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;
    }
}


/*===================================

=          32. Project Css           =

====================================*/

.projectinfotechno-bg {
    background: #042a42;
    background-image: url(../images/patterns/mitech-home-infotechno-case-study-section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.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: 66px;
}

.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: #0e2162;
    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: #0e2162;
}

.projects-wrap.style-01 .content .box-projects-arrow::before {
    background-color: #0e2162;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -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);
    z-index: -1;
}

.projects-wrap.style-01:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-01:hover .content .heading {
    color: #0e2162;
}

.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);
    transform: translateY(0);
}

.projects-wrap.style-2 {
    margin-bottom: 30px;
    display: block;
}

.projects-wrap.style-2 .projects-image-box img {
    border-radius: 8px;
}

.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: #0e2162;
    margin-bottom: 5px;
}

.projects-wrap.style-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.messonry-button button {
    padding: 0;
    border: 0 none;
    position: relative;
    background: transparent;
}

.messonry-button button span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 17px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.messonry-button button span.filter-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.74;
    color: #0e2162;
    -webkit-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);
}

.messonry-button button span.filter-counter {
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #0e2162;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-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);
    font-weight: 600;
}

.messonry-button button span.filter-counter::before {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid #0e2162;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #0e2162;
}

.messonry-button button:hover span.filter-counter {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.messonry-button button:hover span.filter-text {
    color: #0e2162;
}

.messonry-button button.is-checked span {
    border-bottom: 2px solid #0e2162;
}

.messonry-button button.is-checked span.filter-text {
    color: #0e2162;
}


/*======================================

=         33. Contact Us Css            =

=======================================*/

.map-sec {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-form__two input[type="text"]:focus,
.contact-form__two input[type="email"]:focus,
.contact-form__two input[type="url"]:focus,
.contact-form__two input[type="password"]:focus,
.contact-form__two input[type="search"]:focus,
.contact-form__two input[type="number"]:focus,
.contact-form__two input[type="tel"]:focus,
.contact-form__two input[type="range"]:focus,
.contact-form__two input[type="date"]:focus,
.contact-form__two input[type="month"]:focus,
.contact-form__two input[type="week"]:focus,
.contact-form__two input[type="time"]:focus,
.contact-form__two input[type="datetime"]:focus,
.contact-form__two input[type="datetime-local"]:focus,
.contact-form__two input[type="color"]:focus,
.contact-form__two textarea:focus,
.contact-form__two select:focus,
.contact-form__two select:focus,
.contact-form__two textarea:focus {
    color: #222;
    border-color: transparent;
    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);
}

.contact-form__two select:focus {
    background: #fff url("../images/icons/selector-icon.png") no-repeat center right 20px !important;
}

.appointment-contact-bg {
    background: url(../images/bg/home-appointment-contact-bg-image.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.service-contact-bg {
    background-color: #002fa6;
    background-image: url(../images/bg/mitech-home-services-contact-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.processing-contact-us-bg {
    background-color: #013157;
    background-image: url(../images/bg/mitech-processing-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.contact-title .sub-title {
    font-size: 18px;
}

.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%;
    box-shadow: 0px 1px #b9b9b9;
    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;
}

.infotechno-contact-us-bg {
    background-color: #eff2f6;
    background-image: url(../images/bg/home-infotechno-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@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%);
    transform: translateY(-50%);
    background-color: #fff;
}

.conact-us-wrap-one .sub-heading {
    margin-top: 15px;
    font-size: 18px;
    margin-left: 34px;
    color: #696969;
}

.contact-info-one .icon,
.contact-info-two .icon,
.contact-info-three .icon {
    font-size: 40px;
    color: #0e2162;
}

.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-one .call-us,
.contact-info-two .call-us,
.contact-info-three .call-us {
    line-height: 1.17;
    color: #002fa6;
    position: relative;
    display: inline-block;
}

.contact-info-one .call-us::before,
.contact-info-two .call-us::before,
.contact-info-three .call-us::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-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-one .call-us:hover,
.contact-info-two .call-us:hover,
.contact-info-three .call-us:hover {
    color: #002fa6;
}

.contact-info-one .call-us:hover::before,
.contact-info-two .call-us:hover::before,
.contact-info-three .call-us:hover::before {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #009846;
}

.contact-info-one .call-us a:hover,
.contact-info-two .call-us a:hover,
.contact-info-three .call-us a:hover {
    color: #002fa6;
}

.contact-info-one .btn--secondary,
.contact-info-two .btn--secondary,
.contact-info-three .btn--secondary {
    min-width: 230px;
}

.contact-info-one .btn--secondary:hover,
.contact-info-two .btn--secondary:hover,
.contact-info-three .btn--secondary:hover {
    background: #0e2162;
}

.contact-info-two .icon {
    color: #fff;
}

.contact-info-two .heading {
    color: rgb(255 255 255);
}

.contact-info-two .call-us {
    color: #fff;
}

.contact-info-two .call-us:hover {
    color: #ffffff;
}

.contact-info-two .call-us a:hover {
    color: #ffffff;
}

.contact-info-two .btn--secondary {
    background: #ffffff;
    color: #0e2162;
}

.contact-info-two .btn--secondary:hover {
    background: #007536;
    color: #ffffff;
}

@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 .call-us {
    margin-bottom: 20px;
}

.contact-info-three .location-text-button .button-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background: #f6f2ed;
    margin-right: 14px;
    display: inline-block;
}

.contact-info-three .location-text-button .button-icon::before {
    content: '\f3c5';
    font-style: normal;
    line-height: 56px;
    text-align: center;
    color: #0e2162;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.contact-info-three .location-text-button .button-text {
    font-weight: 500;
    color: #0e2162;
    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;
    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;
}

.processing-computing-area {
    padding: 150px 0;
}

@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;
    }
}

.computing-info-box h2 {
    font-size: 64px;
    line-height: 1.13;
    color: #002fa6;
}

@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;
    }
}

.contact-form-service-wrap {
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 42px 50px 50px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .contact-form-service-wrap {
        padding: 42px 20px 50px;
    }
}

.business-solution-form-wrap {
    max-width: 400px;
    margin-left: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 30px;
    border-radius: 5px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .business-solution-form-wrap {
        margin: auto;
    }
}

.ht-star-rating.lg-style {
    color: #fb0;
    font-size: 24px;
}

.ht-star-rating.lg-style span+span {
    margin-left: 11px;
}

@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-info-title-wrap .sub-text,
.contact-info.style-two .contact-info-title-wrap .sub-text {
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
}

.contact-info.sytle-one .contact-list-item .single-contact-list,
.contact-info.style-two .contact-list-item .single-contact-list {
    display: block;
}

.contact-info.sytle-one .contact-list-item .content,
.contact-info.style-two .contact-list-item .content {
    display: -webkit-box;
    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;
    -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-info-title-wrap .sub-text {
    color: #696969;
}

.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: #0e2162;
}

.conact-info__list li {
    margin-bottom: 7px;
}

.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: 0px;
    margin-top: 42px;
        width: 100%;
    max-width: 100%;
    height: 271px;
    object-fit: cover;
}

.single-blog-item .post-quote {
    position: relative;
    padding: 78px 40px 53px;
    background: #f5f7fd;
    text-align: center;
}

.single-blog-item.blog-grid.second .post-title{color: #fff;}

.single-blog-item.blog-grid.second .post-excerpt.mt-15 p {
    color: #fff;
}

.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%);
    transform: translateX(-50%);
    height: 132px;
    width: 150px;
    background: url(../images/icons/quote.png) 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: -ms-flexbox;
    display: flex;
    -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.first {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    /* margin-bottom: 30px; */
    /* border: 1px solid #ccc; */
    padding: 20px 17px 54px;
    background: #e51e25;
}

.section-space--mb_30 img.img-responsive {
    width: 100%;
    max-width: 100%;
    height: 383px;
    object-fit: cover;
}



.single-blog-item.blog-grid.second {
        height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    /* margin-bottom: 30px; */
    /* border: 1px solid #ccc; */
    padding: 20px 17px 54px;
    background: #333;
}


.single-blog-item.blog-grid:hover .post-feature {
    -webkit-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;
}

.section-space--mb_30 p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #292828;
}

.single-blog-item.blog-grid .post-info .btn-text a {
    font-size: 15px;
    font-weight: 400;
    /* border-bottom: 1px solid #ccc; */
    border: 2px solid #fffafa;
    padding: 7px 14px;
    border-radius: 23px;
    color: #fff;
}
.single-blog-item.blog-grid .post-info .btn-text a:hover {
    color: #fff;
}



.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: #0e2162;
    display: block;
}

.single-blog-item .post-read-more .btn-read-more::before {
    background: #0e2162;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -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);
    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);
    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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.quote-post-wrapper::before {
    content: '';
    padding-top: 100%;
}

.quote-post-wrapper .post-overlay {
    background: #f5f7fd;
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quote-post-wrapper .post-info {
    padding: 74px 64px 51px;
}

.quote-post-wrapper .post-quote-text {
    font-size: 24px;
    line-height: 1.5;
}

.quote-post-wrapper .post-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.quote-post-wrapper .post-content ::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    background: url(../images/icons/metro-quote.png) no-repeat;
    width: 150px;
    height: 132px;
}

.quote-post-wrapper .post-quote-name {
    font-size: 24px;
    color: #333;
    margin: 170px 0 0;
}

.single-valid-post-wrapper {
    overflow: hidden;
}

.single-valid-post-wrapper:hover .single-valid__thum {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.single-valid-post-wrapper .post-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.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: -ms-flexbox;
    display: flex;
    -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;
}

.single-blog__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
}

.single-blog__item::before {
    content: '';
}

.single-blog__item::before {
    padding-top: 30%;
}

.single-blog__item .single-valid__thum {
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-blog__item .single-valid__thum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(0, 0, 0, 0.28)));
    background-image: linear-gradient(-180deg, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
}

blockquote {
    margin: 54px 65px 44px 70px !important;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.78;
    font-weight: 600;
    border-left: 4px solid #eee;
    border-left-color: #d2a98e;
    position: relative;
    color: #333;
}

@media only screen and (max-width: 767px) {
    blockquote {
        margin: 54px 65px 44px 30px !important;
    }
}

.entry-post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-post-tags .tagcloud-icon {
    font-size: 16px;
    margin-right: 9px;
    margin-bottom: 0;
}

.entry-post-tags .tagcloud a:hover {
    color: #0e2162;
}

.entry-post-share-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e8f6;
    margin-bottom: 50px;
}

.entry-post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
    .entry-post-share {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.entry-post-share .share-media .share-icon {
    color: #fff;
    background: #0e2162;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.entry-post-share .share-media {
    position: relative;
    margin-left: 10px;
}

.entry-post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%, -1px);
    transform: translate(0%, -1px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -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);
}

.entry-post-share .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-post-share .share-list a {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    color: #555;
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

.entry-author .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-author .author-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    text-align: center;
}

.entry-author .author-avatar img {
    border-radius: 50%;
}

@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;
}

.entry-author .author-biographical-info {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
}

.related-posts-wrapper {
    margin-top: 66px;
}

.related-posts-wrapper .single-valid-post-wrapper {
    position: relative;
    height: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.related-posts-wrapper .single-valid-post-wrapper::before {
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
    border-radius: 5px;
}

.related-posts-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.related-posts-wrapper .single-valid__thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}

.related-posts-wrapper .post-content {
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 0px;
    position: relative;
}

.related-posts-wrapper .post-content::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.related-posts-wrapper .post-content .post-title {
    color: #ffffff;
}

.comment-list-wrapper {
    margin-top: 66px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    list-style-type: none;
    padding: 25px 0;
}

.comment-list .comment:last-child {
    padding-bottom: 0;
}

.comment-list .comment-author {
    float: left;
}

.comment-list .comment-author img {
    border-radius: 50px;
}

.comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}

.comment-list .meta {
    margin-bottom: 12px;
}

.comment-list .meta .fn {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
}

.comment-list .meta .comment-datetime {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    color: #ababab;
}

.comment-list .meta .comment-datetime::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #d8d8d8;
    border-radius: 50%;
}

.comment-list .comment-actions a {
    margin-right: 20px;
    font-weight: 500;
    color: #333;
}

.comment-list .comment-actions a:hover {
    color: #0e2162;
}

.comment-list .children {
    margin: 20px 0 20px 50px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comment-list .children {
        margin: 40px 0 20px 40px;
    }
}

.comment-list .children li+li {
    margin-top: 35px;
}

.comment-list .comment-actions {
    margin-top: 16px;
    margin-top: 16px;
    color: #ababab;
}

.comment-list .comment-actions .comment-datetime {
    display: inline-block;
    margin-right: 10px;
}

.comment-list .comment-actions .comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-submit-btn .ht-btn {
    padding: 0 54px;
}

.post-feature-details.post-quote {
    position: relative;
    padding: 48px 40px;
    background: #5945e6;
    text-align: center;
}

.post-feature-details.post-quote::before {
    display: none;
}

.post-feature-details.post-quote .quote-icon {
    color: #fff;
    font-size: 26px;
    margin-bottom: 35px;
}

.post-feature-details.post-quote .post-quote-text {
    line-height: 1.5;
    margin-bottom: 25px;
    color: #ffffff;
}

.post-feature-details.post-quote .post-quote-name {
    color: #ffffff;
}

.post-feature-details.post-link {
    padding: 82px 100px;
    background: #f7fbfe;
    font-size: 24px;
    line-height: 1.5;
}

.post-feature-details.post-link a {
    color: #38cb89;
    word-wrap: anywhere;
    font-weight: 400;
}

.post-feature-details.post-link::before {
    display: none;
}

.peatures_image-wrap {
    margin-right: -168px !important;
    margin-left: 80px !important;
}

@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;
    }
}


/*=================================

=         35. Infotechno Css        =

===================================*/

.infotechno-bg {
    background: #f4efe9 none repeat scroll 0% 0%;
}

.infotechno-hero-text h6 {
    color: #0e2162;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        text-align: center;
        margin-top: 50px;
    }
}

.infotechno-hero-inner-images {
    margin-top: 20px;
}

@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;
    }
}

.infotechno-inner-one {
    position: absolute;
    top: 10px;
}

.infotechno-inner-two {
    z-index: 1;
    position: relative;
}

.infotechno-hero-text {
    max-width: 605px;
    float: right;
    width: 100%;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        padding-left: 0;
        float: inherit;
        margin: 50px auto 20px;
    }
}


/*-------------------------

    video section css

--------------------------*/

.infotechno-section-bg-01 {
    background: url(../images/patterns/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.infotechno-video-bg {
    background-image: url(../images/bg/home-infotechno-video-intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.infotechno-video-ptb {
    padding: 150px 0;
}

@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;
}

.viewo-text-wrap .video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.viewo-text-wrap .video-text {
    margin-top: 0;
    margin-left: 59px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.45;
}

.infotechno-blog-list li {
    position: relative;
}

.infotechno-blog-list li:first-child a {
    margin-top: -16px;
}

.infotechno-blog-list li a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin-top: 20px;
    color: #000;
}

.infotechno-blog-list li a::before,
.infotechno-blog-list li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -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);
}

.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
    content: '\f30b';
    position: absolute;
    top: 7px;
    left: 0;
}

.infotechno-blog-list li a::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.infotechno-blog-list li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.infotechno-blog-list li a:hover::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}


/*=============================================

=         36. Processing Hero Css             =

=============================================*/

.processing-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/slider-processing-slide-01-bg.html");
    background-size: cover;
    background-position: 50% 50%;
}

.processing-hero-text {
    max-width: 730px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .processing-hero-text {
        margin-top: 60px;
        text-align: center;
    }
}

.processing-hero-text h6 {
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.processing-hero-text h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.2;
}

@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;
    }
}

.processing-hero-text p {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
}

.processing-hero-images-wrap {
    margin-top: 50px;
}

@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;
    }
}

.processing-hero-images {
    margin-left: -130px;
    margin-right: -200px;
}

@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;
    }
}

.hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
}

.hero-popup-video {
    margin-left: 20px;
}

.hero-popup-video a {
    display: inline-block;
    -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);
}

.hero-popup-video a .video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-popup-video a .video-content .video-text {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.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;
}


/*===============================

    Video Banner Section Css

=================================*/

.rv-video-section {
    position: relative;
}

.rv-video-section .main-video-box {
    position: relative;
    z-index: 8;
    text-align: center;
    max-width: 570px;
    max-height: 350px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 180px;
}

@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;
    }
}

.rv-video-section .ht-banner-01 {
    position: relative;
}

.rv-video-section .ht-banner-01 img {
    position: absolute;
    left: 6%;
    top: -70px;
}

@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;
    }
}

.rv-video-section .ht-banner-02 {
    position: relative;
}

.rv-video-section .ht-banner-02 img {
    position: absolute;
    left: 50%;
    top: -103px;
}

@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;
    }
}

.rv-video-section .ht-banner-03 {
    position: relative;
}

.rv-video-section .ht-banner-03 img {
    position: absolute;
    left: 10%;
    bottom: 0px;
}

@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;
    }
}

.rv-video-section .ht-banner-04 img {
    right: 50px;
    left: auto;
    position: absolute;
    top: 100%;
}

@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;
    }
}

.animation_images {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation_images.one {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

.animation_images.two {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}

.animation_images.three {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

.animation_images.four {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

@-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);
    }
}


/*=============================================

=         37. Processing Hero Css             =

=============================================*/

.appointment-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-appointment-hero-bg-image.html");
    background-size: cover;
    background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
    .appointment-hero-text {
        text-align: center;
        margin-bottom: 60px;
    }
}

.hero-button .video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: #0e2162;
}

.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
    position: relative;
    width: 78px;
    height: 78px;
}

.hero-button .video-text {
    margin-top: 0;
    margin-left: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.78;
}

.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: .75s;
    animation-delay: .75s;
}


/*=================================

=       38. Service Home Css        =

==================================*/

.service-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-services-hero-bg.html");
    background-size: cover;
    background-position: 50% 50%;
}

.service-hero-space {
    height: 770px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    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: #0e2162;
    background-color: #0e2162;
    background-image: url("../images/icons/hero-selector-icon.png");
    color: #fff;
    font-weight: 500;
    padding: 3px 30px;
    height: 60px;
}

.service-hero-text .service-solution-form-wrap select:focus {
    background: #0e2162 url("../images/icons/hero-selector-icon.png") no-repeat center right 20px !important;
}

.service-hero-text p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
}

.service-project-slide-info {
    margin-top: 30px;
}

@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;
}

.single-blog-lg-item>a {
    display: block;
}

.single-blog-lg-item .btn-text a {
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.single-blog-lg-item .btn-text a:hover {
    color: #d2a98e;
}

@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 {
    position: relative;
    display: block;
}

.post-blog-thumbnail>img {
    border-radius: 5px;
    width: 100%;
}

.post-blog-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
    border-radius: 5px;
}

.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;
}

.single-blog-lg-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 20px 0 20px 30px;
}

.single-blog-lg-list:first-child {
    border-top: none;
    padding: 0px 0 20px 30px;
}

@media only screen and (max-width: 575px) {
    .single-blog-lg-list:first-child {
        padding: 20px 0 20px 0px;
    }
}

.single-blog-lg-list .post-blog-thumbnail {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 29px;
    width: 200px;
}

@media only screen and (max-width: 575px) {
    .single-blog-lg-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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%;
    }
}

.our-company-history {
    position: relative;
}

.grid-wrapper {
    max-width: 1200px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
}

.grid-wrapper .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(204, 204, 204, 0.25);
}

.grid-wrapper .line-1 {
    left: 25px;
}

.grid-wrapper .line-2 {
    left: 33.33333%;
}

.grid-wrapper .line-3 {
    left: 66.66666%;
}

.grid-wrapper .line-4 {
    right: 25px;
}


/*=============================================

=        38. Resolutions home Css             =

=============================================*/

.resolutions-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-resolutions-hero-bg-image.html");
    background-size: cover;
    background-position: 50% 50%;
}

.resolutions-hero-bg .vc_row-separator svg {
    fill: #F8F8F8;
}

.resolutions-hero-space {
    height: 880px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@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: #0e2162;
}

.hero-button-group .ht-btn.btn--white .btn-icon {
    font-size: 10px;
    margin-left: 0px;
}

.hero-button-group .ht-btn.btn--white:hover {
    background: #0e2162;
    color: #ffffff;
}

.resolutions-hero-bottom {
    margin-top: -160px;
    position: relative;
    z-index: 4;
}

@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;
    }
}


/*=============================================

=        39. Cybersecurity home Css             =

=============================================*/

.cybersecurity-hero {
    overflow: hidden;
    background: #F6FAFE;
}

.cybersecurity-hero-text {
    max-width: 680px;
    width: 100%;
    float: right;
    padding-left: 110px;
}

@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;
    }
}

.cybersecurity-hero-text h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.cybersecurity-hero-text h3 {
    font-weight: 700;
}

.cybersecurity-hero-images {
    position: relative;
}

.inner-img-one {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

@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;
    }
}

.worldRotate {
    -webkit-animation: worldRotate 20s linear infinite;
    animation: worldRotate 20s linear infinite;
}


/*--- spinner keyframe ---*/

@-webkit-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);
    }
}

@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);
    }
}


/*=====================================

=      40. About Us pages Css           =

=======================================*/

.about-us-bg {
    background-image: url(../images/bg/contact-us-01-hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-space {
    padding-top: 195px;
    padding-bottom: 204px;
}

@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;
    }
}

.vision-space {
    padding-top: 85px;
    padding-bottom: 195px;
}

@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;
    }
}

.requirements-list {
    width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    float: right;
}

.resources-left-box {
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    float: right;
}

@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;
    }
}

.resources-inner .sub-title {
    color: #ababab;
}

.about-resources-wrapper {
    padding: 40px 0;
    background-color: #f8f8f8;
    background-image: url(../images/bg/mitech-slider-cybersecurity-global-image.png);
    background-repeat: no-repeat;
    background-position: center right 40px;
}

.delivering-optimal-wrap .marker::before {
    content: '\f00c';
    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 Pro';
    font-weight: 400;
    color: #d2a98e;
}

.delivering-optimal-wrap .list-item {
    padding-left: 40px;
    margin-top: 40px;
    position: relative;
}

.delivering-optimal-wrap .list-item .title-wrap .title {
    color: #0e2162;
    margin-bottom: 15px;
}

@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: #0e2162;
}

.contact-button a {
    color: #0e2162;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    border-bottom: 1px solid #ddd;
}

.about-button {
    text-align: right;
}

.about-button a {
    min-width: 170px;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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: #0e2162;
    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);
    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);
    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%);
    transform: translate(-50%, -50%);
}

.single-gallery__item:hover .ht-overlay,
.single-gallery__item:hover .overlay-icon {
    opacity: .9;
    visibility: visible;
}

.bg-item-images {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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;
}

.portfolio-details-table table {
    margin: 0 0 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    display: inline-table;
    overflow: hidden;
}

.portfolio-details-table .label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 12px;
}

.portfolio-details-table td:last-child {
    text-align: right;
    padding-right: 0;
}

.portfolio-details-table td {
    border: 0;
    background: none !important;
    padding: 17px 10px;
    padding-right: 10px;
    text-align: left;
}

.portfolio-details-table td:first-child {
    padding-left: 0;
}

.portfolio-details-table tr+tr {
    border-top: 1px solid #ededed;
}

.portfolio-details-table .portfolio-details-share a {
    padding: 0 10px;
    font-size: 15px;
    color: #ababab;
}

.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: #0e2162;
    content: '\f178';
    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 Pro';
    font-weight: 400;
}

.ht-problem-solution .item .solution {
    position: relative;
    padding-left: 32px;
}

.ht-problem-solution .item .solution::before {
    color: #0e2162;
    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 Pro';
    font-weight: 400;
}

.results-wrap .text {
    font-size: 24px;
}

.entry-portfolio-return-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #f6f2ed;
    -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
    box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
    font-size: 18px;
}

.entry-portfolio-return-link:hover {
    background: #0e2162;
    color: #ffffff;
}

.portfolio-nav-links .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

@media only screen and (max-width: 767px) {
    .portfolio-nav-links .nav-list {
        grid-template-columns: auto;
    }
}

.portfolio-nav-links .nav-list .next {
    text-align: right;
}

.portfolio-nav-links .nav-list .inner div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 190px;
    padding: 20px 0;
}

.portfolio-nav-links .nav-list .prev img {
    margin-right: 28px;
}

.portfolio-nav-links .nav-list .next img {
    margin-left: 28px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.portfolio-nav-links .nav-list .next a {
    padding-right: 30px;
}

.portfolio-nav-links .nav-list .prev a {
    padding-left: 30px;
}

.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 Pro';
    font-weight: 300;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.portfolio-nav-links .nav-list .prev h6::before {
    left: 15px;
    content: '\f104';
}

.portfolio-nav-links .nav-list .next h6::before {
    right: 15px;
    content: '\f105';
}


/*====================================

=         42. Redraw Css             =

=====================================*/

.rev_redraw-wrapper {
    overflow: hidden;
}

.rev_redraw-space {
    padding-top: 230px;
    padding-bottom: 230px;
}

@media only screen and (max-width: 767px) {
    .rev_redraw-space {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.redraw-content {
    z-index: 4;
    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;
    }
}

.redrow-1 {
    overflow: hidden;
    top: -205%;
    position: absolute;
    left: 10%;
}

@media only screen and (max-width: 767px) {
    .redrow-1 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-1 {
        top: -130%;
    }
}

.redrow-2 {
    position: absolute;
    left: 40%;
    top: -150%;
}

@media only screen and (max-width: 767px) {
    .redrow-2 {
        top: -80%;
    }
}

.redrow-3 {
    top: -205%;
    position: absolute;
    right: 10%;
}

@media only screen and (max-width: 767px) {
    .redrow-3 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-3 {
        top: -130%;
    }
}

.redrow-4 {
    top: 0%;
    position: absolute;
    left: -10%;
}

.redrow-5 {
    position: absolute;
    left: 20%;
    top: 150%;
}

.redrow-6 {
    position: absolute;
    right: 20%;
    top: 150%;
}

.redrow-7 {
    top: 0%;
    position: absolute;
    right: -10%;
}


/*=====================================

=       43. Preview Page Css          =

======================================*/

.hero__purchase .btn:hover,
.downlode-btn .btn:hover {
    background: #0e2162;
    color: #fff;
}

.header__actions--preview .ht-btn {
    background: #fff;
    color: #0e2162;
}

@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 {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .header__actions--preview .header__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.preview-hero-area {
    height: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@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;
    }
}

.preview-hero-bg {
    background: url(../images/hero/mitech-landing-main-slider-bg.html);
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.pr-img-01 {
    position: absolute;
    top: -4%;
    left: 28%;
}

@media only screen and (max-width: 767px) {
    .pr-img-01 {
        width: 130px;
        top: -10%;
        left: 8%;
    }
}

.pr-img-02 {
    position: absolute;
    top: 12%;
    right: 6%;
}

@media only screen and (max-width: 767px) {
    .pr-img-02 {
        right: -5%;
    }
}

.pr-img-03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pr-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pr-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 767px) {
    .pr-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 575px) {
    .pr-img-03 {
        width: 200px;
        right: -30%;
    }
}

.pr-img-04 {
    position: absolute;
    bottom: 20%;
    right: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr-img-04 {
        bottom: 5%;
        right: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .pr-img-04 {
        bottom: 2%;
        right: 50%;
    }
}

.preview-inner-img img {
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-inner-img {
        max-width: 500px;
        margin: auto;
    }
}

.preview-hero-text {
    z-index: 4;
}

.preview-hero-text h6 {
    color: #d2a98e;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

@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;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text {
        text-align: center;
    }
}

.single-preview-item__wrap a {
    display: block;
}

.single-preview-item__wrap a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
    visibility: visible;
    opacity: 1;
}

.frame-screen {
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
    box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.frame-screen .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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;
}

.frame-screen .single-preview-item__thumbnail {
    position: relative;
}

.frame-screen .single-preview-item__thumbnail .overlay {
    background-color: rgba(8, 106, 216, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 0;
    -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);
}

.frame-screen .single-preview-item__thumbnail .btn-view-demo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff !important;
    pointer-events: none;
    min-width: 150px;
}

.frame-screen .single-preview-item__info h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.87;
    padding: 14px 27px;
    margin-bottom: 0;
    text-align: left;
}

.layout-section-bg {
    background: url(../images/preview/mitech-landing-header-preview-bg.html);
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.layouts-section-text {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.ht-box-icon.preview-style {
    margin-left: auto;
    max-width: 420px;
    margin-top: 30px;
    -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);
}

.ht-box-icon.preview-style:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-icon.preview-style .icon-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ht-box-icon.preview-style .icon-box-wrap .image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 27px 0 0;
    width: 114px;
    text-align: center;
    border-radius: 50%;
}

.prv-section-footer-bg {
    background: url(../images/preview/mitech-landing-footer-bg-01.html);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-preview-content h6 {
    letter-spacing: 7px;
}


/* ====================

    Toolbar Area 

========================*/

.aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 100px;
    /*  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: grid;
    width: 100%;    
    line-height: 23px;
    color: #fff ! important;
    -webkit-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);
    background: #e11f28;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    padding: 15px 0px;
}

.demo-option-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 55px;
}

.demo-option-wrapper .demo-panel-header {
    padding: 40px 30px 30px;
    text-align: center;
}

.demo-option-container {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 350px;
    max-width: calc(100% - 45px);
    z-index: 100000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.demo-option-container.open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
    padding: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.demo-quick-option-list a img {
    border-radius: 5px;
}

.demo-quick-option-list a:hover img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


/* ============== rishabh website css ============= */

.contact-box-1 {
    margin-bottom: 12px;
    padding: 27px 0px 27px 39px;
    width: 95%;
    box-shadow: 2px 1px 8px -2px #000;
    margin-top: 19px;
    height: 138px;
}

@media only screen and (max-width: 767px) {
    .contact-box-1 {
        height: auto;
    }
    .map-icon {
        position: unset !important;
    }
}

.map-icon {
    position: relative;
    top: 21px;
    font-size: 42px;
    color: #d0d718;
}

.contact-box-1 h3 {
    font-size: 25px;
    color: #112166;
    font-weight: bold;
}

.contact-box-1 p {
    color: #000;
}

.company-profile-box-1 h3 {
    margin-bottom: 20px;
    font-size: 34px;
    color: #112166;
    font-weight: bold;
}

.img-tag {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 20px;
}

.company-profile-box-2 h3 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #112166;
    font-weight: bold;
    margin-top: 25px;
}

.company-profile-box-2 p {
    color: #000;
    letter-spacing: 1px;
    line-height: 31px;
}

.company-profile-box-1 p {
    color: #000;
    letter-spacing: 1px;
    line-height: 31px;
}

.company-profile-box-1 span {
    color: black;
    font-weight: 800;
}

.company-profile-section {
    background: #f8f8f8;
    padding: 65px;
}

.our-focus h3 {
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: bold;
    color: #112166;
}

.our-focus p {
    color: #292828;
    font-size: 16px;
        text-align: justify;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
}

.our-focus span {
    color: #adb2b0;
    letter-spacing: 1px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
    font-family: 'Poppins', sans-serif;
}

.vission-text {
    color: #000;
    letter-spacing: 1px;
    line-height: 31px;
    margin-top: 10px;
}

.service-box-1 {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
}

.team-text-1 {
    margin-top: 30px;
}

.team-text-1 p {
    font-size: 16px;
    position: relative;
    top: 13px;
    color: #000;
}

.main-1 {
    position: relative;
    right: 61px;
}

.main-2 {
    position: relative;
    left: 61px;
}

@media only screen and (max-width: 767px) {
    .main-1 {
        position: relative;
        right: 0px;
    }
    .main-2 {
        position: relative;
        left: 0px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .main-1 {
        position: relative;
        right: 0px;
        top: 0px;
    }
    .team-text-1 {
        margin-top: 0px;
    }
    .main-2 {
        position: relative;
        left: 0px;
    }
}

.long-line {
    background-color: #70b9ba;
    padding: 1px;
    width: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

 ::placeholder {
    color: #0e2162;
}

.projects-image-box {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.quality-unorder-list {
    list-style: disc;
    padding: 0px 0px 0px 20px;
}

.quality-text-1 {
    font-size: 17px;
    line-height: 37px;
    margin-bottom: 20px;
    text-align: justify;
}


/* project page css */

.service-box-1 {
    /* box-shadow: 1px 1px 15px -1px #cbd408; */
    padding: 0px;
}

.box {
    color: #fff;
    background: #2b3c4e;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.box img {
    width: 100%;
    border-radius: 45px 0px;
    height: auto;
    transition: all 0.3s ease;
}

.box:hover img {
    opacity: 0.6;
    filter: grayscale(100%);
}

.box .box-content {
    color: #fff;
    background: linear-gradient(to right, transparent, transparent, rgba(34, 47, 61, 0.9), #222f3d, #222f3d);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.box:hover .box-content {
    transform: translateY(-50%) scaleY(1);
}

.box .title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: #fff;
}

.box .post {
    font-size: 15px;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.box:hover .icon {
    transform: translate(0, -50%);
}

.box .icon li a {
    color: #222f3d;
    background: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    transition: all 0.3s ease;
}

.box .icon li a:hover {
    box-shadow: 0 0 5px #222f3d inset;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.heading-1 {
    font-size: 22px;
}

.distributor-form {
    border-radius: 0px;
    height: 40px;
    font-size: 17px;
}

.input-group .form-control {
    font-size: 13px;
}

.fa-map-marker-alt {
    font-size: 33px;
    position: relative;
    top: 3px;
    color: #0e2162;
}

.mail-icon {
    font-size: 20px;
    color: #0e2162;
    position: relative;
    top: 3px;
}

.contact-text {
    margin-top: -100px;
}

@media only screen and (max-width: 767px) {
    .contact-text {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .contact-text {
        margin-top: 0px;
    }
}

.team-text {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.search-form-1 {
    background: #112166;
    padding: 14px;
}

.search-form-1 P {
    color: #fff;
    font-size: 18px;
    /* font-family: 'Lato', sans-serif; */
    font-family: "CerebriSans";
    font-weight: 600;
}

.search-form-2 {
    background: #d2d2d2;
    padding: 22px;
}

.btn-1 {
    background: #112166;
    color: #fff;
    font-size: 15px;
    /* font-family: 'Lato', sans-serif; */
}

.post-title {
    font-size: 23px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.blog-text-1 p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.blog-sec {
    border: 1px solid #d2d2d2;
    padding: 20px;
}

.product-sec {
    padding: 60px 0px 30px 0px;
}

.portable-generators-text-1 {
    padding: 30px 0px 30px 0px;
}

.fa-arrow-circle-right {
    position: relative;
    top: 2px;
    color: #0e2162;
}

.blog-text-1 ul li {
    padding: 6px 0px 0px 0px;
    font-size: 16px;
}

.service-main-div {
    padding: 35px 0px 0px 0px;
}

.cybersecurity-about-text .text {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
    text-align: justify;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.contact-us-section-wrappaer {
    margin-top: 0px;
}

.right-arrow {
    position: relative;
    top: 0px;
}

.cybersecurity-about-text ul li {
    font-size: 15px;
    line-height: 35px;
}

.brand-logo {
    padding-bottom: 0px;
}

.service-unorder ul li a {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    text-align: justify;
    color: #000;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .service-unorder ul li a {
        line-height: 33px;
    }
    .widget-blog-recent-post ul li a::after,
    .widget-blog-recent-post ul li a::before {
        content: '\f30b';
        position: absolute;
        top: 22px !important;
        left: 0;
    }
}

.our-value h3 {
    font-size: 23px;
    padding-bottom: 15px;
    padding-top: 0px !important;
    font-weight: 600;
    color: #01101a;
/*     text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
}
.our-value h3 span.mshbld{font-size: 23px;
    padding-bottom: 15px;
    padding-top: 0px !important;
    font-weight: 600;
    color: #e11f28;
/*     text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;}


.our-value h3:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    top: 76px;
    left: -6px;
    background: #dddddd;
}
.vsnms img {
    width: 57px;
        margin-left: 37px;
}

.head {
    display: flex;
    gap:31px;
    position: relative;
}
.head img {
    width: 67px;
}

.head h3{font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #01101a;}

.head h3 span {
    color: #e11f28;
}

.head-2 h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #01101a;
    padding-left: 99px;
}

.head-2 h3 span {
    color: #e11f28;
}


.head h3:before {
        content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    top: 16%;
    left: 81px;
    background: #a9a9a9;
}


 ul.listview {
    margin: 0;
    padding: 6px 98px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.listview.lvsingleview li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

ul.listview li a {
    color: #000000;
    display: inline-block;
    position: relative;
    /* opacity: 0.7; */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 34px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
ul.listview li a:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0%;
    height: 1px;
    background: #e11f28;
    left: 0;
    bottom: 0;
}

ul.listview li a i.fa {
    font-size: 20px;
    font-weight: 400;
    color: #e11f28;
}
 ul.listview li a:after {
        width: 18px;
        height: 18px;
    }

ul.listview li a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-icon.png) no-repeat center center;
    background-size: 100%;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px,-50%);
    transform: translate(0px, -50%);
    opacity: 0;
}
ul.listview li a:hover {
    opacity: 1;
    font-size: 16px;
    color: #e11f28;
}
ul.listview li a:hover:before {
    width: 100%;
}

ul.listview li a:hover:after {
    opacity: 1;
    right: -40px;
}
section.aplsn {
    background: #ffffff;
    padding: 57px;
}
section.aplsn p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-left: 99px;
    font-size: 16px;
    text-align: justify;
}

ul.iconview {
    margin: 31px 0px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 24px;
    grid-template-columns: 50% 50%;
}
ul.iconview li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 20px;
}
ul.iconview li a {
        font-size: 15px;
    }

ul.iconview li a {
    color: #ffffff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.iconview li a .aIndus-icon {
        width: 58px;
        height: 58px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
        flex: 0 0 58px;
    }

ul.iconview li a .aIndus-icon {
    width: 75px;
    height: 75px;
    background: transparent;
    border-radius: 50%;
    border: 0px solid #cc4400;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    position: relative;
}

ul.iconview li a .aIndus-icon:before {
    border-color: #0d66b5;
    background: #0d66b5;
}
ul.iconview li a .aIndus-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #e11f28;
    background: #e11f28;
}

ul.iconview li a .aIndus-icon.aii-a:after {
    background: #ffffff url(../images/icon1.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.iconview li a .aIndus-icon.aii-b:after {
    background: #ffffff url(../images/icon2.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.iconview li a:hover .aIndus-icon.aii-b:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon.aii-c:after {
    background: #ffffff url(../images/icon3.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-c:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon.aii-d:after {
    background: #ffffff url(../images/icon4.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-d:after {
    background-size: 110% 110%;
}
ul.iconview li a .aIndus-icon.aii-e:after {
    background: #ffffff url(../images/icon5.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-e:after {
    background-size: 110% 110%;
}
ul.iconview li a .aIndus-icon.aii-f:after {
    background: #ffffff url(../images/icon6.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-f:after {
    background-size: 110% 110%;
}
ul.iconview li a .aIndus-icon.aii-g:after {
    background: #ffffff url(../images/icon7.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-g:after {
    background-size: 110% 110%;
}
ul.iconview li a .aIndus-icon.aii-h:after {
    background: #ffffff url(../images/icon8.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-h:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon.aii-j:after {
    background: #ffffff url(../images/icon9.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-j:after {
    background-size: 110% 110%;
}
ul.iconview li a .aIndus-icon.aii-k:after {
    background: #ffffff url(../images/icon10.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-k:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon.aii-l:after {
    background: #ffffff url(../images/icon11.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-l:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon.aii-m:after {
    background: #ffffff url(../images/icon12.png) no-repeat center center;
    background-size: 100% 100%;
}
ul.iconview li a:hover .aIndus-icon.aii-m:after {
    background-size: 110% 110%;
}

ul.iconview li a .aIndus-icon:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.iconview li a strong {
        line-height: 1.2;
    }

ul.iconview li a strong {
    font-weight: normal;
    padding-left: 10px;
    /* opacity: 0.7; */
    color: #000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

ul.iconview li a:hover .aIndus-icon:before {
    border-style: dashed;
    border-color: #ffffff;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    
    animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.appl h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #01101a;
}

ul.iconview li a:hover .aIndus-icon.aii-a:after {
    background-size: 110% 110%;
}

.quality-policy h3 {
    font-size: 29px;
    padding-bottom: 15px;
    padding-top: 0px !important;
    font-weight: bold;
    color: #112166;
    text-transform: uppercase;
}

.quality-policy h3 span {
    color: #007536;
}

.chairman-message-1 {
    margin-top: 50px;
}

.leadership-sec {
    margin-top: 30px;
    margin-bottom: 85px;
}

.our-quality h3 {
    font-size: 25px;
    padding-top: 20px;
    font-weight: bold;
    color: #112166;
}

.social-text {
    margin-top: 30px;
}

.client-logo-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}

.client-logo img {
    box-shadow: 0 5px 20px rgba(146, 154, 147, 0.92);
}

@media only screen and (max-width: 767px) {
    .client-logo img {
        margin-bottom: 30px;
    }
}

.client-sec-2 {
    margin-top: 40px;
}


/* header search icon */

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input.form-control.cussearch {
    border-radius: 0;
    height: 44px;
    width: 100%;
    margin: 2px 0 0 0px;
    border: 2px solid #102165;
    border-radius: 50px;
}

button.btn.btn-default {
    padding: 10px 15px;
    background-color: #102165;
    outline: 0;
    color: #fff;
    font-size: 17px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /* box-shadow: 1px 3px 4px 1px #000c; */
    margin-right: 20px;
    border: 0;
    margin-top: 2px;
    height: 44px;
}

.top-search i {
    font-size: 20px;
    /* transform: rotate(90deg); */
    top: -13px;
    left: -3px;
    position: relative;
}

.google-translate {
    position: relative;
    top: 0px;
}

.goog-te-gadget-simple {
    background-color: #fff;
    border: 2px solid #102165 !important;
    font-size: 10pt;
    display: inline-block;
    padding: 2px 4px 2px 4px !important;
    cursor: pointer;
    zoom: 1;
    border-radius: 21px;
}

.input-group-btn>.btn:hover {
    top: 0px !important;
}

.counter-sec {
    margin-top: 0px;
}

.portable-generators-sec {
    margin-top: 30px;
}


/* .portable-img {
    border: 1px solid #bcc0c3;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 2px;
} */


/* .portable-img:hover{box-shadow: 0 5px 20px rgba(146, 154, 147, 0.92);} */


/* .portable-img img{border-radius: 20px;} */

.portable-generators-text-2 {
    color: #112166;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
}

.power-generators-page {
    margin-top: 0px;
    padding-top: 33px;
    padding-bottom: 0px;
}

.power-generators-blog {
    border: 1px solid #ddd;
    padding: 0px 0px 55px 0px;
    border-radius: 0px;
}

.our-product-text-1 {
    font-size: 19px;
    /* padding-bottom: 15px; */
    padding-top: 0px !important;
    font-weight: bold;
    color: #ffffff;
    background: #007536;
    padding: 0px 25px;
    margin-top: 0px;
    line-height: 49px;
}

.specification-text {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.genset-img {
    margin-top: 30px;
}

.portable-generator-text {
    margin-top: 25px;
}

.product-text-1 p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.power-gen h2 {
    margin: 71px 107px 36px;
    color: #fff;
    text-transform: uppercase;
}

.power-gen h2::before {
    content: '';
    width: 80px;
    left: 124px;
    right: 0;
    position: absolute;
    height: 5px;
    border-bottom: 4px solid #cbd407;
    top: 145px;
}

.power-txt {
    padding: 0px 108px;
    line-height: 37px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 60px;
}

.widget-blog-recent-post ul li {
    border-bottom: 1px dashed #112166;
}

.hr-line {
    border-top: 1px solid rgb(205 213 16);
}

.portable-img p {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.butn {
    font-size: 15px;
    padding: 7px 52px;
    border: 0;
    background: #cdd510;
    color: #000;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
}

.butn:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
}

.portable-img img {
    /* width: 154px! important; */
    /* margin: 0px auto; */
    /* margin-left: 27px; */
}

.bg-tr {
    border: none;
    padding: 0px 0px 55px 0px;
    border-radius: 0px;
}


/* ================  Power genset product page css  =================== */

.power-genset-product {
    position: relative;
}

.power-genset-product::before {
    content: "";
    content: "";
    position: absolute;
    /* background-color: #000; */
    width: 295px;
    height: 365px;
    border: 10px solid #cdd510;
    top: -41px;
    bottom: 0px;
    box-shadow: -4px 0px 10px 2px #00000052;
}

.power-genset-product-2 {
    position: relative;
}

.power-genset-product-2::after {
    content: "";
    content: "";
    position: absolute;
    /* background-color: #000; */
    width: 295px;
    height: 365px;
    border: 10px solid #cdd510;
    top: -41px;
    bottom: 0px;
    right: 0px;
    box-shadow: 4px 0px 10px 2px #00000052;
}

@media only screen and (max-width: 767px) {
    .power-genset-product::before {
        display: none;
    }
    .power-genset-product-2::after {
        display: none;
    }
    .power-genset-product img {
        width: 100% !important;
        left: 0px !important;
    }
    .power-genset-product-2 img {
        width: 100% !important;
        left: 0px !important;
    }
    .power-generators-sec {
        margin-top: 0px !important;
    }
}

.power-generators-sec {
    margin-top: 50px;
    margin-bottom: 60px;
}

.power-genset-product img {
    position: relative;
    width: 69%;
    left: 23%;
}

.power-genset-product-2 img {
    position: relative;
    width: 69%;
    left: 16%;
    z-index: 1;
}

.power-genset-text {
    position: relative;
    top: 30px;
}

.product-text-1 h3 {
    font-size: 20px;
}

.portable-btn {
    color: #122166 !important;
    background: #ccd50a !important;
    box-shadow: 7px 2px 12px 0px #a9b0d0;
}

.portable-text-1 p {
    font-weight: bold;
    color: #112166;
    font-size: 20px;
}

.portable-table th {
    background: #122166;
    color: #fff;
}


/* .portable-table-td td{background: rgb(205 213 16 / .2);} */


/* product image zoom css */

.product-wrapper {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.instructions {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

code {
    color: dodgerblue;
}

.pdf-img {
    position: relative;
    top: 20px;
}

.table>tbody>tr>td {
    border-top: 1px solid #adadad;
}

.carousel-slider__image img {
    box-shadow: 0px 0px 14px -4px #0e2162;
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px
}

.portable-head h3 {
    font-size: 20px;
    padding-bottom: 6px;
}

.pdf-btn {
    font-size: 15px;
    padding: 8px 19px 8px 19px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
}


/* ======= mobile-tower-generator ======= */

.mobile-tower {
    padding: 35px 0px 35px 0px;
}

.ats-img img {
    box-shadow: 0px 0px 14px -4px #0e2162;
    border-radius: 15px;
}

.ats-text-1 p {
    text-align: center;
}

.ats-text-1 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.ats-img-sec-2 {
    box-shadow: 0px 0px 14px -4px #0e2162;
    height: 345px;
    padding: 5px;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .ats-img-sec-2 {
        height: auto;
        margin-bottom: 20px;
    }
}


/* // ======= mobile-tower-generator ======= */


/* Control Panel | ATS table */

.technical-parameter-table table thead tr {
    background-color: #366092;
    color: #fff;
}

.technical-parameter-table table tbody tr td {
    font-size: 16px;
    text-align: center;
}

.bg-row-1 {
    background-color: #e7e7e7;
}

.speci-text {
    vertical-align: middle !important;
    text-align: center;
}

.table-2 table>thead>tr>th {
    padding: 8px 0px 8px 0px;
    text-align: center;
}

.table-2 table>tbody>tr>td {
    padding: 8px 3px;
}

.table-2 table tbody tr td {
    font-size: 14px;
}

.rentel-img {
    box-shadow: 0px 0px 14px -4px #0e2162;
    border-radius: 15px;
    padding: 10px;
}


/* ======================================
        start popup enquiry css
=================================== */

.popup-form-section label {
    font-size: 16px;
    font-weight: bold;
    color: #122166;
    margin-top: 12px;
    font-family: monospace;
}

.popup-form-section input {
    border: none;
    background-color: #c9e0f8;
    /* box-shadow: 3px 2px 1px 1px #b9b9b9; */
}

.popup-textarea {
    border: none;
    background-color: #89b5e0;
    /* box-shadow: 3px 2px 1px 1px #b9b9b9; */
}

.popup-btn {
    box-shadow: none !important;
    /* border: 1px solid #fda12b !important; */
    font-size: 21px !important;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    padding: 5px 37px 5px !important;
    background: #122166 !important;
    margin-top: 18px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0px 7px 0px;
    font-family: monospace;
    box-shadow: 2px 3px 4px 2px #a7a7a7 !important;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #d3e5fe;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 10px;
}

#boxes #dialog {
    width: 55%;
    height: auto;
    padding: 20px 20px 20px;
    background-color: #fff;
    /* background-image: url(../img/popup-form-bg-img.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Segoe UI Light", sans-serif;
    font-size: 15pt;
    position: fixed;
    border-top: 6px solid #122166;
    border-bottom: 5px solid #122166;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#dialog {
    top: 20px !important;
}

@media only screen and (max-width: 767px) {
    #boxes #dialog {
        width: 92%;
        height: auto;
        margin-left: -15px;
    }
    #dialog img {
        display: none;
    }
    .coman_head_text {
        font-size: 28px !important;
    }
    
    .highlight_con_box p {
   font-size: 14px !important;
}
    .quality h3 {
    font-size: 32px! important;
}
    
    .single-blog-item.blog-grid.second {
    margin-top: 35px;
}
    
    .product-catgory {
    margin-bottom: 26px! important;
}
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0;
    width: 250px;
    left: 250px;
}

.fa-window-close {
    color: #122166;
}

.cross-sign {
    left: 100%;
    position: relative;
    bottom: 546px;
    /* right: 89px; */
    opacity: 5;
    font-size: 35px;
}

.popup-form {
    border-radius: 6px;
    padding: 21px;
}

#dialog h3 {
    font-size: 30px;
    padding-left: 10px;
    color: #122166;
    font-weight: 700;
}

.column-1 {
    background-color: #abd6ff !important;
}

.column-2 {
    background-color: #a7cff7 !important;
}

.column-3 {
    background-color: #a7cff7 !important;
    height: 42px;
    color: #122166;
    font-family: monospace;
}


/* ======================================
        end popup enquiry css
=================================== */

.our-value kbd {
    background: #ccd50a;
    padding: 6px 13px 6px 13px;
    box-shadow: 2px 2px 4px 0px #a0a0a0;
    border-radius: 30px;
    color: #112166 !important;
    font-size: 20px;
    position: relative;
    bottom: 5px;
    left: 7px;
}

.our-value kbd a:hover {
    color: #112166;
}


/* 
.mobile-tower-table td th{width: 25%;
      text-align: center;} */

.mobile-tower-table table tbody tr td {
    text-align: center;
    border: 1px solid #112064;
    width: 25%;
}

.mobile-tower-table table thead tr td {
    text-align: center;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 16px;
}

.full-row {
    font-weight: 800;
    color: #112064;
}

.fullcontentmargin {
    margin-top: 30px;
}


/* ================== Tata genretor page css ===================== */

.tr-bg {
    background-color: #1e1e1e;
    color: #fff;
}

.horizontal-tb {
    /* transform: rotate(-90deg); */
    text-align: center !important;
    background-color: #366092;
    color: #fff;
}

.card-1 {
    box-shadow: rgb(14 33 98) 0px 0px 14px -4px;
    padding: 21px;
    border-radius: 10px;
}

.card-2 {
    box-shadow: rgb(14 33 98) 0px 0px 14px -4px;
    padding: 13px;
    border-radius: 10px;
    height: 351px;
    margin-bottom: 25px;
}

.card-2 h3 {
    font-size: 20px;
}

.card-2 p {
    font-size: 16px;
    line-height: 31px;
}


/* saileny feature card css */

.img-div {
    margin: 17px 0px 17px 0px;
}

.ac-sec {
    height: 640px;
}

.sailent-text h3 {
    font-size: 20px !important;
    padding-bottom: 5px;
}

.disclaimer-text h3 {
    color: #696969;
}


/* ================== End Tata genretor page css ===================== */


/* ================== Tata baudouin page css ===================== */

.baudouin-img img {
    width: 100%;
    height: auto;
    box-shadow: 2px 3px 6px -1px #a6a9b9;
}

.baudouin-text {
    background-color: #122166;
    padding: 30px 66px 20px 40px;
    /* margin-left: -48px; */
    /* margin-top: 44px; */
    box-shadow: 7px 2px 31px 0px #d4d4d4;
    height: 346px;
    color: #fff;
}


/* time line css */

.history-tl-container {
    /* font-family: "Roboto",sans-serif; */
    /* width:50%; */
    margin: 0px 0px 0px 26px;
    /* display:block;
  position:relative; */
}

.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    /* margin-left:200px; */
    min-height: 0px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #86D6FF;
    padding: 0 0 0px 30px;
    position: relative;
}

.history-tl-container ul.tl li:last-child {
    border-left: 0;
}

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -10px;
    top: 8px;
    content: " ";
    border: 8px solid rgb(14 33 98);
    border-radius: 500%;
    background: #ffffff;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
    border-color: #ccd50a;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #8D8D8D;
    position: absolute;
    width: 100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

.baudouin-img-2 img {
    width: 100%;
    height: auto;
}

.engine-specification {
    background-image: url(../img/electric-tower.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.engine-specification-bg {
    background-color: rgb(0 0 0 / 90%);
    padding: 45px 0px 45px 0px;
}

.engine-specification h3 {
    color: #fff;
}

.engine-specification p {
    color: #fff;
}


/* ===== Map Section css ===== */

.map-section img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.map-section {
    margin-top: 60px;
}

.map-section h6 {
    text-align: center;
    margin-top: 15px;
    color: #0e2162;
}

.header-social-networks.style-icons h4 a {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    margin-top: 0px;
    border: 1px solid #ccc;
    background: #007536;
    color: #fff;
    border-radius: 28px;
}

.header-social-networks.style-icons h4 a:hover {
    background: #000;
    font-size: 16px;
    padding: 10px 16px;
}

section.vsn {
    text-align: center;
    position: relative;
    padding: 0px 0px 0px;
}

section.vsn .bx {
    background: #fff;
    padding: 77px 17px;
    border: 0px solid #000;
    height: 335px;
}

section.vsn .col-lg-3 {
    padding: 0px;
}

section.vsn h3 {
    color: #fff;
    font-family: "Verdana", Sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 68px;
    padding: 0px 6px 24px;
}

section.vsn .icnarow {
    padding: 1px;
    color: #fff;
    fill: #fff;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    font-size: 0px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 108px;
}

section.vsn .icnarow img {
    width: 58px;
}

section.vsn h3::after {
    content: '';
    width: 94px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    line-height: 49px;
    left: 75px;
    right: 0px;
}

.pdtxt {
    text-align: center;
    padding: 10px;
        display: none;
}

.pdtxt span {
    color: #020f28;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.whybrnd {
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 26px;
    border-radius: 25px 25px 25px 25px;
    height: 435px;
}

.whybrnd h4 {
    color: #086419;
    font-family: "Verdana", Sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 26px;
}

.whybrnd ul li {
    line-height: 42px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.whybrnd ul li .fa {
    color: #086419;
}

.brndimg {
    padding: 0px 35px;
}

.adres {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.footer-widget__list li i.fa{
    color: #e71111;
}

h6.heading.mt-30 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

section.vsn .bx p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.post-excerpt.mt-15 p {
    color: #fff;
    font-size: 15px;
/*    font-weight: 500;*/
    font-family: 'Poppins', sans-serif;
}

.twitter:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
    background: #00acee;
}

.instagram:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.youtube:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
    background: #c4302b;
}


/*
.ht-social-networks.solid-rounded-icon .social-tw:hover{background: #00acee;}
.ht-social-networks.solid-rounded-icon .social-insta:hover{background: linear-gradient(45deg, blue, transparent), radial-gradient(red, transparent);}
.ht-social-networks.solid-rounded-icon .social-ytb:hover{background: #c4302b;}
*/

.ht-social-networks .item .social-link img {
    width: 46px;
}

.sidebar {
    position: fixed;
    right: 26px;
    z-index: 9999;
    bottom: 10px;
}


/* // Map Section css */

.infra {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0px;
    text-align: justify;
    color: #1e1e1e;
    font-family: 'Poppins', sans-serif;
}

.about-head {
    padding-top: 0px;
    padding-bottom: 20px;
}

.vsnms {
    padding-bottom: 30px;
}
.qulty-sec {
    margin-top: 60px;
    margin-bottom: 85px;
}


/*------------contact page----------------*/

.pad100-top-bottom {
    padding: 50px 0px;
}


.cntsect {
    padding: 50px 0px;
    background: #ececec;
    margin: 50px 98px;
    border-radius: 62px;
    border-top: 5px solid #bbb8b8;
    box-shadow: 0px 0px 16px #ccc;
    position: relative;
}
.contact-info-column {
    margin-bottom: 60px;
    border: 1px solid #ccc;
    padding: 11px;
    box-shadow: inset 1em 1em 11em rgb(0 0 0 / 0%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 38%);
    border-radius: 24px;
    height: 249px;
}

.text-center {
    text-align: center;
}

.contact-info-column img {
    margin-bottom: 20px;
}

.home6 p {
    text-align: justify;
    font-family: 'Roboto Slab', serif;
    color: #242424;
    font-size: 16px;
    line-height: normal;
    line-height: 31.9px;
}

.pad100-top-bottom p {
    text-align: center!important;
    color: #000;
    font-size: 17px;
}

h3.mar-btm30.leaveus {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 52px;
    color: #01101a;
    text-align: center;
    /* text-transform: uppercase; */
}

.leaveus span {
    color: #e11f28;
}

.contact-form {
    width: 87%;
    display: inline-block;
    margin: 40px 0px 0px;
    text-align: center;
}

.form-field.input-halfrght {
    padding-right: 5px;
}

.form-field {
    margin-bottom: 25px;
}

.form-field .form-input {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #ab2a2a;
    border: 0px solid #a3a3a3;
    padding: 13px;
    border-bottom: 3px solid #babcc3;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
}

.form-field.input-halfrght {
    padding-right: 5px;
}

.form-field .form-comment {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #939393;
    border: 0px solid #a3a3a3;
    padding: 13px;
    font-family: 'Lato', sans-serif;
    border-bottom: 3px solid #babcc3;
    border-radius: 20px;
}

.form-submit-btn {
    margin-top: 20px;
}

.form-submit-btn {
    width: auto;
    background: #0061AF;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 30px;
    border: 0px;
    font-weight: 700;
    box-shadow: 1px 1px 10px #ccc;
}

.contact-info-column h4 {
    font-size: 23px;
    margin-bottom: 13px;
    color: #000;
}

.form-submit-btn:hover {
    background: #007536;
    color: #fff;
}


/*-------------contact end------------------*/


/*------------------core value--------------------*/

.care-values {
    background: #fff0;
}

.care-values {
    padding: 10px 0;
}

.care-values .page-header h2 {
    margin-bottom: 35px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.page-header h2 span {
    color: #007536;
}

.care-values .core-values-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.care-values .core-values-block ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.care-values .core-values-block ul li .img {
    background: #e8ecf0;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 47px;
    border: 1px dashed #009846;
}

.care-values .core-values-block ul li .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}

.care-values .core-values-block ul li .value {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #222;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}


/*------------------core value end---------------*/

.about-career h4.text-center {
    font-size: 30px;
    color: #000;
}

.about-career h4 span {
    color: #007536;
    font-size: 30px;
}

.about-career p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0px;
    text-align: justify;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.page-header {
    padding-bottom: 0px;
    margin: 40px 0 13px;
    border-bottom: 1px solid #e7e5e5;
}

.leaveus-career span {
    color: #007536;
    font-size: 19px;
}

h3.mar-btm30.leaveus-career {
    margin-bottom: 9px;
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #007536;
}

.header-top-info-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer-copyright-area {
    background: #e51d26;
}

h3.heading-1 {
    color: #1e1e1e;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
    font-weight: 600;
}

.abhead {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #01101a;
    text-transform: uppercase;
}

.abhead span {
    color: #e11f28;
}

.aboutimg img.img-responsive {
    /* border: 1px solid #ced2d5; */
    /* box-shadow: inset 3em 3em 11em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%); */
    border-radius: 0px;
}

.count {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-right: 0px solid #a7a7a7;
    position: relative;
}

.count:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 69%;
    top: 13px;
    left: 89px;
    background: #85878a;
}

.count p {
    font-size: 18px;
    padding-right: 8px;
        color: #a09c9c;
}

.count-0px {
    border-right: 0px;
}

.count span {
    font-size: 43px;
    color: #fff;
    font-weight: 900;
}


.cnt-p {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    padding-top: 25px;
}

.vsn-2 {
    position: relative;
    margin: -156px 0 0 0;
}

.vsn-2:before {
    content: "";
    position: absolute;
    width: 106%;
    height: 100%;
    top: 0;
    left: 6%;
    background: #ececec;
    border-radius: 24px;
}
.vsn-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 187%;
    bottom: -1px;
    left: 15%;
    background: url(../images/vismis-bg-img.png) no-repeat right bottom;
    background-size: 61%;
    mix-blend-mode: multiply;
}
.countsec {
    padding: 40px 0px 140px;
}

.count .fun-fact__count {
    color: #fff;
}

.countsec .fun-fact__text {
    color: #fff;
}

.countsec .fun-fact__text img {
    width: 53px;
}

.visnmsn-section {
    background: #fff;
    padding: 67px 0px 50px;
}


/*----------------------------quality policy-------------*/

.section.section-padding {
    padding: 52px 0 40px;
}

.heading-para {
    margin-bottom: 0px;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #000;
}

.site-heading h2 span {
    color: #007536;
}

.heading-para p {
    margin-top: 0px;
    padding: 0px 0px 43px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}

.quality-policy-content p {
    font-size: 16px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 35px;
}

.qualityimg {
    padding: 6px;
    border: 6px solid #d7d7d7;
}


/*------------------contact us css------------*/

.contactWrap {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    padding: 44px;
}

.contactLink {
    background: #D2D2D2;
    padding: 10px 20px;
}

.contactLink li {
    border-bottom: 1px solid #c9c9c9;
}

.contactLink li:last-child {
    border-bottom: 0;
}

.contactLink li a {
    padding: 10px 0;
    display: block;
    color: #5E5C5C;
    position: relative;
    font-weight: 500;
}

.contactLink li a:after {
    content: '\203A';
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 30px;
    line-height: 1;
    color: #000;
}

.contactLink li a:hover,
.contactLink li.active a {
    color: #076EC1;
}

.addressBoxWrap {
    color: #fff;
}
.addressBoxWrap h2 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.addressBoxWrap a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.addressBox {
    display: none;
}

.cnbrd{border: 7px solid #ccc;
    padding: 30px;
    border-radius: 41px;}

.img-hotspot .img-hotspot-wrap:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 366px;
    top: 76px;
    left: -29px;
    background: #8e8d8d;
}
.addressBox.active {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 26px;
}

.addressBox.active:last-child{border-bottom: 0px solid #ccc;}

.addressLine {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    padding-bottom: 17px;
}
.addressLine img {
    width: 19px;
    float: left;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px;
}
.addressLine p {
    font-weight: 300;
    font-size: 17px;
}

.locationName {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.phoneText {
    font-size: 20px;
    font-weight: 600;
}

.mapWrap {
    position: relative;
}

.mapLocation {
    position: absolute;
}


/*------------------------------------*\
		#Image Hot Pointer
\*------------------------------------*/

.img-hotspot .img-hotspot-wrap {
    position: relative;
    max-width: 100%;
    margin-left: 66px;
}
@media screen and (max-width: 567px) {
    .img-hotspot .img-hotspot-wrap {
        max-width: 470px;
    }
}

@media screen and (max-width: 991.98px) {
    .img-hotspot .img-hotspot-wrap {
        margin: 0 auto 40px;
    }
}

.img-hotspot .img-hotspot-wrap .img-hotspot-bg img {
    max-width: 100%;
    height: 463px;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers {
    position: absolute;
    width: 83%;
    height: 88%;
    top: 0;
    left: 0;
    right: 0;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers-1{
    position: absolute;
    width: 83%;
    height: 88%;
        top: 49px;
    left: 155px;
    right: 0;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: 2px solid var(--global--color-primary);
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon::after {
    content: '';
    background-color: var(--global--color-primary);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info .border-outer {
    width: 96px;
    height: 96px;
    cursor: pointer;
    border: 2px solid var(--global--color-primary);
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info .border-outer .border-inner {
    width: 82px;
    height: 82px;
    cursor: pointer;
    border: 2px solid var(--global--color-primary);
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info .border-outer .border-inner i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background-color: var(--global--color-primary);
    border-radius: 50%;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info .border-outer .border-inner i::before {
    color: var(--global--color-white);
    font-size: 50px;
    margin-left: 0;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 4px;
    border: 2px solid var(--global--color-heading);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer::after {
    position: absolute;
    content: '';
    width: 56px;
    height: 56px;
    border: 2px solid var(--global--color-primary);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover {
    border-color: var(--global--color-primary);
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer img {
    max-width: 78px;
    border-radius: 50%;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    border-radius: 8px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    max-width: 330px;
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 23px 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    font-family: 'Poppins', sans-serif;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info::before {
    content: '';
    bottom: -9px;
    width: 10px;
    height: 10px;
    background-color: var(--global--color-white);
    position: absolute;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    left: auto;
    right: 30px;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    left: 30px;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
    font-family: var(--global--font-body);
    font-size: 19px;
    font-weight: 700;
    line-height: 46px;
    color: #03111a;
    text-transform: capitalize;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info p {
    color: #000;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon {
    border-color: var(--global--color-secondary);
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon::after {
    background-color: var(--global--color-secondary);
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
    background-color: var(--global--color-white);
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    border-radius: 10px 10px 10px 0px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    max-width: 170px;
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info::before {
    content: '';
    bottom: -9px;
    width: 10px;
    height: 10px;
    background-color: var(--global--color-white);
    position: absolute;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left {
    border-radius: 10px 10px 0 10px;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    left: auto;
    right: 0;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right {
    border-radius: 10px 10px 10px 0px;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    left: 0;
}

.img-hotspot.img-hotspot-3 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
    font-family: var(--global--font-body);
    font-size: 14px;
    line-height: 24px;
    color: var(--global--color-body);
    text-transform: capitalize;
}


/*-------------------hotspot end-----------------*/

.about-career {
    padding: 48px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx timeline xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.valur-bg-clr {
    background: #0061af;
}

.pd-0 {
    padding: 0px;
}

.velue-sec {
    position: relative;
}

.valur-bg-clr::after {
    width: 12%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -107px;
    background: #0061af;
    content: "";
    z-index: ;
    transform-origin: top right;
    -ms-transform: skew(14deg, 0deg);
    -webkit-transform: skew(14deg, 0deg);
    transform: skew(0deg, 32deg);
    z-index: 2;
}

.velue-sec .timeline1Pic img {
    position: absolute;
    margin: 53px 0px;
    z-index: 13;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx timeline xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.header-area {
    box-shadow: 0px 5px 7px 0px #0000003b;
    z-index: 9999;
    position: relative;
}

.header-area .is-sticky .navigation-menu>ul>li>a {
    display: block;
    color: #fff;
    padding: 21px 3px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.18;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.cybersecurity-about-text h3 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.cybersecurity-about-text h3.pdtxt {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}

.cybersecurity-about-text .pdtxt-1 {
    color: #fff;
}

.ftrpd {
    padding: 0px 0px 32px;
}

.gray-clr {
    background: #fff;
}

.btn-enq {
    font-size: 16px;
    font-weight: 600;
    border-style: solid;
    border-radius: 29px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 44px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 51px;
    line-height: 50px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #e11f28;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 20px;
    box-shadow: 1px 1px 10px #9e9999;
}

a.btn-enq:hover {
    text-decoration: none;
    color: #ffffff;
    background: #101010;
}

ul.ftrlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 31px;
}

ul.ftrlist-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 31px;
    column-gap: 58px;
}


/*------------------core value--------------------*/


/*------------------core value end---------------*/


/*------------slick slide---------------*/

.container-2 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 24px;
    height: 337px;
    background: linear-gradient(90deg, #e0e0e0 0%, transparent 80%);
}

.container-2 h3 {
    color: #111;
    font-family: "Verdana", Sans-serif;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 68px;
    padding: 0px 6px 24px;
}

.container-2 p {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.container-2 h3::after {
    content: '';
    width: 94px;
    height: 2px;
    background: #111;
    display: block;
    position: absolute;
    line-height: 49px;
    left: 120px;
    right: 0px;
}

.slick-center .container-2 {
    background: #ffffff!important;
    border: 1px solid #d7d7d7;
}

.image-2 {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.container-2:hover .overlay-2 {
    width: 100%;
    left: 0;
}

.text-2 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 0%;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    /* white-space: nowrap; */
    padding: 20px;
}

.text-2 .icnarow img {
    width: 58px;
    text-align: center;
}

.image-2 .icnarow img {
    width: 80px;
    text-align: center;
    background-color: #007bff;
    border-radius: 10px;
    padding: 5px;
}

.bxcl-1 {
    background: #0a365d;
}

.bxcl-2 {
    background: #13528d;
}

.bxcl-3 {
    background: #0061af;
}

.bxcl-4 {
    background: #127cd1;
}

.slksld .col-md-3 {
    padding: 0px;
}


/*------------slick slide-------end------------*/

.fb {
    background: #ececec;
    color: #222!important;
}


/* .fb:after {
    background: #3c579e;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
} */

.insta {
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
    background: #ececec;
    color: #222!important;
}


/* .insta:after {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
} */

.linkened {
    background: #ececec;
    color: #222!important;
}


/* .linkened:after {
    background: #007bb5;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
} */

.youtube {
    background: #ececec;
    color: #222!important;
}


/* .youtube:after {
    background: #fe0002;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
} */

.fb:hover,
.insta:hover,
.linkened:hover,
.youtube:hover {
    background-color: #009846;
    color: #ffffff!important;
}

.desktop-header-none {
    display: none;
}

.header-area .is-sticky img {
    width: 130px;
}

.header__logo::before {
    content: '';
    background: #fff;
    width: 347px;
    height: 108px;
    position: absolute;
    z-index: -1;
    display: block;
    left: -131px;
    transform: skew(383deg);
    z-index: -1;
}


/* slick slider */

.slick span {
    display: block;
    /* color: #fff;
  font-size: 36px;
  height: 100px;
  line-height: 100px; */
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(.4);
    transition: all .4s ease;
    /* opacity: .5; */
}

.slick-slide.lt2 span {
    transform: translate(10%, 0) scale(.6);
}

.slick-slide.lt1 span {
    /* opacity: .7; */
    transform: translate(5%, 0) scale(.8);
}

.slick-slide.gt1 span {
    /* opacity: .7; */
    transform: translate(-5%, 0) scale(.8);
}

.slick-slide.gt2 span {
    transform: translate(-10%, 0) scale(.6);
}

.slick-slide.slick-center span {
    z-index: 1;
    transform: scale(1);
    /* opacity: 1;
  color: #e67e22; */
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
}

.slick-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #007bff transparent transparent;
    left: 0;
}

.slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #007bff;
    right: 0;
}

.slick .icnarow {
    display: flex;
    justify-content: center;
}


/* Swiper */

.swiper-container {
    border-radius: 5px;
    /* width: 70vw; */
    overflow: hidden;
    height: fit-content;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 0px;
    font-family: sans-serif;
}

.swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
   
    overflow: hidden;
    align-items: center;
    flex-direction: column;
   
    
   
}

.swiper-slide .ImgHolder-1 {
    /* background-color: #4361ee; */
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px;
    margin-bottom: 15px;
}

.ContentHolder::before {
    background-color: #4361ee;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0px;
}

.ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #4361ee;
}

.swiper-pagination-bullet-active {
    background-color: #4361ee;
}

.swiper-button {
    border: 1px solid white;
}

/*
.swiper-slide img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: auto;
    object-fit: cover;
    background-color: #007bff;
    padding: 5px;
}
*/

.swiper-slide h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.swiper-slide p {
    font-size: 16px;
    padding: 5px;
    text-align: center;
}

@media (max-width:638px) {
    .swiper-container {
        width: 100%;
    }
}

@media (max-width:500px) {
    .swiper-container {
        width: 70vw;
    }
}

@media (max-width:300px) {
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        border-radius: 0px;
    }
    .swiper-container .ImgHolder {
        border-radius: 0px;
    }
    .ContentHolder {
        border-radius: 0px;
    }
}

.sm-icons {
    display: flex;
    justify-content: center;
}

.sm-icons li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #ececec;
    margin: 2px;
    color: #222;
    transition: 0.5s;
}

.sm-icons li a:hover {
    background-color: #009846;
    color: #ececec;
}

.contact-info-two .icon span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.achieve-list {
    display: flex;
    flex-wrap: wrap;
}

.achieve-list div {
    margin: 7px 5px;
    height: 35px;
    line-height: 35px;
    background: #009846;
    padding: 0px 25px;
    border-radius: 30px;
    color: #ffffff;
}

.mainbox {
    float: left;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 25px;
    background-image: url(../images/drp-img-1.jpg);
    background-position: 97% 37%;
    background-repeat: no-repeat;
    background-size: 35%;
}

.topheading1 {
    float: left;
    width: 60%;
    text-decoration: none;
    color: #ffcc00;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
    margin-top: 5px;
    border-bottom: 3px solid #ffcc00;
    border-bottom-right-radius: 50px 20px;
}

.topheading2 {
    float: left;
    width: 40%;
    text-decoration: none;
    color: #ffcc00;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
    margin-top: 5px;
    border-bottom: 3px solid #ffcc00;
    border-bottom-left-radius: 50px 20px;
}

.bottomheading1 {
    float: left;
    width: 60%;
    text-decoration: none;
    color: #ffcc00;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
    margin-top: 5px;
    border-bottom: 3px solid #ffcc00;
    border-bottom-right-radius: 50px 20px;
}

.bottomheading2 {
    float: left;
    width: 20%;
    text-decoration: none;
    color: #ffcc00;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: roboto;
    margin-top: 5px;
    border-bottom: 3px solid #ffcc00;
    border-bottom-left-radius: 50px 20px;
}

.miniheading1 {
    float: left;
    width: 34%;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    /* text-align: center; */
    font-weight: 500;
        font-family: 'Poppins', sans-serif;
    margin-top: 22px;
    
}

.content1 {
    float: left;
    width: 20%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5px;
}

.content14coloumns {
    float: left;
    width: 40%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 20px;
}

.content13coloumns {
    float: left;
    width: 60%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 25px
}

.contentlastcoloumn {
    float: left;
    width: 20%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 66%;
}

.content1forlastitem {
    width: 20%;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: roboto;
    font-weight: bold;
    margin-top: 5px;
}

.topheading1:hover,
.topheading2:hover,
.bottomheading1:hover,
.bottomheading2:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.miniheading1:hover {
    color: #ec1d1d;
    font-weight: 500;
    text-decoration: none;
}

.content1:hover,
.content14coloumns:hover,
.content13coloumns:hover,
.contentlastcoloumn:hover {
    color: #ffcc00;
    font-weight: bold;
    text-decoration: none;
}

.submenu.productdrp {
    position: absolute;
    top: 100%;
    left: -367px;
    -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: 0px solid #0e2162;
    background-color: #05b16200;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -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);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    padding: 14px 0;
    z-index: 9999;
    width: 1073px;
}


/* mona css */

.cpvc-card {
    /* background: #fff; */
    border: 1px solid #064a81;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cpvc-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.cpvc-card .cpvc-content {
    background-color: #0061af;
    padding: 10px 3px;
}

.cpvc-card .cpvc-content h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.cpvc-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.sub-p {
    font-size: 22px;
    background-color: #0061af;
    padding: 10px 0;
    color: #fff;
    margin: 30px 0;
    text-transform: uppercase;
}

.cpvc-card h3 {
    background: #0061af;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px;
}

.p-feature {
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-img {
    margin-right: -50px;
    z-index: 999;
}

.feature-img img {
    width: 85%;
}

.feature-name {
    border: 3px solid black;
    padding: 5px 5px;
    border-radius: 70px;
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-name p {
    font-size: 19px;
    font-weight: 700;
    color: #0061af;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    line-height: 25px;
}

.feature-p {
    background-image: url("../images/feature-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px 0;
}


/* new */

.cpvc-pipe img {
    width: 80%;
}

.cpvc-pipe h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.cpvc-pipe h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.cpvc-pipe h6 span {
    color: #0061af;
}

.feature-img img {
    width: 50px;
}

.feature-img {
    text-align: center;
    margin: 20px 0;
}

.feature-img p {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.p-section h3 {
    font-size: 30px;
}

.footer-widget__logo {
    width: 200px;
    margin-inline: auto;
}


.ff-layout-1column {
    padding: 0px!important;
}

.ff-form .ff-item{
  padding-block: 0px!important;
  width: 50%;
    float: left;
    padding: 3px;
}

.ff-form .ff-item:last-child{
  width:100%;
  float:none;
}

.ff-secfields{
  
}

.ff-secfields .ff-item .ff-item-qs{
  color: #ffffff!important;
  font-size:14px;
  margin-top:6px!important;  
}

.ff-secfields .ff-item input{
  height:45px;
  border-radius:0px;
}

.ff-secfields .ff-item textarea{
  height:100px;
  border-radius:0px;
}

.ff-form .ff-button-bar .ff-blocked{
    background-color: #000000 !important;
    font-size:0px !important;
    position: relative !important;
}

.ff-button-bar {
    display: flex;
    flex-direction: column;
    height: 70px;
    overflow: hidden;
}
.ff-form button span {
    place-self: center;
    font-size: 16px!important;
}

.ff-button-bar button{
  border-radius:0px!important;
  background-color: #f89523!important;
  border:0px!important;
}


.cntr {
    display: inline-flex;
}

.cntr span {
    color: #e41e25;
    font-size: 23px;
}

/*=====why us----*/
.pad_top_100 {
        padding-top: 46px;
    }
.pad_bot_100 {
        padding-bottom: 69px;
    }
.faq_back {
    background-color: #023e7f;
}
.position-relative {
    position: relative;
}
.coman_head_body.head_center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.coman_head_text {
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 50px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.highlight_sec {
    display: flex;
    justify-content: center;
}
.highlight_sec .col {
/*    background-color: #fff;*/
    max-width: 390px;
    width: 390px;
    padding: 0 !important;
    display: inline-block;
}
.highlight1 .highlight_con_body {
    border-radius: 0 0 40px 0;
}
.highlight_con_body {
        height: 370px;
    }
.highlight_con_body {
/*    background-color: #023e7f;*/
    width: 100%;
    height: 390px;
    display: flex;
}
.highlight_con_box {
        height: 370px;
        padding: 30px;
    }
.highlight_con_box {
    width: 100%;
    height: 390px;
    border-radius: 37px;
    padding: 40px;
    align-self: center;
    width: 100%;
    background-color: #fff;
}
.highlight_con_box h3 {
    width: 85%;
    color: #e11f28;
    font-size: 26px;
    margin: 0 0 15px 0;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.highlight_con_box p {
    width: 100%;
    margin: 0;
    color: #292828;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.highlight1 .highlight_img_body {
    border-radius: 0 40px 0 0;
}
.highlight_img_body {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 0px 0px 40px 40px;
/*    background-color: #023E7F;*/
}
.highlight_img_box {
        width: 370px;
        height: 370px;
        padding: 19px;
    }
.highlight_img_box img {
    max-height: 100%;
    max-width: 100%;
    align-self: center;
    border-radius: 20px;
}
.highlight2 .highlight_con_body {
    border-radius: 40px 40px 0 0;
}
.highlight3 .highlight_con_body {
    border-radius: 0 0 0 40px;
}
.highlight3 .highlight_img_body {
    border-radius: 40px 0 0 0;
}
/*----=====*/


.quality {
    background-size: cover;
    margin: 69px 0px 44px;
    padding: 72px 0px 85px;
    background-position: bottom;
    position: relative;
}

.quality::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #000000c9;
    opacity: .7;
}


.quality h3 {
    padding: 9px 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 38px;
}
.quality p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.quality .infotechno-blog-list li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 30px;
    margin-top: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.product-catgory {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}

.product-catgory-brd {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    border: 2px solid #c9c7c7;
    border-radius: 21px;
    box-shadow: 2px 2px 10px #ccc;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}
.product-catgory .subcatgry {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-table;
    cursor: pointer;
        border-radius: 20px;
}
.product-catgory .subcatgry a {
    display: block;
    z-index: 1000;
}

.product-catgory .subcatgry a img {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    width: 100%;
    max-width: 100%;
/*    object-fit: cover;*/
    border-radius: 20px;
}
.product-catgory .subcatgry:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}
.product-catgory .subcatgry .overley {
    /* background: #f45302; */
    position: absolute;
    width: 0;
    height: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: .5s ease;
    z-index: 1;
}
.product-catgory p {
    line-height: 26px;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    padding: 10px 21px;
    bottom: 0px;
    color: #ffffff;
    background: #020202b3;
    border-radius: 0px 0px 17px 17px;
    font-family: 'Poppins', sans-serif;
}

section.blg h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 52px;
    color: #01101a;
    text-align: center;
}

.brand-logo-slider-area {
    padding: 50px 0px 0px;
}
.brand-logo-slider-area h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 40px;
    color: #01101a;
    text-align: center;
}

.brand-logo-slider__one .brand-logo__image img.img-fluid {
    border: 0px solid #acacac;
    border-radius: 20px;
    padding: 0px 34px;
}

.aeroland__toolbar .inner a .fa {
    font-size: 18px;
    font-weight: 500;
}


.pro-range .subcatgry:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.pd-section {
    padding-bottom: 70px;
    background: #e8e8e8;
    margin-top: 51px;
}

hr.hr-1 {
    width: 137px;
    border: 1px solid #e11f28;
    margin-top: 8px;
}
hr.hr-2 {
    width: 209px;
    border: 1px solid #ffffff;
    margin-top: -36px;
}
hr.hr-3 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: -9px;
    margin-left: 0pc;
}
hr.hr-4 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: 9px;
    margin-left: 0pc;
}

hr.hr-5 {
    width: 105px;
    border: 1px solid #fffefe;
    margin-top: 1px;
    margin-left: 0pc;
}
hr.hr-6 {
    width: 137px;
    border: 1px solid #e11f28;
    margin-top: -36px;
    margin-bottom: 36px;
}
hr.hr-7 {
    width: 137px;
    border: 1px solid #e11f28;
    margin-top: -24px;
    margin-bottom: 36px;
}

hr.hr-8 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: 43px;
    margin-left: -15.5pc;
}

hr.hr-9 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: 6px;
    margin-left: 6.5pc;
}
hr.hr-10 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: -4px;
    margin-left: 2pc;
}

.quality .infotechno-blog-list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 0px;
    margin-top: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.quality .infotechno-blog-list li .fa{font-weight: 500;}


/*----home page about section css---*/
.section-2 {
    background-position: center center;
    padding: 0px 0px;
    border-radius: 73px;
    margin-top: 45px;
   
}

.section-2 .img-1 {
    margin-top: -68px;
}

.section-2 .inner-row {
    padding: 10px 5px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin-bottom: 33px;
}
.section-2 .inner-row h3 {
    color: #000;
    /* background-color: #0f3559; */
    margin: 0;
    padding: 8px 7px;
    /* border-radius: 10px; */
    text-align: center;
    font-size: 35px;
}
.section-2 .inner-row p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: 'bebas-font';
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.divider {
    margin-top: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    height: 3px;
    width: 200px;
}

.section-2 .text-sec h3 {
    color: #fff;
        font-family: 'Poppins', sans-serif;
}

.section-2 .row.bg-3 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 62px 78px;
    border-radius: 56px;
    margin: 0px 11px;
        background-position: center;
}

.inner-section .fun-fact--two {
    /* margin-bottom: 30px; */
    /* border-bottom: 1px solid #cfcfcf; */
    line-height: 44px;
    padding: 0px 0px;
    background: #d5d5d5;
    border-radius: 12px;
}

.inner-section .cntr span {
    color: #000;
    font-size: 29px;
    margin-top: 5px;
}

.cnter-3{margin-top: 76px;}

/*-----home page about section end----*/



/*** 

====================================================================
	Welcome Banner
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 47px 0 47px;
    background-image: url(../images/background/2.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 49px;
    background: #ececec;
    margin: 57px 80px;
}

.welcome-section .text-column .inner-column h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #01101a;
}
.welcome-section:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	   
	content: "";
}

.readbtn{margin-top: -12px; 
	margin-right: -11px;}

.welcome-section .title-column{
	position: relative;
	margin-bottom: 30px;
	text-align: right;
}

.welcome-section .title-column .inner-column{
	position: relative;
	padding: 17px 0;
}

.welcome-section .title-column h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 40px;
    color: #01101a;
    font-weight: 500;
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.welcome-section .title-column h2 span {
    color: #db2b20;
    font-weight: 700;
}

.welcome-section .text-column{
	position: relative;
}

.welcome-section .text-column .inner-column {
    padding: 16px 43px;
    padding-left: 35px;
    border-left: 2px solid #db2b20;
}

.welcome-section .text-column .text {
    font-size: 16px;
    line-height: 37px;
    color: #292828;
    /* font-weight: 500; */
    /* font-family: 'Montserrat', sans-serif; */
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
/*----about welcome-*/



/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
    position: relative;
    padding: 30px 0 20px;
}
.services-section-four .image-column {
    position: relative;
    margin-bottom: 28px;
}
.services-section-four .image-column .image-box {
    position: relative;
}
.probx {
    margin: 36px 0px 0px;
    box-shadow: 0px 0px 10px #ccc;
    /* background: linear-gradient(30deg, rgb(234 234 234) 0%, rgb(205 192 192) 100%); */
    border-radius: 11px;
}

.probx img.img-fluid {
    border-radius: 0px 0px 15px 15px;
}
.titlebx {
    padding: 26px 11px;
    background: linear-gradient(180deg, #a70505 0%, #ea0001 100%);
    border-radius: 10px 10px 0px 0px;
}
.titlebx .title-dub {
    font-size: 36px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.titlebx .title-dub span {
    color: #fff;
}
.widget-reservation {
    position: relative;
    overflow: hidden;
    padding: 39px 22px 24px;
    border-radius: 8px;
}
.probx-2 {
    margin:35px 0px;
    box-shadow: 2px 2px 10px #ccc;
    background: linear-gradient(30deg, rgba(232, 235, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.widget-reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #32C36CE6), to(#32C36C)); */
    background-image: -o-linear-gradient(top, #32C36CE6 20%, #32C36C 100%);
    /* background-image: linear-gradient(180deg, #1b2f54 20%, #000000 100%); */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* opacity: 0.9; */
    /* visibility: visible; */
    background: #4b768f;
}
.widget-reservation .widget-content {
    position: relative;
    z-index: 3;
}
.widget-reservation .widget-content p {
    margin-top: 7px;
    font-family: var(--global--font-body);
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 52px;
    font-family: 'Poppins', sans-serif;
}
.widget-reservation .widget-content .btn {
    width: 100%;
    /* height: 60px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--global--font-body);
    font-size: 21px;
    font-weight: 500;
    padding: 10px 26px;
    margin-bottom: 22px;
    border: 2px solid #fff;
    color: #fff;
}
.widget-reservation .widget-content .btn {
    width: 100%;
    /* height: 60px; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--global--font-body);
    font-size: 21px;
    font-weight: 500;
    padding: 1px 26px;
    margin-bottom: 22px;
    border: 2px solid #fff;
    color: #ffffff;
}
.services-section-four .content-column {
    position: relative;
    margin-bottom: 10px;
}
.services-section-four .content-column .inner-column {
    position: relative;
    margin-top: 17px;
}
.text-lft {
    text-align: left;
    margin-bottom: 0px;
}
.services-section-four .content-column .sec-title .pdtxt {
    margin-top: 35px;
    background: #efefef;
    padding: 19px;
    border-radius: 30px 0px 0px 30px;
}
.services-section-four .content-column .sec-title .text {
    margin-top: 23px;
}
.sec-title .text {
        font-size: 16px;
    line-height: 29px;
    color: #292828;
    /* font-weight: 500; */
    /* font-family: 'Montserrat', sans-serif; */
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
.sec-title h4 {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    margin-top: 29px;
        font-family: 'Poppins', sans-serif;
}
.sec-title h4 span {
    color: #db2b20;
}
.pdlst span {
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.pdlcr ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pdlcr ul li {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    flex-basis: 48%;
    background-color: rgb(239 239 239);
    margin: .5%;
    padding: 5px 10px;
    /* box-shadow: 0px 1px 14px #bfbaba; */
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
    border: 1px solid #cf1313;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
}
.pdlcr ul li:hover{background: #d11010;
color: #fff;}

.pdlcr ul li i.fa {
    color: #f51515;
    font-weight: 600;
}

.pdlcr ul li:hover i.fa{color: #fff! important;}

/*sevice section css end----*/



/*----other pd css-----*/

.pcc {
    position: relative;
    text-align: center;
    padding: 0px 54px;
    /* margin: 0px auto; */
    background: #fff;
}
.pcc span {
    font-size: 86px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #e1e1e1;
    background: #fff;
    z-index: 2;
    position: relative;
}

.mcc span {
    font-size: 75px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #e1e1e1;
    background: #fff;
    z-index: 2;
    position: relative;
}



.pcc h2 {
    text-align: center;
    margin-top: -15px;
    /* background: #ffffff4d; */
    z-index: 999;
    /* position: absolute; */
    display: block;
    /* width: 66%; */
    /* margin-left: 175px; */
    font-size: 35px;
        font-family: 'Poppins', sans-serif;
}
.pcc::before {
    content: "";
    position: absolute;
    top: 3%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 690px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}

.mcc::before {
    content: "";
    position: absolute;
    top: 3%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 603px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}
.dg::before {
    content: "";
    position: absolute;
    top: 3%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 697px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}
.plc span {
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #e1e1e1;
    background: #fff;
    z-index: 2;
    position: relative;
}

.plc::before {
    content: "";
    position: absolute;
    top: 3%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 563px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}

.pcc .text img{ position: relative;
    z-index: 99;
    display: block;
    top: -30px;
    width: 80%;
    text-align: center;
    margin: auto;}
/*----other pd css end*/

.trans {
    border: 1px solid #c9c8c8;
    border-radius: 20px;
    box-shadow: 0px 0px 7px #b3afaf;
}
.trans:hover {
    border: 1px solid #e11f28;
    border-radius: 24px;
    transition: all .3s;
}

.trans p {
    font-size: 20px;
    background: #e11f28;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 8px;
    border-radius: 0px 0px 20px 20px;
}
.trans p:hover{background: #000;
color: #fff;
    transition: all .3s;}

.trans img.img-fluid {
    border-radius: 27px 27px 0px 0px;
    background: linear-gradient(46deg, rgb(230 235 239) 0%, rgb(248 247 247) 100%);
}

.trnfrm::before {
    content: "";
    position: absolute;
    top: 34%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 365px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}

.trnfrm-1::before {
        content: "";
    position: absolute;
    top: 6%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 690px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}

.trnfrm-2::before {
    content: "";
    position: absolute;
    top: 5%;
    right: 8%;
    left: 1%;
    width: 100%;
    height: 622px;
    border: 1px solid #e11f28;
    /* border-bottom: 0px; */
    border-radius: 60px;
    z-index: 0;
}



/*----career css----*/
.career-section {
    position: relative;
    /* border-bottom: 1px solid #eee; */
    padding: 73px 0px 0px;
}
.career-section .wrapper-box {
    position: relative;
}
.sec-title.small.creating {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.creating h2 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 52px;
    color: #01101a;
    text-align: center;
}
p.carertxt {
        font-size: 16px;
    line-height: 37px;
    color: #292828;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


/*-----career css end*/

/*-----career form------*/
span.carfltr {
    position: absolute;
    left: -174px;
    font-size: 111px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transform: rotate(90deg);
    top: 132px;
    color: #e1e1e1;
}

.careerset {
    padding: 50px 0px;
    background: linear-gradient(46deg, rgb(230 235 239) 0%, rgb(248 247 247) 100%);
    margin: 50px 98px;
    border-radius: 62px;
    border-top: 5px solid #bbb8b8;
    box-shadow: 0px 0px 16px #ccc;
    position: relative;
}

.career-area.wow.zoomIn.animated {
    border: 1px solid #e11f28;
    position: relative;
    margin: 11px;
    border-radius: 49px;
    padding: 39px;
}

.careerset .contact-form {
     width: 74%; 
    display: inline-block;
    margin: 27px 133px;
    /* text-align: center; */
}

.career-area .creating h2 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 51px;
    color: #01101a;
    text-align: center;
    background: #ffffff;
    margin-top: -63px;
    width: 40%;
    position: relative;
    margin: -64px auto;
    z-index: -1;
}

.career-area .creating h2 span {
    color: #e11f28;
}
/*----career form end---*/


/*----clients---*/

.client-services {
    padding-top: 35px;
    background: #ececec;
    margin: 67px 96px 10px;
    border-radius: 80px;
    clear: both;
    border-top: 4px solid #db2b20;
    box-shadow: inset -1px 4px 10px #8b8a8a;
}
.client-section {
    padding-top: 0px;
    padding-bottom: 28px;
}
.client-section ul {
    text-align: center;
}
.client-section ul li {
    display: inline-block;
    width: 17%;
    border: 1px #f10202 solid;
    margin: 0px 12px 26px 15px;
    height: 95px;
    padding: 13px;
    border-radius: 17px;
    background: #fff;
}

.client-services h3.heading {
    color: #01101a;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 46px;
}
.client-services h3.heading span.cln {
    color: #e11f28;}
/*-----end---*/
    
/*--directr---*/
    
section.welcome-section.director-dsk {
    padding: 47px 40px 47px;
    border: 5px solid #beb9b9;
    position: relative;
    background: #ecf2fd;
}

.welcome-section.director-dsk .title-column h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #01101a;
    font-weight: 500;
     text-transform: capitalize; 
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-style: italic;
    padding-top: 24px;
}
section.welcome-section.director-dsk span.msg {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #e1e1e1;
    letter-spacing: 5px;
    top: -50px;
    position: relative;
}

section.welcome-section.director-dsk .abhead {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #01101a;
    text-transform: uppercase;
    position: absolute;
    top: 36px;
}

hr.dr-4 {
    width: 105px;
    border: 1px solid #eb0505;
    margin-top: -76px;
    margin-left: 0pc;
}
    

section.welcome-section.director-dsk h3 {
    font-size: 22px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    font-weight: 600;
    /* color: #01101a; */
}
    
section.welcome-section.director-dsk h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #e11f28;
    text-align: left;
    text-transform: uppercase;
    padding-top: 15px;
}

.certfied{text-align: center;}

.certfied img{width: 58%;
    margin: 0px auto;}

marquee a.footer_text {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

/*------new counter section css-------*/
.new-inovation {
    display: grid;
    gap: 47px;
    margin-top: 92px;
    grid-template-columns: repeat(3, 1fr);
    width: 61%;
    margin-bottom: 0px;
    margin-left: 31px;
}
.inov{margin-top: 81px;
    margin-bottom: -9px;}

.new-inovation .inner-row-new {
    padding: 0px 15px;
    border-bottom: 4px solid #f80000;
    border-radius: 14px;
    margin-bottom: 7px;
    width: 139%;
}
.section-2 .inner-row-new h3 {
    color: #000;
    /* background-color: #0f3559; */
    margin: 0;
    padding: 8px 7px;
    /* border-radius: 10px; */
    text-align: center;
    font-size: 35px;
}
.section-2 .inner-row-new p {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'bebas-font';
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 17px;
}

.new-inovation .fun-fact--two {
    /* margin-bottom: 30px; */
    /* border-bottom: 1px solid #cfcfcf; */
    line-height: 45px;
    padding: 18px 0px;
    background: #ffffff;
    border-radius: 12px;
    width: 106px;
    height: 88px;
        box-shadow: 2px 2px 10px #333;
}
/*------new counter section css-end------*/