


@import url('https://fonts.googleapis.com/css2?family=Aleo&family=Josefin+Sans:wght@300;400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400&display=swap');

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c73133; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c73133; 
}

:root {
    --thm-font: 'Josefin Sans', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #726f84;
    --thm-gray-rgb: 114, 111, 132;
    --thm-primary: #c73133;
    --thm-primary-rgb: #c73133;
    --thm-black: #0f0d1d;
    --thm-black-rgb: 15, 13, 29;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-light: #f2f4f8;
    --thm-light-rgb: 242, 244, 248;
    --thm-letter-space-big: 0.1em;
    --thm-letter-space-small: -0.02em;
}

.row {
    /* --bs-gutter-x: 30px; */
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
	letter-spacing:1px;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
    color: #c73133;
    margin: 0;
	letter-spacing: 1px;
	font-family:"Josefin Sans", sans-serif;
	
	
}

h1{
font-family: "Josefin Sans", sans-serif;
}

h6 {
    font-size: 17px;
    letter-spacing: 0;
    color: #c73133;
	line-height:25px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


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

/* boxed style */

body.boxed-wrapper {
    background-color: var(--thm-light);
    ;
}

.boxed-wrapper .page-wrapper {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .page-wrapper__dark {
    background-color: #1c1e22;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #c73133;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding:8px 10px;
    transition: 500ms;
    letter-spacing: 0.1em;
}

.thm-btn:hover {
    background: var(--thm-base);
    color: var(--thm-primary);
}



.section-title {
    margin-top: -12px;
    margin-bottom: 50px;
}

.section-title__title {
    margin: 0;
    font-weight: 500;
    color: #c73133;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    letter-spacing: var(--thm-letter-space-small);
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 18px;
    align-items: center;
    line-height: 30px;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}

.preloader {
    position: fixed;
    background-color: var(--thm-black);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    background-image: url(../images/loader.png);
    -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;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #922230;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
	font-family: 'Krona One';
    color: #fff;
    line-height: 46px;
    font-size: 10px;
}

.scroll-to-top i {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    padding: 0 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 91;
    transition: all 500ms ease;
}

.boxed-wrapper .main-header {
    padding-right: 0;
}

/*.main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
}*/

.main-menu {
    position: relative;
    z-index: 91;
}

.main-menu-wrapper {
    position: relative;

    align-items: center;
}

.main-menu-wrapper__left {
    position: relative;	
    align-items: center;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding: 10px 60px;
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
}





.main-menu-wrapper__main-menu {
    position: relative;
    padding-left: 60px;
	float: right;
}


.main-menu-wrapper__right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.main-menu-wrapper__social-box {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__social {
    display: flex;
    align-items: center;
    padding: 19px 0;
}

.main-menu-wrapper__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 17px;
    transition: all 500ms ease;
}

.main-menu-wrapper__social a+a {
    margin-left: 25px;
}

.main-menu-wrapper__social a:hover {
    color: var(--thm-primary);
}

.main-menu-wrapper__search-box {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 60px;
}

.boxed-wrapper .main-menu-wrapper__search-box {
    margin-right: 0;
}

.main-menu-wrapper__search {
    font-size: 24px;
    color: var(--thm-base);
    padding: 45.5px 60px 45.5px;
    display: inline-block;
    transition: all 500ms ease;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.main-menu-wrapper__search:hover {
    color: var(--thm-primary);
}

.main-menu-wrapper__phone-contact {
    position: relative;
    display: block;
    float: left;
}

.boxed-wrapper .main-menu-wrapper__phone-contact {
    display: none;
}



.main-menu-wrapper__phone-contact>p {
    font-size: 16px;
    color: var(--thm-base);
    margin: 0;
    line-height: 20px;
    opacity: .7;
}

.main-menu-wrapper__phone-contact>a {
    font-size: 16px;
    color: var(--thm-base);
    font-weight: 600;
    transition: all 500ms ease;
}

.main-menu-wrapper__phone-contact>a:hover {
    color: #922230;
}





.stricky-header {
    padding: 0 60px;
    background-color: var(--thm-black);
}


.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: 30.5px;
    padding-bottom: 30.5px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #f0f0f0;
    text-transform: capitalize;
    position: relative;
    transition: all 500ms ease;
    letter-spacing: 1px;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: right center;
    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: #ff7c7c;
}

.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, 1);
    transform-origin: left center;
}




.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: var(--thm-base);
    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: 12px;
    line-height: 20px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: #c73133;
    color: var(--thm-base);
}

.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: #c73133;
    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 {
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
    display: flex;
}

.main-menu .mobile-nav__toggler-bar {
    width: 30px;
    height: 2px;
    background-color: var(--thm-base);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.main-menu-three .mobile-nav__toggler-bar {
    background: var(--thm-black);
}

.main-menu .mobile-nav__toggler:hover .mobile-nav__toggler-bar {
    transform: scale(1) !important;
}

.main-menu .mobile-nav__toggler-bar:nth-child(1) {
    transform: scaleX(.55);
    margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler-bar:nth-child(2) {
    transform: scaleX(.75);
    margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
}

.main-header-three:before {
    display: none;
}



.main-menu-wrapper-three {
    position: relative;
    display: block;
}

.main-menu-wrapper__logo-3 {
    position: relative;
    float: left;
    padding: 40.5px 0;
}





.main-menu-wrapper-three__main-menu {
    position: relative;
    display: block;
    float: right;
}

.main-menu-wrapper-three__main-menu-inner {
    position: relative;
    display: block;
    float: left;
    padding-right: 60px;
}

.main-menu-wrapper-three__social-box {
    position: relative;
    display: block;
    float: right;
}

.main-menu-wrapper-three__social-box:before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    content: "";
    width: 1px;
    background-color: #e6e9ef;
}

.main-menu-wrapper-three__social {
    display: flex;
    align-items: center;
    padding-top: 49px;
    padding-left: 60px;
    padding-bottom: 49px;
}

.main-menu-wrapper-three__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-gray);
    font-size: 17px;
    transition: all 500ms ease;
}

.main-menu-wrapper-three__social a:hover {
    color: var(--thm-primary);
}

.main-menu-wrapper-three__social a+a {
    margin-left: 25px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
    color: var(--thm-gray);
    font-weight: 500;
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
    color: var(--thm-black);
}


.main-menu-three .main-menu__list>li.current>a::before {
    background-color: var(--thm-black);
}

.main-menu-three .main-menu__list>li:hover>a::before {
    background-color: var(--thm-black);
}





.stricky-header.main-menu-three {
    background-color: var(--thm-base);
}

.stricky-header .main-menu-wrapper-three {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}





.stricky-header.main-menu-three--dark,
.main-header-three--dark {
    background-color: var(--thm-black);
}


.main-header-three--dark .main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three--dark .main-menu__list>li>a {
    color: #8f8da0;
}


.main-menu-three--dark .main-menu-wrapper-three__social a {
    color: #8f8da0;
}

.main-menu-three--dark .main-menu-wrapper-three__social a:hover {
    color: var(--thm-base);
}

.main-menu-three--dark .main-menu__list>li.current>a,
.main-menu-three--dark .main-menu__list>li:hover>a,
.stricky-header.main-menu-three--dark .main-menu__list>li.current>a,
.stricky-header.main-menu-three--dark .main-menu__list>li:hover>a {
    color: var(--thm-base);
}

.main-menu-three--dark .main-menu__list>li:hover>a::before,
.main-menu-three--dark .main-menu__list>li.current>a::before {
    background-color: var(--thm-base);
}


.main-menu-three--dark .main-menu-wrapper-three__social-box::before {
    background-color: rgba(255, 255, 255, .1);
}

.main-menu-three--dark .mobile-nav__toggler-bar {
    background-color: var(--thm-base);
}

.main-menu-three--dark .main-menu__list>li+li,
.stricky-header.main-menu-three--dark .main-menu__list>li+li {
    margin-left: 40px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

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

@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@-webkit-keyframes squareMover {

    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@-webkit-keyframes treeMove {

    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes treeMove {

    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        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% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


@-webkit-keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}


@keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

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

.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: var(--thm-base);
    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-primary);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    color: var(--thm-base);
    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: var(--thm-base);
    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;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--thm-base);
}

.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: var(--thm-base);
    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: var(--thm-base);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 80%;
	z-index:1111;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--thm-base);
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: var(--thm-base);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-primary);
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.search-popup__content .thm-btn i {
    margin: 0;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.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;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.7;
    background-position: center center;
}

.main-slider-three .image-layer {
    background-blend-mode: unset;
    opacity: 1;
}



[class*=main-slider-shape-] {
    position: absolute;
    width: 889px;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(200px);
    display: none;
}

@media (min-width: 1025px) {
    [class*=main-slider-shape-] {
        display: block;
    }
}


.main-slider-shape-1 {
    background-image: url(../assets/images/mainpage/main-slider-shape-1.png);
    z-index: 10;
    mix-blend-mode: overlay;
}

.main-slider-shape-2 {
    background-image: url(../images/shapes/main-slider-shape-2.png);
    z-index: 9;
    transform: translateX(400px);
    mix-blend-mode: overlay;
}

.main-slider-shape-3 {
    background-image: url(../images/shapes/main-slider-shape-3.png);
    z-index: 8;
    transform: translateX(600px);
    mix-blend-mode: overlay;
}

.main-slider-shape-4 {
    background-image: url(../images/shapes/main-slider-shape-4.png);
    z-index: 7;
    transform: translateX(600px);
    transform: right top;
    mix-blend-mode: soft-light;
}

.main-slider-shape-5 {
    background-image: url(../images/shapes/main-slider-shape-5.png);
    z-index: 6;
    transform: translateX(400px);
    transform: right top;
    mix-blend-mode: overlay;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1500ms ease;
    transition-delay: 200ms;
}

.main-slider .swiper-slide-active .main-slider-shape-2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1200ms ease;
    transition-delay: 400ms;
}

.main-slider .swiper-slide-active .main-slider-shape-3 {
    opacity: 1;
    transform: translate(0);
    transition: all 1300ms ease;
    transition-delay: 600ms;
}

.main-slider .swiper-slide-active .main-slider-shape-4 {
    opacity: 1;
    transform: translate(0);
    transition: all 1100ms ease;
    transition-delay: 800ms;
}

.main-slider .swiper-slide-active .main-slider-shape-5 {
    opacity: 1;
    transform: translate(0);
    transition: all 900ms ease;
    transition-delay: 900ms;
    opacity: .4;
}

.main-slider .container {
    padding-top: 296px;
    padding-bottom: 178px;
}

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider p {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: rgba(var(--thm-black-rgb), .10);
    display: inline-block;
    padding: 8px 30px;
    margin: 0;
    opacity: 0;
    transform: translateY(-120px);
    transition-delay: 0;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #c73133;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-small);
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 60px;
    line-height: 65px;
    padding-top: 32px;
    letter-spacing: 1px;
}
.main-slider h2 span{
	padding-left:50px;
}

h3.open-admission {
    font-size: 50px;
    font-weight: 700;
    color: #c73133;
}
.open {
    color: #3c3c3c;
	font-size:32px;
}
.open2 {
   background: #444443;
    color: #fff;
    font-size: 60px;
    line-height: 66px;
    padding: 5px 10px;
    border-radius: 27px;
}


.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    z-index: 100;
    font-size: 20px;
    color: var(--thm-base);
    opacity: 1;
    margin: 0;
    transition: all 500ms ease;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-base);
}

.main-slider__nav .swiper-button-prev:hover .main-slider__next-text {
    color: var(--thm-base);
}

.main-slider__nav .swiper-button-next:hover .main-slider__prev-text {
    color: var(--thm-base);
}

.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;
    display: flex;
    flex-direction: row-reverse;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
    transition: all 500ms ease;
}

.main-slider__nav .swiper-button-prev span {
    margin-left: 10px;
}

.main-slider__nav .swiper-button-next span {
    margin-right: 10px;
}

.main-slider__nav .swiper-button-prev i,
.main-slider__nav .swiper-button-next i {
    transition: all 500ms ease;
    right: 0;
    position: relative;
}

.main-slider__nav .swiper-button-prev:hover i {
    right: 5px;
}

.main-slider__nav .swiper-button-next:hover i {
    right: -5px;
}

.main-slider__next-text {
    font-size: 12px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    transition: all 500ms ease;
}

.main-slider__prev-text {
    font-size: 12px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    transition: all 500ms ease;
}

@media(min-width: 992px) {

    .main-slider--one-page h2 {
        font-size: 80px;
    }
}

.main-slider--one-page h2 {
    margin-bottom: 0;
}

.main-slider--one-page p {
    background-color: rgba(var(--thm-base-rgb), .1);
}

.main-slider--one-page .image-layer {
    opacity: 0.5;
}


.main-slider--one-page .text {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(120px);
    transition-delay: 0;
    transition: transform 2000ms ease, opacity 2000ms ease;
}


@media(min-width: 768px) {
    .main-slider--one-page .text {
        font-size: 24px;
    }
}

@media(min-width: 992px) {
    .main-slider--one-page .text {
        font-size: 26px;
    }
}

.main-slider--one-page .swiper-slide-active .text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider--one-page .container {
    padding-top: 215px;
    padding-bottom: 215px;
}


.main-slider--one-page .main-slider__content {
    padding-left: 0;
}
 .banner{
		width: 100%;
		position: relative;
		background:url(../images/ogsbanner.jpg) no-repeat;
		height:100vh !important ;
		    background-size: cover;
			background-position:bottom;
    }

    @media only screen and (max-width: 767px) {
        .banner {
            width: 100%;
            position: relative;
            background: url(../images/ogsbanner.jpg) no-repeat;
            height: 48vh !important;
            background-size: cover;
            background-position: left bottom;
        }
    }
/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    display: block;
    z-index: 3;
}

.main-slider-two .container {
    padding-top: 322px;
    padding-bottom: 240px;
}

.main-slider-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 972px;
    width: 825px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.main-slider .swiper-slide-active .main-slider-two-shape-1 {
    opacity: 0.9;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.main-slider-two-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 513px;
    width: 586px;
    z-index: 2;
    opacity: 0;
    transform: translateX(900px);
    background-image: url(../images/shapes/main-slider--two-shape-2.png)
}

.main-slider .swiper-slide-active .main-slider-two-shape-2 {
    opacity: 0.9;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}

.main-slider-two p {
    display: block;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transform: translateY(120px);
}

.main-slider-two h2 {
    font-size: 110px;
    line-height: 100px;
    margin-bottom: 26px;
    transform: translateY(-120px);
}

.main-slider-two .thm-btn {
    margin-top: 52px;
}

.main-slider-two__single-text {
    color: var(--thm-primary);
    font-family: var(--thm-reey-font);
}



.main-slider-two .image-layer-overlay {
    background: rgba(var(--thm-black-rgb), .5);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/



.main-slider-three .image-layer {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}




.main-slider-three .container {
    padding-top: 188px;
    padding-bottom: 200px;
}

.main-slider-three p {
    font-weight: 700;
    color: var(--thm-black);
    display: block;
    background-color: transparent;
    padding: 0;
    letter-spacing: var(--thm-letter-space-big);
}

.main-slider-three h2 {
    margin: 0;
    margin-bottom: 51px;
    color: var(--thm-black);
    font-weight: 800;
    font-size: 68px;
    line-height: 68px;
    padding-top: 19px;
}



.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
    color: var(--thm-black);
}

.main-slider-three__nav .main-slider__next-text {
    color: var(--thm-black);
}

.main-slider-three__nav .main-slider__prev-text {
    color: var(--thm-black);
}


/*--------------------------------------------------------------
# Real World
--------------------------------------------------------------*/
.real-world {
top: 0;
    bottom: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
	background:url(../images/mainpage/logo-light.png) no-repeat #fdf6f5;
	background-position:center center;
	z-index:-2;
}

.real-world-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    height: 595px;
    opacity: 0.08;
}

.real-world .section-title {
    position: relative;
    display: block;
    z-index: 2;
}

.real-world .section-title__title {
    color: var(--thm-base);
}

.real-world .section-title__tagline {
    color: #8f8da0;
}

.real-world__single {
    position: relative;
    display: block;
    background-color: #06050c;
    padding: 54px 60px 75px;
    margin-bottom: 30px;
    transition: background 500ms ease;
}

.real-world__single:hover {
    background-color: var(--thm-primary);
}

.real-world__title {
    font-size: 24px;
    color: var(--thm-base);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 20px;
    letter-spacing: -.02em;
}

.real-world__title a {
    color: inherit;
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.real-world__title a:hover {
    background-size: 100% 2px;
    color: var(--thm-base);
}

.real-world__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #8f8da0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: all 500ms ease;
}

.real-world__single:hover .real-world__btn {
    color: var(--thm-base);
}

.real-world__btn:hover {
    color: var(--thm-base);
}

.real-world__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: width 500ms ease;
}

.real-world__btn:hover::before {
    width: 100%;
}

.real-world__icon-box {
    position: absolute;
    bottom: 52px;
    right: 60px;
}

.real-world__icon-box span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 500ms ease, color 500ms ease;
    display: block;
}

.real-world__single:hover .real-world__icon-box span {
    transform: scale(.85);
    color: var(--thm-base);
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 128px 0 119px;
}

.brand-one__title {
    color: var(--thm-base);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1170px;
    text-align: center;
    margin: 0 auto;
    margin-top: -3px;
    letter-spacing: 0.1em;
}

.brand-one__title:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, .10);
    max-width: 495px;
    width: 100%;
    transform: translateY(-50%);
}

.brand-one__title:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, .10);
    max-width: 495px;
    width: 100%;
    transform: translateY(-50%);
}

.brand-one .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-one .swiper-slide img {
    transition: 500ms;
    opacity: 0.15;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 0.5;
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 90px 0 40px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.welcome-one .container{
	width:80%;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-1 {
    background-color: var(--thm-black);
}

.welcome-one__img-1>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.welcome-one__img-2 {
    background-color: var(--thm-black);
    border-top: 20px solid var(--thm-base);
    border-left: 20px solid var(--thm-base);
    position: absolute;
    bottom: -60px;
    right: -20px;
}

.welcome-one__img-2>img {
    mix-blend-mode: luminosity;
}



.welcome-one__video-btn {
    height: 125px;
    width: 125px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 20px;
    position: absolute;
    top: 40px;
    left: -40px;
    transition: all 500ms ease;
}

.welcome-one__video-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.welcome-one__video-btn-icon .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.welcome-one__video-btn-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.welcome-one__video-btn-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.welcome-one__video-btn-icon .ripple:before,
.welcome-one__video-btn-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}



.welcome-one__right {
    position: relative;
    display: block;
}

.welcome-one__title {
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 37px;
    letter-spacing: -2px;
}

.welcome-one__text {
    margin: 0;
    padding-bottom: 37px;
}

.welcome-one__text-two {
   font-size: 20px;
    color: #777777;
    font-weight: 400;
    line-height: 34px;
	letter-spacing:0.15px;
}

.welcome-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 31px;
}



.welcome-one__progress-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: var(--thm-letter-space-small);
}

.welcome-one__progress .bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: var(--thm-light);
    ;
    border-radius: 30px;
    margin-bottom: 3px;
}

.welcome-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 20px;
    border-radius: 30px;
    background: var(--thm-primary);
    transition: all 1500ms ease;
}

.welcome-one__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: -28px;
    color: var(--thm-gray);
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.welcome-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.welcome-one__call {
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.welcome-one__call-icon {
    height: 68px;
    width: 68px;
    background-color: #ebf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--thm-primary);
    transition: all 500ms ease;
}

.welcome-one__call:hover .welcome-one__call-icon {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}



.welcome-one__call-text {
    margin-left: 30px;
}

.welcome-one__call-text p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.welcome-one__call-text a {
    font-size: 18px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.welcome-one__call-text a:hover {
    color: var(--thm-primary);
}

.welcome-one__big-text {
    font-size: 14px;
    color: #e7e1e0;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 300;
    cursor: vertical-text;
    position: absolute;
    top: 193px;
    right: -298px;
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
    position: relative;
    display: block;
    z-index: 2;
    counter-reset: twoBoxesCount;
}

.two-boxes .row {
    --bs-gutter-x: 0px;
}

.two-boxes__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.10);
    padding: 60px 60px 52px;
    counter-increment: twoBoxesCount;
}

.two-boxes__single-content {
    position: relative;
    display: block;
    padding-left: 68px;
}

.two-boxes__count {
    height: 68px;
    width: 68px;
    background-color: #ebf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 500ms ease;
    color: var(--thm-primary);
}

.two-boxes__single:hover .two-boxes__count {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.two-boxes__count span {
    font-size: 24px;
    color: currentColor;
    font-weight: 600;
}

.two-boxes__count span::before {
    content: counters(twoBoxesCount, ".", decimal-leading-zero);

}

.two-boxes__content {
    margin-left: 30px;
}

.two-boxes__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 11px;
    margin-top: -6px;
    letter-spacing: var(--thm-letter-space-small);
}

.two-boxes__text {
    font-size: 16px;
    margin: 0;
}

/*--------------------------------------------------------------
# Cases One
--------------------------------------------------------------*/
.cases-one {
    position: relative;
    display: block;
   
    padding: 180px 0 90px;
    margin-top: -60px;
}


.cases-one--one-page {
    margin-top: 0;
    padding-top: 120px;
    background-color: transparent;
}


.cases-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.cases-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.cases-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.cases-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
    transform: scale(1);
    opacity: .7;
    transition: all 500ms ease;
}

.cases-one__single:hover .cases-one__img>img {
    transform: scale(1.05);
    opacity: 1;
}

.cases-one__content {
    padding: 48px 50px 44px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 40px;
    z-index: 1;
}

.cases-one__content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--thm-primary);
    z-index: -1;
    transform: translateY(100%);
    transition: all 500ms ease;
}

.cases-one__single:hover .cases-one__content:before {
    transform: translateY(0);
}



.cases-one__icon span {
    font-size: 65px;
    color: var(--thm-base);
    line-height: 65px;
    display: block;
    transform: scale(1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.cases-one__single:hover .cases-one__icon span {
    transform: scale(.85);
}

.cases-one__tagline {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 800;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 17px;
    letter-spacing: var(--thm-letter-space-big);
}

.cases-one__tilte {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: var(--thm-letter-space-small);
}

.cases-one__tilte a {
    color: var(--thm-base);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.cases-one__tilte a:hover {
    color: var(--thm-base);
    background-size: 100% 2px;
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
    position: relative;
    display: block;
    padding: 109px 0 120px;
    background-color: var(--thm-black);
}

.our-mission-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    opacity: 0.5;
}


.our-mission-bg.jarallax div div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.our-mission__inner {
    position: relative;
    display: block;
    text-align: center;
}

.our-mission__title {
    font-size: 60px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 46px;
    letter-spacing: var(--thm-letter-space-small);
}



/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}





.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid #e6e9ef;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
	border-radius:12px;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
   padding: 9px 0px 9px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--thm-light);
    ;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    color: #ffffff;
    /* text-transform: uppercase; */
    position: relative;
    letter-spacing: 1px;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
}

.faq-one-accrodion .accrodion-title h4 span:before {
    counter-increment: count;
    content: ""counter(count);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: transparent;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--thm-black);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--thm-primary);
    ;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--thm-black);
    ;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 38px 28px;
    border-bottom: 0px solid #e5e5e5;
	margin-top:-10px;
}



.faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
    border-bottom: 0px solid transparent;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.faq-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.faq-one__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
}

.faq-one__list-box {
    position: relative;
    display: block;
}



.faq-one__list li {
    display: flex;
    align-items: center;
}

.faq-one__list li+li {
    margin-top: 6px;
}



.faq-one__list li .icon span {
    font-size: 20px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.faq-one__list li:hover .icon span {
    transform: scale(.75);
}

.faq-one__list li .text {
    margin-left: 20px;
}

.faq-one__list li .text p {
    margin: 0;
    font-weight: 400;
    ;
}

.faq-one__experience-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 28px 0 38px;
}

.faq-one__experience-box h2 {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 70px;
    font-weight: 900;
}

.faq-one__experience-box p {
    margin: 0;
    color: var(--thm-base);
    line-height: 25px;
}

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonials-one {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 120px 0 120px;
}







.testimonials-one__left .section-title__tagline {
    letter-spacing: 0;
}





.testimonials-one__carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 64px;
    left: -405px;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonials-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-base);
    background-color: var(--thm-primary);
}

.testimonials-one__carousel.owl-theme .owl-nav button:focus {
    outline: none;
}

.testimonials-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07);
    padding: 40px 50px 57px;
}

.testimonials-one__text {
    margin: 0;
}

.testimonials-one__client-info {
    position: relative;
    display: block;
    padding-top: 22px;
}

.testimonials-one__client-name {
    font-size: 16px;
    color: var(--thm-primary);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: var(--thm-letter-space-small);
}

.testimonials-one__client-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: var(--thm-letter-space-big);

}

.testimonials-one__client-img {
    position: absolute;
    left: 50px;
    bottom: -38px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonials-one__client-img>img {
    width: 77px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonials-one__quote {
    position: absolute;
    bottom: 60px;
    right: 50px;
    background-image: url(../images/testimonial/testimonials-1-iocn.png);
    background-repeat: no-repeat;
    width: 99px;
    height: 55px;
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counters-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.counters-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
}

.counters-one__box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    padding: 120px 0 204px;
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center;
}

.counter-one__single:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 9px;
    content: "";
    width: 1px;
    background-color: rgb(255, 255, 255, .1);
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__icon {
    position: relative;
    display: flex;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    background-color: #06050c;
    align-items: center;
    justify-content: center;
}

.counter-one__icon span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    display: block;
    transform: scale(1);
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__icon span {
    transform: scale(.85);
}

.counter-one__single h3 {
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 4px;
    margin-top: 25px;
    font-family: var(--thm-font) !important;
    letter-spacing: var(--thm-letter-space-small);
}

.counter-one__text {
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: var(--thm-letter-space-big);
}

.counter-one__single .odometer-formatting-mark {
    display: none;
}

/*--------------------------------------------------------------
# Financial Advice
--------------------------------------------------------------*/
.financial-advice {
    position: relative;
    display: block;
    padding: 0 0 104px;
    margin-top: -95px;
}

.financial-advice__box {
    position: relative;
    display: block;
}

.financial-advice__box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
}

.financial-advice__box .tab-btns .tab-btn {
    position: relative;
    float: left;
    max-width: 50%;
    width: 100%;
    text-align: center;
}

.financial-advice__box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    margin: 0;
    padding: 20.5px 0px;
    color: #a5a4a6;
    font-size: 24px;
    font-weight: 900;
    transition: all 500ms ease;
    cursor: pointer;
    letter-spacing: var(--thm-letter-space-small);
	font-family: 'Krona One', sans-serif;
}

.financial-advice__box .tab-btns .tab-btn.active-btn span, .financial-advice__box .tab-btns {
    color: #df5659;
    border-left: 1px solid #c73133;
    border-right: 1px solid #c73133;
    border-radius: 13px;
}

.financial-advice__box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.financial-advice__box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}

.financial-advice__box .tabs-content .tab.active-tab {
    display: block;
}

.financial-advice__content {
    position: relative;
    display: block;
    padding-top: 100px;
}

.financial-advice__single-1 {
    position: relative;
    display: block;
}

.financial-advice__list-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.financial-advice__list-box li {
    position: relative;
    display: block;
    padding-left: 90px;
}

.financial-advice__list-box li+li {
    margin-top: 43px;
}

.financial-advice__icon {
    height: 60px;
    width: 60px;
    background-color: #ebf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 500ms ease;
    color: var(--thm-primary);
}

.financial-advice__list-box li:hover .financial-advice__icon {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.financial-advice__icon span {
    font-size: 32px;
    transform: scale(1);
    display: block;
    transition: transform 500ms ease;
}

.financial-advice__list-box li:hover .financial-advice__icon span {
    transform: scale(.85);
}



.finalcial-advice__list-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.finalcial-advice__list-box-text {
    font-size: 16px;
    margin: 0;
}

.financial-advice__single-2 {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-right: -8px;
    margin-top: -9px;
}

.financial-advice__single-2:before {
    position: absolute;
    top: 11px;
    bottom: 4px;
    left: 30px;
    content: "";
    background-color: #e6e9ef;
    width: 1px;
}

.financial-advice_-desc {
    font-size: 16px;
    margin: 0;
}

.financial-advice__list-box-2 {
    padding-top: 35px;
}

.financial-advice__list-box-2 li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}



.financial-advice__list-box-2 li:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 10px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.financial-advice__list-box-2 li:hover:before {
    left: 7px;
    width: 13px;
}

.financial-advice__single-3 {
    position: relative;
    display: block;
    margin-left: 30px;
}

.financial-advice__img {
    background-color: var(--thm-black);
}

.financial-advice__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}


/*--------------------------------------------------------------
#Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 555px;
    width: 100%;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.news-one__page {
    padding-bottom: 120px;
}

.blog-single .news-one__more .thm-btn:hover,
.news-one__page .thm-btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.blog-single .news-one__more {
    margin-top: 30px;
}



.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.news-one__img>img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
    mix-blend-mode: luminosity;
}

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

.news-one__img>a>span {
    position: relative;
    display: block;
    margin-top: -100px;
}

.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__content {
    position: relative;
    background-color: var(--thm-base);
    display: block;
    margin-top: -100px;
    margin-left: 40px;
    padding: 30px 36px 37px;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.news-one__meta {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 11px;
}

.news-one__meta li {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 600;
    text-transform: uppercase;
}

.news-one__meta li+li {
    margin-left: 12px;
}



.news-one__meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.news-one__meta li a:hover {
    color: var(--thm-primary);
}

.news-one__meta li a i {
    color: var(--thm-primary);
}

.news-one__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
    margin-bottom: 11px;
}

.news-one__title>a {
    color: var(--thm-black);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.news-one__title>a:hover {
    color: var(--thm-primary);
    background-size: 100% 2px;
}

.news-one__text {
    font-size: 16px;
    margin: 0;
    padding-bottom: 14px;
}

.news-one__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--thm-black);
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.news-one__btn:hover {
    color: var(--thm-primary);
}

.news-one__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: width 500ms ease;
}

.news-one__btn:hover::before {
    width: 100%;
}

.news-one__date-box {
    position: absolute;
    top: -34px;
    left: 0;
    background-color: var(--thm-primary);
    padding: 0 20px;
}

.news-one__date-box>p {
    font-size: 12px;
    color: var(--thm-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
    margin: 0;
}

/*--------------------------------------------------------------
# Cta One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 110px 0;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-primary);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.cta-one__title {
    font-size: 40px;
    color: var(--thm-base);
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}



.cta-one__btn {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.cta-one__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background: url(../images/line-art.png) #c73133;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.site-footer-shape {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.08;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 20px 0 0px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-right: 70px;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 35px;
}





.footer-widget__text {
    font-size: 16px;
    color: #8f8da0;
    margin: 0;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-top: 18px;
    padding-top: 20px;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li+li {
    margin-top: 2px;
}



.footer-widget__contact-list li .icon i {
    font-size: 14px;
    color: var(--thm-primary);
}

.footer-widget__contact-list li .text {
    margin-left: 20px;
}

.footer-widget__contact-list li .text p {
    margin: 0;
    font-size: 16px;
    color: #8f8da0;
}

.footer-widget__contact-list li .text p a {
    font-size: 16px;
    color: #8f8da0;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-base);
}



.footer-widget__title {
    font-size: 18px;
    font-weight:600;
    line-height: 28px;
    color: var(--thm-base);
    margin-bottom: 32px;
   
	letter-spacing: 1px;
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    float: left;
    margin-right: 60px;
}

.footer-widget__explore-list li+li {
    margin-top: 4px;
}

.footer-widget__explore-list li a {
    font-size: 13px;
    color: #fff;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    color: var(--thm-base);
}

.footer-widget__explore-list-two {
    margin-right: 0;
}







.footer-widget__title-news {
    margin-bottom: 10px;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    background-color: #0000000d;
    padding: 17px 22px 24px;
}

.footer-widget__newsletter-text {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
    margin-top: 18px;
}

.footer-widget__newsletter-input-box input[type="email"] {
    height: 34px;
    width: 100%;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    padding-left: 18px;
    padding-right: 120px;
    outline: none;
    border: none;
}

.footer-widget__newsletter-btn {
    font-size: 12px;
    color: var(--thm-base);
    font-weight: 700;
    background-color: #932230;
    display: inline-block;
    border: none;
    outline: none;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: 0.1em;
}

.footer-widget__newsletter-btn:hover {
    background-color: var(--thm-black);
}

.footer-widget__newsletter-input-box button:focus {
    outline: none;
}

.site-footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 15px 0;
}

.site-footer-bottom__inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
	text-align:center;
}



.site-footer-bottom__left p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.site-footer-bottom__left a {
    color: #71232d;
    transition: all 500ms ease;
}

.site-footer-bottom__left a:hover {
    color: var(--thm-base);
}

.site-footer__social {
    display: flex;
    align-items: center;
}

.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8f8da0;
    font-size: 17px;
    transition: all 500ms ease;
}

.site-footer__social a+a {
    margin-left: 25px;
}

.site-footer__social a:hover {
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.industries {
    position: relative;
    display: block;
    padding: 120px 0 78px;
}

.industries .section-title {
    margin-bottom: 0;
}

.industries__top-text-box {
    position: relative;
    display: block;
    margin-top: -11px;
}

.industries__top-text {
    font-size: 16px;
    margin: 0;
}

.industries__content-box {
    position: relative;
    display: block;
    padding-top: 48px;
}

.industries__content-box--service-page {
    padding-top: 0;
}

.industries__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center;
    padding: 0 35px;
    margin-bottom: 30px;
}

.industries__single:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 12px;
    content: "";
    width: 1px;
    background-color: #e6e9ef;
}

.industries__single:first-child:before {
    display: none;
}

.industries__icon {
    position: relative;
    height: 112px;
    width: 112px;
    margin: 0 auto;
    color: var(--thm-primary);
    font-size: 65px;
    border-radius: 50%;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 1;
}

.industries__single:hover .industries__icon {
    color: var(--thm-base);
}

.industries__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-black);
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.industries__single:hover .industries__icon:before {
    transform: scale(1);
}



.industries__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 15px;
    letter-spacing: var(--thm-letter-space-small);
}

.industries__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    transition: all 500ms ease;
}

.industries__title a:hover {
    color: var(--thm-black);
    background-size: 100% 2px;
}

.industries__text {
    font-size: 16px;
    margin: 0;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 50px 0 60px;
    z-index: 1;
}

.services-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 425px;
    z-index: -1;
}



.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: all 500ms ease;
    transform: scale(1);
}

.services-one__single:hover .services-one__img>img {
    transform: scale(1.05);
}

.services-one__content {
    position: relative;
    display: block;
    padding: 42px 50px 50px;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}


.services-one__title {
    font-size: 12px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 20px;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.services-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.services-one__title a:hover {
    color: var(--thm-primary);
    background-size: 100% 2px;
}

.services-one__text {
    font-size: 16px;
    margin: 0;
    padding-top: 21px;
    padding-bottom: 14px;
}

.services-one__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.services-one__btn:hover {
    color: var(--thm-primary);
}

.services-one__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: width 500ms ease;
}

.services-one__btn:hover::before {
    width: 100%;
}

/*--------------------------------------------------------------
# Largest Business
--------------------------------------------------------------*/
.largest-business {
    position: relative;
    display: block;
    z-index: 3;
}



.largest-business__layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.largest-business__layer-outer-left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    background-color: var(--thm-primary);
    height: 100%;
    background-repeat: no-repeat;
}

.largest-business__layer-outer-right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
}

.largest-business__left {
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 108px;
    padding-bottom: 110px;
    margin-right: 88px;
}

.largest-business__title {
    font-size: 50px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: var(--thm-letter-space-small);
}



.largest-business__list-box li {
    position: relative;
    display: block;
    padding-left: 90px;
}

.largest-business__list-box li+li {
    margin-top: 49px;
}

.largest-business__icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}

.largest-business__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, .10);
}

.largest-business__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--thm-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.largest-business__list-box li:hover .largest-business__icon span {
    transform: rotate(360deg);
}



.largest-business__list-box-title {
    font-size: 20px;
    color: var(--thm-base);
    line-height: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.largest-business__list-box-text {
    font-size: 16px;
    color: #c3d4ff;
    margin: 0;
    line-height: 32px;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
}



.video-two__img-box {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.video-two__img-box>img {
    width: 100%;
    mix-blend-mode: luminosity;
}



.video-two__video-btn {
    height: 116px;
    width: 122px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 500ms ease;
}

.video-two__video-btn:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.video-two__video-btn-icon .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 116px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-two__video-btn-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-two__video-btn-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-two__video-btn-icon .ripple:before,
.video-two__video-btn-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 116px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}







/*--------------------------------------------------------------
# Listen
--------------------------------------------------------------*/
.listen {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 240px 0 120px;
    margin-top: -120px;
    z-index: 1;
}

.listen__left {
    position: relative;
    display: block;
    margin-right: 44px;
}

.listen__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: -12px;
}

.listen__text {
    font-size: 16px;
    margin: 0;
    padding-bottom: 49px;
}

.listen__progress {
    display: flex;
    align-items: center;
    line-height: 0;
}

.listen__progress-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

@media (min-width: 768px) {
    .listen__progress-wrap {
        grid-template-columns: repeat(2, 249px);
    }
}

.listen__progress-box {
    position: relative;
    display: inline-block;
}

.listen__progress-box canvas {
    transform: rotate(90deg);
}

.listen__progress-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateY(-50%) translateX(-50%);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: var(--thm-black);
}

.listen__progress h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--thm-black);
    width: 120px;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.listen__right {
    position: relative;
    display: block;
}



.listen__right-faq .faq-one-accrodion .accrodion-title {
    background-color: var(--thm-base);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-one__container {
    position: relative;
    display: block;
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.team-one .row {
    --bs-gutter-x: 60px;
}



.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), .90);
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
}

.team-one__img {
    background-color: var(--thm-black);
}

.team-one__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.team-one__hover-content {
    position: absolute;
    top: 43px;
    left: 50px;
    transform: translateX(-160%);
    transition: all 900ms ease;
    opacity: 0;
    z-index: 2;
}

.team-one__single:hover .team-one__hover-content {
    transform: translateX(0%);
    opacity: 1;
}

.team-one__name {
    font-size: 24px;
    color: var(--thm-base);
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: var(--thm-letter-space-small);
}

.team-one__title {
    font-size: 12px;
    color: var(--thm-base);
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
    opacity: .7;
}

.team-one__bottom {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 50px;
    z-index: 2;
    transform: translateY(215%);
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__bottom {
    transform: translateY(0%);
}



.team-one__btn {
    font-size: 12px;
    color: var(--thm-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
}

.team-one__btn:hover {
    color: var(--thm-base);
}

.team-one__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: currentColor;
}

.team-one__btn:hover:before {
    width: 100%;
}

.team-one__social {
    display: flex;
    align-items: center;
}

.team-one__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 17px;
    transform: scale(1);
    transition: transform 500ms ease;
}

.team-one__social a+a {
    margin-left: 15px;
}

.team-one__social a:hover {
    color: var(--thm-base);
    transform: scale(.85);
}

/*--------------------------------------------------------------
# Testimonials Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
}

.testimonial-two__slider {
    position: relative;
    display: block;
    border-bottom: 4px solid var(--thm-primary);
    padding-bottom: 118px;
}

.testimonial-two__slider .slider-pager {
    position: relative;
    display: block
}





.testimonial-two__thumb-box li+li {
    margin-top: 10px;
}

.testimonial-two__thumb-box li a {
    position: relative;
    display: block
}

.testimonial-two__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    cursor: pointer;
}

.testimonial-two__img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-base-rgb), .3);
    content: "";
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-two__thumb-box .swiper-slide-thumb-active .testimonial-two__img-holder:before {
    background-color: rgba(var(--thm-base-rgb), .0);
}

.testimonial-two__img-holder {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.testimonial-two__img-holder img {
    width: 92px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0.6s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonials-two__main-content {
    position: relative;
    display: block;
}

.testimonial-two__slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.testimonial-two__slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: transparent;
    transform: translatez(0);
}


.testimonial-two__conent-box {
    position: relative;
    display: block;
    margin-top: -11px;
}

.testimonial-two__text {
    font-size: 34px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 54px;
    margin: 0;
}

.testimonial-two__client-details {
    position: relative;
    display: block;
    padding-top: 37px;
}

.testimonial-two__client-name {
    font-size: 18px;
    color: var(--thm-primary);
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 6px;
    font-weight: 800;
    letter-spacing: var(--thm-letter-space-small);
}

.testimonial-two__clinet-title {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    letter-spacing: var(--thm-letter-space-big);
}

.testimonial-two__nav {
    position: absolute;
    bottom: 0;
    right: 0;
}



.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-next,
.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-prev {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.testimonial-two__nav-list [class*=swiper-button-] i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-light);
    border-radius: 50%;
    color: var(--thm-black);
    transition: all 500ms ease;
    position: static;
}

.testimonial-two__nav-list [class*=swiper-button-] i:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.testimonial-two__nav-list [class*=swiper-button-]::after {
    display: none;
}

.testimonial-two__nav-list [class*=swiper-button-] .icon-right-arrow1.icon-prev {
    position: relative;
    display: block;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
}


#testimonials-one__thumb {
    width: 92px;
    height: 300px;
}

.testimonials-one--page {
    padding: 120px;
    padding-bottom: 160px;
}

.testimonials-one--page .row {
    --bs-gutter-y: 70px;
}



/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/


.news-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 367px;
    content: "";
    background-color: var(--thm-black);
    z-index: -1;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -367px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
    z-index: -1;
}

/*--------------------------------------------------------------
# Two Section
--------------------------------------------------------------*/
.two-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.two-section__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.two-section__img-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 78px;
}



.two-section__img-box-single+.two-section__img-box-single {
    margin-left: 10px;
}

.two-section-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.two-section-img>img {
    max-width: 300px;
    width: 100%;
    mix-blend-mode: luminosity;
}

.two-section__points {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 35px;
    bottom: -30px;
    left: 10px;
}



.two-section__points .icon span {
    color: var(--thm-primary);
    font-size: 20px;
}

.two-section__points .text {

    margin-left: 15px;
}

.two-section__points .text p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
    margin: 0;
}

.two-section__left-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.two-section__middle-content {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 44px;
}



.two-section__middle-content-icon span {
    font-size: 65px;
    color: var(--thm-primary);
}

.two-section__middle-content-icon h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: var(--thm-letter-space-small);
    padding-top: 18px;
}

.two-section__middle-content-text-box {
    margin-left: 55px;
}

.two-section__middle-content-text {
    font-size: 16px;
    margin: 0;
}

.two-section__bottom-text-box {
    font-size: 16px;
    margin: 0;
}

.two-section__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.contact-expert {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 72px 80px 80px;
}

.contact-expert__top-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 34px;
}

.contact-expert__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 13px;
}





.contact-expert__input {
    position: relative;
    display: block;
}

.contact-expert__input input[type="email"],
.contact-expert__input input[type="text"],
.contact-expert__input textarea {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    border: none;
    outline: none;
    display: block;
    margin-bottom: 10px;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
}

.contact-expert__input textarea {
    height: 140px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.contact-expert__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    transform: translateY(-50%);
}

.contact-expert__icon i {
    font-size: 14px;
    color: var(--thm-gray);
}

.contact-expert__icon-comment {
    top: 54px;
}

.contact-expert__btn {
    font-size: 14px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 86px;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
    width: 100%;
}

.contact-expert__btn:hover {
    background-color: var(--thm-black);
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    border-top: 1px solid #e6e9ef;
    padding: 108px 0 120px;
}

.cta-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cta-two-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .90);
}

.cta-two__inner {
    position: relative;
    display: block;
    text-align: center;
}

.cta-two__title {
    font-size: 50px;
    color: var(--thm-primary);
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: var(--thm-letter-space-small);
}

.cta-two__text {
    font-size: 24px;
    margin: 0;
}

.cta-two__icon-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.cta-two__icon-box li {
    position: relative;
    display: inline-block;
}

.cta-two__icon-box li+li {
    margin-left: 5px;
}

.cta-two__icon-box li a {
    height: 77px;
    width: 77px;
    background-color: var(--thm-black);
    font-size: 35px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.cta-two__icon-box li a:hover {
    background-color: var(--thm-primary);
}





/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--thm-black);
}

.feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
}

.feature__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.feature__content {
    display: block;
    position: relative;
    background-color: var(--thm-base);
    padding: 45px 48px 50px;
    z-index: 1;
}

.feature__content:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--thm-primary);
    content: "";
    transition: all 500ms ease;
    z-index: -1;
}

.feature__single:hover .feature__content:before {
    height: 100%;
}

.feature__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-small);
}

.feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    transition: background 500ms ease;
}

.feature__title a:hover {
    color: var(--thm-base);
    background-size: 100% 2px;
}

.feature__single:hover .feature__title {
    color: var(--thm-base);
}

.feature__text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-bottom: 14px;
    transition: all 500ms ease;
}

.feature__single:hover .feature__text {
    color: var(--thm-base);
}

.feature__btn {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-black);
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.feature__btn:hover {
    color: var(--thm-black);
}

.feature__single:hover .feature__btn {
    color: var(--thm-base);
}

.feature__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: all 500ms ease;
}

.feature__btn:hover::before {
    width: 100%;
}


.feature__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.feature__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: all 500ms ease;
    transform: scale(1);
}

.feature__single:hover .feature__img>img {
    transform: scale(1.05);
}

.feature-bottom {
    position: relative;
    display: block;
    max-width: 760px;
    margin: 30px auto 0;
}

.feature-bottom__contact {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-bottom__call {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.feature-bottom__call>img {
    width: 67px;
    mix-blend-mode: luminosity;
}

.feature-bottom__icon {
    height: 62px;
    width: 62px;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -49px;
    transform: translateY(-50%);
}



.feature-bottom__content-box {
    margin-left: 85px;
}

.feature-bottom__tagline {
    font-size: 14px;
    color: #8f8da0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.feature-bottom-desc {
    font-size: 22px;
    color: var(--thm-base);
    line-height: 32px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Cases Two
--------------------------------------------------------------*/
.cases-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}



.cases-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.casees-two__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.cases-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}



.cases-two__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
    transform: scale(1);
    transition: all 500ms ease;
    opacity: 0.7;
}

.cases-two__single:hover .cases-two__img>img {
    transform: scale(1.05);
}

.cases-two__content {
    position: absolute;
    display: block;
    padding: 40px 50px 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.cases-two__content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--thm-primary);
    z-index: -1;
    top: 0;
    transform: translateY(100%);
    transition: all 500ms ease;
}

.cases-two__single:hover .cases-two__content:before {
    transform: translateY(0%);
}

.cases-two__icon-box-details {
    position: relative;
    display: block;
    float: left;
}



.cases-two__icon span {
    font-size: 65px;
    color: var(--thm-base);
    display: block;
    transform: scale(1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.cases-two__single:hover .cases-two__icon span {
    transform: scale(.85);
}

.cases-two__tagline {
    font-size: 14px;
    font-weight: 800;
    color: var(--thm-base);
    text-transform: uppercase;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 12px;
    letter-spacing: 0.1em;
}

.cases-two__tilte {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.cases-two__tilte a {
    color: inherit;
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.cases-two__tilte a:hover {
    color: inherit;
    background-size: 100% 2px;
}

.cases-two__tilte a {
    color: var(--thm-base);
}

.cases-two__tilte a:hover {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.cases-two__text-box {
    position: relative;
    display: block;
    float: right;
    max-width: 215px;
    top: 95px;
}

.cases-two__text-bottom {
    font-size: 16px;
    margin: 0;
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 120px 0 92px;
}

.services-two__top-left {
    position: relative;
    display: block;
}



.services-two__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -10px;
}

.services-two__top-right-text {
    font-size: 16px;
    margin: 0;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    margin-bottom: 60px;
    padding: 50px 50px 62px;
}



.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-primary);
    transform: scale(1);
    transition: all 200ms linear;
}

.services-two__single:hover .services-two__icon span {
    transform: scale(.85);
}

.services-two__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 14px;
    letter-spacing: var(--thm-letter-space-small);
}

.services-two__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    color: var(--thm-black);
}

.services-two__title a:hover {
    background-size: 100% 2px;
    color: var(--thm-primary);
    transition: all 500ms ease;
}

.services-two__text {
    font-size: 16px;
    margin: 0;
}

.services-two__arrow {
    height: 65px;
    width: 65px;
    position: absolute;
    bottom: -32px;
    left: 50px;
    border-radius: 50%;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 500ms ease;
}



.services-two__single:hover .services-two__arrow {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Financial
--------------------------------------------------------------*/
.financial {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}



.financial__left {
    position: relative;
    display: block;
}

.financial__left-img-box {
    position: relative;
    display: block;
}

.financial__left-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.financial__left-img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.financial__left-note-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    padding: 40px 66px 39px;
    margin-top: 30px;
}

.financial__left-note-title {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 43px;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.financial__right {
    position: relative;
    display: block;
    margin-left: 72px;
    margin-top: -10px;
}



.financial__right-text {
    font-weight: 400;
    margin: 0;
}

.financial__right__list {
    position: relative;
    display: block;
    border-top: 1px solid #e6e9ef;
    margin-top: 54px;
    padding-top: 50px;
}

.financial__right__list li {
    position: relative;
    display: block;
    color: var(--thm-black);
    padding-left: 40px;
}

.financial__right__list li:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: var(--thm-primary);
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.financial__right__list li:hover::before {
    left: 10px;
    width: 18px;
}

.financial__right__list li+li {
    margin-top: 9px;
}

/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/
.reasons {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.reasons .container {
    position: relative;
    display: block;
}

.reasons-bg {
    position: absolute;
    top: -120px;
    left: -10000000px;
    right: 0;
    bottom: -120px;
    background-color: var(--thm-light);
    ;
}

.reasons__left {
    position: relative;
    display: block;
    margin-right: 55px;
    margin-top: -12px;
}

.reasons__title {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 48px;
    letter-spacing: var(--thm-letter-space-small);
}

.reasons__list-box {
    position: relative;
    display: block;
}

.reasons__list-box li {
    position: relative;
    display: block;
    padding-left: 99px;
    margin-top: 49px;
    padding-bottom: 42px;
}

.reasons__list-box li:before {
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--thm-black-rgb), .1);
}

.reasons__list-box li:after {
    position: absolute;
    top: 58px;
    bottom: -50px;
    left: 29px;
    width: 1px;
    content: "";
    background-color: var(--thm-primary);
}

@media(max-width: 768px) {
    .reasons__list-box li:after {
        display: none;
    }
}

.reasons__list-box li:last-child:after {
    display: none;
}

.reasons__list-box li:first-child {
    margin-top: 0;
}

.reasons__list-box li:last-child {
    padding-bottom: 0px;
}

.reasons__list-box li:last-child:before {
    display: none;
}

.reasons__icon {
    height: 58px;
    width: 58px;
    background-color: var(--thm-primary);
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease;
}

.reasons__list-box li:hover .reasons__icon {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.reasons__icon span {
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.reasons__list-box li:hover .reasons__icon span {
    transform: scale(.85);
}



.reasons__content-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reasons__content-text {
    font-size: 16px;
    margin: 0;
}

.reasons__img-box {
    position: relative;
    display: block;
}

.reasons__img {
    position: relative;
    display: block;
    margin-right: -375px;
    background-color: var(--thm-black);
}

.reasons__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    padding: 118px 0 119px;
    border-top: 1px solid #e6e9ef;
}

.brand-three .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-three .swiper-slide img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.brand-three .swiper-slide img:hover {
    opacity: 0.7;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #c73133;
	height:145px;
}

.page-header__bg {
    background-size: cover;
    background: #c73133;
    background-blend-mode: luminosity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.thm-breadcrumb {
    padding-top: 3px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.thm-breadcrumb li+li {
    margin-left: 8px;
}

.thm-breadcrumb li a {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--thm-primary);
}



.page-header__inner h2 {
    font-size: 70px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
	padding: 180px 0 120px;
	
}

/*Services Page*/


.services-page:before {
    display: none;
}

[class*=page-header-shape-] {
    position: absolute;
    width: 697px;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.page-header-shape-1 {
    background-image: url(../images/shapes/page-header-bg-1-1.png);
    z-index: 10;
    mix-blend-mode: overlay;
}

.page-header-shape-2 {
    background-image: url(../images/shapes/page-header-bg-1-2.png);
    z-index: 9;
    mix-blend-mode: overlay;
    opacity: 0.4;
}

.page-header-shape-3 {
    background-image: url(../images/shapes/page-header-bg-1-3.png);
    z-index: 8;
    mix-blend-mode: overlay;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0 109px;
}

.services-details__left {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.services-details__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.services-details__top-content {
    margin-top: 42px;
    margin-bottom: 53px;
}

.services-details__top-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 18px;
    letter-spacing: var(--thm-letter-space-small);
}

.services-details__top-text {
    font-size: 16px;
    margin: 0;
}

.services-details__planning {
    position: relative;
    display: flex;
}

.services-details__planning-img {
    background-color: var(--thm-black);
}

.services-details__planning-img>img {
    width: 354px;
    mix-blend-mode: luminosity;
}

.services-details__planning-content {
    margin-left: 45px;
    margin-top: -8px;
}

.services-details__planning-title {
    font-size: 24px;
    letter-spacing: var(--thm-letter-space-small);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 20px;
}

.services-details__planning-text {
    font-size: 16px;
    margin: 0;
}

.services-details__planning-list {
    padding-top: 33px;
}

.services-details__planning-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__planning-list li+li {
    margin-top: 7px;
}

.services-details__planning-list li .icon {
    position: relative;
    top: 3px;
}

.services-details__planning-list li .icon span {
    color: var(--thm-primary);
    font-size: 20px;
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services-details__planning-list li:hover .icon span {
    transform: scale(.75);
}

.services-details__planning-list li .text {
    margin-left: 15px;
}

.services-details__planning-list li .text p {
    margin: 0;
    color: var(--thm-black);
}

.services-details__bottom-text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-top: 50px;
}

.services-details__bottom-box {
    position: relative;
    margin-top: 47px;
}

.services-details__bottom-box-single {
    position: relative;
    display: flex;
}

.services-details__bottom-box-single+.services-details__bottom-box-single {
    margin-top: 47px;
}

.services-details__bottom-box-icon span {
    font-size: 65px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services-details__bottom-box-single:hover .services-details__bottom-box-icon span {
    transform: scale(.85);
}

.services-details__bottom-box-content {
    margin-left: 30px;
    margin-top: -5px;
}

.services-details__bottom-box-title {
    font-size: 18px;
    letter-spacing: var(--thm-letter-space-small);
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.services-details__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}



.services-details__sidebar {
    position: relative;
    display: block;
}

.services-details__services-list-box {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 43px 30px 34px;
}

.services-detials__categories {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.services-details__services-list {
    position: relative;
    display: block;
}

.services-details__services-list li {
    position: relative;
    display: block;
}

.services-details__services-list li+li {
    margin-top: 5px;
}

.services-details__services-list li a {
    position: relative;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 4.5px 20px;
    transition: all 500ms ease;
}

.services-details__services-list li.active a,
.services-details__services-list li:hover a {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.services-details__services-list li span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-size: 20px;
    transform: scale(0);
}

.services-details__services-list li.active span,
.services-details__services-list li:hover span {
    color: var(--thm-primary);
    transform: scale(1);
}

.services-details__help-box {
    position: relative;
    display: block;
    padding: 43px 50px 41px;
    margin-top: 30px;
    background-color: var(--thm-primary);
}

.services-details__help-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: var(--thm-primary);
    background-blend-mode: luminosity;
    opacity: 0.1;
}


.services-details__help-box-title {
    font-size: 20px;
    color: var(--thm-base);
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 33px;
    z-index: 10;
    position: relative;
}

.services-details__help-box-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #c3d4ff;
    position: relative;
    z-index: 10;
    line-height: 32px;
    margin-bottom: 31px;
}

.services-details__phone {
    color: var(--thm-base);
    font-size: 24px;
    font-weight: 400;
    display: block;
    position: relative;
    transition: all 500ms ease;
    z-index: 10;
}

.services-details__phone:hover {
    color: var(--thm-black);
}

/*Cases Page*/
.cases-page {
    margin-top: 0;
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Cases Details
--------------------------------------------------------------*/
.cases-details {
    position: relative;
    display: block;
    padding-top: 120px;
}

.cases-details__img {
    position: relative;
    display: block;
    margin-bottom: 50px;
    background-color: var(--thm-black);
}

.cases-details__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}


.cases-details__icon span {
    font-size: 65px;
    color: var(--thm-primary);
}

.cases-details__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 20px;
    letter-spacing: var(--thm-letter-space-small);
}

.cases-details__text-1 {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-bottom: 30px;
}

.cases-details__text-2 {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}



.cases-details__right-list {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 43px 50px 39px;
}

.cases-details__right-list li+li {
    margin-top: 26px
}

.cases-details__right-list li p {
    font-weight: 700;
    margin: 0;
    color: var(--thm-black);
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: var(--thm-letter-space-small);
}

.cases-details__right-list li span {
    font-weight: 400;
}


.cases-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #e6e9ef;
    border-bottom: 1px solid #e6e9ef;
    padding: 48px 0;
    margin-top: 109px;
}



.cases-details__pagination li {
    display: inline-block;
}

.cases-details__pagination li.next {
    float: left;
    position: relative;
}

.cases-details__pagination li a {
    font-size: 12px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.cases-details__pagination li a:hover {
    color: var(--thm-primary);
}

.cases-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.cases-details__pagination li.previous {
    position: relative;
    float: right;
}

.cases-details__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px;
}

/*More Cases*/
.more-cases {
    margin-top: 0;
    padding-top: 120px;
    background-color: var(--thm-base);
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.blog-single {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-single__left {
    position: relative;
    display: block;
}

.blog-single__content {
    position: relative;
    display: block;
}

.blog-single__content-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-single__content-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.blog-single__content-img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.blog-single__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-primary);
    padding: 0 20px;
}

.blog-single__date-box p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: var(--thm-letter-space-big);
    color: var(--thm-base);
}

.blog-single__content-box {
    position: relative;
    display: block;
    margin-top: 20px;
}

.blog-single__meta {
    display: flex;
    align-items: center;
    margin: 0;
}

.blog-single__meta li {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 600;
    letter-spacing: var(--thm-letter-space-big);
    text-transform: uppercase;
}

.blog-single__meta li+li {
    margin-left: 12px;
}

.blog-single__meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.blog-single__meta li a:hover {
    color: var(--thm-primary);
}

.blog-single__meta li a i {
    color: var(--thm-primary);
}

.blog-single__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 20px;
    letter-spacing: var(--thm-letter-space-small);
}

.blog-single__title a {
    color: var(--thm-black);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    transition: all 500ms ease;
}

.blog-single__title a:hover {
    background-size: 100% 2px;
    color: var(--thm-primary);
}

.blog-single__text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-bottom: 15px;
}

.blog-single__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.blog-single__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: all 500ms ease;
}

.blog-single__btn:hover:before {
    width: 100%;
}

.blog-single__video-btn {
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: var(--thm-base);
    font-size: 20px;
    transition: all 500ms ease;
}

.blog-single__video-btn:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.blog-single__bottom-box {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 50px 60px 50px;
}

.blog-single__bottom-box-icon {
    margin-bottom: 19px;
}

.blog-single__bottom-box-icon>img {
    width: 59px;
}

.blog-single__bottom-box-text {
    margin: 0;
}

.blog-single__delivering-services {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 60px 60px 50px;
    margin-top: 30px;
}



.blog-single__delivering-services-icon>img {
    width: 37px;
}

.blog-single__delivering-services-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 30px;
}

.blog-single__delivering-services-title a {
    color: var(--thm-black);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    transition: all 500ms ease;
}

.blog-single__delivering-services-title a:hover {
    background-size: 100% 2px;
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 800;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.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: 18px;
    font-weight: 500;
    padding-left: 50px;
    height: 84px;
    border-radius: 0px;
    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-gray);
    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: 20px;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 60px;
    outline: none;
    border: none;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 20px;
    background-color: var(--thm-light);
    ;
}

.sidebar__post .sidebar__title {
    padding-left: 20px;
    margin-bottom: 3px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    background-color: transparent;
    transition: all 500ms ease;
}

.sidebar__post-list li:hover {
    background-color: var(--thm-base);
}

.sidebar__post-list li+li {
    margin-top: 9px;
}

.sidebar__post-image {
    background-color: var(--thm-black);
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 70px;
    border-radius: 0px;
    mix-blend-mode: luminosity;
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
}

.sidebar__post-content .sidebar__post-content_meta {
    color: var(--thm-gray);
    font-size: 12px;
    display: block;
    font-weight: 600;
    letter-spacing: var(--thm-letter-space-big);
    text-transform: uppercase;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 5px;
    color: var(--thm-primary);
}

.sidebar__post-content h3 {
    text-transform: unset;
}

.sidebar__post-content h3 a {
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-small);
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-primary);
}

.sidebar__category {
    position: relative;
    display: block;
    background: var(--thm-light);
    ;
    padding: 46px 30px 34px;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 3px;
}

.sidebar__category-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    position: relative;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 5px 20px;
    border-radius: 0px;
}

.sidebar__category-list li a:hover {
    background-color: var(--thm-base);
    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%);
    transition: all 500ms ease;
    color: var(--thm-primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0;
}

.sidebar__category-list li a:hover span {
    opacity: 1;
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--thm-light);
    ;
    padding: 47px 45px 50px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background: var(--thm-base);
    display: inline-block;
    letter-spacing: var(--thm-letter-space-big);
    padding: 5px 20px;
    margin-left: 5px;
}

.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: var(--thm-light);
    ;
    padding: 47px 50px 43px;
}

.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;
    transition: all 0.4s ease;
}

.sidebar__comments-icon:hover {
    background-color: var(--thm-primary);
}





.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--thm-black);
    line-height: 26px;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.news-details__img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.news-details__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--thm-primary);
    padding: 0px 20px;
    z-index: 1;
}

.news-details__date-box p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--thm-base);
    margin: 0;
    letter-spacing: 0.1em;
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 19px;
}

.news-details__meta {
    display: flex;
    align-items: center;
    margin: 0;
}

.news-details__meta li {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 600;
    text-transform: uppercase;
}

.news-details__meta li+li {
    margin-left: 12px;
}

.news-details__meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.news-details__meta li a i {
    color: var(--thm-primary);
}

.news-details__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 7px;
}

.news-details__text-one {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 33px;
    line-height: 32px;
}

.news-details__text-two {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 33px;
    line-height: 32px;
}

.news-details__text-three {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
}

.news-details__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e6e9ef;
    padding: 30px 0 30px;
    margin-top: 55px;
}

.news-details__bottom p {
    margin: 0;
}



.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.news-details__tags a {
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--thm-primary);
    display: inline-block;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--thm-black);
}

.news-details__tags a+a {
    margin-left: 5px;
}

.news-details__social-list {
    display: flex;
    align-items: center;
}

.news-details__social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-gray);
    font-size: 18px;
    transition: all 500ms ease;
}

.news-details__social-list a+a {
    margin-left: 30px;
}

.news-details__social-list a:hover {
    color: var(--thm-primary);
}

/* author */

.author-one {
    background-color: var(--thm-light);
    ;
    padding: 60px 60px 60px;
    display: flex;
    margin-bottom: 54px;
}

.author-one__image {
    width: 172px;
    background-color: var(--thm-black);
}

.author-one__image img {
    width: 172px;
    mix-blend-mode: luminosity;
}

.author-one__content {
    margin-left: 40px;
    margin-top: -8px;
}

.author-one__content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: var(--thm-letter-space-small);
}

.author-one__content p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 13px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 51px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.comment-one__single {
    display: flex;
    border-bottom: 1px solid #e6e9ef;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    margin-bottom: 36px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.comment-one__content p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.comment-one__btn {
    font-size: 12px;
    color: var(--thm-base);
    line-height: 40px;
    padding: 2px 20px;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
    overflow: hidden;
}

.comment-one__image img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
    margin-top: -6px;
}



.comment-form__input-box {
    position: relative;
    display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background: #fcecec;
    padding-left: 20px;
    padding-right: 60px;
    margin-bottom: 30px;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
}

.comment-form__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    transform: translateY(-50%);
}

.comment-form__icon i {
    font-size: 14px;
    color: var(--thm-gray);
}

.contact-expert__icon-comment {
    top: 20px;
    transform: inherit;
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--thm-gray);
    height: 100px;
    width: 100%;
    background: #fcecec;
    padding: 10px 15px 10px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.comment-form__btn:hover {
    background: var(--thm-black);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
## Message Box
--------------------------------------------------------------*/
.message-box {
    position: relative;
    display: block;
    padding: 60px 0 40px;
}





.message-box__left .section-title__title {
    font-size: 48px;
    line-height: 58px;
}

.message-box__left .section-title__tagline {
    letter-spacing: 0;
}

.message-box__social {
    display: flex;
    align-items: center;
}

.message-box__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8f8da0;
    font-size: 17px;
    transition: all 500ms ease;
}

.message-box__social a+a {
    margin-left: 25px;
}

.message-box__social a:hover {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/
.locations {
    position: relative;
    display: block;
    padding-bottom: 50px;
}



.locations .section-title__tagline {
    letter-spacing: 0;
}

.location__inner {
    position: relative;
    display: block;
}

.locations .row {
    --bs-gutter-x: 17px;
}

.locations__single {
    position: relative;
    display: block;
/*    background-color: var(--thm-light);*/
    padding: 25px 20px 25px;
    margin-bottom: 30px;
    transition: all 500ms ease;
	border: 1px solid #dddddd;
}

.locations__single:hover {
    background-color: #3a3939;
}

.locations__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-transform:lowercase;
    margin-bottom: 15px;
    letter-spacing: var(--thm-letter-space-small);
    transition: all 500ms ease;
}

.locations__single:hover .locations__title {
    color: var(--thm-base);
}

.locations__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    transition: all 500ms ease;
}

.locations__single:hover .locations__text {
    color: var(--thm-base);
}

.locations__mail-phone-box {
    font-size: 14px;
    color: #fdf6f5;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    font-family: 'Montserrat';
    padding-left: 10px;
}

.locations__mail {
    color: var(--thm-gray);
    display: block;
    transition: all 500ms ease;
}

.locations__single:hover .locations__mail {
    color: var(--thm-base);
}

.locations__mail:hover {
    color: var(--thm-black);
}

.locations__phone {
    color: var(--thm-gray);
    display: block;
    transition: all 500ms ease;
}

.locations__single:hover .locations__phone {
    color: var(--thm-base);
}

.locations__phone:hover {
    color: var(--thm-black);
}

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about__img-box {
    position: relative;
    display: block;
}

.about-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.about-img>img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.about__right {
    position: relative;
    display: block;
    margin-left: 68px;
}

.about__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: -12px;
    letter-spacing: var(--thm-letter-space-small);
}

.about__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 35px;
}



.about__icon span {
    font-size: 65px;
    color: var(--thm-primary);
}

.about__icon-text {
    margin-left: 30px;
}

.about__icon-text p {
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
}

.about__right-text {
    font-weight: 400;
    margin: 0;
    padding-bottom: 49px;
}

.about__phone-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.about__phone-contact-icon {
    height: 68px;
    width: 68px;
    background-color: #ebf1ff;
    font-size: 35px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.about__phone-contact:hover .about__phone-contact-icon {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}


.about__phone-contact-text {
    margin-left: 30px;
}

.about__phone-contact-text p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.about__phone-contact-text a {
    color: var(--thm-black);
}

/*Counter Page*/


.counter-page .counters-one__box {
    padding-bottom: 107px;
}

/*Team Page*/


.team-page .row {
    --bs-gutter-x: 30px;
}

/*FAQS Page*/
.faqs-page {
    padding: 15px 0 10px;
}

.faqs-page .faq-one-accrodion .accrodion-title {
    background-color: #f79193;
	border-radius:12px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 67px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title {
    font-size: 350px;
    font-weight: 400;
    line-height: 352px;
    color: var(--thm-primary);
}

.error-page__tagline {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
    margin-bottom: 42px;
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 29px auto 30px;
}

.error-page__form-input {
    position: relative;
    display: block;
}



.error-page__form input[type="search"] {
    height: 84px;
    max-width: 550px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--thm-light);
    ;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    padding-left: 50px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    width: 50px;
    outline: none;
    border: none;
}



.error-page__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

/* update 23-09-2021 */

/* shop one */

.shop-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.shop-one .row {
    --bs-gutter-y: 30px;
}

.shop-one__sorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-one__product-count {
    font-size: 18px;
    margin: 0;
    color: var(--thm-gray);
    font-weight: 500;
}

.shop-one__product-sorter {
    border: none;
    outline: none;
    border: none;
    outline: none;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 340px;
    height: 70px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    background-color: var(--thm-light);
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .shop-one__product-sorter {
        margin-top: 0;
    }
}

.shop-one__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.shop-one__image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-one__item:hover .shop-one__image img {
    opacity: 0.7;
}

.shop-one__sale {
    position: absolute;
    top: 0;
    right: 30px;
    background-color: var(--thm-black);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    padding: 7px 14px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: .1em;
}

.shop-one__cart {
    background-color: var(--thm-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    padding: 4.5px 15px;
}

.shop-one__cart:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.shop-one__item:hover .shop-one__cart {
    opacity: 1;
    visibility: visible;
}

.shop-one__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 800;
}

.shop-one__title a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-one__title a:hover {
    color: var(--thm-primary);
}

.shop-one__price {
    font-size: 16px;
    color: var(--thm-gray);
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.shop-one__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.shop-one__rating i {
    font-size: 14px;
    color: #ffc617;
}

.shop-one__rating i+i {
    margin-left: 7px;
}

.shop-one__sidebar {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .shop-one__sidebar {
        margin-bottom: 0;
    }
}

.shop-one__sidebar__price .noUi-horizontal {
    height: 4px;
    background-color: var(--thm-light);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-one__sidebar__price .noUi-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
    right: -8px;
}

.shop-one__sidebar__price .noUi-handle::before,
.shop-one__sidebar__price .noUi-handle::after {
    display: none;
}

.shop-one__sidebar__price .noUi-connect {
    background-color: var(--thm-primary);
}

.shop-one__sidebar__price .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 20px;
}

.shop-one__sidebar__price .form-group p {
    margin: 0;
    font-size: 14px;
    color: var(--thm-gray);
}

.shop-one__sidebar__price .form-group .left>span {
    margin-left: 5px;
    margin-right: 5px;
}

.shop-one__sidebar__price .form-group .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-one__sidebar__price .thm-btn {
    padding: 3px 20px;
    font-size: 12px;
}

.shop-one__sidebar__price .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
    border: 1px solid #e6e9ef;
    padding: 30px;
}

.shop-one__sidebar__item+.shop-one__sidebar__item {
    margin-top: 30px;
}

.shop-one__sidebar__item__title {
    font-size: 20px;
    font-weight: 800;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.shop-one__sidebar__category {
    padding-bottom: 20px !important;
}

.shop-one__sidebar__category__list {
    margin: 0;
    margin-top: -10px;
}

.shop-one__sidebar__category__list li {
    position: relative;
}

.shop-one__sidebar__category__list li+li {
    margin-top: 10px;
}

.shop-one__sidebar__category__list li::after {
    content: '\e915';
    font-family: "icomoon";
    color: var(--thm-gray);
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover::after {
    color: var(--thm-primary);
    opacity: 1;
    visibility: visible;
}

.shop-one__sidebar__category__list li a {
    font-size: 16px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover a {
    color: var(--thm-black);
    text-shadow: 0 0 1px currentColor;
}

.shop-one__sidebar__search {
    background-color: var(--thm-primary);
    padding-left: 30px;
    padding-right: 30px;
}

.shop-one__sidebar__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.shop-one__sidebar__search :-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.shop-one__sidebar__search ::-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.shop-one__sidebar__search ::placeholder {
    opacity: 1;
    color: #ffffff;
}

.shop-one__sidebar__search input[type=text],
.shop-one__sidebar__search input[type=search] {
    width: 100%;
    height: 71px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.shop-one__sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    color: var(--thm-black);
    font-size: 20px;
    background-color: transparent;
    color: #fff;
}




/* product details */
.product-details {
    padding-top: 120px;
    padding-bottom: 60px;
}

.product-details__image {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .product-details__image {
        margin-bottom: 0;
    }
}

.product-details__image img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .product-details__content__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: -10px;
    }
}

.product-details__content__name {
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
}


.product-details__content__price {
    font-size: 16px;
    color: var(--thm-primary);
    font-weight: 700;
    position: relative;
}

@media (min-width: 992px) {
    .product-details__content__price {
        font-size: 20px;
        top: -2px;
        margin-left: 20px;
    }
}

.product-details__content__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .product-details__content__rating {
        margin-top: 10px;
    }
}

.product-details__content__rating__star i {
    font-size: 16px;
    color: #ffc617;
}

@media (min-width: 992px) {
    .product-details__content__rating__star i {
        font-size: 18px;
    }
}

.product-details__content__rating__star i+i {
    margin-left: 3px;
}

@media (min-width: 992px) {
    .product-details__content__rating__star i+i {
        margin-left: 2px;
    }
}

.product-details__content__rating__count {
    margin-left: 10px;
    font-size: 18px;
    color: var(--thm-gray);
}

.product-details__content__text {
    border-top: 1px solid #e6e9ef;
    padding-top: 20px;
    margin-top: 20px;
}

.product-details__content__text p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--thm-gray);
}

.product-details__content__text p+p {
    margin-top: 20px;
}

.product-details__content__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-details__content__quantity__text {
    font-size: 18px;
    font-weight: bold;
    color: var(--thm-black);
    line-height: 1;
    margin-right: 20px;
    text-transform: uppercase;
}

.product-details__content__quantity .quantity-box {
    width: 97px;
    height: 60px;
    border: 1px solid #e6e9ef;
    position: relative;
    overflow: hidden;
}

.product-details__content__quantity .quantity-box input[type=number] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-right: 30px;
    text-align: center;
}

.product-details__content__quantity .quantity-box .sub {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    width: 30px;
    border-left: 1px solid #e6e9ef;
    height: 30px;
    background-color: transparent;
}

.product-details__content__quantity .quantity-box .add {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8px;
    width: 30px;
    border-left: 1px solid #e6e9ef;
    border-top: 1px solid #e6e9ef;
    background-color: transparent;
    height: 30px;
}

@media (min-width: 992px) {
    .product-details__content__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }
}

.product-details__content__buttons .thm-btn {
    margin-bottom: 20px;
}

.product-details__content__buttons .cart-btn {
    background-color: var(--thm-black);
    color: #fff;
}

.product-details__content__buttons .cart-btn:hover {
    color: #fff;
    background-color: var(--thm-primary);
}

@media (min-width: 992px) {
    .product-details__content__buttons .wishlist-btn {
        margin-left: 20px;
    }
}

.product-details__content__buttons .wishlist-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-details__content__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .product-details__content__social {
        margin-top: 20px;
    }
}

.product-details__content__social__text {
    color: var(--thm-black);
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .product-details__content__social__text {
        font-size: 18px;
    }
}

.product-details__content__social a {
    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;
    font-size: 20px;
    color: var(--thm-gray);
    border-radius: 50%;
}

.product-details__content__social a:first-of-type {
    margin-left: 30px;
}

.product-details__content__social a+a {
    margin-left: 10px;
}

@media(min-width: 992px) {
    .product-details__content__social a+a {
        margin-left: 30px;
    }
}

.product-content__title {
    margin: 0;
    font-size: 30px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}


.product-content .product-content__title {
    margin-bottom: 50px;
}

.product-content p {
    margin: 0;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 32px;
}

.product-content p+p {
    margin-top: 20px;
}

.product-review {
    padding-top: 60px;
    padding-bottom: 0px;
}

.product-review .product-content__title {
    margin-bottom: 50px;
}

.product-review__item {
    border-bottom: 1px solid #e6e9ef;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative;
}

@media (min-width: 992px) {
    .product-review__item {
        padding-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-review__item__image {
    margin-bottom: 20px;
    background-color: var(--thm-black);
    border-radius: 50%;
    width: 166px;
    height: 166px;
}

@media (min-width: 992px) {
    .product-review__item__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 35px;
    }
}

.product-review__item__image img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

@media(min-width: 992px) {
    .product-review__item__top {
        display: flex;
        align-items: baseline;
    }
}

.product-review__item__title {
    font-size: 20px;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--thm-black);
}

.product-review__item__text {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--thm-gray);
    margin-top: 20px;
}

.product-review__item__meta {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-primary);
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .product-review__item__meta {
        margin-left: 20px;
    }
}

.product-review__item__meta span {
    margin-left: 10px;
    margin-right: 10px;
}

.product-review__item__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .product-review__item__star {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
}

.product-review__item__star i {
    font-size: 16px;
    color: #ffc617;
}

@media (min-width: 992px) {
    .product-review__item__star i {
        font-size: 18px;
    }
}

.product-review__item__star i+i {
    margin-left: 3px;
}

@media (min-width: 992px) {
    .product-review__item__star i+i {
        margin-left: 7px;
    }
}

.product-form {
    padding-bottom: 120px;
}

.product-form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray);
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .product-form__rating {
        font-size: 18px;
    }
}

.product-form__rating i {
    color: #ffc617;
    font-size: 16px;
    position: relative;
    top: -2px;
}

@media (min-width: 992px) {
    .product-form__rating i {
        font-size: 18px;
    }
}

.product-form__rating i:first-of-type {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .product-form__rating i:first-of-type {
        margin-left: 20px;
    }
}

.product-form__rating i+i {
    margin-left: 3px;
}

@media (min-width: 992px) {
    .product-form__rating i+i {
        margin-left: 7px;
    }
}

.product-form .comment-form__input-box textarea {
    display: block;
    margin-bottom: 30px;
}

/* proceed to checkout */
.proceed-to-checkout {
    padding-top: 60px;
    padding-bottom: 120px;
}

@media (min-width: 768px) {
    .proceed-to-checkout__cupon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.proceed-to-checkout__cupon input[type=text] {
    border: none;
    outline: none;
    width: 100%;
    max-width: 375px;
    height: 70px;
    background-color: var(--thm-light);
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .proceed-to-checkout__cupon input[type=text] {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.proceed-to-checkout__cupon .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.proceed-to-checkout__list {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .proceed-to-checkout__list {
        margin-top: 0;
    }
}

.proceed-to-checkout__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--thm-gray);
    font-weight: 500;
    font-size: 18px;
}

.proceed-to-checkout__list li+li {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .proceed-to-checkout__list li+li {
        margin-top: 15px;
    }
}

.proceed-to-checkout__list li:last-of-type {
    color: var(--thm-primary);
}

.proceed-to-checkout__list li i {
    font-style: normal;
}

.proceed-to-checkout__list li span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}


@media (min-width: 576px) {
    .proceed-to-checkout__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media(min-width: 992px) {

    .proceed-to-checkout__list,
    .proceed-to-checkout__buttons {
        padding-left: 10px;
    }
}

.proceed-to-checkout__checkout-btn {
    background-color: var(--thm-black);
    color: #fff;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .proceed-to-checkout__checkout-btn {
        margin-bottom: 0;
    }
}


.proceed-to-checkout__buttons .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.proceed-to-checkout__buttons .proceed-to-checkout__checkout-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

/* cart table */
.cart-table {
    padding-top: 90px;
}

@media (min-width: 992px) {
    .cart-table {
        padding-top: 105px;
    }
}

.cart-table table {
    width: 100%;
}

.cart-table tr {
    border-bottom: 1px solid #e6e9ef;
}

.cart-table th {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    padding-bottom: 25px;
}

.cart-table th:last-of-type {
    text-align: right;
}

.cart-table td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table__item__title {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 700;
    margin-left: 30px;
    text-transform: uppercase;
}

.cart-table .quantity-box {
    width: 97px;
    height: 60px;
    border: 1px solid #e6e9ef;
    position: relative;
    overflow: hidden;
}

.cart-table .quantity-box input[type=number] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-right: 30px;
    text-align: center;
}

.cart-table .quantity-box .sub {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    width: 30px;
    border-left: 1px solid #e6e9ef;
    background-color: transparent;
    height: 30px;
}

.cart-table .quantity-box .add {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8px;
    width: 30px;
    border-left: 1px solid #e6e9ef;
    border-top: 1px solid #e6e9ef;
    height: 30px;
    background-color: transparent;
}

.cart-table__close {
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    margin-left: auto;
}

.cart-table__close::after,
.cart-table__close::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--thm-black);
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-table__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .cart-table .cart-table__item img {
        width: 60px;
    }

    .cart-table table {
        border: 0;
    }

    .cart-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cart-table table tr {
        display: block;
    }

    .cart-table table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e6e9ef;
    }

    .cart-table table td::before {
        /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--thm-black);
    }

    .cart-table table td:last-child {
        border-bottom: 0;
    }
}

.comment-one__form select {
    border: none;
    outline: none;
    border: none;
    outline: none;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 70px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    background-color: var(--thm-light);
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-bottom: 20px;
}

/* checkout page */
.checkout-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.checkout-page .comment-one__form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.checkout-page .comment-one__form [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-page .comment-one__form .form-group {
    margin-bottom: 20px;
}

.checkout-page__returning {
    margin: 0;
    font-size: 16px;
    color: var(--thm-gray);
    line-height: 1.5em;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .checkout-page__returning {
        line-height: 1;
    }
}

.checkout-page__returning a {
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout-page__returning a:hover {
    color: var(--thm-black);
}

.checkout__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

.checkout__checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__checkbox input[type=checkbox] {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

.checkout__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkout__checkbox label::after {
    content: '';
    width: 19px;
    height: 19px;
    background-color: var(--thm-light);
    border-radius: 50%;
    margin-left: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__checkbox input[type=checkbox]:checked+label::after {
    background-color: var(--thm-primary);
    content: '\f00c';
}

.checkout-page .comment-one__form .field-checkbox {
    position: relative;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

.checkout-page .comment-one__form .field-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray);
    cursor: pointer;
}

.checkout-page .comment-one__form .field-checkbox label::before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: var(--thm-light);
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked+label::before {
    background-color: var(--thm-primary);
    content: '\f00c';
}

.checkout-page .comment-one__form textarea {
    height: 150px;
}

.checkout-page .comment-one__form {
    margin-bottom: 60px;
}

.checkout__table {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .checkout__table {
        margin-bottom: 0;
    }
}

.checkout__table thead th {
    color: var(--thm-black);
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
    text-align: right;
}

.checkout__table thead {
    border-top: 1px solid #e6e9ef;
    border-bottom: 1px solid #e6e9ef;
}

.checkout__table thead th,
.checkout__table tbody td {
    padding: 0;
    /* border-top: 1px solid #e6e9ef; */
    border: 0;
    font-size: 16px;
}

.checkout__table thead th {
    padding-top: 30px;
    padding-bottom: 23px;
}

.checkout__table tbody {
    border-bottom: 1px solid #e6e9ef;
}

.checkout__table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--thm-gray);
}

.checkout__payment {
    background-color: var(--thm-light);
    padding: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .checkout__payment {
        padding: 50px;
        padding-bottom: 25px;
    }
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 35px;
}

.checkout__payment__title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.02em;
    color: var(--thm-black);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: '';
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 2px solid #e6e9ef;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #e6e9ef;
}

.checkout__payment__title img {
    margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    content: '\f00c';
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: #686a6f;
}

.checkout-page__btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

/* main menu three update */

.main-header-three .main-menu .main-menu__list>li+li,
.main-menu-three.stricky-header .main-menu__list>li+li {
    margin-left: 50px;
}

.item img{
	border-radius:20px;
}
.location__inner a:hover {
    color: #fff !important;
}
.admission-btn a{
	display:none;
}

th.tb-1 {
    background: #eb8082;
    border-bottom: 1px solid #d56e70 !important;
    color: #fff;
	font-size:20px;
    font-weight: 400;
}
td.tb-2 {
    background: #c73133;
    font-size: 40px;
    color: #fff;
}
span.month {
    font-size: 20px;
}
h5.classname {
    color: #fff;
}
.tb-3 {
    background: #f9e7e7 !important;
    color: #837d7d;
    font-size: 15px;
    font-weight: 500;
}

span.all {
    font-size: 20px;
}
h5 {
    color: #545454;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}	

#sib-container{
	position:relative;
}


.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  transform: scale(1);
}
.social-btns {
  height: 40px;
  margin: auto;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top:20px;
  margin-left:10px;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 34px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}



h5.award2 {
    font-size: 14px;
    text-align: center;
    padding: 4px;
    margin-top: 15px;
	font-family: 'Josefin Sans';
}
a.hero-btn2 {
   background: #c73133;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 30px;
	display: inline-block;
	font-size: 17px;
}
h3.ad-title {
    font-size: 20px;
    color: #fff;
    padding: 11px 0 10px 0;
}
.img {
    text-align: center;
    /* padding: 0px 30px; */
    position: relative;
    background: #c73133;
    border-radius: 15px;
}
span.bg-red {
    background: #686363;
    padding: 8px 8px;
    font-size: 32px;
    color: #fdf6f5;
    border-left: 4px solid #c73133;
    border-right: 4px solid #c73133;
	margin-right:10px;
}
.info {
    margin-top: 10px;
}
.info li {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
}
.info li a {
    color: #fff;
}
.info li a:hover {
    color: #000 !important;
}
ul.process {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.process li {
    width: 25%;
    float: left;
    padding: 75px 15px 18px 25px;
    line-height: 15px;
    min-height: 198px;
	 background-size: cover;
	 font-size:13px;
}

@media only screen and (max-width: 767px) {
    ul.process li {
        width: 100%;
        float: left;
        min-height: 270px;
        padding: 109px 45px 20px 46px;
        line-height: 20px;
    }
}
ul.process li {
    background: url(../images/admission-procidure1.png) no-repeat;
	 background-size: cover;
}
ul.process li:nth-child(2) {
    background: url(../images/admission-procidure2.png) no-repeat;
	 background-size: cover;
}
ul.process li:nth-child(3) {
    background: url(../images/admission-procidure3.png) no-repeat;
	 background-size: cover;
}
ul.process li:nth-child(4) {
    background: url(../images/admission-procidure4.png) no-repeat;
	 background-size: cover;
}
ul.process li:nth-child(5) {
    background: url(../images/admission-procidure5.png) no-repeat;
	 background-size: cover;
}



.policy li a {
    color: #fff;
    text-decoration: underline;
}
.policy li {
    float: left;
    list-style: none;
    padding: 5px 20px;
}

.info ul, .policy ul {
    margin: 0px;
    padding: 0px;
}
.fade:not(.show) {
    opacity: 1;
}

/* Start form section */
.block-class{max-width:100%;background-color:#fff;}
.block-class .form-control {padding-left: 10px;}
.block-class .input-group-btn.bs-dropdown-to-select-group {padding-right: 3px !important;}
.block-class .dynamic_theme_block .form-custom .form-group.StateId {padding: 0 10px 0 0;}
.block-class .panel, .block-class .panel-default > .panel-heading{background-color: transparent !important;}
.block-class .panel-default, .block-class .panel-default > .panel-heading{border:none; padding: 0;}
.panel-default > .panel-heading{font-family: 'Roboto', sans-serif;color:#fff; font-size:24px;line-height: 100%;}
.form-heading{padding-top:10px;margin:0}.form-block{max-width:400px;min-width:400px;font-size:12px;position:absolute;left:50%;margin-left:176px}
.form-block-inner{background-color:#fff}.form-group>label{font-weight:normal;line-height:18px;display:none}.form-group>label[for="termscondition"]{display:block}input[type="checkbox"]{vertical-align:top}.form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#333}.select-arrow-cust{background-color:transparent}.has-error .form-control,.has-error .SumoSelect{border-color:#f44336;box-shadow:none;color:#f44336}.has-error .form-control::-webkit-input-placeholder,.has-error .SumoSelect::-webkit-input-placeholder{color:#f44336}.has-error .form-control:-moz-placeholder,.has-error .SumoSelect:-moz-placeholder{color:#f44336}.has-error .form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#f44336}.has-error .form-control:-ms-input-placeholder,.has-error .SumoSelect:-ms-input-placeholder{color:#f44336}
.panel.dynamic_theme_block{border:none;padding: 10px 20px 35px 20px;margin-bottom:0;/* border-radius: 10px; */}.panel.dynamic_theme_block .nav-tabs{border:none}.panel.dynamic_theme_block .nav>li>a{padding:5px 15px;border:none;font-size:14px;color:#2874f0;border-bottom:1px solid #ddd;padding-left: 18px;padding-right: 18px;}
.panel.dynamic_theme_block .nav-tabs>li.active>a,.panel.dynamic_theme_block .nav-tabs>li.active>a:focus,.panel.dynamic_theme_block .nav-tabs>li.active>a:hover{border:none;background-color: #dd302e;padding-right: 18px;border-bottom: 1px solid #dd302e;font-size: 15px;padding-left: 18px;}
.panel.dynamic_theme_block .nav-tabs>li>a:focus,.panel.dynamic_theme_block .nav-tabs>li>a:hover{background-color: transparent;}.panel.dynamic_theme_block .panel-body{box-shadow:0 0 0 #fff;margin-top: 12px;padding:0;}
.panel.dynamic_theme_block .form-custom .Mobile .form-control,.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{padding:0 0 5px}
.panel.dynamic_theme_block .or-seperator{margin:20px 0 10px}.panel.dynamic_theme_block .form-custom{max-height:100%;padding-right:0}.panel.dynamic_theme_block .btn-npf{background-color: #fff;border:none;color: #000;font-size: 17px;width: 100%;margin-top: 10px;/* margin-bottom: 5px; *//* text-shadow: 1px 1px 1px #000; *//* text-transform: uppercase; */}
.panel.dynamic_theme_block .btn-npf:hover,.panel.dynamic_theme_block .btn-npf:focus{background-color: #FBC804;color: #000!important;/* text-shadow: 1px 1px 1px #000; */}.accordionStyle .panel-accordion{border-radius:0;border:1px solid #ccc}.accordionStyle .panel-heading{padding:0}
.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn{background-color: transparent;border:1px solid #e6e6e6;color:#000;border-radius: 0;}
.dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control {background-color: #ddd;color: #999;border: 1px solid #e6e6e6;border-radius: 0;}
.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {font-size: 10px;/* margin-bottom: -9px; */color: #f44336;}
.merge_field_div{ margin-bottom:15px;}
.input-group .form-group{vertical-align:top;display:table-cell;}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #333;}
.form-control::-moz-placeholder { /* Firefox 19+ */color: #333;}
.form-control:-ms-input-placeholder { /* IE 10+ */color: #333;}
.form-control:-moz-placeholder { /* Firefox 18- */color: #333;}

/** Start css for focus on input field **/
.input-focus::-webkit-input-placeholder { color: #ccc; }    
.input-focus::-moz-placeholder { color: #ccc; }
.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/

.panel.dynamic_theme_block .form-custom .Mobile .form-control, 
.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, 
.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{
	padding: 6px 6px 6px 10px;
}
.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select{
	background-color:  #fff;
	padding: 7.4px 10px;
	border-top: 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
	border-left: 1px solid #e6e6e6 !important;
	border-radius:0;
	color: #000;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group{margin-right:0;}
.dynamic_theme_block .form-custom .form-group.CourseId{/* width: 50%; *//* display: inline-block; *//* padding: 0 10px 0 0; */}
.dynamic_theme_block .form-custom .agree-group .agree-condition{color: #fff;line-height: 12px;font-size: 12px;}
.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {z-index:1;color:#000;font-size: 16px;margin-bottom: -10px;}
/* .CourseId:before{right: 10px !important;z-index: 999;} */
.form-group.label-floating.field-select.reg_university_id_div {position: relative;}
.reg_university_id_div:before {position: absolute;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{-webkit-text-fill-color: #000;-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

.form-control:focus { border-color: lightgrey;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);}
.form-control {-webkit-box-shadow: none; box-shadow:none;}
.form-custom{ overflow: unset;}
.dynamic_theme_block .tab-pane .form-group, 
.dynamic_theme_block .form-custom .merge_field_div, 
.dynamic_theme_block .form-custom .checkbox{margin-bottom:15px;}
.dynamic_theme_block .btn-register{margin:0;}
.dynamic_theme_block .fpass a {color: #fff;text-transform: uppercase;}
span.agree-condition {color: #fff;font-size: 12px;padding-left: 6px;}
.form-group.agree-group.col-md-12.m0.has-error .help-block {font-size: 10px;}
.form-group.agree-group.col-md-12.m0.has-error {line-height: 18px;}
.StateId:before {right: 20px;}
.panel.dynamic_theme_block .nav>li>a[aria-expanded="true"]{color: #fff;text-shadow: 1px 1px 1px #000;}
.form-control {padding: 0 5px 0px;height: 36px;}
.dynamic_theme_block .tab-pane .form-group {margin-bottom: 10px;}
.panel-default>.panel-heading {margin-top: 5px;display: none;}
.dynamic_theme_block .form-custom .captcha {margin-top: 0px;}
.dynamic_theme_block .form-custom .form-group.StateId {margin-top: 0px;}
.dynamic_theme_block .form-custom .form-group.CityId {margin-top: 0px;}
.dynamic_theme_block .tab-pane .form-group, .dynamic_theme_block .form-custom .merge_field_div, .dynamic_theme_block .form-custom .checkbox {margin-bottom: 5px;}
.dynamic_theme_block .form-custom .checkbox{margin: 5px 0 0;}
 input#Captcha {padding: 14px 5px;} 
.block-class input#Captcha{padding-left: 10px;} 
.dynamic_theme_block .form-custom .form-group.captcha-txt {width: 50%;}
.dynamic_theme_block .form-group.has-error .help-block {color: yellow;}
.dynamic_theme_block .form-custom .captcha {width: 100%;float: left;padding: 0;z-index: 999;position: relative;clear: both;margin-bottom: 5px;}
.dynamic_theme_block .captcha img {width: 50%;height: 36px;float: left;padding-right: 10px;margin-right: 0;}
.dynamic_theme_block .captcha .CaptchaRefreshBtn {top: 8px;right: 50%;color: #000;border: none;position: absolute;background-color: #fff;font-size: 0px;margin-right: 20px;}
.dynamic_theme_block #forgotBtn {margin-top: 20px;}
.form-control {font-size: 13px;z-index: 11;}
.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {display:  block;color: #767676;}
.help-block {font-size:10px;}
.form-group.label-floating.is-empty.captcha-txt.has-error .help-block {margin-bottom: 10px;}
.form-group.is-focused .help-block {line-height: 12px;}
.dynamic_theme_block .tab-content .help-block {line-height: 12px;font-size: 10px;color: yellow !important;}
.dynamic_theme_block .tab-content .help-block strong {line-height: 12px;font-size: 10px;color: #fff !important;}
.dynamic_theme_block .form-group.has-error .help-block {font-size: 11px;/* margin-top: 2px; */}
 input#forgetEmail{margin-top: 10px;}
.reg_specialization_id_div:before{content: "\f107";font-family: FontAwesome;position: absolute;right: 13px !important;font-size: 16px;color: #000;top: 4px;}
.reg_field_where_did_you_hear_about_us_div{position:relative}
.reg_field_where_did_you_hear_about_us_div:before{content: '';border-color: transparent #a0a0a0 #a0a0a0 transparent;border-style: solid;border-width: 6px;right: 1px;bottom: 0;margin-bottom: 0;top: auto;position: absolute;}
.reg_specialization_id_div {display: inline-block;width: 100%;position: relative;padding-right: 0px;}
.dynamic_theme_block .tab-content { line-height: 18px;}
.fbLogin, .gpLogin {padding: 5px 3px;font-size:12px;}
.row.margin-top-10.margin0 .col-sm-6 {width:48%;padding-right:0;}
.gpLogin {padding: 5px;}
#tab3default > div > div.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass > a {float: left;}
#tab3default > div > div.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass > a {margin-right: 0;}
button#registerBtn {margin-bottom: 10px;}
h2#alertTitle {font-size: 22px;}
.dynamic_theme_block .CaptchaRefreshBtn:before {content: "\f021";font-family: FontAwesome;font-size: 14px;}
.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {content: '';border-color: transparent #a0a0a0 #a0a0a0 transparent;border-style: solid;border-width: 6px; right: 0px; bottom: 0; margin-bottom:0;top: auto;}
.StateId:before {right: 15px;}
.form-group.label-floating.reg_name_div {margin-top:  -5px;}
.site-logo {padding: 4px 0;}
.block-class .StateId:before {right: 10px;}
.help-block {color:yellow;}
.form-group.label-floating.has-error .help-block {margin-top: 2px;}
    

.panel.dynamic_theme_block .tab-pane .form-group.fpass a.registerYet {float: left;margin-left: -15px;font-size: 11px;}
.panel.dynamic_theme_block .tab-pane .form-group.fpass a {font-size: 11px;float: right;margin-right: -15px;text-transform: uppercase;}
.form-group.agree-group.col-md-12.text-center.fpass {margin-bottom: 0;}
.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass {margin-bottom: 0;}
.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass {margin-bottom: 0;}
.resentVerification.text-center {text-transform: uppercase;margin-top: 2px;}
.resetVerify a {color: #fff;font-size: 11px;text-align: center;text-transform: capitalize;}
.text-center.center-link a {font-size: 11px;color: #fff;text-transform: capitalize;}
/** Start Strong Password Section **/
.info-password { right: 50%;margin-right: -146px;margin-top: 2px;}
.popover {font-size: 12px;}
/** End Strong Password Section **/

/* Start Inline class section */

.inline-class { max-width:100%; background-color: #fff;}
.inline-class .panel, .inline-class .panel-default > .panel-heading{background-color: transparent !important;color: red !important;}
.inline-class .panel.dynamic_theme_block .nav>li>a {color: #2874f0; border-bottom: 1px solid #ddd;}
.inline-class .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color: #fff;}
.inline-class .dynamic_theme_block .fpass a {color: #2874f0;}
.inline-class .dynamic_theme_block .form-custom .agree-group .agree-condition {color: #000;} 
.inline-class .form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn {color: #000;background-color: transparent;border-radius:0;border: 0;}  
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {background-color: #fff;border:0 !important;border-radius: 0;color: #000;}
.inline-class .CountryId:before, .inline-class .StateId:before, .inline-class .CityId:before, .inline-class .CourseId:before, .inline-class .reg_specialization_id_div:before {color: #000;font-size: 16px;}   
.inline-class .dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control{background-color: transparent;color: #999;border: none;border-bottom: 1px solid lightgrey;}  
.inline-class .form-control {-webkit-box-shadow: none;box-shadow: none;border-bottom: 1px solid #ddd; }
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group {border-bottom: 1px solid lightgrey;}
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {padding: 4px 10px 4px 10px;} 
.inline-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .inline-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .inline-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{border-radius: 0;}
.inline-class .form-control {font-size: 13px;z-index: 11;}
.inline-class .panel.dynamic_theme_block{padding: 8px 20px 8px 20px;}
.inline-class .panel-default>.panel-heading {margin-top: 5px;border-bottom: unset;} 
.inline-class .dynamic_theme_block .tab-pane .form-group, .inline-class .dynamic_theme_block .form-custom .merge_field_div, .inline-class .dynamic_theme_block .form-custom .checkbox{margin-bottom: 8px;}    
.inline-class span.agree-condition {color: #000;}
.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:hover{border-bottom: 1px solid #dd302e;}
.inline-class .dynamic_theme_block .form-custom .checkbox{margin: 5px 0 0;}
.inline-class .panel.dynamic_theme_block .form-custom{max-height: 100%;overflow: unset;}
.inline-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div .help-block {position: absolute;bottom: -13px;}
.inline-class .has-error .form-control{border-color: red;}
.inline-class .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
.inline-class .form-control::-moz-placeholder { /* Firefox 19+ */ color: #000;}
.inline-class .form-control:-ms-input-placeholder { /* IE 10+ */color: #000;}
.inline-class .form-control:-moz-placeholder { /* Firefox 18- */color: #000;}
/** Start css for focus on input field **/
.inline-class .form-control.input-focus::-webkit-input-placeholder { color: #ccc; }
.inline-class .form-control.input-focus::-moz-input-placeholder { color: #ccc; }
.inline-class .form-control.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/
/* End inline class section */

/** Start color class section **/
.color-class{background-color: #590922;}    
.color-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {background-color: #fff;color: #000;border-radius: 2px;}
.color-class .dynamic_theme_block .form-custom .agree-group .agree-condition {color: #fff;}
.color-class .form-control {color: #000;background-color: #fff;border-radius: 2px;}  
.color-class .CountryId:before, .color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before, .color-class .reg_specialization_id_div:before, .color-class .reg_university_id_div:before {color: #fff;z-index: 9999;}
.color-class .reg_specialization_id_div:before {color: #fff;}   
.color-class .panel.dynamic_theme_block .nav>li>a {color: #fff;}  
.color-class span.agree-condition { color: #fff; }   
.color-class .dynamic_theme_block .fpass a { color: #fff; }
.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span{color: #fff;}
.color-class .form-control.select-arrow-cust option { color: #000;}
.color-class .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
.color-class .form-control::-moz-placeholder { /* Firefox 19+ */color: #000;}
.color-class .form-control::-ms-input-placeholder { /* IE 10+ */color: #000;}
.color-class .form-control::-moz-placeholder { /* Firefox 18- */color: #000;}
.color-class .form-click {background-color: #2e6a8f;color:#fff;} 
.color-class .form-group.agree-group.col-md-12.m0.has-error .help-block {color: yellow;font-size: 11px;}
.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {color: #fff !important;}
.color-class .form-group.label-floating.has-error .help-block {color: #fff;}
.color-class .form-group.label-floating.reg_email_div.Email_email.has-error .help-block a {color: yellow;}
.color-class .form-group.label-floating.reg_email_div.Email_email .help-block a {color: yellow;}
.color-class .form-group.label-floating.has-error .help-block a {color: yellow;}
.color-class .form-group.label-floating.reg_name_div .help-block{color: #fff;}
.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {color: #fff;}
.color-class .dynamic_theme_block .form-control[disabled], .color-class .dynamic_theme_block .form-control[readonly], .color-class .dynamic_theme_block fieldset[disabled] .form-control {background-color:#f1f1f1;color:#000;border-radius: 2px;}
.color-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .color-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .color-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {border-radius:2px;}
.color-class .dynamic_theme_block .captcha img {border-radius: 2px;width: 47%;margin-right: 8px;padding-right: 0;}
.color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {padding-left: 1px;}
.color-class .fbLogin {color: #fff;border-color: #fff;}
.color-class .gpLogin {color: #fff;border-color: #fff;}
.color-class .form-heading {color: #fff;}
.color-class .text-center.center-link a {color: #fff;}
.color-class .resetVerify a {color: #fff;}
/** End color class section **/
/** Start css for focus on input field **/
.color-class .form-control.input-focus::-webkit-input-placeholder { color: #ccc; }
.color-class .form-control.input-focus::-moz-input-placeholder { color: #ccc; }
.color-class .form-control.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/

/** Start color class media query for image captcha **/
@media (max-width: 1100px) and (min-width: 400px){
    .color-class .dynamic_theme_block .captcha img {width: 50%;margin-right: 0;padding-right:10px;}
    .color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {padding-left: 0;}
}
/** End color class media query for image captcha **/

/** Start Link-Border Class **/
.link-border .panel.dynamic_theme_block {padding: 3px 20px 6px 20px;}
.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color:  #000;text-shadow:  unset;font-size: 15px;padding-bottom:10px;}
.link-border .panel.dynamic_theme_block .nav>li>a {border:  none;color: #333131;padding-left: 16px;padding-right: 16px; font-size: 15px;}
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {background-color:  transparent;border-bottom: 2px solid #dd302e;}    
.link-border .panel.dynamic_theme_block .nav>li>a:hover {color:  #000;}
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    padding-left:16px;padding-right:16px;}
/** End Link-Border Class **/  

/** Start Link-Border Class with color class **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color: #fff;}
.color-class.link-border .panel.dynamic_theme_block .nav>li>a {color: #fff;}
/** End Link-Border Class with color class **/  



/** Start Form position section **/

   @media (min-width:1099px){
  .formContainer{max-width:350px;min-width:350px;z-index:1;border-radius: 5px;}

  .form-absolute{position:absolute;top: 50%;transform: translate(-50%, -50%);}
  .form-fixed{position:fixed;}
  .form-relative{position:relative;top:12px;}
  .form-position-left{left:50%;margin-left:-585px;}
  .form-position-right{right:50%;margin-right: -750px;/* border-radius: 5px; */box-shadow: 0 0 10px #000;}
  .resentVerification.text-center {text-transform: uppercase;margin-top: 2px;/* position: absolute; */bottom: 5px;z-index: 9999;right: 50px;color: #fff !important;}
  .center-link {text-align: left;display: inline-block;position: relative;}
  }
/** End Form position section **/
.merge_field_div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div {
    flex-grow: 1;
}

.form-control option{
    color:#fff;
}
.form-control {color:#333;background:#fff;}
select.form-control {color:#333}
select.form-control option{color:#000}

.form-group.label-floating.field-select.reg_field_where_did_you_hear_about_us_div {
    width: 100%;
    display: inline-block;
}
#country_dial_codeMobile ~ .sr-only{
    display:none;
}
#country_dial_codeMobile ~ .caret{
    display:none;
}
.checkbox {
    text-align: left;
}
.form-group{
    text-align:left;
}
.help-block a{color:#fff}
.modal-header {
    background-color: #bf2e2e;
    color: #fff !important;
    justify-content: space-between;
    align-items:flex-end
}
.modal-header .modal-title{
    color:#fff;
}
.modal-header .close {
    background:transparent;color:#000;
}






.dynamic_theme_block .form-custom .form-group.CourseId {
    width: 100%;
    float: left;
    padding: 0px !important;
    z-index: 1;
}

.reg_specialization_id_div {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 0px;
}

@media only screen and (max-width: 767px) {
    h4.sub-title {
        font-size: 20px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 28px;
    }
}

/* Large Layout: 1200px.
@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid{padding: 0;}


.cta_two_btn {
    margin-left: 49px;
}



}


*/

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-one__title {
        width: 960px;
    }

    .welcome-one__left {
        margin-right: 0;
    }

    .welcome-one__video-btn {
        left: 0;
    }

    .welcome-one__img-2 {
        right: 0;
    }

    .two-boxes__single {
        padding: 60px 39px 52px;
    }

    .cases-one__content {
        padding: 48px 30px 44px;
    }

    .faq-one__right {
        margin-top: 50px;
    }

    .testimonials-one {
        padding: 120px 0 243px;
    }

    .testimonials-one__carousel.owl-theme .owl-nav {
        position: absolute;
        bottom: -128px;
        left: 0;
    }

    .counter-one__single {
        max-width: 462px;
        margin-bottom: 30px;
    }

    .counter-one__single:nth-child(1) {}

    .counter-one__single:nth-child(2) {}

    .counter-one__single:nth-child(3) {
        margin-bottom: 0;
    }

    .counter-one__single:nth-child(3):before {
        display: none;
    }

    .counter-one__single:nth-child(4) {
        margin-bottom: 0;
    }

    .financial-advice__box .tab-btns .tab-btn {
        max-width: 310px;
    }

    .financial-advice__single-2 {
        padding-left: 0;
        margin-right: 0px;
    }

    .financial-advice__single-2:before {
        display: none;
    }

    .financial-advice__single-3 {
        margin-left: 0;
    }

    .news-one__content {
        padding: 30px 20px 37px;
    }

    .news-one__title {
        font-size: 23px;
        line-height: 33px;
    }

    .footer-widget__newsletter {
        position: relative;
        display: block;
        margin-top: 40px;
    }

    .industries .section-title__title {
        font-size: 37px;
        line-height: 47px;
    }

    .industries__single {
        max-width: 462px;
    }

    .industries__single:nth-child(1) {}

    .industries__single:nth-child(2) {}

    .industries__single:nth-child(3):before {
        display: none;
    }

    .industries__single:nth-child(4) {}

    .services-one__content {
        padding: 42px 25px 50px;
    }

    .services-one__title {
        font-size: 21px;
        line-height: 31px;
    }

    .listen__left {
        margin-bottom: 60px;
    }

    .two-section__left {
        margin-right: 0;
    }

    .two-section__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .feature__content {
        padding: 45px 19px 50px;
    }

    .feature__title {
        font-size: 20px;
    }

    .cases-two__content {
        padding: 40px 20px 40px;
    }

    .cases-two__tilte {
        font-size: 25px;
    }

    .services-two__top-right {
        margin-left: 0;
    }

    .services-two__top-left .section-title__title {
        font-size: 40px;
        line-height: 50px;
    }

    .financial__right {
        margin-left: 0;
    }

    .financial__left-note-box {
        padding: 40px 30px 39px;
    }

    .financial__left-note-title {
        font-size: 26px;
        line-height: 36px;
    }

    .financial {
        padding: 120px 0 108px;
    }

    .reasons__left {
        margin-right: 0;
    }

    .reasons {
        padding: 120px 0 112px;
    }

    .largest-business {
        background: #3c72fc;
    }

    .largest-business__layer-outer-left {
        display: none;
    }

    .largest-business__layer-outer-right {
        float: none;
        width: 100%;
        height: 500px;
    }

    .largest-business__left {
        position: relative;
        display: block;
        z-index: 1;
        padding-top: 550px;
        padding-bottom: 110px;
        margin-right: 0;
    }

    .about__right {
        margin-left: 0;
    }

    .listen__progress-wrap {
        grid-template-columns: repeat(2, 220px);
    }

    .listen__progress h3 {
        font-size: 15px;
        margin-left: 15px;
    }

    .services-details__planning {
        flex-direction: column;
    }

    .services-details__planning-content {
        margin-left: 0;
        margin-top: 42px;
    }

    .welcome-one__big-text {
        display: none;
    }





}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-one__title {
        width: 720px;
    }

    .welcome-one__left {
        margin-right: 0;
    }

    .welcome-one__video-btn {
        left: 0;
    }

    .welcome-one__img-2 {
        right: 0;
    }

    .welcome-one__right {
        margin-top: 50px;
    }

    .our-mission__title {
        font-size: 53px;
        line-height: 63px;
    }

    .faq-one__right {
        margin-top: 50px;
    }

    .testimonials-one {
        padding: 120px 0 243px;
    }

    .testimonials-one__carousel.owl-theme .owl-nav {
        position: absolute;
        bottom: -128px;
        left: 0;
    }

    .counter-one__single {
        max-width: 342px;
        margin-bottom: 30px;
    }

    .counter-one__single:nth-child(1) {}

    .counter-one__single:nth-child(2) {}

    .counter-one__single:nth-child(3) {
        margin-bottom: 0;
    }

    .counter-one__single:nth-child(3):before {
        display: none;
    }

    .counter-one__single:nth-child(4) {
        margin-bottom: 0;
    }

    .financial-advice__box .tab-btns .tab-btn {
        max-width: 230px;
    }

    .financial-advice__box .tab-btns .tab-btn span {
        padding: 30.5px 0px;
        font-size: 16px;
    }

    .financial-advice__single-2 {
        padding-left: 0;
        margin-right: 0;
        margin-top: 37px;
        margin-bottom: 43px;
    }

    .financial-advice__single-2:before {
        display: none;
    }

    .financial-advice__single-3 {
        margin-left: 0;
    }

    .cta-one__title {
        font-size: 25px;
        line-height: 35px;
    }

    .cta-one__inner {
        flex-direction: column;
    }

    .footer-widget__newsletter {
        position: relative;
        display: block;
        margin-top: 40px;
    }

    .cta-one__right {
        margin-top: 30px;
    }

    .industries .section-title {
        margin-bottom: 50px;
    }

    .industries__single {
        max-width: 342px;
    }

    .industries__single:nth-child(1) {}

    .industries__single:nth-child(2) {}

    .industries__single:nth-child(3):before {
        display: none;
    }

    .industries__single:nth-child(4) {}

    .listen__left {
        margin-bottom: 60px;
        margin-right: 0;
    }

    .testimonial-two__slider .row {
        --bs-gutter-x: 20px;
    }

    .two-section__left {
        margin-right: 0;
    }

    .two-section__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .services-two__top-right {
        margin-left: 0;
        margin-bottom: 48px;
    }

    .financial__left-img {
        margin-bottom: 30px;
    }

    .financial__left-img.mar-b-0 {
        margin-bottom: 0
    }

    .financial__right {
        margin-left: 0;
    }

    .financial__left {
        margin-bottom: 50px;
    }

    .financial {
        padding: 120px 0 108px;
    }

    .reasons-bg {
        right: -500px;
    }

    .reasons__img-box {
        margin-top: 42px;
    }





    .largest-business {
        background: #3c72fc;
    }

    .largest-business__layer-outer-left {
        display: none;
    }

    .largest-business__layer-outer-right {
        float: none;
        width: 100%;
        height: 500px;
    }

    .largest-business__left {
        position: relative;
        display: block;
        z-index: 1;
        padding-top: 550px;
        padding-bottom: 110px;
        margin-right: 0;
    }

    .about__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .message-box__left {
        position: relative;
        display: block;
        margin-bottom: 50px;
    }

    .cases-details__right {
        margin-top: 39px;
        margin-bottom: 11px;
    }

    .services-one__content {
        padding: 42px 25px 50px;
    }

    .services-details__planning-content {
        margin-left: 20px;
    }

    .services-details__left {
        margin-bottom: 39px;
    }

    .welcome-one__big-text {
        display: none;
    }





}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .real-world .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .real-world-shape {
        display: none;
    }

    .real-world__single {
        padding: 54px 30px 75px;
    }

    .brand-one__title:before {
        display: none;
    }

    .brand-one__title:after {
        display: none;
    }

    .brand-one__title {
        width: auto;
    }

    .welcome-one__left {
        margin-right: 0;
    }

    .welcome-one__video-btn {
        left: 0;
    }

    .welcome-one__img-2 {
        display: none;
    }

    .welcome-one__right {
        margin-top: 10px;
    }

    .welcome-one__title {
        font-size: 34px;
        line-height: 44px;
        margin-top: 0;
    }

    .welcome-one__call {
        align-items: inherit;
        flex-direction: column;
    }

    .welcome-one__call-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .two-boxes__single {
        padding: 50px 30px 42px;
    }

    .two-boxes__single-content {
        padding-left: 0;
    }

    .two-boxes__count {
        position: relative;
        top: 0;
    }

    .two-boxes__content {
        margin-left: 0;
        padding-top: 25px;
    }

    .cases-one__content {
        padding: 48px 30px 44px;
    }

    .cases-one .section-title__title {
        font-size: 27px;
        line-height: 37px;
    }

    .our-mission__title {
        font-size: 35px;
        line-height: 45px;
    }

    .our-mission__title br {
        display: none;
    }

    .faq-one__right {
        margin-top: 50px;
    }

    .faq-one__bottom {
        align-items: inherit;
        flex-direction: column;
    }

    .faq-one__experience-box {
        margin-top: 25px;
    }

    .faq-one .section-title__title {
        font-size: 25px;
        line-height: 35px;
    }

    .testimonials-one__carousel.owl-theme .owl-nav {
        display: none;
    }

    .testimonials-one__left .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .testimonials-one__single {
        padding: 40px 25px 57px;
    }

    .counters-one__box {
        text-align: center;
    }

    .counter-one__single {
        margin-bottom: 30px;
    }

    .counter-one__single:before {
        display: none;
    }

    .counter-one__single:nth-child(4) {
        margin-bottom: 0;
    }

    .financial-advice__box .tab-btns {
        text-align: center;
    }

    .financial-advice__box .tab-btns .tab-btn {
        float: none;
    }

    .financial-advice__single-2 {
        padding-left: 0;
        margin-right: 0;
        margin-top: 37px;
        margin-bottom: 43px;
    }

    .financial-advice__single-2:before {
        display: none;
    }

    .financial-advice__single-3 {
        margin-left: 0;
    }

    .news-one__content {
        padding: 30px 20px 37px;
    }

    .news-one__title {
        font-size: 23px;
        line-height: 33px;
    }

    .news-one__img>a {
        font-size: 20px;
    }

    .cta-one__title {
        font-size: 25px;
        line-height: 35px;
    }

    .cta-one__title br {
        display: none;
    }

    .cta-one__inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .cta-one__right {
        margin-top: 30px;
    }

    .footer-widget__about {
        margin-right: 0;
        margin-bottom: 34px;
    }

    .footer-widget__newsletter {
        position: relative;
        display: block;
        margin-top: 31px;
    }

    .footer-widget__newsletter-form {
        padding: 20px 20px 40px;
    }

    .site-footer-bottom__inner {
        flex-direction: column;
        justify-content: center;
    }

    .site-footer__social {
        margin-top: 20px;
    }

    .site-footer-shape {
        display: none;
    }

    .faq-one-accrodion .accrodion-title h4::before {
        right: -20px;
    }

    .news-one .section-title__title {
        font-size: 26px;
        line-height: 36px;
    }

    .industries .section-title {
        margin-bottom: 50px;
    }

    .industries .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .industries__single:before {
        display: none;
    }

    .industries__content-box {
        text-align: center;
    }

    .services-one__content {
        padding: 42px 25px 50px;
    }

    .services-one__title {
        font-size: 21px;
        line-height: 31px;
    }

    .services-one .section-title__title {
        font-size: 26px;
        line-height: 35px;
    }

    .video-two__video-btn {
        height: 80px;
        width: 80px;
        font-size: 15px;
    }

    .video-two .section-title__title {
        font-size: 25px;
        line-height: 35px;
    }

    .listen__left {
        margin-bottom: 60px;
        margin-right: 0;
    }

    .listen__title {
        font-size: 30px;
        line-height: 40px;
    }

    .team-one .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .testimonial-two__thumb-box li {
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .testimonial-two__text {
        font-size: 20px;
        line-height: 40px;
    }

    .testimonial-two__slider .slider-pager {
        padding-bottom: 30px;
    }

    .two-section__left {
        margin-right: 0;
    }

    .two-section__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .two-section__img-box {
        flex-direction: column;
    }

    .two-section__img-box-single+.two-section__img-box-single {
        margin-left: 0;
        margin-top: 60px;
    }

    .two-section__left-title {
        font-size: 25px;
        line-height: 35px;
    }

    .two-section__middle-content {
        align-items: inherit;
        flex-direction: column;
    }

    .two-section__middle-content-text-box {
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-expert {
        padding: 72px 15px 80px;
    }

    .contact-expert__btn {
        padding: 18px 61px;
    }

    .cta-two__title {
        font-size: 35px;
        line-height: 45px;
    }

    .feature__content {
        padding: 45px 19px 50px;
    }

    .feature__title {
        font-size: 20px;
    }

    .feature-bottom__contact {
        flex-direction: column;
        align-items: inherit;
    }

    .feature-bottom__content-box {
        margin-left: 0;
        margin-top: 20px;
    }

    .feature-bottom__call {
        width: 67px;
    }

    .cases-two__text-box {
        display: none;
    }

    .cases-two__content {
        padding: 10px 35px 10px;
    }

    .cases-two__tagline {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cases-two__tilte {
        font-size: 25px;
    }

    .cases-two .section-title__title {
        font-size: 27px;
        line-height: 37px;
    }

    .services-two__top-right {
        margin-left: 0;
        margin-bottom: 48px;
    }

    .services-two__top-left .section-title__title {
        font-size: 26px;
        line-height: 36px;
    }

    .financial__left-img {
        margin-bottom: 30px;
    }

    .financial__left-img.mar-b-0 {
        margin-bottom: 0
    }

    .financial__right {
        margin-left: 0;
    }

    .financial__left {
        margin-bottom: 50px;
    }

    .financial {
        padding: 120px 0 108px;
    }

    .financial .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .financial__left-note-title br {
        display: none;
    }

    .financial__left-note-box {
        padding: 40px 30px 39px;
    }

    .reasons__title {
        font-size: 30px;
        line-height: 40px;
    }

    .reasons__icon {
        position: relative;
        margin-bottom: 20px;
    }

    .reasons__list-box li {
        padding-left: 0;
    }

    .reasons__list-box li:before {
        left: 0;
    }

    .reasons__img {
        margin-right: 0;
        margin-top: 42px;
    }

    .reasons-bg {
        right: -500px;
    }



    .largest-business {
        background: #3c72fc;
    }

    .largest-business__layer-outer-left {
        display: none;
    }

    .largest-business__layer-outer-right {
        float: none;
        width: 100%;
        height: 500px;
        background-position: center center;
    }

    .largest-business__left {
        position: relative;
        display: block;
        z-index: 1;
        padding-top: 550px;
        padding-bottom: 110px;
        margin-right: 0;
    }

    .about__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .about__phone-contact {
        align-items: inherit;
        flex-direction: column;
    }

    .about__phone-contact-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .about {
        padding: 120px 0 109px;
    }

    .message-box__left {
        position: relative;
        display: block;
        margin-bottom: 50px;
    }

    .message-box__left .section-title__title {
        font-size: 40px;
        line-height: 50px;
    }

    .error-page__title {
        font-size: 160px;
        line-height: 170px;
    }

    .error-page__tagline {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .error-page {
        padding: 90px 0 120px;
    }

    .cases-details__right {
        margin-top: 39px;
        margin-bottom: 11px;
    }

    .services-details__planning {
        flex-direction: column;
    }

    .services-details__planning-content {
        margin-left: 0;
        margin-top: 42px;
    }

    .services-details__planning-img>img {
        width: 100%;
    }

    .services-details__planning-title {
        font-size: 22px;
        line-height: 32px;
    }

    .services-details__planning-list li .text p {
        font-size: 16px;
    }

    .services-details__planning-list li .icon span {
        font-size: 16px;
    }

    .services-details__left {
        margin-bottom: 39px;
    }

    .services-details__help-box {
        padding: 43px 40px 41px;
    }

    .services-details__bottom-box-single {
        flex-direction: column;
    }

    .services-details__bottom-box-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .blog-single__title {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-single__video-btn {
        height: 80px;
        width: 80px;
    }

    .blog-single__bottom-box {
        padding: 50px 30px 50px;
    }

    .blog-single__delivering-services {
        padding: 60px 30px 50px;
    }

    .blog-single__delivering-services-title {
        font-size: 25px;
        line-height: 35px;
    }

    .news-details__title {
        font-size: 30px;
        line-height: 40px;
    }

    .news-details__bottom {
        flex-direction: column;
        justify-content: center;
    }

    .news-details__tags a {
        padding: 5px 15px;
    }

    .news-details__social-list {
        margin-top: 20px;
    }

    .author-one {
        flex-direction: column;
        padding: 50px 30px 38px;
    }

    .author-one__content {
        margin-left: 0;
        margin-top: 22px;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 25px;
    }

    .comment-one__btn {
        position: relative;
        top: 20px;
    }

    .section-title__title {
        font-size: 28px;
        line-height: 38px;
    }

    .page-header__inner h2 {
        font-size: 29px;
        line-height: 39px;
    }

    .welcome-one__big-text {
        display: none;
    }


.left-top, .left-bottom, .right-top, .right-bottom{
    display: none;
}
.welcome-one .container {
    width: 100%;
}
.buiding .circle {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 300px;
    height: 300px;
    z-index: -1;
    left: unset;
}
.welcome-one {
    position: relative;
    display: block;
    padding: 0px 0 10px;
    width: 100%;
    margin: 0 auto;
}
.coacdemics img {
    width: 100px;
}
.coacdemics .circle {
    position: absolute;
    top: -173px;
    right: 5px;
    width: 349px;
    height: 370px;
    z-index: -1;
    left: unset;
}
.coacdemics2 img {
    width: 100px;
}
.coacdemics2 .circle {
    position: absolute;
    top: -221px;
    left: -110px;
    width: 350px;
    height: 350px;
    z-index: -1;
    right: unset;
}
.personal-skills img {
    width: 120px;}

.personal-skills .circle {
    position: absolute;
    top: -135px;
    left: 7px;
    width: 350px;
    height: 500px;
    z-index: -1;
    right: unset;
}
.career-planning img {
    width: 100px;}
.career-planning .circle {
    position: absolute;
    top: -135px;
    left: 12px;
    width: 350px;
    height: 500px;
    z-index: -1;
    right: unset;
}
.facility .circle {
    position: absolute;
    top: -212px;
    left: 4px;
    width: 350px;
    height: 500px;
    z-index: -1;
    right: unset;
}
ul.smo {
    position: absolute;
    top: 100%;
    left: 40%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
	margin-top: 15px;
}
.mt-8 {
    margin-top: 20px;
}
.banner {
    width: 100%;
    position: relative;
  background:url(https://static.npfs.co/accounts/5619/documents/2023/09/22/650d3520e411b469794513_ogsbanner.jpg) no-repeat;
   height: 48vh!important;
   background-size: cover;
   background-position:left bottom;
}
.circle {
    position: absolute;
    top: -120px;
    left: -34px;
    width: 150px;
    height: 150px;
    z-index: -1;
}
.wave-left, .wave-right{
	 height: 50vh!important;
}
h3.slide-txt {
    font-size: 70px;
    font-family: 'Krona One';
    letter-spacing: -12px;
    color: #e7cbcb2e;
    text-align: center;
    position: absolute;
    left: 90px;
}
.nav-items {
    flex: 0 0 100%;
    list-style: none;
    margin-left: 0%;
    margin-top: 15px;
}
.financial-advice__box .tab-btns .tab-btn {
    position: relative;
    float: left !important;
    max-width: 50%;
    width: 100%;
    text-align: center;
}
.financial-advice__box .tab-btns .tab-btn span{
	font-size: 13px;
}
.mt-5{
	margin-top: 5px !important;
}
.offset-2 {
    margin-left: 1.666667%;
}
.cm-bg{
	background-size: 350px;
}
.cm img {
    width: 100%;
}
.mt-7 {
    margin-top: 30px;
}
.financial-advice {
    padding: 0 0 24px;
    margin-top: -95px;
}
.offset-1 {
    margin-left: 0;
}
.center{
	text-align:center;
}
.footer-widget__title-news {
    margin-bottom: 10px;
}
.site-footer__top {
    position: relative;
    display: block;
    padding: 5px 0 50px;
}
.footer-widget__title{
	margin-top:20px;
}
#mainContent, #example{
	background-size: 100%;
	    height: 57vh;
}
img#boy {
    position: absolute;
    left: 32%;
    top: 42%;
    z-index: 9;
    width: 120px;
}
#skill1, #skill2, #skill3, #skill4, #skill5, #skill6  {
    width: 40px;
    height: 40px;
}

#skill1 {
top: 160px;
 left: 145px;
    position: absolute;
    
-webkit-animation: orbit 15s linear infinite; 
	-moz-animation: orbit 15s linear infinite; 
	-o-animation: orbit 15s linear infinite;
	animation: orbit 15s linear infinite;

}
h5.classname {
    font-size: 10px;
}
td.tb-2 {
    background: #c73133;
    font-size: 18px;
    color: #fff;
}
span.all {
    font-size: 14px;
}


.text-right {
    text-align: left;
}

p {
	margin-bottom:0px;
}
.c-tab__content {
    padding: 15px 0 0 0 !important ;
}

.text-center {
    /* text-align: left !important; */
}
.section-9\+0title.text-center {
    margin-bottom: 9px;
}
.coacdemics4 img {
    width: 100%;
}
.pb-5 {
    padding-bottom: 10px !important;
}
.academic-lists .img-fluid {
    width: 170px;
}
a.hero-btn2 {
    margin: 13px 0 0 0 !important;
	display: block;
	text-align: center !important;
}
body {
    font: 15px/18px 'Josefin Sans', sans-serif;
}
.mt-4 {
    margin-top: 0px !important;
}
.img {
    margin-top: 15px;
}

.o-section {
    margin-top: 11px;
}
 @-webkit-keyframes orbit {
 from {
-webkit-transform: rotate(0deg) translateX(155px) rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg) translateX(155px) rotate(-360deg);
}



}



#skill2 {
	position: absolute;
top: 160px;
 left: 145px;
	-webkit-animation: orbit2 15s linear infinite;
	-moz-animation: orbit2 15s linear infinite; 
	-o-animation: orbit2 15s linear infinite; 
	animation: orbit2 15s linear infinite; 

}
 @-webkit-keyframes orbit2 {
 from {
-webkit-transform: rotate(0deg) translateY(155px) rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg) translateY(155px) rotate(-360deg);
}
}






#skill3 {
	position: absolute;
top: 160px;
 left: 145px;
	-webkit-animation: orbit3 15s linear infinite;
	-moz-animation: orbit3 15s linear infinite; 
	-o-animation: orbit3 115s linear infinite; 
	animation: orbit3 15s linear infinite; 
}

 @-webkit-keyframes orbit3 {
 from {
-webkit-transform: rotate(0deg) translateY(-155px) rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg) translateY(-155px) rotate(-360deg);
}
}


#skill4 {
	position: absolute;
top: 160px;
 left: 145px;
	-webkit-animation: orbit4 15s linear infinite;
	-moz-animation: orbit4 15s linear infinite; 
	-o-animation: orbit4 15s linear infinite; 
	animation: orbit4 15s linear infinite; 
}
 @-webkit-keyframes orbit4 {
 from {
-webkit-transform: rotate(0deg) translateX(-155px) rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg) translateX(-155px) rotate(-360deg);
}
}



#skill5 {
	position: absolute;
top: 165px;
 left: 145px;
	-webkit-animation: orbit5 15s linear infinite;
	-moz-animation: orbit5 15s linear infinite; 
	-o-animation: orbit5 15s linear infinite; 
	animation: orbit5 15s linear infinite; 
}

 @-webkit-keyframes orbit5 {
 from {
-webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
}
 to {
-webkit-transform: rotate(-360deg) translateX(100px) rotate(360deg);
}
}


#skill6 {
	position: absolute;
top: 165px;
 left: 145px;
 -webkit-animation: orbit7 15s linear infinite;
	-moz-animation: orbit7 15s linear infinite; 
	-o-animation: orbit7 15s linear infinite; 
	animation: orbit7 15s linear infinite; 
	
}
@-webkit-keyframes orbit7 {
 from {
-webkit-transform: rotate(0deg) translateX(-100px) rotate(0deg);
}
 to {
-webkit-transform: rotate(-360deg) translateX(-100px) rotate(360deg);
}
}


.c-tabs-nav__link{
	padding: 8px !important;
}
a.c-tabs-nav__link img {
    width: 20px !important;
}
.mb-6 {
    margin-bottom: 0px;
}
.nav-link {
    font-size: 16px;
    line-height: 28px;
	    
}
.nav-drill{
	background:none no-repeat #fdf6f5;
}

.pt-10 {
    padding-top: 30px;
}
.buiding .circle {
	top: -195px;
}
.welcome-one__title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
}
.h4, h4 {
    font-size: 16px;
}
.welcome-one__title {
	margin-bottom:15px;
}
.welcome-one__text-two {
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}
h3.slide-txt2 {
    text-align: center;
    color: #00000061;
    font-size: 10px;
}
.tp-caption {
    margin-top: 50px;
}
h3.slide-txt2 {
    padding-top: 42px;
    margin-left: -40px;
}
h2.cont-title3 {
    font-size: 25px;
    letter-spacing: 20px;
}
h4.cont-title2 {
    font-size: 120px;
}
h2.cont-title {
    font-size: 40px;
}

img.center-img{
	width:90px !important;
	height:auto !important;
}

img.award, img.helmet, img.testing, img.ball {
    width: 50px !important;
    height: auto !important;
}
.tp-rightarrow.default {
    background-image: url(../images/next.png);
    right: 0 !important;
    width: 25px;
    height: 25px;
}
.tp-leftarrow.default {
    background-image: url(../images/prev.png);
    left: 0 !important;
    width: 25px;
    height: 25px;
}
img.award {
    left: 20px;
}
img.helmet {
    right: 40px;
}
.circle.icon1-2 {
   left: -28px;
    top: -153px;
}
.circle.icon1-1 {
    left: -26px;
    top: -132px;
}

#enquire-btn {
    display: none !important;
}
.admission-btn a {
display: block !important;
    background: url(../images/butter-fly-btn.png) no-repeat;
    padding: 21px 25px 11px 25px;
    font-size: 9px;
    line-height: 22px;
    font-weight: 600;
    text-transform:uppercase;
    border-radius: 0px;
    color: #fff !important;
    background-position: center center;
    background-size: cover;
    font-family: 'Krona One';
}

}







@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .welcome-one__big-text {
        display: none;
    }



}

@media only screen and (min-width: 1200px) and (max-width: 1420px) {}










/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .main-slider__content {
        padding-left: 160px;
    }

    .main-slider-two .main-slider__content {
        padding-left: 0px;
    }




}






@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider h2 {
        font-size: 65px;
        line-height: 75px;
    }

    .main-slider__content {
        padding-left: 120px;
    }

    .main-slider-shape {
        display: none;
    }

    .main-slider-two-shape-1 {
        display: none;
    }

    .main-slider-two-shape-2 {
        display: none;
    }

    .main-slider-two .main-slider__content {
        padding-left: 0px;
    }

    .main-slider-two .container {
        padding-top: 248px;
        padding-bottom: 180px;
    }

    .main-slider-three h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .main-slider-three .container {
        padding-top: 167px;
        padding-bottom: 180px;
    }






}



@media only screen and (max-width: 767px) {
	.main-slider h2 span {
    padding-left: 0px;
    display: block;
}
	h3.open-admission {
   font-size: 15px;
    font-weight: 700;
    color: #c73133;
    margin-left: 100px;
    margin-top: 20px;
}
.open2 {
    background: #444443;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 27px;
}
.open {
    color: #3c3c3c;
    font-size: 15px;
}
   .main-slider h2 {
    font-size: 15px;
    line-height: 20px;
    margin-left: 100px;
    margin-top: -50px;
}
img.image2 {
    margin-left: 65px;
    margin-top: -48px;
}
img.image3 {
   margin-left: 65px;
    margin-top: -118px;
}
img.image4 {
    margin-left: 70px;
    margin-top: -30px;
}
img.image5 {
   margin-left: -5px;
    margin-top: -40px;
}
h4.sub-title {
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
	line-height:28px;
}
h6 {
    line-height: 17px;
}
.mb-4 {
    margin-bottom: 0px !important;
}

    .main-slider h2 br {
        display: none;
    }

    .main-slider__content {
        padding-left: 0px;
    }

    .main-slider__nav {
        display: none;
    }

    .main-slider p {
        font-size: 12px;
    }

    .main-slider-two p {
        font-size: 14px;
    }

    .main-slider .container {
        padding-top: 236px;
        padding-bottom: 120px;
    }

    .main-slider-shape {
        display: none;
    }

    .main-slider-two-shape-1 {
        display: none;
    }

    .main-slider-two-shape-2 {
        display: none;
    }

    .main-slider-two .main-slider__content {
        padding-left: 0px;
    }

    .main-slider-two .container {
        padding-top: 192px;
        padding-bottom: 120px;
    }

    .main-slider-three h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .main-slider-three .container {
        padding-top: 107px;
        padding-bottom: 120px;
    }

span.bg-red {
    background: #686363;
    padding: 6px 6px;
    font-size: 16px;
}

ul.process li {
    width: 100%;
    float: left;
    min-height: 270px;
    padding: 109px 45px 20px 46px;
    line-height: 20px;
}
.policy li {
    float: left;
    list-style: none;
    padding: 5px 20px;
}





}










@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .main-slider__content {
        padding-left: 160px;
    }

    .main-slider-two .main-slider__content {
        padding-left: 0px;
    }

    .main-slider-three .main-slider__content {
        padding-left: 0px;
        margin-left: -250px;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1216px) {}












/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    .main-menu-wrapper__social-box {
        display: none;
    }


    .main-menu-wrapper__search-box {
        margin-left: 0;
    }

    .main-menu-wrapper__search {
        padding-left: 30px;
        padding-right: 30px;
    }


}


@media(max-width: 1400px) {
    .main-menu-wrapper__phone-contact {
        display: none;
    }

    .main-menu-wrapper__search-box {
        margin-right: 0;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-wrapper__search {
        padding: 15.5px 30px 15.5px;
    }

    .main-menu-wrapper__search-box {
        margin-left: 30px;
        margin-right: 30px;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 40.5px 0;
        display: inline-block;
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 40.5px 0;
        display: inline-block;
    }

    .main-menu-wrapper__left {
        float: none;
    }

    .main-menu-wrapper__main-menu {
        float: right;
        padding-left: 0;
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }


}




@media (max-width: 767px) {


    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 40.5px 0;
        display: inline-block;
    }

    .main-menu-wrapper__left {
        float: none;
    }

    .main-menu-wrapper__main-menu {
        float: right;
        padding-left: 0;
    }

    .main-menu-wrapper__logo {
        padding-right: 0;
        border-right: 0;
    }


    .main-menu-wrapper-three__social-box {
        display: none;
    }

    .main-menu-wrapper-three__main-menu-inner {
        padding-right: 0;
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }


}


@media(max-width: 1199px) {
    .main-menu-wrapper__search-box {
        margin-right: 0;
    }

    .main-menu-wrapper__search {
        border-right: 0;
        padding-right: 0;
    }

    .main-menu-wrapper__logo {
        padding-right: 30px;
    }

    .main-menu-wrapper__main-menu {
        padding-left: 15px;
    }

    .news-one__meta li {
        font-size: 11px;
    }

    .news-one__meta li+li {
        margin-left: 10px;
    }

    .industries__text {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-menu-three .mobile-nav__toggler {
        padding: 0 0;
    }

    .main-menu-wrapper-three {
        display: flex;
    }

    .main-menu-wrapper__logo-3 {
        float: none;
        display: flex;
    }

    .main-menu-wrapper-three__main-menu {
        display: flex;
        float: none;
        margin-left: auto;
    }

    .main-menu-wrapper-three__main-menu-inner {
        display: flex;
        align-items: center;
    }

    .cases-one__content {
        right: 0;
    }


    .main-slider--one-page .container {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}


@media(max-width: 767px) {
    .main-header {
        padding-left: 0;
        padding-right: 0;
    }

    .main-menu-wrapper__main-menu {
        float: none;
        margin-left: auto;
    }

}


@media(max-width: 575px) {

    .main-menu-wrapper__left {
        width: 100%;
    }

    .main-menu-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about__title,
    .largest-business__title {
        font-size: 40px;
        line-height: 1.2em;
    }

    .largest-business__icon {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .largest-business__list-box li {
        padding-left: 0;
    }

    [class*=page-header-shape-] {
        display: none;
    }

    .page-header__bg {
        background-position: right center;
        background-size: cover;
    }

    .about__icon-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about__icon-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .main-slider--one-page .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.academics-list .container {
    width: 90%;
}
}

@media only screen and (max-width: 767px) {
    .welcome-one {
        position: relative;
        display: block;
        padding: 0px 0 10px;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    ul.process li {
        width: 100%;
        float: left;
        min-height: 270px;
        padding: 109px 45px 20px 46px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-one__right {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h4.sub-title {
        font-size: 20px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .welcome-one__right {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    h4.sub-title {
        font-size: 20px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    a.hero-btn2 {
        margin: 13px 0 0 0 !important;
        display: block;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font: 15px / 18px 'Josefin Sans', sans-serif;
    }
}
