/* @import url("./blocks-css.css"); */
*:hover,
*:focus {
    /*-webkit-transition: .3s ease-in-out; */
    /* -o-transition: .3s ease-in-out;
/* transition: .1s ease-in-out; */
}



@font-face {
    font-family: 'Glancyr-Regular';
    src: url('../fonts/glancyr/Glancyr.ttf') format('truetype');
}


@font-face {
    font-family: 'Glancyr-Bold';
    src: url('../fonts/glancyr/Glancyr-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'Glancyr-ExtraBold';
    src: url('../fonts/glancyr/Glancyr-ExtraBold.otf') format('truetype');
}


@font-face {
    font-family: 'Glancyr-ExtraLight';
    src: url('../fonts/glancyr/Glancyr-ExtraLight.otf') format('truetype');
}


@font-face {
    font-family: 'Glancyr-Light';
    src: url('../fonts/glancyr/Glancyr-Light.otf') format('truetype');
}

@font-face {
    font-family: 'Glancyr-Medium';
    src: url('../fonts/glancyr/Glancyr-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'Glancyr-SemiBold';
    src: url('../fonts/glancyr/Glancyr-SemiBold.otf') format('truetype');
}

@font-face {
    font-family: 'Glancyr-Thin';
    src: url('../fonts/glancyr/Glancyr-Thin.otf') format('truetype');
}


body {
    font-family: 'Glancyr-Regular';
    font-size: 18px;
    color: #000;
    letter-spacing: 0.36px;
}


p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Glancyr-Regular';
    color: #000;
    margin-bottom: 17px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: unset;
}

h1,
.h1 {
    font-family: 'Glancyr-Regular';
    /* font-family: 'Glancyr-SemiBold'; */
    /* font-family: 'Glancyr-Bold'; */
    font-size: 64px;
    line-height: inherit;
    line-height: 1;
}

h2,
.h2 {
    font-family: 'Glancyr-Regular';
    /* font-family: 'Glancyr-SemiBold'; */
    /* font-family: 'Glancyr-Bold'; */
    font-size: 44px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    line-height: initial;
    line-height: 1;
}

h3,
.h3 {
    font-family: 'Glancyr-Regular';
    /* font-family: 'Glancyr-Bold'; */
    /* font-family: 'Glancyr-SemiBold'; */
    font-size: 30px;
    line-height: initial;
    margin-top: 0;
    line-height: 1.2;
}

h4,
.h4 {
    font-family: 'Glancyr-Regular';
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: 0.48px;
}

h5,
.h5 {
    font-family: 'Glancyr-Regular';
    font-size: 16px;
}



.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

span.one-word {
    white-space: nowrap;
}



.gradient {
    background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);
}

.gradient-text-color {
    background: linear-gradient(to top, #004392 0%, #66A07C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 

 

/* Image Section Start */
.section.content-section .content-block-row .content-image-holder {
    position: relative;
    margin-bottom: 2rem;
}


.section.content-section .content-block-row .content-image-holder.image-type-cover {
    height: 400px;
    /* width: 400px; */
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 10px;
}

.section.content-section .content-block-row .content-image-holder.image-type-contain img {
    width: 90%;
}

/* Image Section End */






/* Image with Video  */

.section.content-section .content-block-row.video-row {
    margin-top: 0;
    margin-bottom: 4rem;
} 
 
.section.content-section .content-block-row .content-image-holder .vid-icon {
    /* border: 1px solid; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000002b;
    /* border-radius: 100%; */
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button {
    font-size: 40px;
    /* background: #0005c; */
    background: hsl(0deg 0% 0% / 25%);
    border: 1px solid #D9D9D9;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-left: 8px;
    color: #ffffff4f !important;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button i {
    color: #ffffff;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:hover,
.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:focus {
    transform: scale(1.3);
    /* box-shadow: 0px 0px 32px 1px rgb(0 0 0 / 20%); */
    text-decoration: none;
}

.section.content-section .content-block-row .content-image-holder.image-type-cover.video-holder {
    height: 710px;
    /* width: 400px; */
    background-size: cover !important;
    background-position: center center !important;
    /* border-radius: 100%; */
}




/* Image Section End */




/* Button Start */
.btn-holder {
    margin-top: 3rem;
}

.btn-holder .btn {
    font-family: 'Glancyr-Regular';
    border: 1px solid #000;
    position: relative;
    padding: 15px 16px 11px 16px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 1;
    width: inherit;
}

.btn-holder .btn i {
    padding-left: 6px;
}


.section .content-block-row .content-block-body .btn-holder .btn i {
    color: inherit;
    /* border: 1px solid #000 !important; */
    position: absolute;
    right: 7px;
    top: 6px;
    width: 35px;
    height: 35px;
    font-size: 36px;
    /* transform: rotate(3deg); */
    background: url('../images/ic24-plus-white.svg');
    /* border: 1px solid; */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 100%;
}


.section .content-block-row .content-block-body .btn-holder .btn i::before {
    /* content: "+"; */
    content: "";
    /* position: absolute;
    font-family: inherit;
     border:1px solid #f0f; 
     background: url('../images/ic24-plus.svg'); */

}




.section .absolute-icon-holder {
    position: absolute;
    display: flex;
    gap: 20px;
    text-transform: uppercase;
}

.section .absolute-icon-holder img {
    width: 55px;
}



.section .absolute-icon-holder.content-section-icon {
    left: 0;
    top: -13px;
}

.section .absolute-icon-holder.content-section-icon img {}



.section .absolute-icon-holder.content-section-icon.full-width-text {
    left: -100px;
    top: -13px;
}

.section .absolute-icon-holder.content-section-icon.full-width-text img {}




.section .absoulte-bg-svg-holder {
    position: absolute;
    height: 80%;
    width: 100%;
    background-size: contain !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    top: 10%;
    left: 0;
    opacity: 0.4;
}




/* Button style 1 */
.btn-holder .btn.button-primary {
    background: #000;
    color: #fff;
    margin-right: 20px;
}

.btn-holder .btn.button-primary:focus,
.btn-holder .btn.button-primary:hover {
    background: #212529;
    color: #ffffff;
    border: 1px solid #212529;
    box-shadow: none;
    text-decoration: none;
    /* opacity: 0.6; */
}

/* Button style 2 */
.btn-holder .btn.button-outline {
    color: #000;
}

.btn-holder .btn.button-outline:focus,
.btn-holder .btn.button-outline:hover {
    text-decoration: none;
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    box-shadow: none;
}

/* Button style 3 */
.btn-holder .btn.button-arrow {
    font-weight: 900;
    color: #000;
    border: 0px;
    text-align: left;
    padding: 10px 30px 12px 0px;
    font-size: 16px;
}

.btn-holder .btn.button-arrow:focus,
.btn-holder .btn.button-arrow:hover {
    background: none;
    color: #3f5b7f;
    border: 0px;
}



.section .content-block-row .content-block-body .btn-holder .btn.button-outline i {
    color: inherit;
    /* border:1px solid #f00; */
    background: url('../images/ic24-plus.svg');
    background: url(../images/ic24-plus-red.svg);
}


/* Button style 3 */
.btn-holder .btn.button-white {
    border: 1px solid transparent;
    background-color: #fff;
    color: #000;
}

.btn-holder .btn.button-white:focus,
.btn-holder .btn.button-white:hover {
    background: #eff1f6;
    background-color: #000;
    color: #fff;
}








.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.custom-pt-0 {
    padding-top: 0px !important;
}

.custom-pb-0 {
    padding-bottom: 0px !important;
}




.section ul {
    list-style: none;
}

.section ul>li {
    position: relative;
}

.section ul li {
    list-style-type: none;
    padding-left: 38px;
    margin-bottom: 0px;
    font-size: 16px;
    /* border: 1px solid; */
    padding: 0px 3px 0px 23px;
}

.section ul li:before {
    z-index: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 900;
    vertical-align: middle;
    /* border: 1px solid; */
    width: 20px;
    height: 25px;
    line-height: 27px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0;
    color: #000;
    /* background: #E38B06; */
    border-radius: 100px;
}

.section ul li li {
    padding-left: 15px;
}

.section ul li:before {}


.section .liststyle2-ul-holder {}

.section .liststyle2-ul-holder ul {
    padding-left: 0;
    margin-top: 19px;
}

.section .liststyle2-ul-holder ul li {
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 19px;
}

.section .liststyle2-ul-holder ul li strong,
.section .liststyle2-ul-holder ul li b {
    /* border: 1px solid; */
    display: block;
    color: #E38B06;
    font-family: 'Glancyr-SemiBold';
}

.section .liststyle2-ul-holder ul li:before {
    display: none;
}


/* List Items  */
.section .content-block-row .content-block-body ul.counter-ul {
    display: inline-flex;
}

.section .content-block-row .content-block-body ul.counter-ul li {
    padding-left: 0px;
}

.section .content-block-row .content-block-body ul.counter-ul li::before {
    display: none;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_title {
    font-size: 32px;
    font-family: 'Glancyr-Medium';
    color: #000;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_text {}

.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold {}


.right-padding {
    padding-left: 0%;
    padding-right: 12%;
}

.left-padding {
    padding-left: 13%;
    padding-right: 0%;
}



.ptage-no-margin-padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*  
light-section default-bg : Default Background
light-section custom-bg1-1 : Background 1 ( Light Background - Light Gray #F7F7F7 )
light-section custom-bg1 : Background 2 ( Light Background - Light Gray 2 #D9D9D9 )
dark-section custom-bg3 : Background 3 ( Dark Background - Dark Black  #000000 )
dark-section custom-bg4 : Background 4 ( Dark Background - Dark Black 2  #2C2C2C)
 */

.default-bg {
    background: #ffffff;
}


.custom-bg1-1 {
    background: #F7F7F7;
}

.custom-bg1 {
    background: #D9D9D9;
}

.custom-bg2 {
    background: url('../images/light-bg.webp');
      
    /* background-position: center center; */
    background: url(../images/light-bg.webp);
    background: linear-gradient(rgb(255 255 255 / 23%), rgb(255 255 255 / 50%)), url(../images/light-bg.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}

.custom-bg5 {
    background: url('../images/wooden-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* dark section */
.custom-bg3 {
    background: #000000;
}

.custom-bg4 {
    background: url('../images/dark-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}





/* Gradient Background */
.custom-bg8 {
    background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);

}



.light-bg-section {
    background: url('../images/light-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section {
    padding: 100px 0px;
    position: relative;
}

.section .content-block-row {}

.section .content-block-row.heading-row {
    margin-bottom: 3rem;
}


.section .content-block-row .content-block-body {}



.section .content-block-row .content-block-body .pre-title {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 5px;
    padding-left: 50px;
    font-family: 'RedHatDisplay-Medium';
}

.section .content-block-row .content-block-body .pre-title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #E38B06;
    position: absolute;
    left: 0;
    top: 43%;
}




.section .content-block-row .content-block-body.center {
    text-align: center;
}

.section .content-block-row .content-block-body h1 {
    margin-bottom: 1.5rem;
}

.section .content-block-row .content-block-body h2 {
    margin-bottom: 2rem;
    margin-top: 1px;
}


.section .content-block-row .content-block-body h2:not(:first-child) {}

.section .content-block-row .content-block-body h3 {
    margin-bottom: 1rem;
    margin-top: 0;
}



.section .content-block-row .content-block-body h4 {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.section .content-block-row .content-block-body h4:first-of-type{ text-transform:uppercase !important;}

.section .content-block-row .content-block-body p {}

.section .content-block-row .content-block-body p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    /* font-size: 18px; */
    /* color: #E38B06 !important; */
}

.section .content-block-row .content-block-body p:last-child {
    margin-bottom: 0;
    /* background-color: #f0f !important; */
}

.section .content-block-row .content-block-body .contact-info-block {
    margin-top: 1rem;
}

.section .content-block-row .content-block-body i {
    color: #000;
}

.section .content-block-row .content-block-body .slider-control i {
    color: #6E6E6E;
}

.section .content-block-row .content-block-body .contact-info-block p {}

.section .content-block-row .content-block-body .contact-info-block h4 {}


.section .content-block-row .content-block-body p a {
    text-decoration: underline;
    /* color: #E38B06; */
    /* color: #000; */
}

.section .content-block-row .content-block-body p a:hover,
.section .content-block-row .content-block-body p a:focus {
    color: #3f1f71;
    color: #0d3a5b;
}

.section .content-block-row .content-block-body .btn-holder {
    margin-top: 4rem;
}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 i {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 31px;
}

.section .content-block-row .content-block-body .btn-holder .orange-btn2:hover,
.section .content-block-row .content-block-body .btn-holder .orange-btn2:focus {}

.section .content-block-row .content-block-body ul {
    margin-bottom: 3rem;
    padding-left: 0px;
    border-top: 1px solid #c6c6c600;
    padding-top: 0;
    margin-top: 1rem;
    width: 100%;
}

.section .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
    /* font-family: 'Glancyr-Medium'; */
}

.section .content-block-row .content-block-body ul li strong,
.section .content-block-row .content-block-body ul li b {
    font-family: 'PTSerif-Bold';
    display: block;
    margin-bottom: -2px;
}

.section .content-block-row .content-block-body ul li::before {}

.section .content-block-row .content-block-body ul li.icons {
    position: relative;
    padding-left: 67px;
    margin-top: 1.5rem;
    /* align-items: center; */
}

.section .content-block-row .content-block-body ul li.icons::before {
    /* border: 1px solid; */
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 5px;
    background-position: center;
    content: '';
}

.section .content-block-row .content-block-body ul li.pin::before {
    background-image: url('../images/pin_drop.svg');
}

.section .content-block-row .content-block-body ul li.phone::before {
    background-image: url('../images/phone.svg');
}

.section .content-block-row .content-block-body ul li a {}

.section.content-section-1 .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body .additional_content ul {}

.section .content-block-row .content-block-body .additional_content ul li {
    padding-left: 59px;
    margin-top: 1rem;
}

.section .content-block-row .content-block-body .additional_content ul li a {
    color: inherit;
}

.section .content-block-row .content-block-body .additional_content ul li::before {
    content: "\f110";
    font-family: 'Flaticon' !important;
    /* border: 1px solid; */
    width: 50px;
    height: 99%;
    top: 0px;
    font-size: 1.5rem;
    color: #fff;
}

.section .content-block-row .content-block-body .additional_content ul li a:hover,
.section .content-block-row .content-block-body .additional_content ul li a:focus {
    color: #ef7102;
}

.section .content-block-row .content-block-body .additional_content ul li:hover::before {
    color: #ef7102;
}

.section .content-block-row .content-block-body {
    position: relative;
    z-index: 0;
}

.section .content-block-row .content-block-other {
    position: relative;
}

.section .content-block-row .content-block-other .content-block-image-holder {
    height: 650px;
    width: 520px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 15px;
    max-width: 100%;
}


.section .content-block-row .content-block-other.right {}

.section .content-block-row .content-block-other.right .content-block-image-holder {
    float: right;
}


.section .content-block-row .content-block-other .content-block-thumb-image-holder {
    padding: 6rem 0px;
    position: absolute;
    width: 205px;
    height: 210px;
    bottom: -90px;
    left: -50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 11px solid #fff;
}


/* Text block with colums 1,2, 3 */
/* text-block-2col  */
.section.text-block-section {}

.section.text-block-section .content-block-row.heading-row {
    margin-bottom: 1rem;
}

.section.text-block-section .content-block-body.content p:first-child {
    margin-bottom: 1rem;
}

.section.text-block-section .image-holder {
    /* border: 1px solid; */
    max-width: 100%;
    margin-top: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.section.text-block-section .content-block-row .content-block-body h2:not(:first-child) {
    margin-top: 4rem;
}

.section.text-block-section .content-block-row .content-block-body h3:not(:first-child) {
    margin-top: 3rem;
}

.section.text-block-section .content-block-row .content-block-body h4:not(:first-child) {
    margin-top: 3rem;
}
.section.text-block-section .content-block-row .content-block-body p.h4{
    margin-top: 3rem;
}

.section.text-block-section .image-holder.col6-image {
    width: 100%;
}


.section.text-block-section .image-holder.col12-image {}

.section.text-block-section .image-holder.col12-image img {
    width: 100%;
}


.section.text-block-section .image-holder.col12-image {}

.section.text-block-section.text-block-dynamic .image-holder.col6-image {
    margin-top: 0;
    width: 64%;
    /* border: 1px solid; */
    margin: 0px auto;
}




/***************** Dark Section Start Here *************************/



/* Dark Section Global  Start */

/* List Items  */
.section.dark-section .content-block-row .content-block-body ul.counter-ul li .c_title {
    color: #ffffff;
}

.section .content-block-row .content-block-body ul.counter-ul li .c_text {}

.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold {}



.section.dark-section .content-block-row .content-block-body h1,
.section.dark-section .content-block-row .content-block-body h2,
.section.dark-section .content-block-row .content-block-body h3,
.section.dark-section .content-block-row .content-block-body h4,
.section.dark-section .content-block-row .content-block-body p,
.section.dark-section .content-block-row .content-block-body ul li,
.section.dark-section .content-block-row .content-block-body .pre-title,
.section.dark-section .content-block-row .content-block-body .pre-title:after,
.section.dark-section h1,
.section.dark-section h2,
.section.dark-section h3>*,
.section.dark-section p,
.section.dark-section.custom-block.cards-section .items-row .items-holder .service-4-block h3,
.section.dark-section.repeater-block-4 .items-row strong,
.section.dark-section .content-block-row .content-block-body i,
.section.dark-section.repeater-block-3 .c_button .btn-holder a,
.section.dark-section ol li     {
    color: #ffffff;
}


.section.dark-section.content-section.content-section-3 .content-block-row .content-image-holder.image-type-cover::before,
.section.dark-section.cta-block-3 .content-block-row .content-block-body.content-body,
.section.dark-section.contact-form-section .content-block-row .content-body-wrap,
.section.dark-section.repeater-block-3 .content-block-row .content-block-body.main-content-body,
.section.dark-section.repeater-block-3 .c_button,
.section.dark-section.repeater-block-3 .facts-ul li .c_title,
.section.dark-section.content-section.custom-block-6 .items-row .items-holder .service-4-block {
    border-color:  #ffffff; 
} 
 

.section.dark-section.cta-block-3 .content-block-row .content-block-body.content-body {
    background: #eff1f638;
}
.section.dark-section.repeater-block-3 .content-block-row .content-block-body.main-content-body::before,
.section.dark-section.repeater-block-3 .content-block-row .content-block-body.main-content-body::after,
.section.dark-section.repeater-block-3 .c_button::before,
.section.dark-section.repeater-block-3 .c_button::after{
    background: #fff; 
}

.section.dark-section .content-block-row .content-block-body .pre-title:after {
    /* background: #D9D9D9; */
}

.section.dark-section .content-block-row .content-block-body ul li:before,
.section.dark-section ul li:before {
    /* background: #eff1f6; */
    color: #ffffff;
}


/* btn primary */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000;
}

.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:focus {
    border: 1px solid #ffffff;
    background-color: #fff;
    background: #212529;
    color: #fff;
}

/* btn tersiyer */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline {
    border: 1px solid white;
    background-color: #ffffff00;
    color: #fff;
}

.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:focus {
    border: 1px solid #fff;
    background-color: #212529;
}







/* Contact form special CSS : Darken */
.section.dark-section.contact-form-section .content-block-row .content-block-body.image-block-content-body{
    border: var(--border-width) solid #fff;
}
.section.dark-section.contact-form-section .content-block-row .content-body-wrap {
    background-color:  #000; 
} 
.section.dark-section.contact-form-section .btn-holder .btn.button-primary {
    background: #ffffff;
    color: #000000;
    margin-right: 20px;
}
.section.dark-section span.wpcf7-list-item-label { 
    color: #fff;
}
.section.dark-section.contact-form-section .section.contact-form-section .form-group {
    margin-bottom: 10px;
    color: #fff;
}
.section.dark-section.contact-form-section.easy-appoinment-area form input { 
    border-bottom: 1px solid #ffffff; 
    color: #fff;
}
.section.dark-section.contact-form-section.easy-appoinment-area form .cap-holder{ color: #fff; }
.section.dark-section input[type=text]::placeholder,
.section.dark-section input[type=password]::placeholder,
.section.dark-section input[type=email]::placeholder,
.section.dark-section input[type=number]::placeholder,
.section.dark-section input[type=tel]::placeholder,
.section.dark-section textarea::placeholder,
.section.dark-section.contact-form-section.easy-appoinment-area form textarea:focus,
.section.dark-section.contact-form-section.easy-appoinment-area form textarea:hover,
.section.dark-section.contact-form-section.easy-appoinment-area form input:focus {
    color: #fff;
}
.section.dark-section input[type=text]:-ms-input-placeholder,
.section.dark-section input[type=password]:-ms-input-placeholder,
.section.dark-section input[type=email]:-ms-input-placeholder,
.section.dark-section input[type=number]:-ms-input-placeholder,
.section.dark-section input[type=tel]:-ms-input-placeholder,
.section.dark-section textarea:-ms-input-placeholder {
    color: #fff;
}
.section.dark-section input[type=text]::-ms-input-placeholder,
.section.dark-section input[type=password]::-ms-input-placeholder,
.section.dark-section input[type=email]::-ms-input-placeholder,
.section.dark-section input[type=number]::-ms-input-placeholder,
.section.dark-section input[type=tel]::-ms-input-placeholder,
.section.dark-section textarea::-ms-input-placeholder {
    color: #fff;
}
/* Contact form special CSS : Darken */

/***************** Dark Section End Here *************************/