/*** 
==============================
   Get In Touch Css
==============================
***/
.get-in-touch {
    padding: 120px 0px 120px;
}

.single-get-in-touch {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 33px 30px 32px;
    margin-bottom: 30px;
}

.single-get-in-touch__inner {
    position: relative;
    display: block;
    padding-left: 110px;
}

.single-get-in-touch .icon {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    font-size: 36px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-get-in-touch:hover .icon {
    background-color: var(--thm-black-bg);
}

.single-get-in-touch .icon img {
    width: auto;
}

.single-get-in-touch .icon img.img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    opacity: 0;
    width: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-get-in-touch:hover .icon img.img2 {
    opacity: 1;
}

.single-get-in-touch .icon .icon-time-management .path1:before,
.single-get-in-touch .icon .icon-location .path1:before,
.single-get-in-touch .icon .icon-question-and-answer .path1:before,
.single-get-in-touch .icon .icon-question-and-answer .path2:before {
    color: var(--thm-primary-color);
}

.single-get-in-touch .icon .icon-time-management .path2:before,
.single-get-in-touch .icon .icon-time-management .path3:before,
.single-get-in-touch .icon .icon-time-management .path4:before,
.single-get-in-touch .icon .icon-time-management .path5:before,
.single-get-in-touch .icon .icon-time-management .path6:before,
.single-get-in-touch .icon .icon-time-management .path7:before,
.single-get-in-touch .icon .icon-time-management .path8:before,
.single-get-in-touch .icon .icon-location .path2:before,
.single-get-in-touch .icon .icon-question-and-answer .path3:before,
.single-get-in-touch .icon .icon-question-and-answer .path4:before {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-get-in-touch:hover .icon .icon-time-management .path2:before,
.single-get-in-touch:hover .icon .icon-time-management .path3:before,
.single-get-in-touch:hover .icon .icon-time-management .path4:before,
.single-get-in-touch:hover .icon .icon-time-management .path5:before,
.single-get-in-touch:hover .icon .icon-time-management .path6:before,
.single-get-in-touch:hover .icon .icon-time-management .path7:before,
.single-get-in-touch:hover .icon .icon-time-management .path8:before,
.single-get-in-touch:hover .icon .icon-location .path2:before,
.single-get-in-touch:hover .icon .icon-question-and-answer .path3:before,
.single-get-in-touch:hover .icon .icon-question-and-answer .path4:before {
    color: var(--thm-white);
}

.single-get-in-touch .text {
    position: relative;
    display: block;
}

.single-get-in-touch .text h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.single-get-in-touch .text h4+h4 {
    margin-top: 4px;
}

.single-get-in-touch .text h4 span {
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
}

.single-get-in-touch .text h4 span a {
    color: var(--thm-body-font-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-get-in-touch .text h4 span a:hover {
    color: var(--thm-primary-color);
}

.single-get-in-touch .text .btn-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-get-in-touch .text .btn-box:hover {
    color: var(--thm-primary-color);
}

.single-get-in-touch .text .btn-box i {
    position: relative;
    font-size: 20px;
    top: -1px;
    margin-left: 5px;
}

.single-get-in-touch .overlay-title {
    position: absolute;
    right: 8px;
    bottom: -35px;
}

.single-get-in-touch .overlay-title h2 {
    color: var(--thm-gray-bg);
    font-size: 40px;
    line-height: 1.0em;
    text-transform: uppercase;
}

.get-in-touch-social {
    position: relative;
    display: block;
    padding-top: 14px;
}

.get-in-touch-social .title {
    position: relative;
    display: block;
}

.get-in-touch-social .title h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.get-in-touch-social ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
}

.get-in-touch-social ul li {
    position: relative;
    display: block;
}

.get-in-touch-social ul li+li {
    margin-left: 10px;
}

.get-in-touch-social ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    color: #aab2c4;
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.get-in-touch-social ul li a:hover {
    color: var(--thm-white);
    border-color: transparent;
}

.get-in-touch-social ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.get-in-touch-social ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}



/*** 
=============================================
    Main Contact Form Css
=============================================
***/
.main-contact-form {
    padding: 120px 0px 120px;
    z-index: 11;
}

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

#contact-form {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#contact-form .row {
    --bs-gutter-x: 0px;
	border:0px !important
}

#contact-form ul {
    position: relative;
    border-right: 1px solid var(--thm-border-color) !important;
}

#contact-form ul li {
    border-bottom: 1px solid var(--thm-border-color) !important;
	border-right: 1px solid var(--thm-border-color) !important;
	padding:0px !important;
}

#contact-form .form-group {
    position: relative;
    display: block;
    padding: 27px 0px 9px;
}

#contact-form .form-group .title {
    position: relative;
    display: block;
    padding: 0px 40px 0px;
}

#contact-form .form-group .title h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

#contact-form .input-box {
    position: relative;
    display: block;
}

#contact-form .input-box .icon {
    position: absolute;
    top: -3px;
    right: 40px;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    position: relative;
    display: block;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 49px;
    color: #a6aec1;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 40px 0px !important;
    padding-right: 50px;
    transition: all 500ms ease;
}

#contact-form textarea {
    height: 361px;
    padding: 11px 40px 10px;
    padding-right: 50px;
    border-bottom: 1px solid var(--thm-border-color);
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
    border-color: var(--thm-border-color);
}

#contact-form input[type="text"]::-webkit-input-placeholder,
#contact-form input[type="text"]:-moz-placeholder,
#contact-form input[type="text"]::-moz-placeholder,
#contact-form input[type="text"]:-ms-input-placeholder,
#contact-form input[type="email"]::-webkit-input-placeholder,
#contact-form input[type="email"]::-moz-placeholder,
#contact-form input[type="email"]:-ms-input-placeholder,
#contact-form textarea::-webkit-input-placeholder,
#contact-form textarea:-moz-placeholder,
#contact-form textarea::-moz-placeholder,
#contact-form textarea:-ms-input-placeholder {
    color: #a6aec1;
}

#contact-form .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 49px;
    color: #a6aec1;
    font-size: 17px;
    line-height: 49px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 40px 0px !important;
    padding-right: 0px;
    transition: all 0.2s ease-in-out;
}

#contact-form .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color);
    font-size: 12px;
    top: -3px !important;
    right: 40px !important;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 22px;
    width: 22px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-gray-bg) !important;
}

#contact-form .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0px 0px;
    margin-top: -40px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#contact-form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#contact-form .nice-select .option {
    color: var(--thm-black);
    padding: 0px 20px 0px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    border-bottom: none;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#contact-form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#contact-form .nice-select .option:hover,
#contact-form .nice-select .option.focus,
#contact-form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#contact-form .checked-box1 {
    margin-top: 39px;
}

#contact-form .checked-box1 label {
    padding-left: 40px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
}

#contact-form .checked-box1 input[type="checkbox"]+label span {
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

#contact-form .checked-box1 input[type="checkbox"]+label span::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 6px auto 0px;
}

#contact-form .btn-box {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 42px;
}

#contact-form .btn-box button {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black) !important;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#contact-form .btn-box button:hover {
    color: var(--thm-primary-color);
}

#contact-form .btn-box button i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}


































.contact-form form .button-box {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.contact-form form .button-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.contact-form form .button-box .btn-box .btn-one {
    color: var(--thm-white);
    border-radius: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
}

.contact-form form .button-box .btn-box .btn-one:hover {
    color: var(--thm-black);
}

.contact-form form .button-box .btn-box .btn-one::before {
    background: var(--thm-primary-color);
}

.contact-form form .button-box .btn-box .btn-one::after {
    background: var(--thm-black-bg);
}

.contact-form form .button-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

























/*** 
=============================================
    End Css
=============================================
***/