/*
Theme Name: Enlightened Child
Template: enlightened
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enlightened-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



:root {

    --color-1: #0D3DE5;

    --color-2: #fff;

    --color-3: #000000;

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}







/**

 * Remove default margin.

 */

h1,

h2,

h3,

h4,

h5,

h6,

p {

    margin-bottom: 0;

}



ul {

    list-style: none;

}



a {

    text-decoration: none;

}



html {

    /* overflow-x: hidden; */

}





body {

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    color: #666;

    overflow-x: hidden;

}



.fixed_header {

    position: fixed;

    z-index: 999;

    padding: 10px 0;

    width: 100%;

    top: 0;

    background-color: var(--color-3);

    border-bottom: none;

}

.nav_sec ul li.active::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 29px;
    background-image: url(https://enlightenedpathways.co.uk/wp-content/uploads/2024/03/object-1.png);
    background-size: 100%;
    z-index: 99;
    background-repeat: no-repeat;
}



/* .main_header .logo img {

    width: 100%;

} */

header {

    width: 100%;

    padding: 25px 0;

    background-color: transparent;

    position: absolute;

    z-index: 9999;

}



.nav_sec ul li .cmn-btn {

    display: none;

}





/*====================================== Start navigation ========================================*/

.navigation_area .nav_sec {

    width: 100%;

    display: block;

    margin: 0;

    padding: 0;

}



.navigation_area .nav_sec ul {

    width: 100%;

    margin: 0;

    padding: 0;

    text-align: center;

}



.navigation_area .nav_sec ul li {

    display: inline-block;

    vertical-align: middle;

    margin: 0;

    /* padding: 10px 15px 10px 0; */

    position: relative;

}



.navigation_area .nav_sec ul li.active a {

    /* color: #000; */

}



/* .navigation_area .nav_sec ul li+li {

    margin-left: 65px;

} */

.navigation_area .nav_sec ul li {

    margin-right: 40px;

}



.navigation_area .nav_sec ul li a {

    font-family: "Red Hat Display", sans-serif;

    font-size: 18px;

    font-weight: 700;

    line-height: 24px;

    letter-spacing: 0em;

    text-align: left;

    transition: 0.8s;

    color: #fff;

}



.main_header .navigation_area .nav_sec ul .dropdown>a:after {

    content: "\f107";

    font-weight: 800;

    font-family: "Font Awesome 5 Free";

    position: absolute;

    top: 11px;

    right: -5px;

}



.navigation_area .nav_sec ul li .header_book_appointment_btn {

    margin-left: 148px;

    color: #000;

    font-family: Inter;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-transform: capitalize;

    position: relative;

}



/* .header_book_appointment_btn::before {

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    position: absolute;

    left: 0;

    top: -10px;

    width: 45px;

    height: 45px;

    border-radius: 100px;

    background-color: #0D3DE5;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

} */



/* Icon Forward */





.right-nav-sec a i {

    color: var(--color-2);

}



.nav_sec ul a:hover {

    color: #FFD42A !important;

}



.nav_sec ul li ul li a:hover {

    /* background-color: var(--color-3); */

}



.right-nav-sec {

    display: flex;

}



.right-nav-sec a {

    margin-right: 15px;

}



.navigation_area {

    display: flex;

    align-items: center;

}



.navigation_area .nav_sec ul li ul {

    width: max-content;

    border: 0.2px solid rgba(255, 246, 221, 0.50);

    background: linear-gradient(313deg, rgba(0, 0, 0, 0.5) -27.8%, rgba(255, 255, 255, 0.00) 136.42%);

    backdrop-filter: blur(10px);

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 999;

    display: none;

    text-align: left;

    max-width: 150px !important;

    min-width: 150px;

    padding: 0px 15px;

}



.navigation_area .nav_sec ul li:hover ul {

    display: block;

}



.navigation_area .nav_sec ul li ul li {

    width: 100%;

    margin: 0;

    padding: 0;

}



.navigation_area .nav_sec ul li ul li+li {

    border-top: 1px solid rgba(255, 255, 255, 0.30);

}



.nav_sec ul>.active>a {

    color: var(--color-1);

}





.navigation_area .nav_sec ul li ul li a {

    margin: 0;

    padding: 10px 0px;

    display: block;

    font-size: 16px;

    font-weight: 500;

    color: #fff;

    font-family: Inter;

    font-size: 16px;

}



span.toggle-menu {

    display: none;

}



.toggle-menu img {

    width: 50px;

}



.header-social-icon a {

    margin-right: 23px;

    transition: 0.7s;

}



.header-social-icon i {

    font-size: 20px;

    color: #fff;

}



/*====================================== end navigation ========================================*/



/* BANNER-SEC-START */

.banner {

    position: relative;

    background-repeat: no-repeat;

    background-size: cover;

}



.banner .banner-left-sec {

    padding: 190px 0 120px 0;

}



.banner-left-sec {

    position: relative;

}



.banner .banner-left-sec::before {

    content: "";

    background-color: #FFD42A;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}



.banner-left-sec::after {

    content: "";

    background-color: #FFD42A;

    position: absolute;

    left: -310px;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

}



.left_con {

    position: relative;

    z-index: 9;

}



.left_con h1 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 80px;

    font-weight: 900;

    line-height: 93px;

    letter-spacing: 0em;

    text-align: left;

    color: #5B574F;
    margin-bottom: 25px;

}



.left_con h1 span {

    color: #651835;

}



.left_con p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: left;

    color: #5B574F;

    width: 426px;

    margin-bottom: 30px;

}



.cmn-btn a {

    padding: 12px 33px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    letter-spacing: 0em;

    text-align: left;

    background-color: #651835;

    border-radius: 6px;

    color: #FFFFFF;

    transition: 0.8s;

}



.cmn-btn a:hover {

    color: #000;

}



.cmn-btn a i {

    margin-left: 3px;

    font-size: 13px;

}



.cmn-btn .banner-phone {

    background-color: transparent;

    padding: 0 0 0 30px;

    margin-left: 36px;

    position: relative;

    color: #5B574F;

    font-weight: 500;

}

.yellow-logo {
    display: none;
}

.main_header.fixed_header .yellow-logo {
    display: block;
}

.main_header.fixed_header .fixed-logo {
    display: none;
}

.cmn-btn .banner-phone::before {

    content: "";

    background-image: url(images/call.png);

    background-repeat: no-repeat;

    width: 22px;

    height: 22px;

    position: absolute;

    left: 0;

    top: 1px;

}



.cmn-btn .banner-phone::after {

    content: '';

    position: absolute;

    width: 135px;

    transform: scaleX(0);

    height: 2px;

    bottom: 0px;

    left: 34px;

    background-color: #5B574F;

    transform-origin: bottom right;

    transition: transform 0.3s ease-out;

}



.cmn-btn .banner-phone:hover {

    color: #651835;

}



.cmn-btn .banner-phone:hover:after {

    transform: scaleX(1);

    transform-origin: bottom left;

}



.banner-slider {

    padding: 190px 0 160px 0;

    position: relative;

}



.banner-slider .item {

    position: relative;

}



.banner-slider::before {

    content: "";

    position: absolute;

    background-color: #FFD42A;

    width: 355px;

    height: 411px;

    left: 50%;

    top: 53%;

    transform: translate(-50%, -50%);

    border-radius: 24px;

    /* z-index: -1; */

}

/* .banner-slider .img {} */

.banner-slider .item img {

    margin: 0 auto;
    /* height: 294px; */
}



.banner-slider .item h5 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 28px;

    font-weight: 700;

    letter-spacing: 0em;

    text-align: left;

    color: #651835;

    text-align: center;

    margin-bottom: 5px;

}



.banner-slider .slick-prev {

    left: 43%;

    bottom: 20%;

    top: inherit;

    z-index: 99;

}



.banner-slider .slick-next {

    right: 47%;

    bottom: 20%;

    top: inherit;

}



.banner-slider .slick-next:before {

    content: "";

    background-image: url(images/right-arrow.png);

    background-repeat: no-repeat;

    position: absolute;

    width: 22px;

    height: 13px;

}



.banner-slider .slick-prev:before {

    content: "";

    background-image: url(images/left-arrow.png);

    background-repeat: no-repeat;

    position: absolute;

    width: 22px;

    height: 13px;

    z-index: 99;

}



.banner-slider .slick-next::after {

    content: "";

    background-image: url(images/line.png);

    background-repeat: no-repeat;

    position: absolute;

    left: -44%;

    bottom: -33%;

    z-index: 99;

    width: 24px;

    height: 24px;





}



/* .banner-slider .slick-list.draggable {

    padding: 45px 0 45px 0;

} */

.object-1 {

    position: absolute;

    top: 0;

    left: 52%;

}



/* BANNER-SEC-END */



/* ABOUT-SEC-START */

.about {

    padding: 100px 0;

    position: relative;

}



.about-left-sec {

    position: relative;

}



.about-left-sec {

    position: relative;

    z-index: 1;

}



.cmn-heading h2 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 46px;

    font-weight: 700;

    line-height: 61px;

    letter-spacing: 0em;

    text-align: left;

    margin-bottom: 20px;

}



.cmn-heading h2 span {

    color: #651835;

}



.about-right-sec p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: left;



}



.object-2 {

    position: absolute;

    top: 8px;

    right: 0;

}



.object-3 {

    position: absolute;

    top: 140px;

    left: -110px;

    z-index: -1;

}



.object-6 {

    position: absolute;

    top: 75px;

    left: 662px;

}



.object-5 {

    position: absolute;

    bottom: 0;

    right: 177px;

    z-index: -1;

    animation: fly2 4s linear infinite;

}



.object-4 {

    position: absolute;

    bottom: 82px;

    left: 150px;

    animation: fly 4s linear infinite;

}



.object-7 {

    position: absolute;

    top: 228px;

    right: 217px;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



/* ABOUT-SEC-END */



/* OUR-SERVICES-SEC-START */

.our-services {

    padding: 80px 0;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

}



.our-services-heading h2 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 46px;

    font-weight: 700;

    margin-bottom: 10px;

    letter-spacing: 0em;

    text-align: center;

    color: #FFFFFF;

}



.services-card {

    background-color: #FFFFFF;

    border-radius: 10px;

    padding: 56px 26px;

    margin-top: 30px;

    min-height: 410px;

}



.services-card .card-body {

    padding: 0;

}



.card-head {

    width: 93px;

    height: 89px;

    border-radius: 50%;

    background-color: #FFD42A;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 17px;

}



.services-card .card-body h4 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 26px;

    font-weight: 700;

    line-height: 34px;

    letter-spacing: 0em;

    text-align: left;

    color: #5B574F;

    margin-bottom: 13px;

}



.services-card .card-body p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 26px;

    letter-spacing: 0em;

    text-align: left;

    color: #595959;

    margin-bottom: 13px;



}



.services-card .card-body .services-btn a {

    font-family: "Red Hat Display", sans-serif;

    font-size: 18px;

    font-weight: 500;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: left;

    color: #651835;

    border-bottom: 2px solid #FFD42A;

    transition: 0.8s;

}





.services-card .card-body .services-btn a:hover {

    color: #FFD42A;

    border-bottom: 2px solid #651835;

}



.object-8 {

    position: absolute;

    top: 289px;

    left: 0;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



.object-9 {

    position: absolute;

    bottom: 255;

    left: 34px;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



.object-10 {

    position: absolute;

    right: 66px;

    top: 548px;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}





/* OUR-SERVISES-SEC-END */





/* WHAT-WE-DO-SEC-START */

.what-we-do {

    padding: 80px 0;

    position: relative;

}



.what-we-do-right-sec {

    position: relative;

    z-index: 1;

}



.what-we-do-left-sec p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

}



.object-20 {

    position: absolute;

    right: 19px;

    top: 155px;

    /* animation: fly 4s linear infinite; */

}



@keyframes fly {

    0% {

        transform: translateY(0);

    }



    25% {

        transform: translateY(-10px);

    }



    50% {

        transform: translateY(0);

    }



    75% {

        transform: translateY(8px);

    }



    100% {

        transform: translateY(0);

    }

}



.what-we-do::after {

    content: "";

    position: absolute;

    right: 0;

    top: 153px;

    background-image: url(images/what-we-do-bg.png);

    background-repeat: no-repeat;

    background-size: 100%;

    width: 793px;

    height: 419px;

}



.object-15 {

    position: absolute;

    top: 256px;

    right: 0;

    z-index: 1;

    animation: fly 4s linear infinite;

}



.object-11 {

    position: absolute;

    top: 75px;

    right: 94px;

    z-index: -1;

    animation: fly2 4s linear infinite;

}



@keyframes fly2 {

    0% {

        transform: translateX(0);

    }



    25% {

        transform: translateX(-10px);

    }



    50% {

        transform: translateX(0);

    }



    75% {

        transform: translateX(8px);

    }



    100% {

        transform: translateX(0);

    }

}



.object-13 {

    position: absolute;

    bottom: 50px;

    left: 0;

}



.object-16 {

    position: absolute;

    left: 533px;

    top: 497px;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



/* WHAT-WE-DO-SEC-END */



/* GET-IN-TOUCH-SEC-START */

.get-in-touch {

    margin-bottom: -130px;

    position: relative;

    z-index: 1;

}



.get-in-touch-form {

    box-shadow: 0px 4px 55px 3px #65183526;

    padding: 33px 40px 0 40px;

    border-radius: 4px;

    background-color: #FFFFFF;

}



.right-get-in-touch h3 {

    padding-bottom: 30px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 32px;

    font-weight: 600;

    line-height: 42px;

    letter-spacing: 0em;

    color: #5B574F;

}



.get-in-touch .right-get-in-touch form input {

    width: 100%;



    padding: 15px 20px;

    border: 1px solid #E0E0E0;

    outline: none;

    border-radius: 11px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    box-shadow: 0px 4px 8px 3px #6161610D inset;

}

.form-input {
    margin-bottom: 24px;
}

.submin-btn input {
    margin: 24px 0 0;
}

.wpcf7-not-valid-tip {
    padding-top: 4px;
}

.get-in-touch .right-get-in-touch form select {

    width: 100%;

    /* margin-bottom: 24px; */

    padding: 15px 20px;

    border: 1px solid #E0E0E0;

    outline: none;

    border-radius: 11px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    box-shadow: 0px 4px 8px 3px #6161610D inset;

}



.get-in-touch .right-get-in-touch form textarea {

    width: 100%;

    height: 80px;

    padding: 15px 20px;

    border: 1px solid #E0E0E0;

    outline: none;

    border-radius: 11px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    box-shadow: 0px 4px 8px 3px #6161610D inset;

}



.get-in-touch .right-get-in-touch form label {

    margin-bottom: 15px;

    font-family: "Red Hat Display", sans-serif;

    font-size: 16px;

    font-weight: 600;

    line-height: 21px;

}



.get-in-touch .right-get-in-touch form .submin-btn input {

    width: 174px;

    height: 50px;

    transition: 0.8s;

    background-color: #651835;

    color: #fff;

    transition: 0.8s;

}



.get-in-touch .right-get-in-touch form .submin-btn input:hover {

    background-color: #fff;

    color: #000;

}





.get-in-touch .right-get-in-touch {

    padding-bottom: 33px;

}



.left-get-in-touch {

    position: absolute;

    bottom: -1px;

}



.get-in-touch-form {

    position: relative;

}



.object-21 {

    position: absolute;

    left: -12%;

    top: -21%;

    z-index: -1;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



@keyframes spin {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}





.object-22 {

    position: absolute;

    left: -12%;

    top: 44%;

    z-index: -1;

}


.page-id-13 .get-in-touch {
    margin-top: 80px;
}

/* GET-IN-TOUCH-SEC-END */



/* FOOTER-SEC-START */

.footer {

    padding: 210px 0 20px 0;

    background-color: #1E1E1E;

    position: relative;

}



.footer-left-sec ul {

    display: flex;

}



.footer-left-sec ul li {

    margin-right: 112px;

}



.footer-left-sec ul li a {

    font-family: "Red Hat Display", sans-serif;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 0em;

    text-align: left;

    color: #FFFFFF;

}



.footer-left-sec ul li:last-child {

    margin-right: 0;

}



.footer-left-sec ul {

    margin-bottom: 40px;

}



.footer-right-sec {

    /* width: 457px; */

}



.footer-right-sec p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 500;

    line-height: 26px;

    letter-spacing: 0em;

    text-align: left;

    margin-bottom: 20px;

    color: #FFFFFF;

}



.footer .row {

    margin-bottom: 39px;

}



.footer-right-sec a {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 500;

    line-height: 26px;

    letter-spacing: 0em;

    text-align: left;

    color: #FFFFFF;

    position: relative;

    padding-left: 35px;

    transition: 0.8s;

}



.footer-right-sec a::before {

    content: "";

    position: absolute;

    left: 0;

    top: 2px;

    background-image: url(images/footer-call.png);

    background-repeat: no-repeat;

    width: 30px;

    height: 30px;

}



/* SUB-FOOTER */

.sub-footer {

    border-top: 1px solid #555555;

    padding: 20px 0 0;

}



.sub-footer .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.sub-footer-right ul {

    display: flex;

    margin-bottom: 7px;

}



.sub-footer-right ul li {

    margin-right: 49px;

}



.sub-footer-right ul li a {

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: 0em;

    color: #FFFFFF;

    transition: 0.8s;

}



.sub-footer-right p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

    font-weight: 300;

    line-height: 20px;

    letter-spacing: 0em;

    color: #FFFFFF;

}



.sub-footer-right p a {

    color: #FFFFFF;

    transition: 0.8s;

}



.footer a:hover {

    color: #FFD42A;

}



.sub-footer-right ul li:last-child {

    margin-right: 0;

}



.object-23 {

    position: absolute;

    top: 8px;

    left: 30px;

    animation: fly2 4s linear infinite;

}



.object-24 {

    position: absolute;

    bottom: 149px;

    right: 21px;

    animation: fly 4s linear infinite;

}



.header-social-icon a:hover i {

    color: #FFD42A;

}



/* FOOTER-SEC-END */

/* Sweep To Right */

.hvr-sweep-to-right {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    border-radius: 5px;

}



.hvr-sweep-to-right:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #fff;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    border-radius: 5px;

}



.hvr-sweep-to-right:hover,

.hvr-sweep-to-right:focus,

.hvr-sweep-to-right:active {

    color: white;

}



.hvr-sweep-to-right:hover:before,

.hvr-sweep-to-right:focus:before,

.hvr-sweep-to-right:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}



select#Reason {

    position: relative;

}



.mt-10 {

    margin-top: 36px;

}



.mt-40 {

    margin-top: 40px;

}



.nav_sec ul li:last-child {
    display: none;
}

.footer-left-sec li.header-social-icon-mob {
    display: none;
}


.nav_sec ul li .header-social-icon {

    display: flex;

}



/* select#Reason::before {

    content: "";

    font-family: "Font Awesome 5 Brands";

    position: absolute;

    left: 0;

    background-color: #fff;

    width: 40px;

    height: 40px;

} */

.banner-slider .slick-next:hover::before {

    scale: 1.2;

    opacity: inherit !important;

}



.banner-slider .slick-prev:hover::before {

    scale: 1.2;

    opacity: inherit !important;

}





/* ABOUT-PAGE-SECTION-START */

.banner.services-page .banner-left-sec {

    padding: 152px 0 80px 0;

}



.banner.services-page .banner-left-sec h1 {

    margin-bottom: 18px;

}



.banner.services-page .banner-left-sec ul li {
    font-family: "Red Hat Display", sans-serif;

    font-size: 24px;

    font-weight: 800;

    line-height: 33px;

    letter-spacing: 0em;

    color: #651835;

}

.banner.services-page .banner-left-sec ul li a {
    color: #651835;
}



.breadcrumb li+li::before {

    content: "\f101";

    font-family: FontAwesome;

    color: #651835;

    font-weight: 900;
    margin-right: 10px;

}



.breadcrumb a {

    padding: 0 10px;

    transition: 0.8s;

}



.breadcrumb a:hover {

    color: #000 !important;

}



.services-page2 .object-3 {

    position: absolute;

    top: 131px;

    left: 5px;

    z-index: -1
}



.services-page2 .object-6 {

    position: absolute;

    top: 104px;

    left: 801px;

}



.services-page2 .object-7 {

    position: absolute;

    top: 160px;

    right: 250px;

    animation-name: spin;

    animation-duration: 5000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



.services-page2 .object-5 {

    position: absolute;

    bottom: 60px;

    right: 161px;

    z-index: -1;

    animation: fly2 4s linear infinite;

}



.services-page2 .object-4 {

    position: absolute;

    bottom: -3px;

    left: 89px;

    animation: fly 4s linear infinite;

}



.publish-sec p {

    margin-bottom: 20px;

}



.publish-sec ul li {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

    position: relative;

    padding-left: 20px;

}



.publish-sec ul li:before {

    content: "";

    position: absolute;

    left: 0;

    top: 10px;

    width: 12px;

    height: 12px;

    background-image: url(images/point-img.png);

    background-repeat: no-repeat;

}



.publish-sec ul {

    margin-bottom: 20px;

}



.object-30 {

    position: absolute;

    top: 32px;

    z-index: -1;

    left: 30px;

}



.object-31 {

    position: absolute;

    top: 597px;

    /* z-index: -1; */

    right: 158px;

}



.round-32 {

    position: absolute;

    top: 221px;

    z-index: -1;

    right: 76px;

}



.services-page2 .object-33 {

    position: absolute;

    bottom: 115px;

    /* z-index: -1; */

    right: 180px;

    animation: fly 4s linear infinite;

}



.object-50 {

    position: absolute;

    bottom: 115px;

    right: 645px;

    animation: fly 4s linear infinite;

}



.object-51 {

    position: absolute;

    bottom: 86px;

    right: 57%;

    animation: fly 4s linear infinite;

}



.object-52 {

    position: absolute;

    top: 500px;

    right: 90px;

    animation: fly 4s linear infinite;

}



.services-3 .our-services-heading p {

    width: 866px;

    margin: 0 auto;

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: center;

    color: #fff;

}



.services-3 .our-services-heading {

    margin-bottom: 31px;

}



.services-3 .services-page-slider .slick-prev:before {

    content: "";

    position: absolute;

    background-image: url(images/prev-btn.png);

    background-repeat: no-repeat;

    width: 48px;

    height: 48px;

}



.services-3 .services-page-slider .slick-next:before {

    content: "";

    position: absolute;

    background-image: url(images/next-btn.png);

    background-repeat: no-repeat;

    width: 48px;

    height: 48px;

}



.services-3 .services-page-slider .slick-next {

    right: -29px !important;

}



.services-3 .services-page-slider .slick-prev {

    left: -80px !important;

}



.services-page-slider img {

    width: 100%;

    border-radius: 5px;

}



.services-page-slider {}



.services-page-slider .slick-next:before {

    color: #FFD42A;

    font-size: 30px;

}



.services-page-slider .slick-prev:before {

    color: #FFD42A;

    font-size: 30px;

}



.about.services-page2.services-5 {}



.object-35 {

    position: absolute;

    top: 0;

    left: 529px;

}

.page-id-11 .about-right-sec.publish-sec h2 {
    text-transform: uppercase;
}

/* ABOUT-PAGE-SECTION-END */





/* CONTACT-US-PAGE-START */

.contach-us-page {

    padding: 100px 0;

}



.contact-heading h2 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 32px;

    font-weight: 600;

    line-height: 42px;

    letter-spacing: 0em;

    text-align: left;

    color: #5B574F;

}



.contact-heading h2 {

    font-family: "Red Hat Display", sans-serif;

    font-size: 46px;

    font-weight: 700;

    line-height: 61px;

    letter-spacing: 0em;

    color: #2E373B;

    margin-bottom: 20px;

}



.contact-heading p {

    font-family: "Red Hat Display", sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 30px;

    letter-spacing: 0em;

    color: #595959;

    margin-bottom: 28px;

}



.contact-page-left ul li {

    font-family: "Red Hat Display", sans-serif;

    font-size: 22px;

    font-weight: 500;

    /* line-height: 26px; */

    letter-spacing: 0em;

    color: #5B574F;

    margin-bottom: 35px;

    transition: 0.8s;

    display: flex;

    align-items: center;

}



.contact-page-left ul li a {

    color: #5B574F;

}



.contact-page-left ul li:last-child {

    margin-bottom: 0;

}



.contact-page-left ul li span {

    margin-right: 24px;

}



.contact-page-left ul li i {

    color: #651835;

    font-size: 24px;

}



.contact-page-left ul li:hover a {

    color: #651835;

}



.object-40 {

    position: absolute;

    top: -31px;

    left: -84px;

    animation: fly 4s linear infinite
}



.breadcrumb {

    margin-bottom: 0;

}



.breadcrumb li:last-child a {

    padding-right: 0;

}



.object-45 {

    position: absolute;

    right: -86px;

    bottom: 382px;

}



.about.services-page2 .row:nth-child(odd) {

    flex-direction: row;

}



.about.services-page2 .row:nth-child(even) {

    flex-direction: row-reverse;

}



.object-55 {

    position: absolute;

    left: 20px;

    bottom: 250px;

    animation: fly 4s linear infinite;

}



/* CONTACT-US-PAGE-END */

/* 404-PAGE-START */
.error404 .about-right-sec.publish-sec {
    text-align: center;
    padding: 50px 0;
}

.error404 .about-right-sec.publish-sec h2 {
    text-align: center;
    line-height: 28px;
}

.error404 .publish-sec p {
    margin-bottom: 5px;
}

.error404 .about-right-sec.publish-sec p {
    text-align: center;
}

.error404 .footer {
    padding: 50px 0 20px;
}

/* 404-PAGE-END */
.text--fading [data-scroll='out'] .char {
    opacity: 0;
}

.text .char {
    display: inline-block;
    -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
    animation-delay: calc(0.25s + var(--char-index) * 0.1s);
    transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}

.about.services-page2.services-5 .row {
    padding: 40px 0;
}

.page-id-11 .about.services-page2 .row {
    padding: 40px 0;
}