
.contact-box {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.contact-box__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-box__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    line-height: 90px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    z-index: 1;
}

.contact-box__single-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#034ea2;
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    transition: 0.2s;
}

.contact-box__single-text {
    position: relative;
    display: block;
    border-radius: 5px;height: 290px;
	margin-bottom:45px;
	line-height:32px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(234, 234, 234, 0.7);
    padding: 95px 0px 40px;
    margin-top: -55px;
}



.contact-box__single-text2 {
    position: relative;
    display: block;
    line-height: 32px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(234, 234, 234, 0.7);
    padding: 45px 40px 40px 40px;
   
}


.contact-box__single-text h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-box__single-text h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
	font-weight:bold;
	font-size:22px;
    transition-delay: 0.1s;
}

.contact-box__single-text h2 a:hover {
    color: var(--thm-base);
}

.contact-box__single-text p {
    margin: 0;
    font-size: 21px;
    margin-top: 30px;
    line-height: 55px;
}

.contact-box__single-text p a {
    color: var(--thm-gray);
}

.contact-box__single-text p a:hover {
    color: var(--thm-base);
}



/***
=============================================
    Contact Page 
=============================================
***/

.contact-page-form {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
}


.contact-page-form__inner {
    position: relative;
    display: block;
    padding: 80px 120px 80px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(234, 234, 234, 0.7);
    z-index: 5;
}

.contact-page-form__form {
    position: relative;
    display: block;
}

.contact-page-form__input-box input[type="text"],
.contact-page-form__input-box input[type="email"] {
    color: var(--thm-gray);
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    height: 65px;
    background: #f1f5f9;
    border: 2px solid transparent;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: var(--thm-bdr-radius);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-form__input-box textarea {
    color: var(--thm-gray);
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    height: 200px;
    border: 2px solid transparent;
    background: #f1f5f9;
    padding: 30px 40px 30px;
    border-radius: var(--thm-bdr-radius);
    margin-bottom: 20px;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page-form__input-box input[type="text"]:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background: #ffffff;
}

.contact-page-form__input-box input[type="email"]:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background: #ffffff;
}

.contact-page-form__input-box textarea:focus {
    color: #2e2e36;
    border-color: var(--thm-base);
    background-color: #ffffff;
}

.contact-page-form__input-box input[type="text"]::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="text"]:-ms-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box input[type="email"]:-ms-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea::-webkit-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea:-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea::-moz-placeholder {
    color: #2e2e36;
}

.contact-page-form__input-box textarea:-ms-input-placeholder {
    color: #2e2e36;
}

.contact-page-form__btn {
    position: relative;
    display: block;
}

.contact-page-form__btn button {
    position: relative;
    display: block;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
}


/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}

