/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: 'proxima_novaregular', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #434345;
    --thm-gray-rgb: 118, 118, 118;
    --thm-primary: #eb7a24;
    --thm-primary-rgb: 251, 169, 25;
    --thm-black: #171717;
    --thm-black-rgb: 23, 23, 23;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-clr-extra: #e3e3e3;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.text-justify{
    text-align: justify;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    background: var(--thm-primary);
    color: var(--thm-base);
    border-radius: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-radius: 0;
    padding: 12px 40px 12px;
    z-index: 1;
}

.btn-style-one:hover {
    background: #4b4b4d;;
    color: #ffffff;
}

/*.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(var(--thm-black-rgb), .10);
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}*/

.btn-style-one:hover .btn-curve {
    background: rgba(var(--thm-black-rgb), 1);
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}



.section-title {
    /*margin-top: -15px;*/
    margin-bottom: 47px;
}

.section-title__tagline {
    display: inline-flex;
    color: var(--thm-gray);
    font-size: 14px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.section-title__tagline::before {
    content: '';
    background-color: var(--thm-primary);
    width: 10px;
    height: 2px;
    margin-right: 10px;
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--thm-gray);
    font-size: 50px;
    line-height: 60px;
}
.section-title p.sub-title{font-size: 22px !important;}


.section-title2 {}
.section-title2 h2.section-title__title2 {
    font-size: 34px;
    line-height: 50px;
    color: #eb7a24;
}






.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer;
}


.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 122px;
    right: 14px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    background: var(--thm-base);
}

.main-header__top {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.main-header__top-inner {
    position: relative;
    display: block;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center;
    margin: 8px 0px;
}

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-address li+li {
    margin-left: 20px;
}

.main-header__top-address li .icon {
    display: flex;
    align-items: center;
}

.main-header__top-address li .icon span {
    font-size: 14px;
    color: var(--thm-primary);
}

.main-header__top-address li .text {
    margin-left: 10px;
}

.main-header__top-address li .text p {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-base);
    margin: 0;
}

.main-header__top-address li .text a {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-address li .text a:hover {
    color: var(--thm-primary);
}

.main-header__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-header__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 7px;
}

.main-header__top-right-social a:hover {
    color: var(--thm-primary);
}

.main-header__top-right-social a.search-link {
    background-color: #f48616;
    padding: 15px;
    }
    .main-header__top-right-social a.search-link:hover i {
        color: #fff;
    }

.main-header__top-right-social a+a {
    margin-left: 25px;
}

.main-menu {
    position: relative;
    padding: 0 0;
    z-index: 91;
}

.main-menu-wrapper {
    position: relative;
    display: block;
}

.main-menu-wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    /*float: left;*/
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: right;
}

.main-menu-wrapper__right {
    position: relative;
    display: block;
    float: right;
    padding: 18px 0;
}

.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-wrapper__call-icon {
    height: 50px;
    width: 50px;
    background-color: #f3f3f3;
    font-size: 30px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call:hover .main-menu-wrapper__call-icon {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.main-menu-wrapper__call-icon .span {}

.main-menu-wrapper__call-number {
    margin-left: 20px;
}

.main-menu-wrapper__call-number a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
    color: var(--thm-primary);
}

.main-menu-wrapper__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
}


.stricky-header.main-menu {
    padding: 0 0;
    background-color: var(--thm-base);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 37px;
    padding-bottom: 37px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 16px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    position: relative;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: var(--thm-primary);
    position: absolute;
    /* top: 65%; */
    bottom: -2px;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(0) translateY(-50%);
    z-index: -1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black);
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1) translateY(-50%);
}

.main-menu .main-menu__list>li.current>a::before {
    background-color: var(--thm-primary);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--thm-primary);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-primary);
    color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        /*display: none !important;*/
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-primary);
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
    z-index: -1;

}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 2.5px 0;
}

.main-header-two__top-inner {
    position: relative;
    display: block;
    padding: 0 60px;
}

.main-header-two__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header-two__top-left-text {
    font-size: 12px;
    color: #aeaeae;
    font-weight: 500;
    margin: 0;
}

.main-header-two__top-left-text a {
    color: var(--thm-primary);
}

.main-header-two__top-right {
    position: relative;
    display: block;
    float: right;
}


.main-menu-two {
    padding: 0 15px;
}

@media(min-width: 992px) {
    .main-menu-two {
        padding: 0 30px;
    }
}

@media(min-width: 1200px) {
    .main-menu-two {
        padding: 0 60px;
    }
}

.main-menu-two-wrapper {
    position: relative;
    display: block;
}

.main-menu-two-wrapper__logo {
    position: relative;
    display: block;
    float: left;
    padding: 33px 0px;
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    float: left;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--thm-base);
    position: relative;
    transition: all 500ms ease;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--thm-base);
    text-shadow: 0 0 1px currentColor;
}

.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-two-wrapper__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 27.5px 0;
}

.main-menu-two-wrapper__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu-two-wrapper__social a:hover {
    color: var(--thm-black);
    transform: rotate(360deg);
}

.main-menu-two-wrapper__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.main-menu-two-wrapper__social a:hover:before {
    transform: scaleX(1.0);
}

.main-menu-two-wrapper__social a+a {
    margin-left: 10px;
}

.stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: var(--thm-black);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}



@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}


.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}


.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    /*font-size: 16px;
    color: var(--thm-primary);
    transition: 500ms;*/
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #f48616;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    height: 35px;
    width: 35px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: #ffffff;
}

.mobile-nav__social a.facebook {
    color: #fff;
    background-color: #4267b2;
}
.mobile-nav__social a.twitter {
    color: #fff;
    background-color: #1da1f2;
}
.mobile-nav__social a.instagram {
    color: #fff;
    background-color: #ef0075;
}
.mobile-nav__social a.whatsapp {
    color: #fff;
    background-color: #2ba63b;
}
.mobile-nav__social a.linkedin {
    color: #fff;
    background-color: #2867b2;
}
.mobile-nav__social a.youtube {
    color: #fff;
    background-color: #fe0000;
}






.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}


/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*transform: scale(1);
    transition: transform 7000ms ease;*/
    z-index: 1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background: rgba(var(--thm-black-rgb), .5);*/
    z-index: 2;
}

.main-slider .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider__social-links {
    /*position: absolute;
    top: 169px;
    right: 50px;*/
    position: fixed;
    top: 225px;
    right: 20px;
    z-index: 9999;
}

.main-slider__social-links a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #f48616;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    height: 35px;
    width: 35px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-slider__social-links a:hover {
    color: #fff;
    transform: rotate(360deg);
}

.main-slider__social-links a.facebook {
    color: #fff;
    background-color: #4267b2;
}
.main-slider__social-links a.twitter {
    color: #fff;
    background-color: #1a1a1a;
}
.main-slider__social-links a.instagram {
    color: #fff;
    background-color: #ef0075;
}

.main-slider__social-links a.instagram {
    color: #fff;
    background-color: #ef0075;
}

.main-slider__social-links a.youtube {
    color: #fff;
    background-color: #d20e1a;
}

.main-slider__social-links a.whatsapp {
    color: #fff;
    background-color: #2ba63b;
    margin-top: 50px;
}
.main-slider__social-links a.whatsapp span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-slider__social-links a.whatsapp:hover span {
    padding-left: 30%;
    display: block;
}
.main-slider__social-links a.linkedin {
    color: #fff;
    background-color: #2867b2;
}

.main-slider__social-links a.enq-form {
    color: #fff;
    background-color: #ef5f14;
}

.main-slider__social-links a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-basic);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;

}

.main-slider__social-links a:hover:before {
    transform: scaleX(1.0);
}

.main-slider__social-links a+a {
    margin-top: 10px;
}


.main-slider__side-text {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 400;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    position: absolute;
    top: 169px;
    left: -224px;
    opacity: 0;
    transform: translateY(100px) rotate(-90deg);
    transition-delay: 3000ms;
    transition: transform 3000ms ease,
        opacity 2500ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide-active .main-slider__side-text {
    visibility: visible;
    opacity: .10;
    transform: translateY(0) translateX(0) rotate(-90deg);
}

.main-slider h5 {
    margin: 0;
    margin-bottom: 20px;
    color: var(--thm-base);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 30px;
    line-height: 40px;
    z-index: 2;
}

.main-slider h1 {
    margin: 0;
    margin-bottom: 25px;
    color: var(--thm-base);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;*/
    font-size: 65px;
    line-height: 70px;
    z-index: 2;
}

.main-slider h1 .highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main-slider h1 .highlight:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    bottom: -18px;
    right: -25px;
    background-image: url(../images/shapes/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;

    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


.main-slider h2 {
    margin: 0;
    margin-bottom: 25px;
    color: var(--thm-base);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;*/
    font-size: 65px;
    line-height: 70px;
    z-index: 2;
}

.main-slider h2 .highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main-slider h2 .highlight:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    bottom: -18px;
    right: -25px;
    background-image: url(../images/shapes/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;

    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.main-slider p {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 400;
    margin: 0;
    margin-bottom: 52px;
    line-height: 28px;
    opacity: 0;
    /*transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;*/
}

.main-slider .btn-style-one {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider__shape {
    position: absolute;
    top: -27px;
    right: 469px;
    z-index: -1;
}

.main-slider__shape img {}

.main-slider .swiper-slide-active .btn-style-one {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

/*.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}*/

.main-slider .swiper-slide-active h5 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider .swiper-slide-active h1 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--thm-black);
    background-color: var(--thm-base);
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-base);
    background-color: var(--thm-primary);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}

#main-slider-pagination {
    z-index: 10;
    bottom: 35px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.6;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {}

.main-slider-two .image-layer-overlay {
    background: rgba(var(--thm-black-rgb), .6);
}

.main-slider-two .container {
    padding-top: 346px;
    padding-bottom: 200px;
}

.main-slider-two h2 {
    position: relative;
    font-weight: 800;
    font-size: 100px;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.main-slider-two h2:before {
    position: absolute;
    bottom: -13px;
    right: 282px;
    width: 377px;
    height: 23px;
    background-image: url(../images/shapes/main-slider-two-shape-1.png);
    background-repeat: no-repeat;
    content: "";
}

.main-slider-two p {
    margin-bottom: 47px;
}

.main-slider-two a {}



.lightgray-bg {
    background-color: #ececec;
}
.lightgray-bg2 {
    background-color: #f5f5f5;
}
.white-background {
    background-color: #fff;
}



/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 80px 0 50px;
}

.welcome-one__left {
    position: relative;
    display: block;
    /*margin-right: 70px;*/
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

/*.welcome-one__img-box:before {
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: 30px;
    background-color: var(--thm-primary);
    content: "";
    width: 30px;
}*/

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__img>img {
    width: 100%;
}

.welcome-one__small-img {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 3;
}

.welcome-one__small-img>img {}

.welcome-one__completed {
    /*position: absolute;
    top: 60px;
    left: -112px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    display: flex;
    align-items: center;
    padding: 33px 45px 33px;*/
}

.welcome-one__completed-icon {
    display: flex;
    align-items: center;
}

.welcome-one__completed-icon span {
    display: inline-block;
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    transition: all 500ms ease;
}

.welcome-one__img-box:hover .welcome-one__completed-icon span {
    transform: rotateY(180deg);
    color: var(--thm-black);
}

.welcome-one__completed-text {
    margin-left: 20px;
}

.welcome-one__completed-text h6 {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 26px;
}
.welcome-one__completed-text h6 b{
    font-size: 23px;
    font-weight: normal;
    border-bottom: 2px solid #eb7a24;
    display: inline-block;
    padding-bottom: 15px;
}
.welcome-one__completed-text h6 span.number-text{
    display: block;
    color: var(--thm-black);
    font-family: proxima_novaregular;
}

.welcome-one__completed-text h6 span {
    font-size: 100px;
    font-weight: 800;
    color: var(--thm-primary);
    font-family: proxima_novabold;
}

.welcome-one__right {
    position: relative;
    display: block;
    /*margin-left: 70px;*/
}

.welcome-one__right .section-title {
    margin-bottom: 39px;
}
.welcome-one__right .section-title h2.section-title__title {
    font-size: 63px;
    line-height: 75px;
    color: #2f2f2f;
}

.welcome-one__right-text-1 {
    font-size: 20px;
    color: var(--thm-primary);
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.welcome-one__right-text-2 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 38px;
}

.welcome-one__list {
    position: relative;
    display: block;
}

.welcome-one__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-one__list li+li {
    margin-top: 10px;
}

.welcome-one__list-icon {
    display: flex;
    align-items: center;
}

.welcome-one__list-icon span {
    font-size: 16px;
    color: var(--thm-primary);
}

.welcome-one__list-text {
    margin-left: 10px;
}

.welcome-one__list-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0;
}

.welcome-one__person {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 68px;
    padding-left: 44px;
}

.welcome-one__person:before {
    position: absolute;
    top: -8px;
    left: -1px;
    bottom: -8px;
    content: "";
    background-color: var(--thm-primary);
    width: 7px;
}

.welcome-one__person-img {
    position: relative;
    display: block;
    border-radius: 50%;
}

.welcome-one__person-img:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    border-style: solid;
    border-width: 1px;
    border-color: rgb(227, 227, 227);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);

}


.welcome-one__person-sign {
    margin-left: 30px;
}

.welcome-one__person-sign h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    line-height: 34px;
}









/*--------------------------------------------------------------
# Embedded Systems Page
--------------------------------------------------------------*/
.em-about-one {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.em-about-one__left {
    position: relative;
    display: block;
    /*margin-right: 70px;*/
}

.em-about-one__img-box {
    position: relative;
    display: block;
}

/*.em-about-one__img-box:before {
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: 30px;
    background-color: var(--thm-primary);
    content: "";
    width: 30px;
}*/

.em-about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.em-about-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.em-about-one__img-box:hover .em-about-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.em-about-one__img>img {
    width: 100%;
}

.em-about-one__small-img {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 3;
}

.em-about-one__small-img>img {}

.em-about-one__completed {
    /*position: absolute;
    top: 60px;
    left: -112px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    display: flex;
    align-items: center;
    padding: 33px 45px 33px;*/
}

.em-about-one__completed-icon {
    display: flex;
    align-items: center;
}

.em-about-one__completed-icon span {
    display: inline-block;
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    transition: all 500ms ease;
}

.em-about-one__img-box:hover .em-about-one__completed-icon span {
    transform: rotateY(180deg);
    color: var(--thm-black);
}

.em-about-one__completed-text {
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 0px 20px 11px rgb(0 0 0 / 5%);
    border-radius: 20px;
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0px;
}
.em-about-one__completed-text .number-plus{
        font-size: 20px;
    line-height: 52px;
    margin-left: 5px;
}

.em-about-one__completed-text h6 {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 26px;
    max-width: 70%;
    margin: auto;
}
.em-about-one__completed-text h6 b{
    font-size: 23px;
    font-weight: normal;
    display: inline-block;
    color: #737373;
}
.em-about-one__completed-text h6 span.number-text{
    display: block;
    color: var(--thm-black);
    float: left;
    width: 120px;
    padding-left: 20px;
}

.em-about-one__completed-text h6 span {
    font-size: 50px;
    font-weight: 800;
    float: left;
    color: var(--thm-primary);
    font-family: var(--thm-font) !important;
}

.em-about-one__right {
    position: relative;
    display: block;
    /*margin-left: 70px;*/
}

.em-about-one__right .section-title {
    margin-bottom: 39px;
}
.em-about-one__right .section-title h2.section-title__title {
    font-size: 50px;
    line-height: 56px;
    color: #8e8e8f;
}

.em-about-one__right-text-1 {
    font-size: 20px;
    color: var(--thm-primary);
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.em-about-one__right-text-2 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 38px;
}

.em-about-one__list {
    position: relative;
    display: block;
}

.em-about-one__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.em-about-one__list li+li {
    margin-top: 10px;
}

.em-about-one__list-icon {
    display: flex;
    align-items: center;
}

.em-about-one__list-icon span {
    font-size: 16px;
    color: var(--thm-primary);
}

.em-about-one__list-text {
    margin-left: 10px;
}

.em-about-one__list-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0;
}

.em-about-one__person {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 68px;
    padding-left: 44px;
}

.em-about-one__person:before {
    position: absolute;
    top: -8px;
    left: -1px;
    bottom: -8px;
    content: "";
    background-color: var(--thm-primary);
    width: 7px;
}

.em-about-one__person-img {
    position: relative;
    display: block;
    border-radius: 50%;
}

.em-about-one__person-img:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    border-style: solid;
    border-width: 1px;
    border-color: rgb(227, 227, 227);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);

}


.em-about-one__person-sign {
    margin-left: 30px;
}

.em-about-one__person-sign h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    line-height: 34px;
}













/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 8px 0 40px;
}

/*.services-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f3f3f3;
    height: 462px;
    z-index: -1;
}*/


.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: rgba(var(--thm-black-rgb), .40);
    z-index: 1;
    transform: scale(0.0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}

.services-one__single:hover .services-one__img:before {
    transform: scaleX(1.0) perspective(400px);
}

.services-one__img img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05);
}

.services-one__icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 100px;
    font-size: 65px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/*.services-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    transition: all 500ms ease;
    z-index: -1;
}*/

.services-one__single:hover .services-one__icon:before {
    background-color: var(--thm-black);
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    background-color: var(--thm-base);
    padding: 32px 40px 10px;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.services-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.services-one__title a {
    color: var(--thm-primary);
    transition: all 500ms ease;
    font-family: 'bebas_neue_proregular';
}

.services-one__single:hover .services-one__title a {
    color: var(--thm-black);
}

.services-one__text {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 18px;
}

p.services-one__text {
    line-height: 24px;
    color: #323232;
    max-width: 85%;
}
.workshops-section .services-one__content{min-height: 330px;}

.courses-we-offer .services-one__content{min-height: 340px;}


.course-section{}
.course-section .services-one__single .services-one__content{
    background: #f1f1f1 url(../images/resources/courses-bg.png) no-repeat top right;
}
.course-time{
    border-top: 1px solid #e2e2e2;
    padding: 10px 0px;
    display: inline-block;
}
.course-time p{
    color: #eb7a24;
    margin: 0px;
    line-height: 26px;
    font-family: 'proxima_nova_altbold';
}

.services-one__arrow {}

.services-one__arrow a {
    font-size: 20px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__arrow a {
    color: var(--thm-primary);
}









/*--------------------------------------------------------------
# Program Overview Section
--------------------------------------------------------------*/
.program-one {
    position: relative;
    display: block;
    padding: 8px 0 40px;
}

/*.program-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f3f3f3;
    height: 462px;
    z-index: -1;
}*/


.program-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.program-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.program-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: rgba(var(--thm-black-rgb), .40);
    z-index: 1;
    transform: scale(0.0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}

.program-one__single:hover .program-one__img:before {
    transform: scaleX(1.0) perspective(400px);
}

.program-one__img img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.program-one__single:hover .program-one__img img {
    transform: scale(1.05);
}

.program-one__icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 100px;
    font-size: 65px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/*.program-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    transition: all 500ms ease;
    z-index: -1;
}*/

.program-one__single:hover .program-one__icon:before {
    background-color: var(--thm-black);
}

.program-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    background-color: var(--thm-base);
    padding: 32px 40px 10px;
    transition: all 500ms ease;
}

.program-one__single:hover .program-one__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.program-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.program-one__title a {
    color: #2e2d2d;
    transition: all 500ms ease;
    font-family: 'bebas_neue_proregular';
}

.program-one__single:hover .program-one__title a {
    color: #ee6017;
}

.program-one__text {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 18px;
}

p.program-one__text {
    line-height: 24px;
    color: #323232;
    max-width: 85%;
}

ul.program-list{
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.program-list li{
    color: #2e2d2d;
    margin: 0px;
    line-height: 26px;
}

.program-section{}
.course-section .program-one__single .program-one__content{
    background: #f1f1f1 url(../images/resources/courses-bg.png) no-repeat top right;
}
.program-time{
    border-top: 1px solid #e2e2e2;
    padding: 10px 0px;
    display: inline-block;
}
.program-time p{
    color: #eb7a24;
    margin: 0px;
    line-height: 26px;
    font-family: 'proxima_nova_altbold';
}

.program-one__arrow {}

.program-one__arrow a {
    font-size: 20px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.program-one__single:hover .program-one__arrow a {
    color: var(--thm-primary);
}















.tabs-content__inner .tabs-content__inner-right .course-lg-block{
    background-color: #eb7a24;
    padding: 27px;
}
.tabs-content__inner .tabs-content__inner-right .course-lg-block h3 a{
    color: #fff;

}
.tabs-content__inner .tabs-content__inner-right .course-lg-block p.services-one__text{
    color: #fff;
    line-height: 26px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.tabs-content__inner .tabs-content__inner-right .course-lg-block .services-one__arrow a{
    color: #fff;
}
.pr0{
    padding-right: 0px;
}
.pl0{
    padding-left: 0px;
}



/*--------------------------------------------------------------
# Tabs Box One
--------------------------------------------------------------*/
.tabs-box-one {
    position: relative;
    display: block;
    padding: 0 0 110px;
}

.tabs-box-one .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -54px;
}

.tabs-box-one .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.tabs-box-one .tab-buttons .tab-btn+.tab-btn {
    margin-left: -3px;
}

.tabs-box-one .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 18px;
    color: #f1caac;
    background-color: #ec9552;
    padding: 10px 60px 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}
.tabs-box-one .tab-buttons .tab-btn span::after{
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    border-left: 30px solid #ec9552;
    border-top: 54px solid transparent;
    }

.tabs-box-one .tab-buttons .tab-btn.active-btn span {
    color: var(--thm-primary);
    z-index: 9;
}
.tabs-box-one .tab-buttons .tab-btn.active-btn span::after{
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    border-left: 30px solid #fff;
    border-top: 54px solid transparent;
    }

.tabs-box-one .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--thm-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.tabs-box-one .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.tabs-box-one .tabs-content {}

.tabs-box-one .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.tabs-box-one .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}

.tabs-content__inner {
    position: relative;
    display: block;
}

.tabs-content__inner-left {
    position: relative;
    display: block;
}

.tabs-content__inner-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.tabs-content__inner-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.tabs-content__inner-img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.tabs-content__inner-img img {
    width: 100%;
}

.tabs-content__inner-right {
    position: relative;
    display: block;
}

.flex-row-reverse .tabs-content__inner-right {
    margin-left: 0;
    margin-right: 70px;
}

@media(max-width: 991px) {

    .flex-row-reverse .tabs-content__inner-right {
        margin-right: 0;
    }
}

.tabs-content__inner-right-text {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding-bottom: 30px;
}

.tabs-content__inner-list {
    position: relative;
    display: block;
}

.tabs-content__inner-list li {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--thm-clr-extra);
    padding-bottom: 38px;
    margin-bottom: 50px;
}

.tabs-content__inner-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tabs-content__inner-list li .icon {
    position: relative;
    display: inline-block;
    top: 8px;
    transition: all 500ms ease;
}

.tabs-content__inner-list li:hover .icon {
    transform: rotateY(180deg);
}

.tabs-content__inner-list li .icon span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
}

.tabs-content__inner-list li .text {
    margin-left: 20px;
}

.tabs-content__inner-list li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.tabs-content__inner-list li .text p {
    margin: 0;
}




/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    /*background-color: #ffffff;*/
    padding: 80px 0 100px;
    /*border-top: 1px solid var(--thm-clr-extra);*/
}
.home-plcements.brand-one {
    padding: 20px 0 80px;
    z-index: 0;
    }

.brand-one .swiper-slide {
    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;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    /*opacity: 0.3;*/
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 0.6;
}


.companies-bg{
    padding: 50px 0 50px;
    background-image: url(../images/companies-bg.jpg);
    background-size: cover;
}

.companies-bg .section-title__title{
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

.hmslide-recruiting-comp-list.hmmain-recruiting-comp .swiper-slide .company-list-block{border-radius: 0px;}


.hmslide-recruiting-comp-list{
    
}
.hmslide-recruiting-comp-list .swiper-slide{
    display: block;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block{
    
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block .counter-one__icon{
    float: left;
    border-right: 1px solid #eb7a24;
    height: 110px;
    width: 230px;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block .counter-one__icon img{
    opacity: 10;
    width: 150px;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block .comp-count-txt{
    display: block;
    float: left;
    width: 120px;
    text-align: center;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block .comp-count-txt h3{
    font-size: 55px;
    color: #eb7a24;
    display: block;
}
.hmslide-recruiting-comp-list .swiper-slide .company-list-block .comp-count-txt p.counter-one__text{
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    color: #4e4e4e;
}








/*--------------------------------------------------------------
# Embedded Placements Records Page
--------------------------------------------------------------*/
.em-place-records {
    position: relative;
    display: block;
    /*background-color: #ffffff;*/
    padding: 80px 0 100px;
    /*border-top: 1px solid var(--thm-clr-extra);*/
    background-image: url(../images/placement-records-bg.jpg);
    background-size: cover;
}

.em-place-records .section-title h2.section-title__title {color: #fff;}

.em-place-records .col-lg-4 {
    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;
}

.em-place-records .col-lg-4 img {
    -webkit-transition: 500ms;
    transition: 500ms;
    max-width: 100%;
}

.em-place-records .col-lg-4 img:hover {
    opacity: 0.6;
}


.em-place-records .hmslide-recruiting-comp-list{
    margin-top: 30px;
    
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4{
    display: block;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block{
    
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block .counter-one__icon{
    float: left;
    border-right: 1px solid #eb7a24;
    height: 110px;
    width: 230px;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block .counter-one__icon img{
    opacity: 10;
    width: 150px;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block .comp-count-txt{
    display: block;
    float: left;
    width: 120px;
    text-align: center;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block .comp-count-txt h3{
    font-size: 55px;
    color: #eb7a24;
    display: block;
}
.em-place-records .hmslide-recruiting-comp-list .col-lg-4 .company-list-block .comp-count-txt p.counter-one__text{
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    color: #4e4e4e;
}



.placements-elegibility-table{}
.placements-elegibility-table thead{font-size: 20px;
    background-color: #eb7a24;
    color: #fff;}
.placements-elegibility-table thead th{font-weight: 300;vertical-align: middle;}
.placements-elegibility-table td{font-size: 20px;}













.margin-top70{
    margin-top: 70px;
}
.margin-top50{
    margin-top: 50px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top10{
    margin-top: 10px;
}



/*--------------------------------------------------------------
# We Building
--------------------------------------------------------------*/
.we-building {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 2;
}

.we-building-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.we-building-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .85);
    z-index: -1;
}

.we-building-bg.jarallax div div {
    filter: grayscale(100%);
}

.we-building__video-box {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-top: 15px;
}

.we-building__video-link {
    position: relative;
    display: block;
    margin-left: 15px;
}

.we-building__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border-radius: 100px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.we-building__video-icon:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.we-building__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: 1px solid #383838;
    border-radius: 100px;
}

.we-building__video-icon span {}

.we-building__video-link .ripple,
.we-building__video-icon .ripple:before,
.we-building__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100px;
}

.we-building__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.we-building__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.we-building__video-title {
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 300;
    line-height: 44px;
    margin-top: 40px;
    font-family: 'bebas_neue_proregular';
}
.we-building__video-paragraph {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
}

.we-building__get-quote {
    position: relative;
    display: block;
    padding: 50px 50px 50px;
    background-color: var(--thm-base);
    margin-left: 67px;
}

.we-building__get-quote-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.we-building__form {}

.we-building__form input[type="text"],
.we-building__form input[type="email"] {
    height: 75px;
    width: 100%;
    border: none;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px 0;
    outline: none;
}

.we-building__get-quote-btn {
    border: none;
    outline: none;
}

.we-building__get-quote-btn .btn-title {
    padding: 27px 80px 24px;
}

.courses-bg{
    padding: 80px 0 80px;
    /*background-image: url(../images/courses-bg.jpg);*/
    background-size: cover;
}
.courses-bg .section-title{}
.courses-bg .section-title h2.section-title__title{
    color: #434345;
}
.courses-bg .section-title p{
    color: #434345;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.project-one .section-title {}

.project-one__carousel {
    position: relative;
    display: block;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .40);
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.project-one__single:hover .project-one__img:before {
    transform: scaleX(1.0);
}

.project-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}

.project-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    /*padding-top: 28px;
    padding-bottom: 25px;*/
    padding-left: 55px;
    /*padding-right: 90px;*/
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 2;
}

.project-one__single:hover .project-one__content {
    transform: scaleY(1.0);
}

.project-one__tagline {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--thm-primary);
    line-height: 20px;
}

.project-one__tagline span {
    padding-right: 5px;
    padding-left: 5px;
}

.project-one__tilte {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.project-one__tilte>a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.project-one__tilte>a:hover {
    color: var(--thm-primary);
}

.project-one__arrow {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__arrow>a {
    position: relative;
    height: 55px;
    width: 55px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.project-one__arrow>a:hover {
    background-color: var(--thm-black);
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.project-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    right: 0px;
    left: 0;
    margin: 0 !important;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px;
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Have Questions
--------------------------------------------------------------*/
.have-questions {
    position: relative;
    display: block;
    padding: 80px 0 60px;
}

.have-questions__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.have-questions__left .section-title {
    margin-bottom: 30px;
}
.have-questions__left .section-title h2.section-title__title{
    color: var(--thm-primary);
    font-size: 40px;
    font-weight: 400;
}
.have-questions__left .section-title h2.section-title__title2{
    color: #3a3a3a;
    font-weight: bold;
}

.have-questions__list {}

.have-questions__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.have-questions__list li+li {
    margin-top: 13px;
}

.have-questions__list li .icon {
    display: flex;
    align-items: center;
}

.have-questions__list li .icon span {
    color: var(--thm-primary);
    font-size: 16px;
}

.have-questions__list li .text {
    margin-left: 10px;
}

.have-questions__list li .text p {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    margin: 0;
}

.have-questions__img {
    position: relative;
    display: block;
    margin-top: 51px;
}

.have-questions__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.have-questions__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.have-questions__img img {
    width: 100%;
}


.have-questions__right {
    position: relative;
    display: block;
    margin-left: -30px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid var(--thm-clr-extra);
    box-shadow: 0px 20px 20px 0px rgb(0, 0, 0, .03);
}

.faq-one-accrodion .accrodion:before {
    position: absolute;
    top: 0px;
    left: -1px;
    bottom: -1px;
    width: 4px;
    content: "";
    background-color: var(--thm-primary);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion.active:before {
    transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 40px 15px;
    padding-right: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-bottom: 0px solid var(--thm-extra);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--thm-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 15px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #eb7a24;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #fff;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: #eb7a24;
    background-color: #f1f1f1;
    position: absolute;
    top: 50%;
    right: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: #eb7a24;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 26px;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: #ebebeb;
}

.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {}

.faq-one-accrodion .accrodion-content p {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    background-color: #f3f3f3;
}
.testimonial-one.white-background {
    background-color: #fff;
    }

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.04;
    background-color: #f3f3f3;
    mix-blend-mode: luminosity;
}

.testimonial-one-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(243, 243, 243, .96);
    opacity: 0;
}

.testimonial-one__left {
    position: relative;
    display: block;
    z-index: 0;
}

.testimonial-one__left .section-title {}
.testimonial-one__right .section-title h2.section-title__title {
    color: var(--thm-primary);
    font-size: 40px;
    font-weight: 400;
}

.testimonial-one__right {
    /*position: relative;
    display: block;
    margin-right: -450px;*/
    /*background-color: #fff5f5;*/
    padding: 50px 150px;
    /*box-shadow: 3px 0px 20px 11px rgb(118 73 73 / 10%);
    border: 1px solid #fff;*/
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}



.testimonial-one__carousel .owl-nav{
    position:absolute;
    left:-80px;
    right:-80px;
    top:50%;
    margin-top:-55px;
}

.testimonial-one__carousel .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:40px;
    height:40px;
    font-size:18px;
    line-height:36px;
    border-radius:50%;
    text-align:center;
    display:inline-block;
    background:none;
    color:#eb7a24 !important;
    border:2px solid rgba(222,222,222,0.80)!important;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.testimonial-one__carousel .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:40px;
    height:40px;
    font-size:18px;
    line-height:36px;
    border-radius:50%;
    text-align:center;
    display:inline-block;
    background:none;
    color:#eb7a24 !important;
    border:2px solid rgba(222,222,222,0.80) !important;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.testimonial-one__carousel .owl-nav .owl-prev:hover,
.testimonial-one__carousel .owl-nav .owl-next:hover{
    color:#ffffff !important;
    border-color:#e32845;
    background-color:#eb7a24;
}

.testimonial-one__carousel .btn-box{
    margin-top:20px;
}




.blog__carousel {
    position: relative;
    display: block;
    z-index: 0;
}



.blog__carousel .owl-nav{
    position:absolute;
    left:-80px;
    right:-80px;
    top:50%;
    margin-top:-55px;
}

.blog__carousel .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:40px;
    height:40px;
    font-size:18px;
    line-height:36px;
    border-radius:50%;
    text-align:center;
    display:inline-block;
    background:none;
    color:#eb7a24 !important;
    border:2px solid rgba(222,222,222,0.80)!important;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.blog__carousel .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:40px;
    height:40px;
    font-size:18px;
    line-height:36px;
    border-radius:50%;
    text-align:center;
    display:inline-block;
    background:none;
    color:#eb7a24 !important;
    border:2px solid rgba(222,222,222,0.80) !important;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.blog__carousel .owl-nav .owl-prev:hover,
.blog__carousel .owl-nav .owl-next:hover{
    color:#ffffff !important;
    border-color:#e32845;
    background-color:#eb7a24;
}











.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0 0 0;
    margin: auto;
    max-width: 700px;
    text-align: center;
}

.testimonial-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: all 200ms linear;
}


.testimonial-one__carousel.owl-carousel .owl-dots {
    /*position: absolute;
    bottom: -15px;
    left: -404px;*/
    margin: auto;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonial-one__single {
    position: relative;
    display: block;
    /*border: 1px solid transparent;
    padding: 50px 60px 56px;
    background-color: var(--thm-base);*/
    transition: all 500ms ease;
    max-width: 700px;
}

.testimonial-one__single:hover {
    /*border: 1px solid var(--thm-clr-extra);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);*/
}
.testimonial-one__single i{
    font-size: 30px;
    color: #d5d5d5;
    }

.testimonial-one__text {
    font-size: 18px;
    margin: 0;
    padding-bottom: 32px;
    font-weight: 300;
    text-align: center;
}

.testimonial-one__client-info {}

.testimonial-one__client-name {
    font-size: 18px;
    color: var(--thm-primary);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 7px;
}

.testimonial-one__client-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.testimonial-one__client-img {
    position: relative;
    /* bottom: -25px; */
    /* right: 65px; */
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-one__client-img:before {
    position: absolute;
    content: "";
    border: 2px solid var(--thm-primary);
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    border-radius: 60px;
}

.testimonial-one__client-img img {border-radius: 50px;}


.text-video-link{}
.text-video-link a{}
.text-video-link .we-building__video-icon{
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.text-video-link .we-building__video-link .ripple, .text-video-link .we-building__video-icon .ripple:before, .text-video-link .we-building__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100px;
}

.text-video-link .we-building__video-icon {
    font-size: 12px;
    color: var(--thm-primary);
    background-color: var(--thm-base);
    border-radius: 100px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.text-video-link .we-building__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: none;
    border-radius: 100px;
}

p.testimonial-one__text{
    color: var(--thm-black);
}



/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

.news-one .section-title {}
.news-one .section-title h2.section-title__title{
    color: var(--thm-primary);
    font-size: 40px;
    font-weight: 400;
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-one__img-box {
    position: relative;
    display: block;
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-one__img img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: var(--thm-border-radius);
}

.news-one__img>a>span {
    position: relative;
}

.news-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
    background-color: var(--thm-primary);
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__date {
    /*height: 70px;
    width: 70px;*/
    /*background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);*/
    display: flex;
    align-items: center;
    /*justify-content: center;
    position: absolute;*/
    bottom: 2px;
    left: 20px;
    z-index: 2;
}

.news-one__date p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    text-align: center;
}

.news-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    border-top: 0;
    background-color: var(--thm-base);
    padding: 20px 20px 18px;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    right: 12px;
    bottom: 9px;
}

.news-one__meta li {}

.news-one__meta li+li {
    margin-left: 15px;
}

.news-one__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
}

.news-one__meta li a i {
    color: var(--thm-primary);
}

.news-one__title {
    font-size: 18px;
    color: var(--thm-black);
    line-height: 25px;
    font-weight: 700;
    height: 70px;
}

.news-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-one__title a:hover {
    color: var(--thm-primary);
}

.news-one__text {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 10px;
}

p.news-one__text {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}


.news-one__btn-box {
    position: relative;
    display: block;
}

.news-one__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.news-one__btn-box a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--thm-black);
    left: 0;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__btn-box a:before {
    background-color: var(--thm-primary);
}


/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

.gallery-one .section-title {}
.gallery-one .section-title h2.section-title__title{
    color: var(--thm-primary);
    font-size: 40px;
    font-weight: 400;
}

.gallery-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-one__img-box {
    position: relative;
    display: block;
}

.gallery-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-one__img-box .titlehn{ margin-top: 16px; }

.gallery-one__img-box .titlehn h4 {font-size: 24px;}

.gallery-one__img img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.gallery-one__single:hover .gallery-one__img img {
    transform: scale(1.05);
}

.gallery-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: var(--thm-border-radius);
}

.gallery-one__img>a>span {
    position: relative;
}

.gallery-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.gallery-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-one__img>a:hover>span::before,
.gallery-one__img>a:hover>span::after {
    background-color: var(--thm-primary);
}

.gallery-one__single:hover .gallery-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.gallery-one__date {
    /*height: 70px;
    width: 70px;*/
    /*background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);*/
    display: flex;
    align-items: center;
    /*justify-content: center;
    position: absolute;*/
    bottom: 2px;
    left: 20px;
    z-index: 2;
}

.gallery-one__date p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    text-align: center;
}

.gallery-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--thm-clr-extra);
    border-top: 0;
    background-color: var(--thm-base);
    padding: 20px 20px 18px;
    transition: all 500ms ease;
}

.gallery-one__single:hover .gallery-one__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.gallery-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    right: 12px;
    bottom: 9px;
}

.gallery-one__meta li {}

.gallery-one__meta li+li {
    margin-left: 15px;
}

.gallery-one__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
}

.gallery-one__meta li a i {
    color: var(--thm-primary);
}

.gallery-one__title {
    font-size: 18px;
    color: var(--thm-black);
    line-height: 25px;
    font-weight: 700;
}

.gallery-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.gallery-one__title a:hover {
    color: var(--thm-primary);
}

.gallery-one__text {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 10px;
}

p.gallery-one__text {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}


.gallery-one__btn-box {
    position: relative;
    display: block;
}

.gallery-one__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.gallery-one__btn-box a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--thm-black);
    left: 0;
    transition: all 500ms ease;
}

.gallery-one__single:hover .gallery-one__btn-box a:before {
    background-color: var(--thm-primary);
}



/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 50px 0;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .5);
    z-index: -1;
}
.cta-one-bg.homecta:before {
    display: none;
}

.cta-one-bg.jarallax div div {
    filter: grayscale(100%);
}

.cta-one__inner {
    position: relative;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.cta-one__title {}

.cta-one__title h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: var(--thm-base);
    margin-bottom: 20px;
    font-family: 'bebas_neue_proregular';
}

.cta-one__btn-box {
    /*display: flex;*/
    align-items: center;
}

.cta-one__btn {
    background-color: var(--thm-primary);
}

.cta-one__btn:hover {
    color: #fff;
    background: #4b4b4d;

}

/*.cta-one__btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .10);
}*/

.cta-one__btn:hover .btn-curve {
    background: rgba(var(--thm-base-rgb), 1);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}

.site-footer-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__about-logo{
    margin-bottom: 20px;
}

.footer-widget__about-logo {}

.footer-widget__about-logo a {}

.footer-widget__about-text {
    font-size: 18px;
    color: var(--thm-base);
    margin: 0;
    padding-bottom: 5px;
    /*border-bottom: 2px solid #eb7a24;*/
}

.footer-widget__about-text span.icon-pin{
    font-size: 15px;
color: var(--thm-primary);
}


ul.footer-contact-list{}
ul.footer-contact-list p{
    padding: 0;
    font-size: 16px;
}
ul.footer-contact-list li{}
ul.footer-contact-list li .text p{
    line-height: 24px;
    margin-bottom: 10px;
}


.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    float: right;
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    background-color: #eb7a24;
    border-radius: 50%;
    font-size: 13px;
    height: 30px;
    width: 30px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget__about-social a:hover {
    color: var(--thm-primary);
    transform: rotate(360deg);
}

.footer-widget__about-social a.facebook {
    color: #fff;
    background-color: #4267b2;
}
.footer-widget__about-social a.twitter {
    color: #fff;
    background-color: #1a1a1a;
}
.footer-widget__about-social a.instagram {
    color: #fff;
    background-color: #ef0075;
}
.footer-widget__about-social a.whatsapp {
    color: #fff;
    background-color: #2ba63b;
}
.footer-widget__about-social a.linkedin {
    color: #fff;
    background-color: #2867b2;
}
.footer-widget__about-social a.youtube {
    color: #fff;
    background-color: #fe0000;
}
.footer-widget__about-social a.enq-form {
    color: #fff;
    background-color: #eb7a24;
}



.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /*background-color: var(--thm-base);*/
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1.0);
}

.footer-widget__about-social a+a {
    margin-left: 10px;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 21px;
    border-bottom: 2px solid #eb7a24;
    padding-bottom: 5px;
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list li+li {
    margin-top: 5px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    padding-left: 20px;
    color: var(--thm-base);
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover:before {
    opacity: 1;
}


.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    display: flex;
}

.footer-widget__contact-list li+li {
    margin-top: 12px;
}

.footer-widget__contact-list li .icon {width: 26px;}

.footer-widget__contact-list li .icon span {
    font-size: 15px;
    color: var(--thm-primary);
}

.footer-widget__contact-list li .text {
    margin-left: 10px;
}

.footer-widget__contact-list li .text p {
    font-size: 15px;
    color: #aeaeae;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

.footer-widget__contact-list li .text p a {
    font-size: 15px;
    color: #aeaeae;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-base);
}

.footer-widget__newsletter {
    position: relative;
    display: block;
}

.footer-widget__newsletter-text {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box:before {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    background-color: rgba(var(--thm-base-rgb), .10);
    border-radius: 0;
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 500;
    text-transform: capitalize;
    height: 70px;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding-right: 60px;
    outline: none;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70px;
    width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
}

.footer-widget__newsletter-btn i {
    font-size: 15px;
    color: var(--thm-primary);
}

.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 6px;
    cursor: pointer;
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #69696f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #69696f;
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
    font-size: 14px;
    margin: 0;
    color: #aeaeae;
    font-weight: 500;
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #000000;
    padding: 27px 0 24px;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: left;
}

.site-footer__bottom-text {
    font-size: 16px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0;
}

.site-footer__bottom-text a {
    color: #aeaeae;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Three Icon
--------------------------------------------------------------*/
.three-icon {
    position: relative;
    display: block;
}

.three-icon-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.three-icon-container .row {
    --bs-gutter-x: 0px;
}

.three-icon__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(243, 243, 243);
    box-shadow: 0px 1px 0px 0px rgb(227, 227, 227, .100);
    padding: 48px 150px 47px;
    padding-right: 70px;
    border-bottom: 1px solid var(--thm-clr-extra);
    transition: all 500ms ease;
    z-index: 1;
}

.three-icon__single:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 1px;
    background-color: var(--thm-clr-extra);
}

.three-icon__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0px 0px rgb(227, 227, 227, .100);
}

.three-icon__single:before {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    width: 0%;
    content: "";
    background-color: var(--thm-primary);
    transition: all 500ms ease;
    z-index: 2;
}

.three-icon__single:hover:before {
    width: 100%;
}

.three-icon__icon {
    display: flex;
    align-items: center;
}

.three-icon__icon span {
    font-size: 70px;
    color: var(--thm-primary);
}

.three-icon__text {
    margin-left: 30px;
}

.three-icon__tagline {
    margin: 0;
    padding-bottom: 18px;
}

.three-icon__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
}

.three-icon__single-1 {}

.three-icon__single-2 {
    border-left: 0;
    border-right: 0;
}

.three-icon__single-3 {}



/*--------------------------------------------------------------
# Embedded Four Icon
--------------------------------------------------------------*/
.em-four-icon {
    position: relative;
    display: block;
}

.em-four-icon-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.em-four-icon-container .row {
    --bs-gutter-x: 0px;
}

.em-four-icon__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(234, 122, 34);
    box-shadow: 0px 1px 0px 0px rgb(227, 227, 227, .100);
    border-bottom: 1px solid var(--thm-clr-extra);
    transition: all 500ms ease;
    z-index: 1;

    padding: 15px 25px 15px;
    padding-right: 30px;
    min-height: 108px;

}

.em-four-icon__single:after {
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 0;
    content: "";
    width: 1px;
    background-color: #f5bc90;
}

.em-four-icon__single:hover {
    background-color: rgb(234, 122, 34);
    box-shadow: 0px 1px 0px 0px rgb(227, 227, 227, .100);
}

.em-four-icon__single:before {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    width: 0%;
    content: "";
    background-color: #fff;
    transition: all 500ms ease;
    z-index: 2;
}

.em-four-icon__single:hover:before {
    width: 100%;
}

.em-four-icon__icon {
    display: flex;
    align-items: center;
}

.em-four-icon__icon span {
    font-size: 50px;
    color: #fff;
}

.em-four-icon__text {
    margin-left: 15px;
    color: #fff;
}

.em-four-icon__tagline {
    margin: 0;
}

.em-four-icon__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}
.em-four-icon__title a {
    color: #fff;
    text-decoration: underline;
}

.em-four-icon__link {
    color: #fff;
    text-decoration: underline;
}
.em-four-icon__link:hover{
    color: #58585a;
}

.em-four-icon__single-1 {}

.em-four-icon__single-2 {
    border-left: 0;
    border-right: 0;
}

.em-four-icon__single-3 {}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 107px;
}

.welcome-two__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-two__left .section-title {}

.welcome-two__check {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.welcome-two__check-icon {
    display: flex;
}

.welcome-two__check-icon span {
    font-size: 16px;
    color: var(--thm-primary);
}

.welcome-two__check-text-box {
    margin-left: 20px;
}

.welcome-two__check-text {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.welcome-two__text {
    font-size: 18px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 39px;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 7px;
    background: #f3f3f3;
    border-radius: 0px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 7px;
    border-radius: 0px;
    background: var(--thm-primary);
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -37px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.progress-levels .progress-box-last {
    margin-bottom: 0px;
}

.welcome-two__left-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.welcome-two__left-btn-box {
    display: flex;
    align-items: center;
}

.welcome-two__left-btn {
    background: var(--thm-black);
}

.welcome-two__left-btn:hover {
    background: var(--thm-black);
    color: var(--thm-base);
}

.welcome-two__left-btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .10);
}

.welcome-two__left-btn:hover .btn-curve {
    background: rgba(var(--thm-primary-rgb), 1);
}

.welcome-two__left-video-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.welcome-two__left-video-link {
    position: relative;
    height: 75px;
    width: 75px;
    border: 1px solid var(--thm-clr-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.welcome-two__left-video-img-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.welcome-two__left-video-img-box img {}

.welcome-two__left-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.welcome-two__left-video-icon {
    font-size: 15px;
    color: var(--thm-primary);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.welcome-two__left-video-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-black);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
    z-index: -1;
}

.welcome-two__left-video-icon:hover:before {transform: scale(1);}
.welcome-two__left-video-icon span {}

.welcome-two__left-video-text {
    margin-left: 8px;
}

.welcome-two__left-video-text h3 {
    font-size: 23px;
    font-weight: 400;
    font-family: var(--thm-reey-font);
    line-height: 34px;
}

.welcome-two__right {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-two__right-img-box {
    position: relative;
    display: block;
}

.welcome-two__right-img-box:before {
    position: absolute;
    top: 80px;
    left: 0;
    right: -1000000000000px;
    bottom: 80px;
    background-color: #f3f3f3;
    content: "";
}

.welcome-two__right-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-two__right-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-two__right-img-box:hover .welcome-two__right-img:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-two__right-img img {
    width: 100%;
}

.welcome-two__trusted {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    bottom: 235px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgb(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
}

.welcome-two__trusted:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(../images/shapes/welcome-two-trasted-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}

.welcome-two__trusted h3 {
    font-size: 12px;
    font-weight: 400;
    color: var(--thm-gray);
    font-family: var(--thm-font);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.welcome-two__trusted h3 span {
    font-size: 40px;
    color: var(--thm-primary);
    line-height: 50px !important;
    font-family: var(--thm-font) !important;
    letter-spacing: 0;
    font-weight: 400;
}

.welcome-two__right-small-img {
    position: absolute;
    bottom: 0;
    right: -190px;
    z-index: 2;
}

.welcome-two__right-small-img img {}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/

.services-two {
    padding-bottom: 90px;
    padding-top: 90px;
}

.services-two:before {
    top: 0;
}

.courses-button-links{
    background-color: #2e2e2e;
    display: inline-flex;
    width: 100%;
}
.courses-button-links a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    width: inherit;
    text-align: center;
    border-right: 1px solid #bd7716;
    font-family: 'bebas_neue_proregular';
    }
    .courses-button-links a:hover{
    color: #fff;
    background-color: #eb7a24;
    }
    .courses-button-links a:last-child{
        border: none;
    }

/*--------------------------------------------------------------
# Program Overview Section
--------------------------------------------------------------*/

.program-two {
    padding-bottom: 60px;
    padding-top: 90px;
}

.program-bg {
    background-image: url(../images/program-bg.jpg);
    background-size: cover;
}

.program-two:before {
    top: 0;
}

.program-one h2.section-title__title{color: #fff;margin-bottom: 12px;}
.program-one .section-title p{color: #fff;max-width: 60%;
    margin: auto;font-size: 22px;}

.program-button-links{
    background-color: #2e2e2e;
    display: inline-flex;
    width: 100%;
}
.program-button-links a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    width: inherit;
    text-align: center;
    border-right: 1px solid #bd7716;
    font-family: 'bebas_neue_proregular';
    }
    .program-button-links a:hover{
    color: #fff;
    background-color: #eb7a24;
    }
    .program-button-links a:last-child{
        border: none;
    }

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.team-one__container {
    position: relative;
    display: block;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0;
}

.team-one__container .section-title {}

.team-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-one__img:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(var(--thm-black-rgb), .40);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: scaleY(1.0);
}

.team-one__img img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.team-one__social {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    bottom: 30px;
    left: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg) translateX(-50%);
    -ms-transform: perspective(400px) rotateX(90deg) translateX(-50%);
    transform: perspective(400px) rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(-50%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(-50%);
    transform: perspective(400px) rotateX(0deg) translateX(-50%);
}

.team-one__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social a+a {
    margin-left: 10px;
}

.team-one__social a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
    background-color: var(--thm-primary);
}

.team-one__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-one__social a:hover:before { transform: scaleX(1.0); }

.team-one__content {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-clr-extra);
    padding-top: 22px;
    padding-bottom: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__content {
    border-bottom: 1px solid var(--thm-black);
}

.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.team-one__title {
    font-size: 15px;
    margin: 0;
}

/*--------------------------------------------------------------
# We Building Two
--------------------------------------------------------------*/

.we-building-two {
    position: relative;
    display: block;
    padding: 120px 0 115px;
}

.we-building-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.we-building-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .55);
    z-index: -1;
}

.we-building-two-bg.jarallax div div { filter: grayscale(100%); }

.we-building-two__inner {
    position: relative;
    display: block;
    text-align: center;
}

.we-building-two__inner .video-popup {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.we-building-two__inner .we-building__video-icon {
    margin: 0 auto;
}

.we-building-two__inner .we-building__video-title {
    margin-top: 63px;
}

/*--------------------------------------------------------------
# We Build
--------------------------------------------------------------*/

.we-build {
    position: relative;
    display: block;
}

.we-build__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.we-build__img {
    position: relative;
    display: block;
    margin-left: -375px;
    overflow: hidden;
}

.we-build__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.we-build__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.we-build__img img {width: 100%;}

.we-build__dedicated {
    position: absolute;
    bottom: 60px;
    right: 60px;
    display: flex;
    align-items: center;
    background-color: var(--thm-base);
    padding: 35px 60px;
}

.we-build__dedicated:before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    content: "";
    background-color: var(--thm-primary);
}

.we-build__dedicated-icon {
    display: flex;
    align-items: center;
}

.we-build__dedicated-icon span {
    font-size: 65px;
    color: var(--thm-black);
}

.we-build__dedicated__text {margin-left: 30px;}

.we-build__dedicated__text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.we-build__right {
    position: relative;
    display: block;
    margin-top: 120px;
}

.we-build__right .section-title { margin-bottom: 39px; }

.we-build__points {
    position: relative;
    display: block;
}

.we-build__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 42px;
    margin-bottom: 44px;
}

.we-build__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.we-build__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--thm-primary-rgb), .10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--thm-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 500ms ease;
}

.we-build__points li .icon:hover {
    background-color: rgba(var(--thm-primary-rgb), 1);
    color: var(--thm-base);
}

.we-build__points li .icon span {}
.we-build__points li .text {}

.we-build__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.we-build__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/

.project-two {
    position: relative;
    display: block;
    padding: 100px 0 0px;
    z-index: 0;
}

.project-two .section-title {}
.project-two .project-one__single {margin-bottom: 30px;}

.project-two .project-one__content {
    /*padding-right: 40px;*/
}

.project-two .section-title h2.section-title__title{
    color: var(--thm-primary);
    font-size: 40px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.counters-one {
    position: relative;
    display: block;
    padding: 230px 0 86px;
    margin-top: -140px;
}

.counters-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.counters-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), .96);
    z-index: -1;
}

.counters-one-bg.jarallax div div { filter: grayscale(100%); }

.counters-one__box {
    position: relative;
    display: block;
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 289px;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 130px;
}

.counter-one__single:before {
    position: absolute;
    top: 1px;
    left: 0px;
    bottom: 5px;
    content: "";
    width: 1px;
    background-color: rgba(var(--thm-base-rgb), .4);
}

.counter-one__single:nth-child(1) { padding-left: 40px; }
.counter-one__single:nth-child(2) { padding-left: 70px; }
.counter-one__single:nth-child(3) { padding-left: 117px; }

.counter-one__single:nth-child(4) {
    padding-right: 0;
    padding-left: 137px;
}

.counter-one__single:nth-child(1):before {}

.counter-one__single:nth-child(2):before {
    left: 19px;
}

.counter-one__single:nth-child(3):before {
    left: 66px;
}

.counter-one__single:nth-child(4):before {
    left: 86px;
}

.counter-one__icon {
    position: relative;
    height: 100px;
    width: 100px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/*.counter-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .10);
    transition: all 500ms ease;
    z-index: -1;
}*/

/*.counter-one__single:hover .counter-one__icon:before {
    background-color: rgba(var(--thm-black-rgb), 1);
}*/

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-base);
    line-height: 65px;
    transition: transform 500ms linear;
    transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span { transform: scale(.85); }

.counter-one__single h3 {
    font-size: 50px;
    color: var(--thm-base);
    font-weight: 400;
    line-height: 45px !important;
    margin-top: 24px;
    margin-bottom: 6px;
    font-family: var(--thm-font) !important;
}

.counter-one__text {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    color: var(--thm-base);
}

.counter-one__single .odometer-formatting-mark { display: none; }

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/

.news-two {
    position: relative;
    display: block;
    padding: 120px 0 210px;
}

.news-two__top {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news-two__top .section-title {}
.news-two__top-btn-box {}
.news-two__top-btn {}

.news-two__content {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 40px 50px 42px;
    margin-bottom: 30px;
}

.news-two__single-box {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-base);
    padding-bottom: 39px;
    margin-bottom: 36px;
}

.news-two__single-box-3 {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Call
--------------------------------------------------------------*/
.call {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 1;
}

.call__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.call__img {
    position: relative;
    display: inline-block;
}

.call__img img {}

.call__icon {
    height: 100px;
    width: 100px;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    transition: all 500ms ease;
    z-index: 2;
}

.call__icon:hover { background-color: var(--thm-black); }

.call__icon span {}

.call__content {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    border: 1px solid var(--thm-clr-extra);
    border-left: 0;
    display: flex;
    align-items: center;
    padding-left: 88px;
    padding-right: 50px;
    padding-top: 66px;
    padding-bottom: 62px;
}

.call__content-left p {
    font-size: 22px;
    color: var(--thm-black);
    margin: 0;
    padding-bottom: 9px;
}

.call__content-left a {
    font-size: 30px;
    color: var(--thm-primary);
    font-weight: 500;
    transition: all 500ms ease;
}

.call__content-left a:hover {
    color: var(--thm-black);
}

.call__content-text {
    position: relative;
    display: block;
    max-width: 325px;
    width: 100%;
    margin-left: 90px;
}

.call__content-text p {
    margin: 0;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
    display: block;
    margin-top: -112px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    display: block;
    padding: 60px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), .60);
}*/

.page-header__inner {
    position: relative;
    display: block;
}

.page-header__inner h1 {
    font-size: 50px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900;
}
.page-header__inner h2 {
    font-size: 50px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900;
}

.thm-breadcrumb {
    padding-top: 5px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 11px;
}

.thm-breadcrumb li a {
    color: var(--thm-base);
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover {
    color: var(--thm-base);
}

.thm-breadcrumb li:hover a {
    color: var(--thm-base);
}

.thm-breadcrumb li span {}

/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/

.news-sidebar {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.news-sidebar__left {
    position: relative;
    display: block;
}

.news-sidebar__content {
    position: relative;
    display: block;
}

.news-sidebar__content-single {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.news-sidebar__content-img {
    position: relative;
    display: block;
}

.news-sidebar__content-img img {
    width: 100%;
}

.news-sidebar__content-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #f48715;
    padding-bottom: 20px;
}

.news-sidebar__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-sidebar__meta li {}

.news-sidebar__meta li+li {
    margin-left: 15px;
}

.news-sidebar__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 400;
    transition: all 500ms ease;
}

.news-sidebar__meta li a:hover {
    color: var(--thm-primary);
}

.news-sidebar__meta li a i {
    color: var(--thm-primary);
}

.news-sidebar__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.news-sidebar__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__title a:hover {
    color: var(--thm-primary);
}

.news-sidebar__text {
    margin: 0;
}

.news-sidebar__read-more-btn {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.news-sidebar__read-more-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--thm-black);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__read-more-btn a:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: var(--thm-black);
    content: "";
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__read-more-btn a:hover {
    color: var(--thm-primary);
}

.news-sidebar__read-more-btn a:hover:before {
    background-color: var(--thm-primary);
}

.news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 50px;
}

.news-sidebar__bottom-box-icon {
    margin-bottom: 19px;
}

.news-sidebar__bottom-box-icon>img {
    width: 59px;
}

.news-sidebar__bottom-box-text {
    font-size: 18px;
    margin: 0;
}

.news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 54px;
    margin-top: 30px;
}

.news-sidebar__delivering-services-icon {}

.blog-single__delivering-services-icon>img {
    width: 37px;
}

.news-sidebar__delivering-services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 21px;
}

.news-sidebar__delivering-services-title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-sidebar__delivering-services-title a:hover {
    color: var(--thm-primary);
}

.news-sidebar__video-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 107px;
    text-align: center;
    font-size: 27px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all 500ms ease;
}

.news-sidebar__video-btn:hover {
    color: var(--thm-primary);
    background-color: var(--thm-base);
}

.news-sidebar__video-btn span {}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    height: 84px;
    border-radius: var(--thm-border-radius);
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-base);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 60px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 50px 47px;
    background-color: #f3f3f3;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sidebar__post-list li+li {
    margin-top: 16px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 60px;
}

.sidebar__post-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content_meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-gray);
    display: block;
}

.sidebar__post-content_meta i {
    font-size: 12px;
    color: var(--thm-primary);
    padding-right: 4px;
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.sidebar__post-list li:hover .sidebar__post-content h3 a {
    color: var(--thm-primary);
}

.sidebar__category {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 45px 30px 36px;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 13px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 8px;
}

.sidebar__category-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 2px 20px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    color: var(--thm-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--thm-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--thm-primary);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 47px 45px 50px;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--thm-base);
    display: inline-block;
    padding: 3px 14px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--thm-base);
    background: var(--thm-primary);
}

.sidebar__comments {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 45px 48px 43px;
}

.sidebar__comments .sidebar__title { margin-bottom: 25px; }

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li+li { margin-top: 23px; }

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--thm-black);
    border-radius: 50%;
    font-size: 15px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-icon:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.sidebar__comments-icon i {}
.sidebar__comments-text-box {}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--thm-black);
    line-height: 26px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/

.news-details {
    position: relative;
    display: block;
    padding: 50px 0 60px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.news-details__img img { width: 100%; }

.news-details__content {
    position: relative;
    display: block;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-details__meta li+li { margin-left: 15px; }

.news-details__meta li a {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 400;
    transition: all 500ms ease;
}

.news-details__meta li a:hover { color: var(--thm-primary); }
.news-details__meta li a i { color: var(--thm-primary); }

.news-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

h5.news-details__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}

.news-details__text-1 {
    margin: 0;
    padding-bottom: 15px;
}

.news-content-image { margin-bottom: 15px; }
.news-details__text-2 {
    margin: 0;
    padding-bottom: 15px;
}

.news-details__text-3 { margin: 0; }

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid #e1e1e1;
}

.news-details__bottom p { margin: 0; }

.news-details__tags {}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
}

.news-details__tags a {
    position: relative;
    color: var(--thm-gray);
    font-size: 12px;
    font-weight: 500;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.news-details__tags a+a { margin-left: 6px; }

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__social-list a+a { margin-left: 30px; }
.news-details__social-list a:hover { color: var(--thm-primary); }

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 55px;
}

.news-details__pagenation {
    position: relative;
    display: block;
}

.news-details__pagenation li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 22px;
    color: var(--thm-black);
    background-color: #f3f3f3;
    font-weight: 700;
    line-height: 36px;
    padding: 51px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
}

.news-details__pagenation li+li { margin-left: 30px; }

.news-details__pagenation li:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 53px;
}
.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    margin-bottom: 58px;
}
.comment-one__content {
    position: relative;
    margin-left: 45px;
}
.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 25px;
}
.comment-one__content p { margin: 0; }
.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--thm-black);
}

.comment-one__btn:hover { color: var(--thm-base); }
.comment-one__btn .btn-curve { background: rgba(var(--thm-base-rgb), .10); }
.comment-one__btn:hover .btn-curve { background: rgba(var(--thm-primary-rgb), 1); }
.comment-one__btn .btn-title {
    font-size: 12px;
    line-height: 22px;
    padding: 9px 30px 9px;
}

.comment-one__image img { border-radius: 50%; }
.comment-form .comment-form__title { margin-top: -1px; }

.comment-one__form .row { --bs-gutter-x: 20px; }

.comment-form__input-box {
    position: relative;
    display: block;
}

.comment-form__label{color: #fff;font-size: 18px;}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="password"],
.comment-form__input-box input[type="number"],
.comment-form__input-box input[type="tel"],
.comment-form__input-box select {
    height: 40px;
    width: 100%;
    /* border-bottom: 2px solid #eb7a24 !important; */
    text-align: center;
    border: none;
    /* background: none; */
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
    font-size: 18px;
    color: #6e6e6e;
    font-weight: 500;
    display: block;
    box-shadow: 3px 0px 20px 11px rgb(0 0 0 / 5%);
}

.comment-form__input-box_text{color: #f27316; font-size: 14px;}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    height: 185px;
    width: 100%;
    background: #f3f3f3;
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 10px;
}

.forgot-password{color: #fff;
    margin-left: 16px;}
    .forgot-password:hover{color: #eb7a24;}

.comment-form__btn {
    background: none;
    border: none;
    outline: none;
    width: 250px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 20px !important;
    margin-top: 20px;
    background-color: #f27116;
}

.comment-form__btn .btn-title{padding: 8px;
    font-size: 18px;
    letter-spacing: 0;}

.comment-form__btn:hover {
    color: var(--thm-base);
    background-color: var(--thm-black);
}

.comment-form__btn .btn-curve {
    background: rgba(var(--thm-base-rgb), .10);
}

.comment-form__btn:hover .btn-curve {
    background: rgba(var(--thm-primary-rgb), 1);
}


.fl-name-height{
    line-height: 18px;
}
/*=========Project Page========*/
.project-page {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Portfolio Detail
--------------------------------------------------------------*/

.project-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-details__left {
    position: relative;
    display: block;
}

.project-details__img-box {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img+.project-details__img { margin-top: 30px; }

.project-details__img img { width: 100%; }

.project-details__right {}

.project-details__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: -5px;
}

.project-details__text {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 40px;
}

.project-details__info-single {
    position: relative;
    display: block;
}

.project-details__info-single+.project-details__info-single { margin-top: 10px; }

.project-details__info-client {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}

.project-details__info-name {
    font-size: 18px;
    margin: 0;
    color: var(--thm-primary);
}

.project-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 43px;
}

.project-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__social-list a+a {margin-left: 32px;}

.project-details__social-list a:hover { color: var(--thm-primary); }

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--thm-clr-extra);
    border-bottom: 1px solid var(--thm-clr-extra);
    padding: 40px 0;
    margin-top: 120px;
}

.project-details__pagination {}

.project-details__pagination li {
    display: inline-block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li a {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

.project-details__pagination li a:hover {
    color: var(--thm-primary);
}

.project-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px;
}

/*========Similar Work=======*/

.similar-work {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.similar-work .project-one__single {
    margin-bottom: 30px;
}

.similar-work .project-one__content {
    padding-right: 40px;
}

/*--------------------------------------------------------------
# Project Full Width
--------------------------------------------------------------*/

.project-full-width {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-full-width__img {
    position: relative;
    display: block;
}

.project-full-width__img img {
    width: 100%;
}

.project-full-width__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.project-full-width__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px;
}

.project-full-width__text-1 {
    margin: 0;
    padding-bottom: 35px;
}

.project-full-width__text-2 {
    margin: 0;
}

.project-full-width .project-details__pagination-box {
    margin-top: 113px;
}

.project-full-width__details {
    position: absolute;
    bottom: -352px;
    right: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border: 1px solid var(--thm-clr-extra);
    padding: 45px 50px 49px;
}

.project-full-width__details:before {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    content: "";
    background-color: var(--thm-primary);
    height: 4px;
}

.project-full-width__details-info {}

.project-full-width__details-info-single {}

.project-full-width__details-info-single+.project-full-width__details-info-single {
    margin-top: 11px;
}

.project-full-width__details-info-client {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px;
}

.project-full-width__details-info-name {
    margin: 0;
}

.project-full-width__details-social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--thm-clr-extra);
    padding-top: 30px;
    margin-top: 20px;
}

.project-full-width__details-social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-full-width__details-social-list a+a {
    margin-left: 30px;
}

.project-full-width__details-social-list a:hover {
    color: var(--thm-primary);
}

/*===========Services Page==========*/

.services-page {
    padding: 120px 0 90px;
}

.services-page:before {
    display: none;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__sidebar-service {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 28px 30px 29px;
}

.service-details__sidebar-service-list {
    margin: 0;
}

.service-details__sidebar-service-list li+li {
    margin-top: 12px;
}

.service-details__sidebar-service-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 2px 20px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    color: var(--thm-black);
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--thm-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
    color: var(--thm-primary);
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 43px 50px 55px;
    margin-top: 30px;
    background-color: var(--thm-black);
}

.service-details__need-help-title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 30px;
}

.service-details__need-help-text {
    color: #aeaeae;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 26px;
    line-height: 30px;
}

.service-details__need-help-phone {
    display: flex;
    align-items: center;
}

.service-details__need-help-phone-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--thm-primary);
    transition: all 500ms ease;
}

.service-details__need-help-phone-icon:hover {
    color: var(--thm-base);
}

.service-details__need-help-phone-icon span {}

.service-details__need-help-phone-number {
    margin-left: 20px;
}

.service-details__need-help-phone-number h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.service-details__need-help-phone-number h4 a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.service-details__need-help-phone-number h4 a:hover {
    color: var(--thm-primary);
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
}

.service-details__icon {
    position: absolute;
    bottom: -40px;
    ;
    right: 30px;
    height: 100px;
    width: 100px;
    background-color: var(--thm-primary);
    font-size: 60px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details__icon span {}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.service-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px;
}

.service-details__text {
    margin: 0;
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 60px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

.service-details__benefits-img img {
    width: 100%;
}

.service-details__benefits-text {}

.service-details__benefits-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 26px;
    margin-top: -8px;
}

.service-details__benefits-text {
    font-size: 18px;
    margin: 0;
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 36px;
}

.service-details__benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__benefits-list li+li {
    margin-top: 6px;
}

.service-details__benefits-list li .icon {}

.service-details__benefits-list li .icon span {
    font-size: 16px;
    color: var(--thm-primary);
}

.service-details__benefits-list li .text {
    margin-left: 10px;
}

.service-details__benefits-list li .text p {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    margin: 0;
}

.service-details__faq {}

/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/

.location {
    position: relative;
    display: block;
    padding: 80px 0 70px;
}

.location__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.location__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.location__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .50);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.location__single:hover .location__img:before {
    transform: scaleX(1);
}

.location__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.location__single:hover .location__img img {
    transform: scale(1.05);
}

.location__content {
    position: relative;
    display: block;
    padding: 32px 30px 30px;
    border: 1px solid var(--thm-clr-extra);
    border-bottom: 0;
    border-top: 0;
}

.location__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 21px;
}

.loaction__list {
    position: relative;
    display: block;
}

.loaction__list li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.loaction__list li .icon {
    display: flex;
    align-items: center;
    min-width: 20px;
}

.loaction__list li .icon span {
    font-size: 14px;
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.loaction__list li .icon:hover span {
    color: var(--thm-black);
}

.loaction__list li .text {
    margin-left: 14px;
}

.loaction__list li .text p {
    font-size: 18px;
    margin: 0;
}

.loaction__list li .text p a {
    color: var(--thm-gray);
    font-size: 18px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.loaction__list li .text p a:hover {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 60px 0 120px;
}

.contact-page .container {
    width: 100%;
}
.contact-page .container.container2 {
    max-width: 768px;
    width: 100%;
}

.contact-page__form {}

.contact-page__btn-box {
    position: relative;
    display: block;
    text-align: center;
}

.contact-page__btn {}

/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 72px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title {
    font-size: 350px;
    font-weight: 400;
    line-height: 350px;
    color: var(--thm-primary);
}

.error-page__tagline {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 7px;
    margin-top: 3px;
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 685px;
    width: 100%;
    margin: 54px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 75px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f3f3f3;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
}

.error-page__btn {}

.error-page__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/
.faqs-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faqs-page__single {
    position: relative;
    display: block;
}

/*=====Team Page======*/
.team-page {
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-page {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.about-page__images-box {
    position: relative;
    display: block;
}

.about-page__img-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-page__img-list li {
    position: relative;
    display: inline-block;
    float: left;
}

.about-page__img-list li+li {
    margin-left: 30px;
}

.about-page__img {
    position: relative;
    display: inline-block;
}

.about-page__img img {}

.about-page__right {
    position: relative;
    display: block;
    margin-left: 68px;
}

.about-page__right .section-title {
    margin-bottom: 37px;
}

.about-page__right-text {
    font-size: 18px;
    color: var(--thm-primary);
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 24px;
}

.about-page__points {
    position: relative;
    display: block;
}

.about-page__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 42px;
}

.about-page__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0;
}

.about-page__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--thm-primary-rgb), .10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--thm-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 500ms ease;
}

.about-page__points li:hover .icon {
    background-color: rgba(var(--thm-primary-rgb), 1);
    color: var(--thm-base);
}

.about-page__points li .icon span {}

.about-page__points li .text {}

.about-page__points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.about-page__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px;
}

/*About Page Have Questions*/
.about-page-have-questions {
    padding-top: 80px;
}
.homepagequestions.about-page-have-questions {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*About Page Team*/
.about-page-team {padding-bottom: 20px;}

/*About Page Brand*/
.about-page-brand {
    background-color: #f3f3f3;
    border-top: 0;
}



.thre-blk-sec1{padding-bottom: 20px;}
.thre-blk-sec1 .have-questions__img {
    margin-top: 30px;
}
.thre-blk-sec1 h3.service-details__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.thre-blk-sec1 .service-details__text{
    line-height: 26px;
    text-align: justify;
}
.thre-blk-sec2{
    background-color: #f1f1f1;
    padding: 48px 20px 50px 20px;
}
.thre-blk-sec2 i{font-size: 54px;margin-bottom: 20px;color: #eb7a24;}
.thre-blk-sec2 h3{font-size: 20px;
    font-weight: 400;}
.thre-blk-sec2 h5{font-size: 14px;
    font-weight: 500;
    margin-top: 10px;}
.thre-blk-sec2 p{font-size: 12px;
    max-width: 80%;
    text-align: center;
    margin: 25px auto;
    line-height: 18px;}
.thre-blk-sec2 input,.thre-blk-sec2 select{width: 80%;
    padding: 6px 27px 6px 0;
    color: #989898;
    font-size: 13px;
    border: none;outline: none;}
    .thre-blk-sec2 textarea{width: 80%;
    padding: 6px 27px 6px 0;
    color: #989898;
    font-size: 13px;
    border: none;outline: none;background: no-repeat;}
    .thre-blk-sec2 select{padding: 10px 27px 10px 0px;}

.thre-blk-sec2 .cta-one__btn-box a{
 width: 80%;
}
.thre-blk-sec2 .cta-one__btn-box button{
 width: 80%;
 border: none;
}


.thre-blk-sec3{padding-top: 100px;}
@media (max-width: 992px){
    .thre-blk-sec3{padding-top: 50px;}
    .thre-blk-sec2 {
    background-color: #f1f1f1;
    padding: 40px 20px 40px 20px;
}
}
.thre-blk-sec3 .short-links-info{}
.thre-blk-sec3 .short-links-info h3{font-size: 26px;margin-bottom: 12px;
    font-weight: 400;color: var(--thm-black);}
    .thre-blk-sec3 .short-links-info h3 i{
        color: var(--thm-primary);
    }
.thre-blk-sec3 .short-links-info ul{}
.thre-blk-sec3 .short-links-info ul li{border-bottom: 1px solid #bfbfbf;}
.thre-blk-sec3 .short-links-info ul li a{
    font-size: 14px;
    color: var(--thm-primary);
    line-height: 50px;
}
.thre-blk-sec3 .short-links-info ul li a:hover{
    color: var(--thm-black);
    }

    .enquiry-fields{
        margin-top: 15px;
    }
    .enquiry-fields input,.enquiry-fields select{
        background: no-repeat;
    border-bottom: 2px solid #eb7a24;
    }

    .enquiry-fields input:last-child{
        border: none;
    }



/*Automotive Embedded*/

.embd-sys-course-overview-section__col.autoembedded {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 12.5%;
    text-align: center;
}
.em-course-overview-tp-brdr.autoembedded-brdr{
    background-color: #a9a9a9;
    height: 2px;
    max-width: 88.1%;
    margin: auto;
    margin-top: -14px;
}

.corporate-slider.inner-banner .image-layer-overlay {
    background: rgba(var(--thm-black-rgb), .4);
}

.inner-banner .container{
    padding-top: 200px;
    padding-bottom: 200px;}

.inner-banner .image-layer-overlay {
    background: rgba(var(--thm-black-rgb), .7);
}

.inner-banner h1:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #f48616;
    position: absolute;
    bottom: -6px;
}

.inner-banner h2:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #f48616;
    position: absolute;
    bottom: -6px;
}

.automotive-tab-col{padding-top: 15px;}
.automotive-tab-col-text{
    margin-bottom: 10px;
}
.automotive-tab-col-text h4{color: #565555;
    font-size: 18px;
    font-weight: 600;margin-bottom: 5px;}
    .automotive-tab-col-text h4 span{color: #dc6006;font-weight: 200; margin-bottom: 10px;}
.automotive-tab-col-text h5{color: #565555;
    font-size: 16px;margin-bottom: 5px;}
    .automotive-tab-col .automotive-tab-col-text p{color: #565555;padding: 0px;
    font-size: 16px;
    margin: 6px 10px;}



/*Autosar Page*/

.embd-sys-course-overview-section__single.autosar-icon-secondrow:before {
    height: 239px;
    top: -210px;
}
.embd-sys-course-overview-section__single.autosar-icon-firstrow span{font-weight: 500;font-size: 17px;}
.embd-sys-course-overview-section__single.autosar-icon-secondrow span{font-weight: 500;font-size: 17px;}



/*--------------------------------------------------------------
# Embedder Systems Course Overview
--------------------------------------------------------------*/

.embd-sys-course-overview-section {
    padding-bottom: 60px;
    padding-top: 60px;
}

.embd-sys-course-overview-section__col {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 20%;
    text-align: center;
}

.embd-sys-course-overview-section__single {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    /*background-color: rgb(255, 255, 255);*/
}

.embd-sys-course-overview-section__single:before {
    content: '';
    width: 2px;
    height: 28px;
    background-color: #a9a9a9;
    position: absolute;
    top: -2px;
}



.embd-sys-course-overview-section__single h3 {
    color: #484848;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.embd-sys-course-overview-section__single span {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #dbdbdb 0%, #ffffff 51%, #4a0e8f 100%);
    font-size: 20px;
    line-height: 22px;
    color: #535456;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-size: 200% auto;
    transition: all 500ms ease;
    position: relative;
}

.embd-sys-course-overview-section__single span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    background: linear-gradient(to right, #f2982f, #e64e25);
}

.em-course-overview-tp-brdr{
    background-color: #a9a9a9;
    height: 2px;
    max-width: 82.1%;
    margin: auto;
    margin-top: -14px;
}

.embd-sys-course-overview-section .block-title{margin-bottom: 50px;}
.embd-sys-course-overview-section .block-title{
    position: relative;
}
.embd-sys-course-overview-section .block-title:before{
    content: '';
    width: 2px;
    height: 28px;
    background-color: #a9a9a9;
    position: absolute;
    bottom: -37px;
    left: 50%;
}
.embd-sys-course-overview-section .block-title img{
    width: 100%;
}

/*.embd-sys-course-overview-section__single:hover i {
    background-position: right center;
}

.embd-sys-course-overview-section__col:nth-child(1) .embd-sys-course-overview-section__single i {
    background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
}

.embd-sys-course-overview-section__col:nth-child(2) .embd-sys-course-overview-section__single i {
    background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
}

.embd-sys-course-overview-section__col:nth-child(3) .embd-sys-course-overview-section__single i {
    background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
}

.embd-sys-course-overview-section__col:nth-child(4) .embd-sys-course-overview-section__single i {
    background-image: linear-gradient(90deg, #e41256 0%, #ffa337 51%, #e41256 100%);
}

.embd-sys-course-overview-section__col:nth-child(5) .embd-sys-course-overview-section__single i {
    background-image: linear-gradient(90deg, #03a631 0%, #d6c10f 51%, #03a631 100%);
}*/

@media(max-width: 425px) {
    .embd-sys-course-overview-section__col {
        flex: 1 1 100%;
    }
}
@media (max-width: 991px){
.embd-sys-course-overview-section__col {
    flex: 1 1 33.333%;
}
.embd-sys-course-overview-section .block-title:before,
.embd-sys-course-overview-section__single:before{display:none;}

.embd-sys-course-overview-section__single {
    padding-top: 15px;
    padding-bottom: 15px;
}


}


@media only screen and (min-width: 1280px) and (max-width: 1920px) {
.em-sub-menu{
      position:relative;
      width:100%;
}
.em-sub-menu-fixed{
    position: fixed;
    overflow: hidden;
    left:0px;
    top: 100px;
    z-index: 99;
}
}

.single-course-page{}
.single-course-page .service-details__content{}
.single-course-page .service-details__content h3{color: #eb7a24;margin-bottom: 10px;}
.single-course-page .service-details__content h4{font-size: 22px;margin-bottom: 10px;}

.single-course-page .courscod-block{background-color: #ededed;
    padding: 10px 25px;
    margin: 10px 0px;}
.single-course-page .courscod-block span{font-size: 18px;
    font-weight: 400;
    line-height: 33px;color: var(--thm-black);display: block;}
.single-course-page .courscod-block span b{font-size: 18px;color: var(--thm-primary);font-weight: 600;}

.single-course-page .service-details__benefits{margin: 20px 0 0 0px;}
.single-course-page .service-details__benefits .service-details__benefits-title{font-size: 21px;margin: 10px 0px;}
.single-course-page .service-details__benefits ul.service-details__benefits-list{margin: 10px 0px;}


.service-details__content.session-content{
}
.service-details__content.session-content h3{
    color: #ffffff;
    background-color: #dc6006;
    padding: 3px 10px;
}
.service-details__content.session-content h4{
    margin: 14px 0 10px 10px;
    font-weight: 600;
}
.service-details__content.session-content h5{
    margin: 14px 0 10px 10px;
    font-weight: 400;
    color: #dc6006;
}
.service-details__content.session-content p{
    margin: 14px 0 10px 10px;
    font-weight: 400;
    color: #141414;
    font-size: 17px;
}

.prog-modl-list{
    background-color: #fff;
    padding: 5px;
    margin-top: 15px;
}
.prog-modl-list h4{
    background-color: #fff;
    color: #eb7a24;
    margin: 10px 0 5px 0px;
    padding: 2px 12px;
border-bottom: 1px solid #cfcfcf;}
.prog-modl-list ul{list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;}
.prog-modl-list ul li{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1);
    margin-bottom: 2px;
    padding: 2px 10px;
    border: 1px solid #efefef;
}

.crer-subtitle-head{
    background-color: #e3e3e3;
    padding-left: 15px;
    border-left: 5px solid #e57823;
    margin-bottom: 15px !important;
}
a.crer-mail-link{color: #eb7a24;}
a.crer-mail-link:hover{color: #1843bd;}

.note-text{
    font-size: 18px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 25px;margin-top: 20px;margin-bottom: 20px;}
.note-text p{margin-bottom: 8px;color: #fff;}
.note-text p a{color: #ea7a24; font-weight: bold;}
.note-text p span{color: #fff;font-weight: bold;}
.fl-nme-descrn{
    font-size: 11px;
}

.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}

.list-mrgn{
    margin: 0 10px;
}

.faq-block{padding: 30px 0 0 0;}
.faq-block p{
    text-align: justify;
}
.faq-block p.course-duration{margin: 0;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;}
.faq-block h5{color: #eb7a24;
    font-weight: bold;
    margin-bottom: 10px;}
.faq-block table{
    background-color: #fff;
}
.faq-block table strong{}
.mt0{
    margin-top: 0px;
}
.mt20-bt10{
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.orange-text{
    color: #dc6006;
}

.support-phone{
    font-size: 18px;
    color: #eb7a24;
    margin: 10px 0px;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
}

.location-map iframe{
    width: 100%;
    height: 250px;
    border: 1px solid #e3e3e3 !important;
    border-top: 0px !important;
}
.hnGCKT{background-color: #ddd6;
    padding: 5px 10px 5px 20px;
    border-radius: 0px 34px 34px 0px;
    bottom: 100px;
    margin-left: -20px !important;}
.ileyeC{display: none !important;}

.hnGCKT .iILOR{display: none;}


/*Placements Page*/

.plcmnts-care-oportntes{padding-bottom: 45px;}
.plcmnts-care-oportntes .section-title h2.section-title__title{color: #434345;margin-bottom: 20px;}
.plcmnts-care-oportntes .section-title p{font-size: 18px;}


.plcments-pkg-numbrs{}
.welcome-one__completed h6 span.number-plus{vertical-align: middle;font-size: 80px;}
.welcome-one__completed h6 span.number-plus.lpa{font-size: 50px;
    margin-left: 15px;
    position: absolute;
    bottom: 84px;}

    @media only screen and (max-width: 767px){
        .welcome-one__completed h6 span.number-plus{vertical-align: inherit;font-size: 50px;}
        .welcome-one__completed h6 span.number-plus.lpa {
    font-size: 29px;
    margin-left: 15px;
    position: absolute;
    bottom: 60px;
}
    }

    .plcmnts-ttal-slcts{}
    .plcmnts-ttal-slcts .total-selects-number-logos{
        background-color: #fff;
        padding: 20px 30px;
        border-radius: 20px;
    }
        .plcmnts-ttal-slcts .total-selects-number-logos .row{
            margin-top: 15px;
        }
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block{
    
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block .counter-one__icon{
    float: left;
    height: 80px;
    width: 70%;
    border: 1px solid #d3d3d3;
    border-right: 0;
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block .counter-one__icon img{
    opacity: 10;
    max-height: 50px;
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block{
    background-color: rgb(255, 255, 255);
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block .comp-count-txt{
    display: block;
    float: left;
    width: 30%;
    text-align: center;
    background-color: #eb7a24;
    height: 80px;
    position: relative;
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block .comp-count-txt:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #eb7a24;
    top: 45%;
    left: -5px;
    z-index: 9;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.plcmnts-ttal-slcts .total-selects-number-logos .company-list-block .comp-count-txt h3{
    font-size: 30px;
    color: #fff;
    display: block;
    top: 30%;
}


.mntly-slctins{}
.mntly-slctins .mntly-slctins-block{margin-top: 0px;}
.mntly-slctins .mntly-slctins-block .company-list-block{background-color: #eb7a24;margin: 15px 0px;}
.mntly-slctins .mntly-slctins-block .company-list-block .comp-count-txt{width: 100%;margin: 10px;}
.mntly-slctins .mntly-slctins-block .company-list-block .comp-count-txt h3.mntly-slctins-name{color: #fff;font-size: 30px;margin-bottom: 5px;}
.mntly-slctins .mntly-slctins-block .company-list-block .comp-count-txt p.mntly-slctins-company{color: #fff;font-size: 32px; margin: 0px;}




.yearly-achevmnts{}
.yearly-achevmnts .section-title h2.section-title__title{color: #3a3a3a;}
.yearly-achevmnts .yearly-achevmnts-block{
   
}
.yearly-achevmnts .yearly-achevmnts-block .company-list-block{background: url(../../assets/images/yealry-achvment-bg.png) no-repeat left top; border-radius: 0; background-size: 200px; box-shadow: none; height: 238px;}
.yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt{font-family: 'bebas_neue_proregular';margin-left: 42px;}
.yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt .yearly-achevmnts-year{color: #fff;margin-left: -75px;font-size: 30px;}
.yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt h3{color: #838485;font-family: 'bebas_neue_proregular'; font-size: 70px;margin-top: 15px;}
.yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt p.counter-one__text{color: #838485;font-size: 30px;}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .yearly-achevmnts .yearly-achevmnts-block .company-list-block{background: url(../../assets/images/yealry-achvment-bg.png) no-repeat 75px top;  background-size: 200px; height: 238px;} 

   .yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt {
    margin-left: 40px;
}

}
@media only screen and (max-width: 767px){

   .yearly-achevmnts .yearly-achevmnts-block .company-list-block{background: url(../../assets/images/yealry-achvment-bg.png) no-repeat 35px top;  background-size: 200px; height: 238px;} 

   .yearly-achevmnts .yearly-achevmnts-block .company-list-block .comp-count-txt {
    margin-left: 0px;
}
}


.v-adv-corp{padding-top: 120px;
    padding-bottom: 100px;}
.v-adv-corp .em-four-icon__single{background-color: inherit;
    border: inherit;box-shadow: none;margin-bottom: 30px;}
    .v-adv-corp .em-four-icon__single:before{
        display: none;
    }
.v-adv-corp .em-four-icon__single:after{
    display: none;
}
.v-adv-corp .em-four-icon__single .em-four-icon__icon span{font-size: 100px;}
.v-adv-corp .em-four-icon__single .em-four-icon__text .em-four-icon__title{font-size: 26px;
    font-family: 'bebas_neue_proregular';
    font-weight: 300;
    line-height: 30px; position: relative;}

.v-adv-corp .em-four-icon__single .em-four-icon__text h3.em-four-icon__title:before {
    width: 50px;
    top: -8px;
    /* bottom: 12px; */
    left: 0;
    content: "";
    height: 2px;
    background-color: #ffffff;
    position: absolute;
}

.hmslide-recruiting-comp-list.renowned-com-logos .swiper-slide{}
.hmslide-recruiting-comp-list.renowned-com-logos .swiper-slide{}
.hmslide-recruiting-comp-list.renowned-com-logos .swiper-slide .company-list-block{border-radius: 0; margin-bottom: 10px;}
.hmslide-recruiting-comp-list.renowned-com-logos .swiper-slide .company-list-block .counter-one__icon{border-right: 0; height: 60px;}
.hmslide-recruiting-comp-list.renowned-com-logos .swiper-slide .company-list-block img{max-height: 50px; width: auto;}

/*End Placements Page*/

/*Training Page*/

.trng-abot-frst-section{padding: 50px 0 50px;}
.trng-abot-frst-section .welcome-one__img-box{}
.trng-abot-frst-section .welcome-one__img-box .welcome-one__img{}
.trng-abot-frst-section .welcome-one__img-box .welcome-one__img img{width: 95%;}


.trng-abot-form-block {
    position: relative;
    display: block;
    padding: 0px;
    padding-top: 30px;
    background-color: var(--thm-base);
    /*margin-top: -150px;*/
    z-index: 99;
    border-radius: 20px;
    box-shadow: 3px 0px 20px 11px rgb(0 0 0 / 5%);
}
.trng-abot-form label{
    width: 100%;
    max-width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #7e7e7e;
}

.trng-abot-form {}
.trng-abot-form input[type="text"],
.trng-abot-form input[type="email"],
.trng-abot-form input[type="tel"],
.trng-abot-form input[type="number"] {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    margin-bottom: 10px;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 500;
    padding: 0 00px 0;
    outline: none;
    border-bottom: 2px solid #878787;
}
.trng-abot-form-btn {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 0 0 20px 20px;
    margin-top: 40px;
}

.trng-abot-form-btn .btn-title {
    padding: 27px 80px 24px;
    font-size: 20px;
}



.trng-vi-advntgs{
    background-color: #252525;
}
.trng-vi-advntgs{padding-top: 120px;
    padding-bottom: 100px;}
.trng-vi-advntgs .em-four-icon__single{background-color: inherit;display: block;
    text-align: center;
    border: inherit;box-shadow: none;margin-bottom: 30px;}
.trng-vi-advntgs .em-four-icon__single:before{
        display: none;
    }
.trng-vi-advntgs .em-four-icon__single:after{
    display: none;
}
.trng-vi-advntgs .em-four-icon__single .em-four-icon__icon{
    display: block;
}
.trng-vi-advntgs .em-four-icon__single .em-four-icon__icon span{font-size: 100px;}
.trng-vi-advntgs .em-four-icon__single .em-four-icon__text{margin-top: 20px;}
.trng-vi-advntgs .em-four-icon__single .em-four-icon__text .em-four-icon__title{font-size: 20px;
    font-weight: 300;
    line-height: 30px; position: relative;}

.trng-fter-cta{padding: 80px 0;
    background: rgb(237,79,19);
background: -moz-linear-gradient(90deg, rgba(237,79,19,1) 0%, rgba(244,134,21,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(237,79,19,1) 0%, rgba(244,134,21,1) 100%);
background: linear-gradient(90deg, rgba(237,79,19,1) 0%, rgba(244,134,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed4f13",endColorstr="#f48615",GradientType=1);
}
.trng-fter-cta .cta-one__title{}
.trng-fter-cta .cta-one__title h2{font-family: inherit;}
.trng-fter-cta .cta-one__btn-box{}
.trng-fter-cta .cta-one__btn-box a{background-color: #fff;
    color: #eb7a24;
    border-radius: 10px;}
.trng-fter-cta .cta-one__btn-box a span.btn-title{font-size: 30px;
    font-weight: 600;}


.course-classification{padding-bottom: 0;}
.course-classification h2.section-title__title{color: #434345;}
.course-classification .crse-clsblk-title h3{font-size: 35px;color: #434345;font-weight: 400;line-height: 50px;}
.course-classification .crse-clasblk-list{}
.course-classification .crse-clasblk-list ul{margin:0;padding:0;list-style: none;}
.course-classification .crse-clasblk-list ul li{font-size: 24px;
    color: #6e6e6e;
    line-height: 100px;}

.course-classification .crse-clasblk-list ul li::before{
    content: '';
    width: 100%;
    height: 40px;
    border-radius: 0px;
    background-image: url(../images/list-seperater.png);
    background-repeat: no-repeat;
    position: absolute;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: 80% auto;
    left: 0;
    right: 0;
}
.course-classification .crse-clasblk-list ul li a:hover { color: var(--thm-primary); }
.course-classification .crse-clsblk-text{font-size: 22px;
    background-color: #707070;
    color: #fff;
    padding: 15px 15px;
    border-radius: 15px 15px 0px 0px;margin: 0;}

.pillars-upskill .em-about-one__completed-text{}
.pillars-upskill .section-title h2.section-title__title{color: #484848;}

.pillars-upskill .em-about-one__completed .em-about-one__completed-text h6 span{color: #545454;
    font-size: 100px;text-align: center;
}

.pillars-upskill .em-about-one__completed-text h6 b{font-size: 24px;color: #4e4e4e;}

.pillars-upskill .em-about-one__completed .em-about-one__completed-text h6 span.pil-40{width: 40%;}
.pillars-upskill .em-about-one__completed .em-about-one__completed-text h6 span.pil-60{width: 60%;}

.pillars-upskill .em-about-one__completed .em-about-one__completed-text h6 span.mrgn-tp25{margin-top: 25px;}

/*End Training Page*/


/*Policies Page*/

.policies-banner-section{}
.policies-banner-section .image-layer-overlay{background: rgba(var(--thm-black-rgb), .5);}
.policies-banner-section .main-slider__content h1{font-size: 50px;}
.policies-banner-section .main-slider__content h2{font-size: 50px;}

@media only screen and (max-width: 767px) {
    .policies-banner-section .main-slider__content h1{font-size: 30px;}
    .policies-banner-section .main-slider__content h2{font-size: 30px;}
    .policies-section-content p{font-size: 15px !important;}
    .policies-section-content h1.section-title__title2{font-size: 25px;}
    .policies-section-content h2.section-title__title2{font-size: 25px;}
}

.policies-section-five-pillars{
    background: url(../images/5pillars-bg.jpg) no-repeat left center;
    background-size: cover;
}
.policies-section-five-pillars .five-pillars{}
.policies-section-five-pillars .five-pillars img{max-height: 110px;
    margin-bottom: 20px;}

    .policies-section-content{
        background-color: #f3f3f3;
    }

    .policies-section-content h2.section-title__title2{font-weight: 600; margin-bottom: 10px;}
    .policies-section-content p{font-size: 20px;margin-bottom: 30px;text-align: justify;}

/*End Policies Page*/


/*Microphython Page*/
.microphython-modules-section .have-questions__left{margin-bottom: 20px;}
.microphython-modules{}
.microphython-modules .row{}
.microphython-modules .row .micro-phython-pro-modules{margin-top: 30px;}

.micro-phython-pro-modules{
    background-color: #5f5f61;
    border-radius: 5px;
}
.micro-phython-pro-modules h6{color: #fff; font-size: 25px;padding:25px 35px;}

@media only screen and (max-width: 767px) {
   .microphython-modules .row .micro-phython-pro-modules{margin-top: 10px;} 
   .micro-phython-pro-modules h6{color: #fff; font-size: 20px;padding:15px 25px;}
}

.tab-list-items{}
.tab-list-items ul{margin: 10px 0px;}
.tab-list-items ul li{font-size: 16px; line-height: 30px;}
.tab-list-items ul li::marker{color: #eb7a24; font-size: 20px;}

.embedded-c-section-bg{
    background: url(../images/5pillars-bg.jpg) no-repeat left center;
    background-size: cover;
}
.pd-tp-0{padding-top: 0px !important;}

/*Full Stack Development*/

.embd-sys-course-overview-section__col.fullstack-dev-secblock {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 16.5%;
    text-align: center;
}
.em-course-overview-tp-brdr.fullstack-dev-brdr{
    background-color: #a9a9a9;
    height: 2px;
    max-width: 85.5%;
    margin: auto;
    margin-top: -14px;
}

.fullstack-dev-secblock .fullstack-dv-round-single h3{font-weight: bold;
    font-size: 16px;
    margin-top: 20px;}
.fullstack-dev-secblock .fullstack-dv-round-single span{}
.fullstack-dev-secblock .fullstack-dv-round-single span i{font-size: 50px;}

.fullstack-about-section{ background-color: #f5f5f5;padding: 130px; }
.fullstack-about-section .section-title p{font-size: 24px;line-height: 32px;}
.fullstack-about-section .fulstack-mern-image img{width: 100%;} 
.fullstack-about-section .em-about-one__right .section-title{margin-bottom: 0;}

.fullstack-exp-section{background-image: url(../images/fullstack-ex-bg.jpg); padding-top: 80px;padding-bottom: 20px;}
.fullstack-exp-section .em-four-icon__single .em-four-icon__text .em-four-icon__title{font-size: 20px;line-height: 24px;color: #e3e3e3;}
.fullstack-exp-section .em-four-icon__single{padding: 15px 15px 15px;}
.fullstack-exp-section .em-four-icon__single .em-four-icon__icon span{font-size: 80px;}

.fullstack-exp-section .em-four-icon__single .em-four-icon__text h3.em-four-icon__title:after {
   width: 6px;
    top: -10px;
    left: 50px;
    content: "";
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px;
}

.fullstack-exp-section .em-four-icon__single .em-four-icon__text h3.em-four-icon__title:before{height: 1px;}

.fullstack-exp-section .full-exp-logo img {
    max-height: 180px;
    margin-bottom: 20px;
}

.fullstack-exp-section .ful-stack-dev-exp-btm-text{font-family: 'bebas_neue_proregular';
    color: #fff;
    font-size: 20px;
    font-weight: 500;}

.fullstack-exp-section .fullstack-dev-seprte-brdr {
    background: rgb(243,155,46);
background: linear-gradient(90deg, rgba(243,155,46,1) 0%, rgba(233,75,36,1) 100%);
    height: 2px;
    max-width: 60%;
    margin: auto;
    margin-bottom: 20px;
}
.fullstack-exp-section .fulstack-number-block{display: block;padding: 0px;}
.fullstack-exp-section .fulstack-number-block .em-four-icon__icon{margin: 10px auto;margin-bottom: 25px;
    padding: inherit;}
.fullstack-exp-section .fulstack-number-block .em-four-icon__icon span{margin-left: 15px;font-family: 'bebas_neue_proregular';font-size: 42px;}

.fullstack-exp-section .fullstack-fist-col{margin: 0px;}
.fullstack-fist-col .em-four-icon__icon{margin-top: 60px !important;
    display: inherit;}
.fullstack-fist-col .em-four-icon__icon.loc-icon span{font-size: 100px;
    margin-top: -50px;
    position: absolute;
    margin-left: -28px;}
.fullstack-fist-col .em-four-icon__icon span{}
.fullstack-fist-col .em-four-icon__icon span:before{margin: 0px;}

.em-four-icon__text.loc-ico-text{margin-left: 70px;}
@media only screen and (max-width: 767px) {
    .fullstack-fist-col .em-four-icon__icon.loc-icon span{margin-left: 0px;}
    .em-four-icon__text.loc-ico-text{margin-left: 104px;}
}

.pt50{padding-top: 50px;}

.em-modules{}
.em-modules h4{color: #dc6006;}
.em-modules h5{color: #000 !important;}

.mrgn-lft0{margin-left: 0px;}

.mrgn-btm80{margin-bottom: 80px;}

.home-plcements__nav{position: relative;}
.home-plcements__nav .swiper-button-prev{left: -40px;top: -70px;color: var(--thm-primary);}
.home-plcements__nav .swiper-button-next{right: -40px;top: -70px;color: var(--thm-primary);}
.home-plcements__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.home-plcements__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}

.brand-plcements__nav{position: relative;}
.brand-plcements__nav .swiper-button-prev{left: -40px;top: -40px;color: #fff;}
.brand-plcements__nav .swiper-button-next{right: -40px;top: -40px;color: #fff;}
.brand-plcements__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.brand-plcements__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}

.record-plcements__nav{position: relative;}
.record-plcements__nav .swiper-button-prev{left: -40px;top: -70px;color: #fff;}
.record-plcements__nav .swiper-button-next{right: -40px;top: -70px;color: #fff;}
.record-plcements__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.record-plcements__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}

.corp-plcements__nav{position: relative;}
.corp-plcements__nav .swiper-button-prev{left: -40px;top: -55px;color: #fff;}
.corp-plcements__nav .swiper-button-next{right: -40px;top: -55px;color: #fff;}
.corp-plcements__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.corp-plcements__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}

.recrd-plcements__nav{position: relative;}
.recrd-plcements__nav .swiper-button-prev{left: -40px;top: -140px;color: #fff;}
.recrd-plcements__nav .swiper-button-next{right: -40px;top: -140px;color: #fff;}
.recrd-plcements__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.recrd-plcements__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}


.renowned-comp__nav{position: relative;}
.renowned-comp__nav .swiper-button-prev{left: -40px;top: -150px;color: var(--thm-primary);}
.renowned-comp__nav .swiper-button-next{right: -40px;top: -150px;color: var(--thm-primary);}
.renowned-comp__nav .swiper-button-prev:after{content: '\e81b';font-family: 'vector-fonts'; font-size: 20px;}
.renowned-comp__nav .swiper-button-next:after{content: '\e903';font-family: 'vector-fonts'; font-size: 20px;}

/*** 
====================================================================
    Search Popup
====================================================================
***/

.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup:before{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top:0px;
}

.search-popup .close-search{
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:var(--thm-primary);
    width: 70px;
    cursor:pointer;
    border: none;
    border-bottom: 3px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span{
    position: relative;
    display: block;
    height: 64px;
    width: 58px;
    font-size: 30px;
    line-height: 64px;
    color: #fff;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
    border: none;
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
    position:absolute;
    right:30px;
    top:0px;
    height:70px;
    line-height: 70px;
    background: transparent;
    text-align:center;
    font-size:24px;
    color:#000;
    padding: 0;
    cursor:pointer;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color: #fff;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
    font-size:20px;
    color: #fff;
}

/*Testimonials Page*/
    .testimonials-section {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.testimonials-block{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 14%);
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #666;
    padding: 20px;
    margin-bottom: 30px;
}

.testi-image{margin-bottom: 20px;}
.testi-image img{width: 100%; margin-bottom: 20px;}
.testi-content{}
.testi-content p{}
.testi-content h4{font-size: 18px;
    border-top: 1px solid #dfdddd;
    color: #eb7a24;
    padding-top: 10px;}
.testi-content h5{font-size: 16px;margin-top: 5px;}
@media only screen and (max-width: 767px) {
    .testi-image img{width: 100%;display: flex; max-width: 50%; margin: auto;}
}

/*Testimonials End*/

/*Thank You Page Start*/
.thankyou-page{}
.thankyou-page .section-title2 h2.section-title__title2{font-size: 24px;
    background-color: #f3f3f3;
    padding-left: 20px;
    line-height: 40px;
    margin-bottom: 15px;}
.thankyou-page p{ font-size: 18px; }
.thankyou-page p strong{}
.thankyou-page p span{color: #ea7a24;font-size: 20px;}
.thankyou-page p a{color: #ea7a24;}

ul.list-style li::marker{color: #ea7a24;
    font-size: 16px;}

/*Thank You Page End*/

.sitemap-structure{}
.sitemap-structure ul{}
.sitemap-structure ul li{}
.sitemap-structure ul li a{}
.sitemap-structure ul li a:hover{color: #ea7a24;font-weight: bold;}
.sitemap-structure ul li::marker{color: #ea7a24;}

.contact-form .result{
    color: rgb(229 112 0) !important;
    display: block;
    position: absolute;
    top: 0;
    margin-top: 200px !important;
    font-size: 20px;
    margin: 20px;
    /*border: 1px solid #d7d7d7;
    background-color: #fafafa;*/
    padding: 20px;
}

/*=================social media =================*/

#social-sidebar {
    right: 20px;
    position: fixed;
    top: 58%;
    z-index: 9999;
    list-style: none;
}
/*#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }*/
 
#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 35px;
    width: 35px;  
    font-size: 15px;
    line-height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 12%;
    margin-top: 10px;
}
#social-sidebar a:hover span {
    right: 120%;
    opacity: 1;
    width: 120px;
}
#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, right .4s;
    top: 50%;
    z-index: -1;
    width: 120px;
}

#social-sidebar a.whatsapp {background: #2ba63b;}
#social-sidebar a.wpforms {background: #ef5f14;}
 
#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {background: #2ba63b;}
 
#social-sidebar a[class*="wpforms"]:hover,
#social-sidebar a[class*="wpforms"] span,
#social-sidebar a[class*="wpforms"] span:before {background: #ef5f14;}

/*============whatsapp popup============*/

.float{
  position:fixed;
  width: 125px;
  height:30px; 
  bottom:7px;
  right:10px; 
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:16px;
  z-index:100;
  text-decoration: none;
  padding: 0px 10px;
  /*background-image: -webkit-gradient(linear,left bottom,left top,from(#23b33a),color-stop(100%,#57d163),to(#fff));*/
  background-image: linear-gradient(0deg,#23b33a,#57d163 100%,#fff);
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,.08);
   margin-right: 9px;
}
.float span{ 
  font-size: 15px;
  color: #fff;
  line-height: 16.94px;
  font-weight: 400;
}
.my-float{
    margin-top: 8px;
    margin-bottom: 10px;
    vertical-align: middle;
}
a.floats:hover, .my-float:hover{
    color: var(--thm-primary);
}
.floatsa{
  position:fixed;
  width: 125px;
  height:30px; 
  bottom:80px;
  right:10px; 
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:16px;
  z-index:100;
  text-decoration: none;
  padding: 0px 10px;
  /*background-image: -webkit-gradient(linear,left bottom,left top,from(#23b33a),color-stop(100%,#57d163),to(#fff));*/
  background-image: linear-gradient(0deg,#434345,#6a6b6d 100%,#fff);
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,.08);
   margin-right: 10px;
}
.floatsa span{ 
  font-size: 14px;
  color: #fff;
  line-height: 16.94px;
  font-weight: 400;
}
.my-floatsa{
    margin-top: 8px;
    margin-bottom: 10px;
    vertical-align: middle;
}
a.floatsa:hover, .my-floatsa:hover{
    color: var(--thm-primary);
}

.floats{
  position:fixed;
  width: 125px;
  height:30px; 
  bottom:43px;
  right:10px; 
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:16px;
  z-index:100;
  text-decoration: none;
  padding: 0px 10px;
  /*background-image: -webkit-gradient(linear,left bottom,left top,from(#23b33a),color-stop(100%,#57d163),to(#fff));*/
  background-image: linear-gradient(0deg,#ef5f14,#ef5f14 100%,#fff);
  box-shadow: 8px 8px 16px 0 rgba(0,0,0,.08);
   margin-right: 10px;
}
.floats span{ 
  font-size: 14px;
  color: #fff;
  line-height: 16.94px;
  font-weight: 400;
}
.my-floats{
    margin-top: 8px;
    margin-bottom: 10px;
    vertical-align: middle;
}
a.floats:hover, .my-floats:hover{
    color: #434345;
}


/*============whatsapp popup============*/

/*============Gallery Tabs============*/

#myTab.nav{ padding-left: 40px; }

a.nav-link{ color: #000; }
a.nav-link: hover;{ color: #e97923; }
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #6b6d6f;
    border: 1px solid #e0e0e0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 18px;
    font-weight: 600;
    padding: .5rem 2rem;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.nav-tabs .nav-link:hover { color: #e97923; background-color: #dee2e6;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e97923;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
    font-size: 18px;
    padding: .5rem 2rem;
}
.tab-content{
    padding: 30px 30px;
    border: 1px solid #dee2e6;
    border-top: 0px;
}
/*============Gallery Tabs============*/


/*============Radio Button============*/

.radbut {
  display: ;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 12px;
  color: #fff;
  line-height: 22px;
}

/* Hide the browser's default radio button */
.radbut input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d6d6d6;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radbut:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radbut input:checked ~ .checkmark {
  background-color: #F27116;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radbut input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radbut .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*============Radio Button============*/

.test-syllabus{
    border: 1px solid #cecccc;
    border-radius: 10px;
    padding: 10px 20px 20px;
    margin-left: 20px;
}
.main-menu-wrapper__logo.tlogo {
    padding-left: 40px;
    margin-right: 0px !important;
}


/*============footer links============*/

.footer-legal-links {
    position: relative;
    top: 0px;
    margin-inline-start: 0;
    z-index: 1;
    padding-left: 0px;
    text-align: right;
}
.footer-legal-links-item {
    position: relative;
    margin-inline-end: 9px;
    display: inline-block;
}
.footer-legal-link {
    padding-inline-end: 12px;
    display: inline-block;
    white-space: nowrap;
    color: #c1bcbc;
}
.footer-legal-link:hover {
    color: var(--thm-primary);
}
.footer-legal-links-item:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: #c1bcbc;
    margin: 9px 0;
}
.footer-legal-links-item:last-child:after {
    display: none
}
