/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

/* Template Variables */

/* font-family: 'Rubik', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Baloo 2', cursive; */:root {
--thm-font: "Poppins", sans-serif;
--heading-font: "Playfair Display", serif;
--special-font: 'Roboto', sans-serif;
--thm-base: #5bb286;
--thm-base-rgb: 91, 178, 134;
--thm-primary: #f9b73f;
--thm-primary-rgb: 249, 183, 63;
--thm-black: #2d2929;
--thm-black-rgb: 45, 41, 41;
}

body {
font-family: var(--thm-font);
font-size: 16px;
line-height: 30px;
color: #93959e;
overflow-x: hidden;
}

[dir=rtl] .thm__owl-carousel {
direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
font-family: var(--heading-font);
}

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

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

@media (min-width:1200px) {
.container {
	max-width: 1200px;
}

}

/* block title */
.block-title {
padding-bottom: 10px;
}

.block-title p {
margin: 0;
margin-top: 6px;
}

.block-title p.has-line {
position: relative;
padding-bottom: 6px;
}

.block-title p.has-line::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 29px;
height: 3px;
background-color: #08103b;
}

.block-title p+h3 {
margin-top: 25px;
}

.block-title p.has-line+h3 {
margin-top: 35px;
}

.block-title h3 {
margin: 0;
color: var(--thm-black);
font-size: 45px;
font-weight: bold;
line-height: 50px;
}

/* thm btn */
.thm-btn {
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
text-align: center;
background-color: #08103b;
border-radius: 30px;
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 15px 40px;
box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.15);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.thm-btn i {
font-size: 24px;
line-height: 1em;
top: 4px;
position: relative;
margin-right: 6px;
}

.thm-btn:hover {
color: #fff;
background-color: var(--thm-black);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
background-color: inherit !important;
box-shadow: none !important;
outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
}

.bootstrap-select .dropdown-menu {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
background: var(--thm-black);
color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
font-size: 16px;
font-weight: 400;
padding: 9px 20px;
color: var(--thm-black);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
background: var(--thm-black);
color: #fff;
cursor: pointer;
}

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

@media (max-width:480px) {
.scroll-to-top {
	width: 40px;
	height: 40px;
}

}

.scroll-to-top i {
font-size: 14px;
line-height: 50px;
color: #fff;
position: relative;
z-index: 10;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

@media (max-width:480px) {
.scroll-to-top i {
	font-size: 14px;
	line-height: 40px;
}

}

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

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

/*-------------------------------------------------------------- 
# Footer 
--------------------------------------------------------------*/
.site-footer {
background-color: #1b1d21;
}

.site-footer__upper {
background-color: #24262b;
padding-top: 88px;
padding-bottom: 88px;
position: relative;
}

.site-footer__upper::before {
content: '';
width: 100%;
height: 33px;
background-image: url(../images/svgs/footer-scratch-2-1-new.svg);
background-repeat: no-repeat;
background-position: bottom center;
position: absolute;
top: 100%;
left: 0;
}

@media(min-width:1921px) {
.site-footer__upper::before {
	background-size: 100% auto;
}

}

.site-footer__upper .container {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.site-footer__upper-moc {
position: absolute;
top: calc(50% - 77px);
left: calc(50% - 70px);
z-index: 10;
opacity: .04;
}

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

.site-footer__social a {
color: #93959e;
font-size: 20px;
transition: 500ms;
}

.site-footer__social a:hover {
color: #fff;
}

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

.site-footer__menu {
margin: 0;
display: flex;
align-items: center;
}

.site-footer__menu li:not(:last-of-type)::after {
content: '|';
color: #a0a1a8;
font-size: 16px;
margin-left: 13px;
margin-right: 13px;
}

.site-footer__menu li a {
color: #a0a1a8;
font-size: 16px;
transition: 500ms;
}

.site-footer__menu li:hover a {
color: #fff;
}

.site-footer__bottom {
border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__bottom .container {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 34.5px;
padding-bottom: 34.5px;
}

.site-footer__bottom p {
margin: 0;
font-size: 16px;
color: #a0a1a8;
}

.site-footer__main {
padding-bottom: 90px;
padding-top: 133px;
}

@media(min-width:1200px) {
.footer-widget__about {
	padding-right: 85px;
}

.footer-widget__links {
	margin-left: -30px;
}

.footer-widget__post {
	margin-left: -25px;
}

}

.footer-widget {
margin-bottom: 40px;
}

.footer-widget__title {
font-size: 20px;
letter-spacing: .05em;
color: #fff;
margin: 0;
font-weight: bold;
margin-bottom: 32px;
}

.footer-widget p {
margin: 0;
color: #a0a1a8;
font-size: 16px;
line-height: 30px;
}

.footer-widget p a {
color: inherit;
transition: 500ms;
}

.footer-widget p a:hover {
color: #fff;
}

.footer-widget__contact p {
line-height: 26px;
}

.footer-widget__post-single {
display: flex;
align-items: center;
}

.footer-widget__post-single+.footer-widget__post-single {
margin-top: 20px;
}

.footer-widget__post-image>img {
width: 100px;
border-radius: 5px;
margin-right: 15px;
}

.footer-widget__post-content h3 {
font-family: var(--thm-font);
font-size: 17px;
line-height: 24px;
font-weight: 500;
color: #a0a1a8;
margin: 0;
}

.footer-widget__post-content h3 a {
color: inherit;
transition: 500ms;
}

.footer-widget__post-content h3 a:hover {
color: #fff;
}

.footer-widget__post-content span {
margin: 0;
color: #a0a1a8;
font-size: 16px;
display: block;
margin-top: 5px;
}

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

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

.footer-widget__links-list li a {
color: #a0a1a8;
font-size: 16px;
transition: 500ms;
display: inline-block;
position: relative;
line-height: 1em;
}

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

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

.footer-widget__links-list li a:hover {
color: #ffffff;
}

.footer-widget__about p+p {
margin-top: 28px;
}

.footer-widget__about .footer-widget__title {
margin-bottom: 25px;
}

.footer-widget__contact .footer-widget__title {
margin-bottom: 25px;
}

.footer-widget__contact p+p {
margin-top: 20px;
}

/* contact form */
.contact-one__form .bootstrap-select>.dropdown-toggle, .contact-one__form textarea, .contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
border: none;
outline: none;
display: block;
width: 100%;
height: 60px;
border-radius: 30px;
background-color: #fff;
font-size: 16px;
color: #93959e;
border: 1px solid #dfe5e5;
padding-left: 30px;
margin-bottom: 30px;
}

.contact-one__form textarea {
height: 150px;
padding-top: 15px;
}

.contact-one__form::placeholder {
opacity: 1;
color: #93959e;
}

.contact-one__form label.error {
display: none !important;
}

.contact-one__form textarea.error, .contact-one__form input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
background-color: rgba(255, 0, 0, .4);
}

.contact-one__form .error::placeholder {
opacity: 1;
color: #fff;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
padding-top: 0;
padding-bottom: 0;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}

.contact-one__form .dropdown-toggle::after {
position: absolute;
top: 50%;
right: 30px;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}

.google-map__contact {
display: block;
border: none;
outline: none;
width: 100%;
height: 550px;
}

/* Accrodion */
.career-one__accrodion .accrodion {
padding-left: 30px;
padding-top: 30px;
padding-right: 30px;
background-color: #fff;
}

.career-one__accrodion .accrodion+.accrodion {
margin-top: 40px;
}

.career-one__accrodion .accrodion.active {
padding-bottom: 30px;
box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.career-one__accrodion .accrodion-title h4 {
margin: 0;
font-weight: bold;
color: var(--thm-black);
position: relative;
cursor: pointer;
padding-left: 55px;
font-size: 22px;
}

.career-one__accrodion .accrodion-title h4::before {
content: '\f067';
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
width: 36px;
height: 36px;
background-color: #08103b;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 12px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}

.career-one__accrodion .accrodion.active .accrodion-title h4::before {
content: '\f068';
}

.career-one__accrodion .accrodion-content {
padding-left: 55px;
padding-top: 10px;
}

.career-one__accrodion .accrodion-content p {
margin: 0;
color: #93959e;
font-size: 16px;
line-height: 30px;
}

.career-one__accrodion .accrodion-content p+h4 {
margin-top: 20px;
}

.career-one__accrodion .accrodion-content h4 {
margin: 0;
color: var(--thm-black);
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
