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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Ivymode';
    src: url(../font/IvyMode-Light.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

span {
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Ivymode';
    font-size: 94px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Ivymode';
    font-size: 74px;
    line-height: 1.3;
    color: #222222;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Ivymode';
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: 'Ivymode';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Ivymode';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Ivymode';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */


.theme-btn {
    background: #fff;
    position: relative;
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
}

.theme-btn:hover,
.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover img,
.theme-btn:hover img {
    color: #fff;
}

.theme-btn img {
    width: 52px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffbff;
    color: #000;
    font-size: 25px;
    clip-path: unset;
    transition: 0.5s all;
    padding: 14px 8px;
    object-fit: none;
    border-radius: 0;
}

.theme-btn span {
    padding: 13px 22px;
    background: #101837;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 27px;
    font-size: 14px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-logo {
    text-align: center;
    margin-bottom: -35px;
    width: 150px;
}

.links-menu-right {
    text-align: end;
}

.menuSec .row {
    border-bottom: 1px solid #2f324b;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -100px;
    background-color: #101837;
    position: relative;
    height: 107vh;
    align-content: center;
    text-align: center;
    margin-bottom: 100px;
}

.banner-sec.inner {
    height: 70vh;
}

.baner-text p {
    margin: 15px auto 30px;
    width: 77%;
    color: #fff;
    line-height: 27px;
}

.baner-text {
    padding-top: 6%;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-links.footer-links-contact li {
    margin: 18px 0;
    gap: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.phone-name p {
    color: #ffffff78;
}

.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background-color: #212121;
}

.bar {
    display: block;
    margin: 0 0 20px 0;
    color: #ffffff;
    padding: 0 0 10px 0;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    z-index: 999999999;
}

.ftr_box {
    position: relative;
    padding: 50px 22px 22px 15px;
    height: 100%;
    border-right: 1px solid #4b4d4d;
}

.ftr_box::before {
    height: 80%;
    width: 1px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ftr_box1::after {
    width: 1px;
    bottom: 0;
    right: 0;
}

.ftr_logo p {
    width: 85%;
    margin: 0 0 30px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: 40%;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 16px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #889495;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover i {
    transition: 0.3s ease-in-out;
    color: #000;
}

ul.footer_social li a:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
    border: unset;
}

ul.footer_social li a i {
    font-size: 15px;
    color: #889495;
    transition: 0.3s ease-in-out;
}

ul.services a {
    margin: 0 0 16px 0;
    transition: 0.3s ease-in-out;
}

.ftr_box a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    display: block;
    width: fit-content;
    opacity: 40%;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
}

.copy_right p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    opacity: 50%;
}

.banner_main_box::before {
    position: absolute;
    width: 37%;
    height: 220px;
    right: -20%;
    bottom: 0;
    content: '';
    background: #d12128;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}


.ftr_logo a {
    font-family: "VintageKing";
    font-size: 22px;
    text-align: left;
    display: flex;
    align-items: self-start;
    justify-content: left;
    width: fit-content;
    color: #fff;
    line-height: 40px;
}

.ftr-right-bar {
    position: relative;
    z-index: 2;
}

.footer-links.footer-links-contact a {
    margin: 0px 0;
}

ul.services a:hover {
    padding: 0 0 0 6px;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

ul.quick a {
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
}

ul.quick a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
}

.img-back-ft {
    background-image: url(../images/ft-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-top: 104px;
}

footer .row {
    border: 1px solid #4b4d4d;
}

.ftr_logo {
    position: relative;
    z-index: 2;
    border-right: 1px solid #4b4d4d;
    padding: 35px 0px 40px 35px;
    height: 100%;
}

.ftr_logo a img {
    margin-bottom: 22px;
}

.ft-btm-links ul {
    display: flex;
    justify-content: end;
    margin-right: 62px;
    gap: 40px;
    margin-bottom: 0px;
}

.ft-btm-links ul li a {
    color: #b6b6ad;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
}

.container-fluid.p-0 {
    padding: 19px 0px !important;
}

.ftr_logo:before {
    height: 290px;
    width: 1px;
    background-color: #4b4d4d;
    bottom: -38px;
    left: -10px;
    z-index: -1;
}

.ftr_logo:after {
    position: absolute;
    height: 1px;
    width: 410px;
    background-color: #4b4d4d;
    top: 0;
    left: -10px;
    z-index: -1;
}

.row.e {
    border: unset;
    width: 100%;
}

.ftr-right-bar .row {
    border: unset;
}

.ftr_box.ftr_box1 {
    border-right: unset;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ----------------------------------------------------------- */

.testimonial-sec {
    padding-bottom: 100px;
    position: relative;
}

.testimonial-sec.abt-iner {
    padding: 100px 0;
}

.col-lg-4.iner-tsti-content {
    margin-bottom: 40px;
}

.col-lg-4.iner-tsti-content .testi-slide-content {
    box-shadow: 0px 9px 21px 0px rgb(128 128 128 / 47%);
}

.testi-design-img {
    position: absolute;
    top: 340px;
    left: 0;
}

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

.testi-head p {
    width: 55%;
    margin: 0 auto;
    color: #222222;
    opacity: 60%;
}

.testimonial-top-box {
    position: relative;
    z-index: 1;
}

.testimonial-top-box::before {
    position: absolute;
    content: "";
    width: 93%;
    height: 2px;
    border-top: 2px dashed #797e8f;
    top: 55px;
    left: 20px;
    z-index: 0;
}

.profile-top .testi-img {
    width: 56px;
    height: 56px;
    object-fit: scale-down;
    border-radius: 70px;
    box-shadow: 0 0 0px 13px #cfd1d7;
    background: #101837;
}

.testi-slider .slick-slide {
    padding-top: 50px;
    position: relative;
    margin: 0 10px 30px;
}

.profile-top {
    margin: -25px 0px 50px 10px;
    z-index: 1;
    position: relative;
}

.testi-slide-content {
    padding: 30px 20px;
    border-radius: 7px;
    position: relative;
    background: #fff;
    box-shadow: 0px 9px 21px 0px rgba(128, 128, 128, 0.17);
}

ul.testi-profile-list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 20px 0;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

ul.star i {
    font-size: 14px;
    color: #ffb503;
}

ul.testi-profile-list h5 {
    font-size: 19px;
    font-family: 'Montserrat';
    margin: 0;
    color: #1b2240;
    margin-bottom: 2px;
}

ul.testi-profile-list h6 {
    font-size: 14px;
    font-family: "Montserrat";
    text-transform: capitalize;
    color: #7c7c7c;
}

.testi-slide-content p {
    color: #7c7c7c;
}

.testi-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.testi-slider .slick-slide {
    opacity: 1;
}

.profile-top img.prf-2 {
    display: none;
}

.profile-top .testi-img img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

section.testimonial-sec .row.e {
    margin-bottom: 30px;
}

.testi-slider button.slick-prev:before {
    content: '\f053';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.testi-slider button.slick-prev {
    background: #272727;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 56px;
}

.testi-slider button.slick-next:before {
    content: '\f054';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.testi-slider button.slick-next {
    background: #000;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 56px;
    right: 32px;
}

/*---------------------------------------------------- Testimonial Section End ----------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    margin-bottom: 100px;
}

.service-sec {
    margin-bottom: 120px;
}

.contact-sec {
    margin-bottom: 100px;
    position: relative;
}


.about-text h2 span {
    font-family: 'Ivymode';
    color: #101837;
}

.about-text h2 {
    margin-bottom: 16px;
}

.about-text p {
    margin-bottom: 30px;
    color: #222222;
    opacity: 60%;
}

.about-image img {
    width: 100%;
    height: 621px;
    object-position: top;
    object-fit: cover;
}

.about-image {
    margin-left: 15px;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-text {
    padding: 45px 20px 35px 45px;
}

.service-text p {
    margin: 15px 0 20px;
    font-size: 15px;
    line-height: 29px;
    color: #262626;
    width: 89%;
    opacity: 60%;
}

.serv-main.last {
    padding: 15px 0px 15px 15px;
    margin-left: 10px;
}

.serv-main:hover:before {
    width: 100%;
    background-color: #101837;
}

.serv-main:hover {
    padding: 15px 15px;
}

.serv-main:hover .serv-image img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.serv-image {
    overflow: hidden;
}

.serv-main:hover .service-text * {
    color: #fff;
}

.serv-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    transition: 0.5s all;
}

.service-text a {
    border: 1px solid #e1e1e1;
}

.serv-head p {
    width: 51%;
    margin: 5px auto 0;
    color: #222222;
    opacity: 60%;
}

.serv-head {
    text-align: center;
    margin-bottom: 40px;
}

.serv-main {
    padding: 15px 10px 15px 15px;
    position: relative;
    transition: 0.5s all;
}

.serv-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
    background: #ededed;
    transition: 0.5s all;
}




.service-detail-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    margin-bottom: 30px;
    object-position: 0 -60px;
    border-radius: 10px;
}

.service-detail-sec {
    margin-bottom: 100px;
}

.service-text-detail p {
    margin-bottom: 30px;
    opacity: 60%;
    color: #222222;
}

.service-text-detail h2 {
    margin-bottom: 13px;
    font-size: 60px;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-head p {
    width: 50%;
    margin: 12px auto 0;
}

.gallery-image {
    overflow: hidden;
}

.gallery-image:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.gallery-image.inr-new {
    margin-top: 25px;
}

.gallery-sec.inner {
    padding: 0 0 100px;
}

.gallery-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.7s all;
}

.gallery-image.bottom-left img {
    height: 257px;
    object-position: 0px 41%;
}

.gallery-image.bottom-left {
    margin-top: 23px;
}

.gallery-sec {
    padding: 80px 0 100px;
}

.gallery-head {
    text-align: center;
    margin-bottom: 34px;
}

.gallery-image.right img {
    height: 700px;
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    transition: 0.5s all;
}

.contact-sec:hover .contact-image img {
    filter: contrast(0.5);
}

.contact-form {
    padding: 50px 0;
}

.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/contact-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #101837;
    width: 60%;
    height: 89%;
    z-index: -1;
    background-position: 0px 100%;
}

.contact-form h2 {
    color: #fff;
}

.contact-image {
    margin-top: 13%;
}

.contact-sec:after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: 0;
    background-color: #ededed;
    width: 67%;
    height: 220px;
    z-index: -2;
}

.contact-form p {
    color: #fff;
    font-size: 13px;
    opacity: 60%;
    width: 90%;
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea {
    height: 62px;
    width: 100%;
    border: 1px solid #9a9a9a;
    padding: 10px 20px 10px 83px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    color: #222222;
}

.contact-field {
    position: relative;
    margin-bottom: 15px;
}

.contact-field i {
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 17px;
    color: #222222;
}

.contact-field img {
    position: absolute;
    top: 0px;
    left: 11%;
}

.contact-form form {
    width: 90%;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-form textarea {
    height: 120px;
    padding: 20px 30px 10px;
    margin-bottom: 22px;
    resize: none;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */