
:root {
    --thm-font: 'Barlow', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #7b7981;
    --thm-gray-rgb: 123, 121, 129;
    --thm-primary: #1989fb;
    --thm-primary-rgb: 25, 137, 251;
    --thm-black: #1b1825;
    --thm-black-rgb: 27, 24, 37;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-extra: #42d9be;
    --thm-extra-rgb: 66, 217, 190;
    --thm-bdr-color: #dae3e9;
    --thm-bdr-color-rgb: 218, 227, 233;
    --thm-bdr-radius: 8px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0;
}

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

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



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}


.text-center{
	text-align:center;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none;
}
.showing {
	display: block;
}
.hidden {
	display: none!important;
	visibility: hidden !important;
}
.show {
	display: block!important;
	visibility: visible !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.affix {
	position: fixed;
}
.with-padding {
	padding: 5px 12px;
}
.no-padding {
	padding: 0!important;
}
.no-margin {
	margin: 0!important;
}




body{
	background: #eef3f7;
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}


.bodyfixed {
	position: fixed;
}


.layui-fixbar{
	z-index:800;
}


.icon-lg:before {
	font-size: 1.33333333em;
	vertical-align: -10%;
 }
.icon-2x {
	font-size: 28px;
}
.icon-3x {
	font-size: 42px;
}
.icon-4x {
	font-size: 56px;
}
.icon-5x {
	font-size: 70px;
}


.layui-bg-white{
	background: #fff;
}



.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}



/*圆环*/

.ring-years{
	width: 86px;
	height: 86px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #42d9be ;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:6px;
}
.ring-years .number-rock{
	text-align:center;
	line-height: 86px;
	font-size:20px;
	color: #7b7981;
}
.ring-years .number-rock span{
    color: #7b7981;
	margin-top: 3px;
}
.ring-years .number-rock span.num{
	margin-left: -10px;
}
.ring-years .number-rock span.plus{
	margin-left: 10px;
}



/*导航*/
.header-nav{
	height: 99px;
    background: var(--thm-base);
    border-bottom: 1px solid #eef3f7;
    z-index:100;
}
.header-nav .layui-nav{
	background: none;
	padding:20px 0;
	float:right;
}


.header-nav .logo {
	float: left;
	display: block;
    padding:25px 0 0 0;
}

.header-nav .layui-nav-item a{
	font-size: 18px;
	color: var(--thm-gray);
}

.header-nav li.layui-nav-item > a:hover,
.header-nav li.layui-this > a{
	color: var(--thm-black);
    text-shadow: 0 0 1px currentColor;
}

.header-nav dd.layui-nav-item > a:hover,
.header-nav dd.layui-this > a{
    color: var(--thm-black);
    text-shadow: 0 0 1px currentColor;
}


.stricky-header {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    /*padding-top: 33px;*/
    /*padding-bottom: 32px;*/
    margin-right: 65px;
}

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

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 29.5px 0;
    align-items: center;
}

.main-menu-wrapper__call {

    position: relative;
    display: flex;
    align-items: center;
    margin-top:5px;
}
@media only screen and (min-width: 999px) {
	.main-menu-wrapper__call {
	    display: flex;
	}
	.main-menu-wrapper__call-number {
	    display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.main-menu-wrapper__call {
	    display: none;
	}
	.main-menu-wrapper__call-number {
	    display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.main-menu-wrapper__call-number {
	    display: block;
	}
}

.main-menu-wrapper__call-icon {
    font-size: 30px;
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-wrapper__call-icon img{
	margin-top: -10px;
}

.main-menu-wrapper__call-icon:hover {
    color: var(--thm-extra);
}

.main-menu-wrapper__call-number {
    margin-left: 20px;
}

.main-menu-wrapper__call-number h5 {
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.main-menu-wrapper__call-number h5 a {
    color: #171717;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
    color: var(--thm-extra);
}

.main-menu-wrapper__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    color: #67656f;
}


.main-menu-wrapper__wechat{
    font-size: 36px;
    color: var(--thm-extra);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 30px;
}
.main-menu-wrapper__wechat:hover {
    color: var(--thm-black);
}




.site-menu{
	width:200px;
	position: fixed; 
	top: 0; 
	bottom: 0; 
	min-height: 0; 
	overflow-y: auto; 
	overflow-x: hidden; 
	z-index: 1000; 
	left: -300px; 
	/*background-color: #fff;  */
	transition: all .3s;
}

.site-menu * {
    font-size: 18px;
}

.site-menu .layui-nav-item {
    display: block;
    width: 100%;
    line-height: 50px;
}
.site-menu .layui-nav-item a {
    height: 50px;
    line-height: 45px;
}

.layui-nav .layui-this:after {
    background: none;
}


/*.site-tree-mobile{}*/

/*.site-tree-mobile{display: block!important; position: fixed; z-index: 16666669; bottom: 15px; left: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: #009688; color: #fff;}*/


.site-tree-mobile{
	line-height: 36px;
	font-size: 36px;
	color: var(--thm-gray);
}
.site-home .site-tree-mobile{display: none!important;}
.site-mobile .site-tree-mobile{display: none !important;}
.site-mobile .site-menu{left: 0;}
.site-mobile .site-mobile-shade{content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;}




.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 60px 18px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.2em;
    z-index: 1;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

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




.footer{
	padding: 30px 15px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: 300;
}

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

.section-title__tagline {
    display: inline-flex;
    color: var(--thm-gray);
    font-size: 18px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: 500;
}

.section-title__tagline::before {
    content: '';
    background-color: var(--thm-extra);
    width: 10px;
    height: 2px;
    margin-right: 10px;
}

.section-title__title {
    margin: 10px 0 0 0;
    font-weight: 800;
    color: var(--thm-black);
    font-size: 36px;
    line-height: 60px;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: .3;
}


.main-slider-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
}

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

.main-slider .container {
    position: relative;
    padding-top: 118px;
    padding-bottom: 235px;
    z-index: 30;
}

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

.main-slider h2 {
    margin: 0;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 900;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transform: translateY(120px);*/
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 48px;
    line-height: 60px;
    height: 120px;
    /*letter-spacing: -0.02em;*/
    z-index: 30;
}

.main-slider p {
    font-size: 20px;
    color: var(--thm-base);
    margin: 0;
    line-height: 30px;
    margin-bottom: 53px;
    /*opacity: 0;*/
    /*transform: translateY(100px);*/
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
    z-index: 30;
}

.main-slider .layui-btn {
    margin-top:50px;
    opacity: 1;
    transform: translateY(10px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}
.main-slider .layui-carousel-ind {
    z-index: 31;
}
@media only screen and (min-width: 767px) {
    .layui-carousel-ind {
        top: -160px;
        z-index: 31;
    }
}
@media only screen and (max-width: 767px) {
    .main-slider .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-slider h2 {
        margin-bottom: 15px;
    }
    
}


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

.mobile-nav__toggler{
    font-size: 36px;
    line-height: 56px;
    color: var(--thm-gray)
}

@media only screen and (max-width: 767px) {

    .main-slider-shape-1 {
        display: none
    }

    .main-slider__content{
    	margin:20px;
    }
    .main-slider h2 {
    	/*height:76px;*/
        font-size: 30px;
        line-height: 36px;
    }
    .main-slider h2 br {
    	display:inline; 
    	line-height:30px;
    }

}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 21px;
}

.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-extra);
    color: var(--thm-base);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 80px;
    border-radius: var(--thm-bdr-radius);
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-base);
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 60px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
}

.sidebar__categories {
    position: relative;
    display: block;
    background: #eef3f7;
    padding: 45px 25px 36px;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__categories .sidebar__title {
    margin-left: 25px;
}

.sidebar__categories-list {
    margin: 0;
}

.sidebar__categories-list li+li {
    margin-top: 6px;
}

.sidebar__categories-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 3px 25px;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__categories-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
    color: var(--thm-black);
}

.sidebar__categories-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--thm-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sidebar__categories-list li a:hover span {
    color: var(--thm-black);
    transform: translateY(-50%) scale(1);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 50px 43px;
    background-color: #eef3f7;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__post .sidebar__title {
    margin-bottom: 27px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid var(--thm-base);
    padding-bottom: 33px;
}

.sidebar__post-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar__post-list li+li {
    margin-top: 21px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 60px;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__post-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
    color: var(--thm-black);
}

.sidebar__post-content_meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    display: block;
}

.sidebar__post-content_meta i {
    font-size: 14px;
    color: var(--thm-extra);
    padding-right: 4px;
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.sidebar__post-list li:hover .sidebar__post-content h3 a {
    color: var(--thm-primary);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: #eef3f7;
    padding: 47px 45px 50px;
    border-radius: var(--thm-bdr-radius);
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 36px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-btn {
    position: relative;
    color: var(--thm-black);
    font-size: 12px;
    font-weight: 800;
    background-color: var(--thm-base);
    display: inline-block;
    padding: 2px 15px;
    margin-left: 5px;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__tags-btn:after {
    background-color: var(--thm-primary);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}




/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 0 0 40px;
    margin-top: -125px;
    z-index: 31;
}

@media only screen and (max-width: 767px) {
    .feature-one {
        margin-top: 15px;
    }

}

.feature-one__top {
    position: relative;
    display: block;
}

.feature-one__single {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: var(--thm-bdr-radius);
    padding: 41px 47px 41px;
    /*margin-bottom: 30px;*/
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-extra);
    transform: scale(1);
    transition: transform 500ms linear, color 500ms linear;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
    color: var(--thm-primary);
}

.feature-one__text {
    margin-left: 30px;
}

.feature-one__text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
}

.feature-one__text p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}

.feature-one__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-bdr-color);
    /*padding-bottom: 15px;*/
    padding-top: 5px;
}

.feature-one__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.feature-one__bottom-inner p {
    font-size: 16px;
    margin: 0;
}

.feature-one__bottom-inner a {
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover {
    color: var(--thm-extra);
}

.feature-one__bottom-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover:before {
    background-color: var(--thm-extra);
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: #eef3f7;
    padding: 60px 0 60px;

}

@media only screen and (max-width: 767px) {
	.services-one {
		padding: 15px 0 15px;
	}
}

.services-one .row {
    --bs-gutter-x: 15px;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    border-radius: var(--thm-bdr-radius);
    padding: 50px 60px 50px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.services-one__icon {
    position: relative;
    height: 130px;
    width: 130px;
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 65px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    z-index: 2;
}

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

.services-one__icon:before {
    position: absolute;
    top: -20px;
    bottom: -17px;
    left: 61px;
    content: "";
    width: 2px;
    background-color: var(--thm-primary);
    z-index: -1;
}

.services-one__icon:after {
    position: absolute;
    top: -15px;
    bottom: -22px;
    right: 61px;
    content: "";
    width: 2px;
    background-color: var(--thm-primary);
    z-index: -1;
}

.services-one__icon:before,
.services-one__icon:after {
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon:before,
.services-one__single:hover .services-one__icon:after {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.services-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 16px;
}

.services-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

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

.services-one__text {
	display: block;
    margin: 0;
    padding-bottom: 20px;
    height: 102px;
    margin-bottom:18px;
    overflow-y: hidden;
}

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

.services-one__arrow a {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--thm-black);
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__single:hover .services-one__arrow a {
    background-color: var(--thm-extra);
    color: var(--thm-base);
}


/*--------------------------------------------------------------
# Business Growth
--------------------------------------------------------------*/
.business-growth {
    position: relative;
    display: block;
    background-color: #eef3f7;
    padding: 0 0 120px;
    z-index: 1;
}

.business-growth__top {
    padding: 120px 0 120px;
    position: relative;
    display: block;
    z-index: 1;
}


@media only screen and (max-width: 767px) {
	.business-growth {
		padding: 0 0 15px;
	}
	.business-growth__top{
	    padding: 40px 0 100px;
	}
}

.business-growth-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary);
    z-index: -1;
}

.business-growth__left {
    position: relative;
    display: block;
}

.business-growth__left .section-title__tagline {
    color: var(--thm-base);
}

.business-growth__left .section-title__title {
    color: var(--thm-base);
}

.business-growth__right {
    position: relative;
    display: block;
    margin-top: 12px;
}

.business-growth__right-text {
    margin: 0;
    color: #cce5ff;
    line-height: 37px;
}

.business-growth__bottom {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 2;
}

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

@media only screen and (max-width: 767px) {
	.business-growth__single {
	    margin-bottom: 0px;
	}
}


.business-growth__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.business-growth__img::before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-top-left-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
}

.business-growth__single:hover .business-growth__img::before,
.business-growth__single:hover .business-growth__img::after {
    width: 50%;
}

.business-growth__img::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-top-right-radius: 8px;
    transition: all 500ms ease;
}

.business-growth__img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1.05);
}

.business-growth__single:hover .business-growth__img img {
    transform: scale(1);
}

.business-growth__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 44px 50px 44px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

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



.business-growth__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 16px;
}

.business-growth__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.business-growth__single:hover .business-growth__title a {
    color: var(--thm-extra);
}

.business-growth__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.business-growth__find {
    position: relative;
    display: block;
}

.business-growth__find-inner {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--thm-bdr-color);
    padding-top: 18px;
    padding-bottom: 39px;
}

.business-growth__find-inner p {
    font-size: 16px;
    margin: 0;
}

.business-growth__find-inner a {
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.business-growth__find-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.business-growth__find-inner a:hover {
    color: var(--thm-extra);
}

.business-growth__find-inner a:hover:before {
    background-color: var(--thm-extra);
}


/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 0 0 200px;
}

.project-one .container {
    max-width: 1060px;
}

.project-one__carousel {
    position: relative;
    display: block;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.project-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -23px;
    right: 0px;
    left: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active {
    background: var(--thm-extra);
    opacity: 1;
    height: 13px;
    width: 13px;
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

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

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-bdr-radius);
    z-index: 1;
}

.project-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .30);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    border-radius: var(--thm-bdr-radius);
    z-index: 1;
}

.project-one__single:hover .project-one__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.project-one__img img {
    width: 100%;
    border-radius: var(--thm-bdr-radius);
    transform: scale(1);
    transition: transform 500ms ease;
}

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

.project-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    border-radius: var(--thm-bdr-radius);
    padding: 32px 40px 39px;
    margin-top: -108px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
}

.project-one__content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(25, 137, 251);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    transition: all 500ms ease;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: var(--thm-bdr-radius);
    z-index: -1;
}

.project-one__single:hover .project-one__content:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.project-one__tagline {
    font-size: 14px;
    margin: 0;
    line-height: 27px;
    transition: all 500ms ease;
}

.project-one__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    transition: all 500ms ease;
}

.project-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.project-one__arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.project-one__arrow a {
    color: var(--thm-black);
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.project-one__single:hover .project-one__tagline,
.project-one__single:hover .project-one__title a {
    color: var(--thm-base);
}

.project-one__single:hover .project-one__arrow a {
    color: var(--thm-extra);
}



/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 0 0 100px;
}

.project-two__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project-two .project-one__single {
    margin-bottom: 70px;
}

.project-two .project-one__title {
    font-size: 24px;
    line-height: 30px;
}

.project-two .project-one__content {
    padding: 22px 30px 29px;
    margin-top: -78px;
}

.project-two .project-one__arrow {
    top: 50%;
    right: 20px;
}

.project-two__carousel {
    position: relative;
    display: block;
}

.project-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 18px;
    right: 0px;
    left: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active {
    background: var(--thm-extra);
    opacity: 1;
    height: 13px;
    width: 13px;
}

.project-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*Project Page*/
.project-page {
    padding: 40px 0 90px;
}

.project-page .project-one__single {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.project-page {
	    padding: 15px 0 15px;
	}
	.project-page .project-one__single {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 40px 0 40px;
}
@media only screen and (max-width: 767px) {
	.project-details {
	    padding: 15px 0 15px;
	}
}
.project-details__img-box {
    position: relative;
    display: block;
}

.project-details__img-box img {
    width: 100%;
    border-radius: var(--thm-bdr-radius);
}

.project-details__details-box {
    border-radius: var(--thm-bdr-radius);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 38px 50px 30px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 30px;
    z-index: 3;
}

.project-details__details-info li {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.project-details__details-info li:nth-child(3) {
    margin-left: 110px;
}

.project-details__details-info li:nth-child(4) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.project-details__details-info li+li {
    margin-left: 120px;
}

.project-details__client {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.project-details__name {
    color: var(--thm-primary);
    margin: 0;
    font-size: 16px;
}

.project-details__social-list {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.project-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-details__social-list a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.project-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.project-details__social-list a:hover:before {
    transform: scaleX(1.0);
}

.project-details__social-list a+a {
    margin-left: 10px;
}

.project-details__content {
    position: relative;
    display: block;
    /*margin-top: 74px;*/
}


.project-details__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    /*margin-bottom: 35px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.project-details__text-1 {
    margin: 15px 0 0 0;
    padding-bottom: 33px;
}

.project-details__text-2 {
    margin: 0;
}
.project-details__text-1 p{
    margin: 0 0 20px 0;
    line-height: 30px;
}


.project-details__text-1 img {
    max-width: 100%;
}

.project-details__text-1 ul{
	list-style-type: disc;
	padding-left: 36px;
    padding-right: 36px;
    margin: 40px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.project-details__text-1 ol{
	list-style-type: decimal;
	padding-left: 36px;
    padding-right: 36px;
    margin: 40px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project-details__text-1 ul li{
	list-style-type: disc;
	line-height: 160%;
	margin: 10px 0;
    font-style: normal;
    font-weight: 400;
}
.project-details__text-1 ol li{
	list-style-type: decimal;
	line-height: 160%;
	margin: 10px 0;
    font-style: normal;
    font-weight: 400;
}
.project-details__list {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-top: 43px;
}

.project-details__list:before {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    content: "";
    background-color: var(--thm-primary);
    width: 2px;
}

.project-details__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__list li+li {
    margin-top: 6px;
}

.project-details__list li .icon {
    display: flex;
    align-items: center;
}

.project-details__list li .icon span {
    font-size: 20px;
    color: var(--thm-extra);
}

.project-details__list li .text {
    margin-left: 15px;
}

.project-details__list li .text p {
    margin: 0;
    color: var(--thm-black);
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--thm-bdr-color);
    border-bottom: 1px solid var(--thm-bdr-color);
    padding: 48px 0;
    margin-top: 40px;
}

.project-details__pagination li {
    display: inline-block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li a {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

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

.project-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px;
}


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

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

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

@media only screen and (max-width: 767px) {
	.news-one {
	    padding: 50px 0 15px 0;
	}
	.news-one__single {
	    margin-bottom: 0;
	}
}

.news-one__img {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.news-one__img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.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.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__img>a>span {
    position: relative;
}

.news-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-one__img>a:hover>span::before,
.news-one__img>a:hover>span::after {
    background-color: var(--thm-primary);
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-one__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}

.news-one__date-box p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 800;
    margin: 0;
    line-height: 17px;
    text-align: center;
}

.news-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    padding: 20px 42px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
    border-bottom: 3px solid var(--thm-extra);
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

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

.news-one__meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    transition: all 500ms ease;
}

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

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

.news-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.news-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
    color: var(--thm-primary);
}

.news-one__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    padding-top: 13px;
    padding-bottom: 8px;
}

.news-one__read-more-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    display: inline-block;
    transition: all 500ms ease;
}

.news-one__read-more-btn:hover {
    color: var(--thm-extra);
}



/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 30px 0 40px;
}

@media only screen and (max-width: 767px) {
	.news-details {
	    padding: 15px 0 15px 0;
	}
}

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

.news-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.news-details__img img {
    width: 100%;
}

.news-details__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}

.news-details__date-box p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 800;
    margin: 0;
    line-height: 17px;
    text-align: center;
}

.news-details__content {
    position: relative;
    display: block;
}
.news-details__content p{
	margin-bottom:10px;
}
.news-details__content img{
	max-width: 100%;
	border-radius: 5px;
	margin:10px auto; 
}
.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-details__meta li+li {
    margin-left: 10px;
}

.news-details__meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: var(--thm-extra);
}

.news-details__meta li a i {
    color: var(--thm-extra);
}

.news-details__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 24px;
    padding-bottom:20px;
    border-bottom: 1px solid #ddd;
}

.news-details__text-1 {
    margin: 0;
    padding-bottom: 37px;
}

.news-details__text-2 {
    margin: 0;
}

.news-details__text-3 {
    margin: 0;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid var(--thm-bdr-color);
}

@media only screen and (max-width: 767px) {
	.news-details__bottom {
	    margin-top: 0px;
	}
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 800;
    font-size: 20px;
    margin-right: 16px;
}

.news-details__tags a {
    position: relative;
    color: var(--thm-base);
    font-size: 11px;
    font-weight: 800;
    background-color: var(--thm-primary);
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: var(--thm-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.news-details__tags a+a {
    margin-left: 6px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.news-details__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.news-details__social-list a:hover:before {
    transform: scaleX(1.0);
}

.news-details__social-list a+a {
    margin-left: 10px;
}



.news-details__pagenation li {
    font-size: 22px;
    color: var(--thm-black);
    background-color: #eef3f7;
    font-weight: 700;
    line-height: 36px;
    border-radius: var(--thm-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 40px 30px;
}

.news-details__pagenation li:hover {
    background-color: var(--thm-extra);
    color: var(--thm-base);
}







/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 147px 0 185px;
    z-index: 1;
    background-color: var(--thm-black);
}

@media (max-width: 768px) {
	.page-header {
	    padding: 30px 0 40px;
	}

}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.3;
}


.page-header-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 570px;
    background-repeat: no-repeat;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: left;
}

.page-header__inner h2 {
    font-size: 50px;
    color: var(--thm-base);
    line-height: 50px;
    font-weight: 900;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ada8ba;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.thm-breadcrumb li a {
    color: #ada8ba;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 53px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid var(--thm-bdr-color);
    padding-bottom: 50px;
    margin-bottom: 58px;
}

.comment-one__content {
    position: relative;
    margin-left: 35px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    margin-bottom: 40px;
}

.comment-one__content h3 span {
    font-size: 16px;
    color: var(--thm-primary);
    font-weight: 500;
    margin-left: 5px;
}

.comment-one__content p {
    margin: 0;
}

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 25px;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background: #eef3f7;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: var(--thm-bdr-radius);
    outline: none;
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    height: 195px;
    width: 100%;
    background: #eef3f7;
    padding: 20px 30px 30px;
    border: none;
    border-radius: var(--thm-bdr-radius);
    outline: none;
    margin-bottom: 20px;
    display: block;
}



/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 30px 0 40px;
}

@media (max-width: 768px) {
	.about-two {
	    padding: 15px 0 30px;
	}

}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 62px;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
    border-radius: var(--thm-bdr-radius);
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: -30px;
}

.about-two__right .section-title {
    margin-bottom: 28px;
}

.about-two__text-1 {
    margin: 0;
    padding-bottom: 19px;
}

.about-two__text-2 {
    font-size: 24px;
    color: var(--thm-primary);
    font-weight: 600;
    margin: 0;
    line-height: 40px;
    padding-bottom: 39px;
}

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

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

@media (min-width: 768px) {
/*    .about-two__progress-wrap {
        grid-template-columns: repeat(2, 290px);
    }*/
}

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

.about-two__progress-box canvas {
    /*transform: rotate(90deg);*/
}

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

.about-two__progress h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: var(--thm-black);
    width: 120px;
    margin-left: 20px;
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
@media only screen and (max-width: 767px) {
	.contact-page {
	    padding: 30px 0 30px;
	}
}
.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin-bottom: 25px;
}

.contact-page__text {
    margin: 0;
    padding-bottom: 40px;
}

.contact-page__social-list {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-page__social-list a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    background-color: #eef3f7;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-page__social-list a:hover {
    color: var(--thm-base);
    transform: rotate(360deg);
}

.contact-page__social-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-page__social-list a:hover:before {
    transform: scaleX(1.0);
}

.contact-page__social-list a+a {
    margin-left: 10px;
}

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


/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
    position: relative;
    display: block;
}

.contact-details__inner {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-bdr-color);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-details__single {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-details__icon {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--thm-extra);
    font-size: 20px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-details__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-primary);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-details__single:hover .contact-details__icon:before {
    transform: scaleX(1.0);
}

.contact-details__icon span {
    position: relative;
    display: inline-block;
}

.contact-details__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.contact-details__sub-title {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.contact-details__content h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    line-height: 28px;
}

.contact-details__content h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-black);
    line-height: 26px;
}

.contact-details__content h4 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__content h4 a:hover {
    color: var(--thm-extra);
}

.contact-details__single-2 {
    /*margin-left: 85px;*/
}

.contact-details__single-3 {
    /*margin-left: 160px;*/
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #1b1825;
    margin-top: 0px;
}

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

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 100px 0 120px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
	.site-footer__top-inner {
	    padding: 30px 0 30px;
	}
}


.site-footer-map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 566px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.04;
    z-index: -1;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    font-size: 16px;
    color: #ada8ba;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
}

.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    background-color: #100d16;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget__about-social a:hover {
    color: var(--thm-black);
    transform: rotate(360deg);
}

.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1.0);
}

.footer-widget__about-social a+a {
    margin-left: 10px;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-widget__links {
    position: relative;
    display: block;
}

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

.footer-widget__links-list li+li {
    margin-top: 0px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ada8ba;
    transition: all 500ms ease;
}

.footer-widget__links-list li a::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: currentColor;
    transition: transform 500ms ease;
}

.footer-widget__links-list li:hover>a::after {
    transform: scale(1, 1);
    transform-origin: right center;
}

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

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

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-text {
    font-size: 16px;
    color: #ada8ba;
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 3px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    display: flex;
}

.footer-widget__contact-list li .icon {
    display: flex;
    align-items: center;
    position: relative;
    /*top: 2px;*/
}

.footer-widget__contact-list li .icon span {
    font-size: 13px;
    color: var(--thm-extra);
}

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

.footer-widget__contact-list li .text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.footer-widget__contact-list li .text p a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

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

.footer-widget__newsletter {
    position: relative;
    display: block;
}

.footer-widget__newsletter-text {
    font-size: 16px;
    color: #ada8ba;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding-bottom: 23px;
    padding-top: 5px;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 500;
    text-transform: capitalize;
    height: 60px;
    width: 100%;
    background: var(--thm-base);
    border: none;
    border-radius: var(--thm-bdr-radius);
    padding-right: 95px;
    outline: none;
    padding-left: 20px;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-primary);
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: var(--thm-base);
    transition: all 500ms ease;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .2em;
}

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

.site-footer__bottom {
    position: relative;
    display: block;
    z-index: 2;
}

.site-footer__bottom-container {
    position: relative;
    display: block;
    max-width: 1595px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #100d16;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}

.site-footer__bottom-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #ada8ba;
}

.site-footer__bottom-text a {
    color: #ada8ba;
    transition: all 500ms ease;
}

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

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li+li {
    margin-left: 12px;
}

.site-footer__bottom-menu li a {
    color: #ada8ba;
    font-size: 16px;
    display: inline-block;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--thm-base);
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        margin: 140px auto 0;
    }

    .share-the-joy__img img {
        width: 60%;
    }

    .share-the-joy__img {
        top: -148px;
        left: 290px;
        right: -290px;
    }

    .share-the-joy__trusted {
        top: -68px;
        left: 317px;
    }

    .project-one__title {
        font-size: 20px;
        line-height: 30px;
    }

    .project-one__content {
        padding: 32px 25px 39px;
    }

    .improve-one__left {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 120px;
    }

    .improve-one__right {
        padding-bottom: 110px;
        max-width: 600px;
        margin: 0 auto;
    }

    .project-one {
        padding: 0 0 140px;
    }

    .footer-widget__newsletter {
        margin-top: 31px;
    }

    .footer-widget__contact {
        margin-top: 31px;
    }

    .business-growth__left .section-title {
        margin-bottom: 25px;
    }

    .business-growth__right {
        margin-bottom: 48px;
    }

    .welcome-one__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-one__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .welcome-one {
        padding: 0 0 147px;
    }

    .help__single {
        max-width: 100%;
    }

    .help__single:before {
        display: none;
    }

    .help__single:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--thm-bdr-color);
    }

    .help__single:nth-child(1):after {
        display: none;
    }

    .help__single:nth-child(4):after {
        display: none;
    }

    .help__box-one-content {
        border-top-right-radius: 8px;
    }

    .industries-we-serve__left {
        margin-right: 0;
    }

    .industries-we-serve__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .industries-we-serve__boxes li {
        max-width: 230px;
    }

    .why-choose__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-two__text {
        padding-bottom: 41px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        bottom: -90px;
        left: 0;
    }

    .news-two {
        padding: 120px 0 205px;
    }

    .news-two__right {
        margin-right: 0;
    }

    .news-two .news-one__content {
        padding: 20px 20px 30px;
    }

    .news-two__left {
        margin-right: 0;
    }

    .why-choose__right-text-box {
        margin-right: 0;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title {
        margin-bottom: 30px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .about-two__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .service-details__benefits-img {
        margin-top: 30px;
    }

    .service-details__sidebar {
        margin-top: 50px;
    }

    .project-details__details-info li+li {
        margin-left: 0px;
    }

    .project-details__details-info li:nth-child(3) {
        margin-left: 0px;
    }

    .project-details__details-info li {
        display: block;
    }

    .project-details__details-info {
        text-align: center;
    }

    .project-details__details-info li:nth-child(4) {
        position: inherit;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        margin-top: 5px;
        z-index: 1;
    }

    .project-details__social-list {
        justify-content: center;
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .contact-details__single {
        margin-bottom: 30px;
    }

    .contact-details__single-2 {
        margin-left: 0;
    }

    .contact-details__single-3 {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .testimonial-one__carousel.owl-theme .owl-nav {
        display: none;
    }

    .cta-two__container {
        padding: 0 0;
    }

    .why-choose-shape-1 {
        display: none;
    }




















}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 30px;
        line-height: 40px;
    }

    .feature-one__single {
        padding: 41px 20px 41px;
    }

    .about-one__left {
        margin-right: 0;
    }

    .about-one__img-box:before {
        display: none;
    }

    .about-one__img-box:after {
        display: none;
    }

    .about-one__small-img {
        display: none;
    }

    .about-one__right {
        margin-top: 50px;
    }

    .services-one__single {
        padding: 50px 25px 50px;
        margin-bottom: 0;
    }

    .share-the-joy__img {
        display: none;
    }

    .share-the-joy__title {
        font-size: 30px;
        line-height: 40px;
    }

    .share-the-joy__trusted {
        position: relative;
        top: 50px;
        left: 0;
    }

    .share-the-joy__inner {
        padding: 105px 0 170px;
    }

    .share-the-joy__shape-1 {
        display: none;
    }

    .project-one__title {
        font-size: 20px;
        line-height: 30px;
    }

    .project-one__content {
        padding: 32px 25px 39px;
    }

    .project-one__arrow {
        right: 5px;
    }

    .improve-one__left {
        padding-top: 120px;
        margin-top: 0;
    }

    .improve-one__right {
        padding-bottom: 110px;
        margin-left: 0;
        margin-right: 0;
    }

    .improve-one__project-complete {
        display: none;
    }

    .improve-one__img img {
        border-top-left-radius: 16px;
    }

    .project-one {
        padding: 0 0 140px;
    }

    .news-one__content {
        padding: 20px 20px 30px;
    }

    .news-one__title {
        font-size: 23px;
    }

    .cta-one__title br {
        display: none;
    }

    .cta-one__title {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-widget__newsletter {
        margin-top: 35px;
    }

    .footer-widget__contact {
        margin-top: 31px;
    }

    .footer-widget__links {
        margin-top: 42px;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
    }

    .business-growth__left .section-title {
        margin-bottom: 25px;
    }

    .business-growth__right {
        margin-bottom: 48px;
    }

    .business-growth__content {
        padding: 44px 20px 44px;
    }

    .business-growth__text {
        font-size: 15px;
    }

    .welcome-one__left {
        margin-right: 0;
    }

    .welcome-one__img-box:before {
        display: none;
    }

    .welcome-one__certified {
        right: 0px;
        border-top-right-radius: 0;
    }

    .welcome-one__funded {
        flex-direction: column;
        align-items: inherit;
    }

    .welcome-one__funded-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .welcome-one {
        padding: 0 0 147px;
    }

    .video-one__title br {
        display: none;
    }

    .video-one__title {
        font-size: 40px;
        line-height: 50px;
    }

    .help__single {
        max-width: 100%;
    }

    .help__single:before {
        display: none;
    }

    .help__single:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--thm-bdr-color);
    }

    .help__single:nth-child(1):after {
        display: none;
    }

    .help__single:nth-child(4):after {
        display: none;
    }

    .help__box-one-content {
        border-top-right-radius: 8px;
    }

    .help__box-last .help__box-two-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .help__box-two-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-two .project-one__arrow {
        right: 5px;
    }

    .industries-we-serve__left {
        margin-right: 0;
    }

    .industries-we-serve__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .industries-we-serve__boxes li {
        max-width: 100%;
    }

    .industries-we-serve__boxes li:nth-child(2) {
        margin-left: 0;
    }

    .industries-we-serve__boxes li:nth-child(3) {
        margin-bottom: 10px;
    }

    .industries-we-serve__boxes li:nth-child(4) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .why-choose__left {
        margin-left: 0;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        margin-left: 0;
    }

    .news-two__right {
        margin-right: 0;
    }

    .news-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .news-two__left {
        margin-right: 0;
    }

    .news-two__text {
        padding-bottom: 41px;
    }

    .why-choose__right-text-box {
        margin-right: 0;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title br {
        display: none;
    }

    .cta-two__title {
        margin-bottom: 30px;
        font-size: 42px;
        line-height: 52px;
    }

    .about-two__left {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .about-two__right {
        margin-left: 0;
    }

    .service-details__benefits-img {
        margin-top: 30px;
    }

    .service-details__sidebar {
        margin-top: 50px;
    }

    .service-details__need-help {
        padding: 50px 14px 43px;
    }

    .project-details__details-info li+li {
        margin-left: 0px;
    }

    .project-details__details-info li:nth-child(3) {
        margin-left: 0px;
    }

    .project-details__details-info li {
        display: block;
    }

    .project-details__details-info {
        text-align: center;
    }

    .project-details__details-info li:nth-child(4) {
        position: inherit;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        margin-top: 5px;
        z-index: 1;
    }

    .project-details__social-list {
        justify-content: center;
    }

    .project-details__details-box {
        padding: 38px 15px 30px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .news-details__bottom {
        flex-direction: column;
    }

    .news-details__social-list {
        margin-top: 30px;
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 20px;
    }

    .news-details__pagenation li {
        font-size: 20px;
        line-height: 34px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 25px;
    }

    .comment-one__btn {
        position: relative;
        top: 20px;
    }

    .sidebar__post {
        padding: 45px 25px 43px;
    }

    .sidebar__tags {
        padding: 47px 20px 50px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .contact-details__single {
        margin-bottom: 30px;
    }

    .contact-details__single-2 {
        margin-left: 0;
    }

    .contact-details__single-3 {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .contact-details__content h5 {
        font-size: 15px;
    }

    .testimonial-one__carousel.owl-theme .owl-nav {
        display: none;
    }

    .testimonial-one__single {
        padding: 60px 20px 50px;
    }

    .testimonial-one__quote {
        right: 20px;
    }

    .testimonial-one__quote span {
        font-size: 55px;
    }

    .testimonial-one__client-details {
        margin-left: 10px;
    }

    .cta-two__container {
        padding: 0 0;
    }

    .page-header-shape {
        display: none;
    }

    .page-header__inner h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .why-choose-shape-1 {
        display: none;
    }





}


/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

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

.scroll-to-top:hover i {
    color: #fff;
}
