/*=================== fonts ====================*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap');

/*================================================
Default CSS

font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
=================================================*/

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: -1 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #212529;
    display: inline-block;
}

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

button {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

p {
    font-size: 13px;
    text-align: justify;
    color: #222;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    /* max-width: 100%; */
    /* height: auto; */
    /* display: inline-block; */
}

.align-items-center {
    align-items: center!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    font-family: 'Poppins', sans-serif;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

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

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #765ca7;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #e7e7e7;
    /* creates padding around scroll thumb */
}

.border-bottom {
    border-bottom: 2px solid #8e5b46 !important;
}

.border-top {
    border-top: 2px solid #8e5b46 !important;
}


/*================================================
Default Btn CSS
=================================================*/

.main-btn {
    color: white;
    background-color: #6c51a1;
    padding: 11px 20px;
    /* border-radius: 63px; */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 16px; */
    transition: 0.3s;
}

@media (max-width: 575px) {
    .main-btn {
        padding: 15px 51px;
        font-size: 15px;
    }
}

.main-btn:hover {
    background-color: #4d3671;
    color: rgb(255, 255, 255) !important;
}

.secondary_main_btn {
    color: white;
    background-color: #ffffff00;
    padding: 11px 66px;
    /* border-radius: 63px; */
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid white;
    /* margin-top: 16px; */
    transition: 0.3s;
    border-radius: 30px;
}

.secondary_main_btn:hover {
    color: rgb(255, 255, 255) !important;
    background-color: #765ca7;
    border: 1px solid #765ca7;
}


/* ======== Header ========*/


/* ======== 2.1 Header Top ========*/


/* ================================== */

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    /* .header-top {
        display: none;
    } */
}


/********************************** headertop Links********************************* */

.header-top-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.header-top {
    padding: 9px 0px 0px 0px;
    background: #765ca7;
}

.header-top-social {
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.header-top-links img {
    width: 23px;
    margin-right: 10px;
}

.header-top-social img {
    width: 23px;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .header-top-links {
        /* -webkit-box-pack: center; */
        /* -webkit-justify-content: center; */
        -ms-flex-pack: center;
        /* justify-content: center; */
        /* margin-bottom: 10px; */
    }
}

.header-top-links li {
    color: #ffffff;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-links li {
        padding: 0 0px;
        font-size: 13px;
        border-left: 0px;
        margin-bottom: 4px;
        margin-right: 10px;
    }
}

.header-top-links li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

.header-top-links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.header-top-links li a:hover {
    color: #fff;
}

.header-top-links li i {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

@media only screen and (max-width:992px) {
    /* .header-top-links {
        display: none !important;
    } */
    .header-top-social {
        display: none;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1024px) {
    .header-logo a img {
        /* max-width: 100%; */
        width: 365px;
        /* margin-top: -104px !important; */
    }
}


/* *********************************  */

.header-bottom.header-sticky {
    min-height: 90px;
    padding-top: 7px;
}

@media (min-width: 1020px) {
    .header-bottom.header-sticky {
        min-height: 80px;
        padding-top: 7px;
        position: absolute;
        z-index: 99;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1380px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 479px) {
    .header-bottom.header-sticky {
        min-height: 80px;
    }
}

.header-bottom.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/*-- Logo --*/

.header-logo a img {
    /* max-width: 100%; */
    width: 173px;
}


/*-- Main Menu --*/

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: end;
}

.main-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.main-menu>ul>li+li {
    position: relative;
    margin-left: 20px;
}

.main-menu>ul>li+li {
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu>ul>li+li {
        margin-left: 34px;
    }
}

.active-menu {
    color: #58447e !important;
}

.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    /* font-weight: 400; */
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #323232;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
    color: #58447e;
}

.main-menu>ul>li.has-children>a::after {
    content: "\f107";
    font-family: 'fontAwesome';
    padding-left: 5px;
}

.main-menu>ul>li:hover .sub-menu {
    margin-top: 9px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu>ul .sub-menu {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: auto;
    width: 230px;
    padding: 15px 0;
    border-bottom: none;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.main-menu>ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    /* border-style: solid;
    border-width: 0 7.5px 10px 7.5px; */
    border-color: none;
}

.main-menu>ul .sub-menu li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    font-size: 13px;
    color: #323232;
    padding: 5px 20px;
    text-transform: capitalize;
}

.main-menu>ul .sub-menu li {
    border-bottom: none;
    padding: 5px !important;
}

.main-menu>ul .sub-menu li:last-child {
    border-bottom: none;
    padding: 5px !important;
}

.menu-active {
    color: var(--main-color) !important;
}


/********************************** Mobile Menu Bar ********************************* */

.main-menu-right-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu-right-side a {
    font-size: 25px;
    line-height: 100px;
    color: var(--main-color);
}

.main-menu-right-side .header-language a {
    font-size: 14px;
    line-height: 80px;
    color: #046268;
}

.main-menu-right-side a:hover {
    color: #0c939d;
}

@media only screen and (max-width: 479px) {
    .main-menu-right-side a {
        line-height: 80px;
    }
}


/**********************************  2.3 Mobile Menu ********************************* */

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-inner {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    width: 350px;
    background-color: #765ca7;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - -19px));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-left: auto;
    position: relative;
    padding: 20px 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.mobile-menu-inner .btn-close-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 36px;
    padding-left: 20px;
    color: #ffffff;
    opacity: 1;
}

.mobile-menu-inner .btn-close-bar i {
    cursor: pointer;
    color: #fbfbfb;
    -webkit-transform: rotate(0deg);
    font-size: 17px;
    font-weight: 300 !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-inner .btn-close-bar i:hover {
    color: #d1d1d1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-inner .widget-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
}

.mobile-menu {
    text-align: start;
    padding: 31px 19px 14px;
}

.mobile-menu>.has-children>a i {
    -webkit-transform: rotate(0deg);
    font-size: 22px !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>.has-children .dropdown a {
    font-size: 13px;
    padding-top: 20px;
    display: block;
    color: #ececec;
    padding-left: 15px;
}

.mobile-menu>.has-children.active>a {
    color: #fcfcfc;
}

.mobile-menu>.has-children.active>a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>li {
    margin-bottom: 34px;
    border-bottom: 1px solid #ffffff;
    padding: 7px;
}

.mobile-menu>li>a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu>li>a:hover {
    color: #ffffff;
}

.contact-links {
    text-align: left;
    padding: 0 0px 0 24px;
    margin-bottom: 128px;
}

.contact-links li {
    color: #2b2b35;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
}

.contact-links li a {
    color: #ffffff;
}

.contact-links li a:hover {
    color: #ffffff;
}

.contact-links li i {
    color: #ffffff;
    margin-right: 10px;
    font-size: 17px;
}

.contact-block__title {
    color: #fff;
}

.contact-block__list {
    margin-bottom: 15px;
}

.contact-block__list li {
    color: #ffffffc9;
}

.btn__white {
    background-color: #fff;
    margin-top: 22px;
}

#contact-form {
    /* margin-top: 50px; */
}


/* ============================ */


/**********************************  slider ********************************* */


/* ============================ */

.single-banner-slide {
    height: 88vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide h2 {
    color: #765ca7;
    text-transform: capitalize !important;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Poppins'; */
    /* text-align: center; */
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgb(73 73 73 / 8%); */
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single-banner-slide p {
    color: #313030 !important;
    font-size: 15px;
    /* background: #397a1d; */
    /* max-width: 51%; */
    /* margin: 0 auto; */
    /* text-align: center; */
}

.single-banner-slide a {
    color: white;
    background-color: #765ca7;
    padding: 11px 59px;
    /* border-radius: 8px; */
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;
    transition: 0.3s;
}

.single-banner-slide a:hover {
    color: #fff;
    /* background: var(--second-color); */
}

.banner_tag img {
    width: 81px !important;
    position: absolute;
    left: 20%;
    top: 139px;
}

.banner-slider {
    position: relative;
}

.banner-slider .owl-nav button.owl-prev {
    display: none !important;
}

.banner-slider .owl-nav button.owl-next {
    display: none !important;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    left: 48%;
    bottom: 4%;
    /* display: none; */
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    background: #cabfe0;
    margin: 0 3px;
    /* border: 1px solid #775da8; */
}

.owl-dots button.owl-dot.active {
    background-color: #7960a9;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.single-banner-slide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: em;
    /* background: rgb(38 37 37 / 23%); */
}


/**********************************  service_do us ********************************* */

.service_do-Section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.service_do-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.service_do-Section .service_do_content p span {
    color: #765ca7;
    font-weight: 600;
}

.service_do_title {
    text-decoration: none;
    position: relative;
}

.service_item {
    background-color: #ececec;
    padding: 20px;
}

.service_item:hover {
    background-color: #ececec;
    padding: 20px;
    border-bottom: 4px solid #6f4da0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service_item h6 {
    color: #7853a3;
    font-size: 14px;
}

.service_item img {
    width: 60%;
    margin-top: -51px;
}


/*  */


/**********************************  about ********************************* */

.about {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.about .title-wrap span {
    color: #222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    /* margin-bottom: 20px; */
}

.about .title-wrap h3 {
    color: #7150a1;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.about_title {
    text-decoration: none;
    position: relative;
}

.about-Section .service_do_content img {
    width: 25px;
    position: absolute;
    margin-right: 9px;
    left: 1px;
    top: 3px;
}


/* ----------------- */


/**********************************  Partners ********************************* */

.Partners {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.Partners .title-wrap span {
    color: #975a3f;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.Partners .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* margin-top: -1px; */
    margin-bottom: 31px;
}

.Partners_title {
    text-decoration: none;
    position: relative;
}

.partners_img img {
    width: 40%;
    text-align: center
}

.Partners_content p {
    text-align: center;
}


/**********************************  get_quote ********************************* */

.get_quote {
    position: relative;
    padding: 120px 0 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.get_quote .title-wrap h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.get_quote_title {
    text-decoration: none;
    position: relative;
}

.get_quote_content p {
    color: white;
    text-align: center;
}


/**********************************  subfooter ********************************* */

.sub-footer {
    padding: 20px 0px 3px 0px;
    background: #765ca7;
}

.sub-footer span {
    font-size: 13px;
    color: white;
}

.three-col .icon {
    margin-right: 10px;
}

.social_media {
    border-top: 1px solid #4d4848;
    /* border-bottom: 1px solid #4d4848; */
    padding: 24px 0;
    margin-top: 0px;
}

.social_media ul {
    margin-bottom: 0;
}

.follow {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.social-links {
    display: flex;
}

.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 35px 0px 0px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.social-links a:hover .fab {
    color: #fff;
}


/**********************************  footer ********************************* */

.footer_01 {
    position: relative;
    background: #222;
    padding: 50px 0 25px;
}

.footer_01 .secTitle {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: -7px 0 0
}

.aboutWidget {
    position: relative
}

.footer_info h6 {
    color: white;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-size: 19px;
}

.footer_info p {
    color: rgb(231, 231, 231);
    margin-bottom: 3px;
    /* font-size: 10px; */
    line-height: 1.6;
    text-transform: capitalize;
}

.footer_info input[type=text] {
    width: 75%;
    border: 2px solid #aaa;
    margin: 8px 0;
    outline: none;
    background: none;
    font-size: 12px;
    color: white;
    border-radius: 30px;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;
}

input[type=text]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.aboutWidget h5 {
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #dddddd;
    font-weight: 500;
    margin: 0 0 13px;
}

.phone .footer-call {
    display: flex!important;
    font-size: 28px!important;
    font-weight: 900!important;
    text-align: left !important;
    color: var(--theme-color) !important;
    margin: 0 0 10px!important;
    justify-content: flex-end!important;
    border-bottom: none;
    line-height: 38px;
}

.phone i {
    display: inline-block;
    font-size: 33px;
    margin-right: 15px;
    line-height: 44px;
}

.aboutWidget p {
    text-align: right;
    color: #dddddd !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 18px;
}

.aboutWidget a {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #dddddd !important;
    border-bottom: 1px solid #fff;
}

.aboutWidget a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.widget_title {
    font-size: 20px;
    line-height: 30px;
    color: #dddddd;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 18px;
}

.widget_title.mb28 {
    margin-bottom: 28px
}

.menu {
    margin: 0;
    padding: 0
}

.menu li {
    font-size: 13px;
    display: block;
    color: #dddddd;
    line-height: 33px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 18px;
}

.menu li a {
    color: inherit;
    position: relative;
    padding-left: 15px;
}

.menu li a:hover {
    color: var(--theme-color);
    padding-left: 23px
}


/********************************* copyright ********************************* */

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #222;
    border-top: 1px solid #3a3939;
}

.copyright_content p {
    text-align: center;
    color: white;
}


/********************************** breadcrubs **********************************/

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb-height {
    /* height: 368px; */
}

.breadcrumb-heading {
    /* text-transform: uppercase; */
    font-size: 22px;
    color: #404040;
    font-weight: 500;
}

.main-breadcrumb-heading {
    color: #7150a1;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.breadcrumb-area {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 235px 0px 235px 0px;
}


/**********************About page*********************************/


/**********************************  about_content us ********************************* */

.about_content-Section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.about_content-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.about_content-Section .about_content_content p span {
    color: #765ca7;
    font-weight: 600;
}

.about_content_title {
    text-decoration: none;
    position: relative;
}

.about_value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-image: url(../img/values.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.value_content {
    padding-bottom: 20px;
}

.value_item-1 h2 {
    font-size: 20px;
    color: #9f00a3;
}

.value_item-2 h2 {
    font-size: 20px;
    color: #e87600;
}

.value_item-3 h2 {
    font-size: 20px;
    color: #86d000;
}


/*  */


/**********************privacyy page*********************************/


/**********************privacyy_content*********************************/

.privacy_content-Section {
    padding-top: 20px;
    padding-bottom: 70px;
}

.privacy_content-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.privacy_content-Section .privacy_content_content p span {
    color: #765ca7;
    font-weight: 600;
}

.privacy_content_title {
    text-decoration: none;
    position: relative;
}

.privacy_content_item {
    margin-bottom: 30px;
}

.privacy_content_item h6 {
    font-size: 15px
}

.privacy_content_item ul {
    list-style-type: disc;
    margin-left: 14px;
    padding: 0;
}

.privacy_content_item ul li {
    font-size: 13px;
    text-align: justify;
    color: #222;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}


/**********************privacyy page*********************************/


/**********************privacyy_content*********************************/

.term_content-Section {
    padding-top: 20px;
    padding-bottom: 70px;
}

.term_content-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.term_content-Section .term_content_content p span {
    color: #765ca7;
    font-weight: 600;
}

.term_content_title {
    text-decoration: none;
    position: relative;
}

.term_content_item {
    margin-bottom: 30px;
}

.term_content_item h6 {
    font-size: 15px
}

.term_content_item ul {
    list-style-type: disc;
    margin-left: 14px;
    padding: 0;
}

.term_content_item ul li {
    font-size: 13px;
    text-align: justify;
    color: #222;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}


/**********************Portfolio page*********************************/


/********************************** Portfolio_content us ********************************* */

.portfolio_content-Section {
    padding-top: 20px;
    padding-bottom: 70px;
}

.portfolio_content-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.portfolio_content-Section .about_content_content p span {
    color: #765ca7;
    font-weight: 600;
}

.portfolio_content_title {
    text-decoration: none;
    position: relative;
}


/* portfolio-item */

.portfolio-filter-section {
    background: #ffffff;
    /* margin-bottom: 35px; */
}

.portfolio-filter-wrap {
    margin-bottom: 30px;
}

.portfolio-filter-wrap {
    margin: 0;
    padding: 0;
    /* list-style: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-filter-wrap a:not(:last-child) {
    margin-right: 15px;
}

.portfolio-filter-wrap a {
    padding: 5px 14px;
    display: block;
    background: #274d9f;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .portfolio-filter-wrap a {
        margin-bottom: 15px;
    }
}

.portfolio-filter-wrap a.active {
    background: #48ccf2;
}

.links .active:hover {
    border-color: #2d85cb;
}

.links .active {
    color: #ffffff !important;
    padding: 10px 37px;
    border-radius: 0px;
    background: #7652a2;
}

.links li {
    font-family: 'poppins', sans-serif;
    padding: 1% 2% !important;
    margin-bottom: 0.5rem;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500 !important;
    display: inline-block;
}

.links a {
    background-color: #f7f7f7;
    padding: 10px 37px;
    border-radius: 0px;
}


/* portfolio item */

.portfolio_item {
    padding-top: 10px;
    padding-bottom: 60px;
}

.fwb-main-x {
    /* background: #fff; */
    border-radius: 16px;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
    /* box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px; */
    /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; */
}

.work-thumbnails {
    text-align: center;
    align-items: flex-end;
    border-top-left-radius: 13px;
    border-top-right-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    border-bottom: none;
}

.work-details {
    padding: 14px 12px !important;
}

.work-details {
    /* background: #ffffff !important; */
    padding: 0 !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.work-thumbnails img {
    margin: 0 auto;
}

.work-details {
    padding: 14px 12px !important;
    /* background: #ffffff !important; */
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.work-details h4 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #414141 !important;
}


/*********************portfolio_details page ***************************** */


/* portfolio_item_details */

.portfolio_item_details {
    padding-top: 100px;
    padding-bottom: 60px;
}

.portfolio_item_details h3 {
    color: #765ca7;
    font-size: 31px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.portfolio_details_img img {
    border-radius: 30px;
    width: 100%;
}

.portfolio_details_connect h2 {
    color: #765ca7;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.connect_item {
    display: flex;
    justify-content: center;
}

.connect_item_1 {
    margin-right: 30px;
}

.connect_item a {
    font-size: 13px;
    font-weight: 500;
    color: #765ca7;
}

.portfolio_item .title h2 {
    color: #7d58a5;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}


/**********************service_details page*********************************/


/**********************************  service_details_content us ********************************* */

.service_details_content-Section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service_details_content-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.service_details_content-Section .service_details_content_content p span {
    color: #765ca7;
    font-weight: 600;
}

.about_content_title {
    text-decoration: none;
    position: relative;
}


/* service feature */

.service_featurer {
    padding-top: 12px;
    padding-bottom: 60px;
}

.iconBox02 {
    padding: 0px 0px 0 65px;
    position: relative;
    color: white;
}

.iconBox02 h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1c2035;
    line-height: 1.1;
}

.iconBox02 p {
    font-weight: 400;
}

.iconBox02 {
    margin: 20px 0 8px;
}

.strategy-iconBox {
    margin: 0 0 32px;
}

.iconBox02-icon {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    position: absolute;
    left: 0;
    top: 0;
}

.iconBox02-icon i {
    color: #ffffff;
}

.iconBox02 h2 {
    color: #765ca7;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
}


/**********************************  career page item ********************************* */

.carrer_list-Section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.carrer_list-Section .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.carrer_list-Section .carrer_list_content p span {
    color: #765ca7;
    font-weight: 600;
}

.carrer_list_title {
    text-decoration: none;
    position: relative;
}

.carrer_item p {
    text-align: center;
    font-size: 12px;
}

.carrer_item {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
}

.carrer_item h6 {
    color: #7853a3;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.carrer_form {
    padding-bottom: 50px;
}

.career_title {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.carrer_form h4 {
    color: #c59f76;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 33px;
}

.carrer_form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #3e3e3e;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.carrer_form .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1.5;
    color: #495057;
    background-color: #eaeaea;
    background-clip: padding-box;
    /* border: 1px solid #bdc1c5; */
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.carrer_form input:focus {
    background-color: none;
    border: none;
    box-shadow: none;
}

.carrer_form .textarea_size {
    height: 150px;
}

.carrer_form span {
    color: red;
}

.sent_btn {
    color: white;
    background-color: #6c51a1;
    padding: 11px 60px;
    /* border-radius: 63px; */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 16px; */
    transition: 0.3s;
    border: none;
}

@media (max-width: 768px) {
    .sent_btn {
        padding: 15px 51px;
        font-size: 15px;
    }
    .text-ar {
        margin-top: 50px
    }
}

.sent_btn:hover {
    background-color: #4d3671;
    color: rgb(255, 255, 255) !important;
}

.form-control[type=file] {
    border: #eaeaea !important;
}

.form-control[type=file]:hover {
    border: #eaeaea !important;
    background-color: #eaeaea !important;
}


/*  */


/* testimonials */

.testimonial {
    padding-top: 30px;
    padding-bottom: 60px
}

.testimonial_title {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 31px;
}

.title-wrap p {
    text-align: center;
}

.sed_testimonial_section {
    padding: 6rem 0rem
}

.testi_person_img_icon {
    margin-top: 2rem;
}

.testi_person_img_icon ul {
    margin: 0px 50px;
    padding: 0;
    list-style-type: none;
    /* text-align: right; */
}

.testi_person_img_icon ul li {
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 11px;
    cursor: pointer;
}

.testi_person_img_icon ul li img {
    width: 100px;
    height: 95px;
    object-fit: cover;
    border-radius: 8px;
}

.change_contet_test:nth-child(1) {
    display: block;
}

.change_contet_test {
    display: block;
    margin: 0px 59px 0px 80px;
}

.change_contet_test {
    display: none;
}


/* .qoates {
    position: relative;
} */

.qote-1 {
    position: absolute;
    z-index: 99;
    right: 44%;
    width: 6%;
    opacity: 0.1;
    top: 30%;
}

.qote-2 {
    position: absolute;
    z-index: 99;
    right: 0%;
    width: 6%;
    opacity: 0.1;
    bottom: 36%;
}

.test_user_review_content h1 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.test_user_review_content p {
    font-size: 14px;
    /* text-align: right; */
    color: #000000;
}

.img_peroson_fullsize {
    text-align: right;
}

.active_user {
    position: relative;
    border: 3px solid #6f4fa0 !important;
    border-radius: 11px;
}

.p_b_80 {
    padding-bottom: 80px;
}

.sed_testimonial_section {
    padding-bottom: 2rem;
    position: relative;
}

.img_peroson_fullsize {
    position: relative;
    margin-bottom: 31px;
}


/*LIGHTBOX STYLE*/

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.lightbox .lightbox-video {
    width: 100%;
    padding-bottom: 56%;
}

.lightbox iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.lightbox img {
    display: block;
    margin: 0 auto;
}

.lightbox .lightbox-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 26px;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.lightbox .lightbox-close:hover {
    text-decoration: none;
}

.lightbox .lightbox-container {
    max-width: 1024px;
    margin: 100px auto 25px;
}

.vido_btm {
    position: absolute;
    top: 30%;
    left: 41%;
}

.client__test {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.client__test-content {
    width: 100%;
    margin-top: -17px !important;
    padding: 20px 15px;
    background: #fff;
    /* text-align: center; */
    margin-top: 0px;
    position: relative;
    min-height: 200px;
    display: inline-block;
    z-index: 10;
    -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
    box-shadow: 0 9px 68px 0 rgba(62, 57, 107, .2);
    border-radius: 0px;
}

.client__test-post-title h4 {
    font-size: 15px;
    color: #4b4b4b !important;
    line-height: 26px;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-family: 'Poppins';
}

.client__test-post-meta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-transform: uppercase;
}

.client__test-post-meta p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 25px;
}

.client__test-post-meta p a:last-child {
    margin-right: 0
}

.client__test-post-title {
    margin-bottom: 20px;
    display: block;
}

.client__test-thumbnail img {
    width: 100%;
}

.client__test-content p {
    font-size: 12px;
    color: #2f2f2f;
    text-align: justify;
}

.client_testimonails .owl-carousel .owl-nav button.owl-prev,
.client_testimonails .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    background: #7151a2 !important;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.client_testimonails .owl-carousel .owl-nav button.owl-prev:hover,
.client_testimonails .owl-carousel .owl-nav button.owl-next:hover {
    background: #008e98;
    color: #fff;
}

@media only screen and (max-width: 1399px) {
    .client_testimonails .owl-carousel .owl-nav button.owl-prev,
    .client_testimonails .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.client_testimonails .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -90px;
}

.client__item {
    background: #fff;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.client_testimonails {
    padding-bottom: 40px;
}

.center-main {
    padding-top: 70px;
}

.client__test span {
    margin-left: 10px;
}


/* contact */

.contact_heading {
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact_heading h1 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

.contact {
    padding-top: 0px;
    padding-bottom: 40px;
}

.contact h6 {
    font-weight: 400;
    font-size: 20px
}

.contact h2 {
    color: #765ca7;
    font-size: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
}

.section_tittle_style_02 {
    margin-bottom: 30px;
}

.contact-form-section .contact-form {
    position: relative;
    max-width: 770px;
    padding: 25px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-form-section .row {
    margin: 0 -10px;
}

.contact-form-section .contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group input[type="url"],
.contact-form-section .contact-form .form-group textarea,
.contact-form-section .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #858687;
    line-height: 28px;
    padding: 11px 22px;
    border: 1px solid transparent;
    background-color: #ebebeb;
    font-weight: 500;
    /* border-radius: 15px; */
    /* height: 80px; */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group select:focus,
.contact-form-section .contact-form .form-group textarea:focus {
    border-color: #ff4880;
}

.contact-form-section .contact-form .form-group textarea {
    height: 180px;
    resize: none;
}

.contact-form label.error {
    color: #ff4880;
}

.contact-information h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

.contact-information .contact-list {
    /* padding-left: 0; */
    /* margin-bottom: 25px; */
    /* list-style-type: none; */
}

.contact-information .contact-list li {
    margin-bottom: 25px;
    /* position: relative; */
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.contact-information .contact-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ea512e;
    font-size: 20px;
}

.contact-information .contact-list li span {
    font-weight: 600;
    font-family: 'Poppins';
    color: #616570;
}

.contact-information .contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #616570;
    margin-bottom: 0px;
}

.contact-information .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-information .opening-hours {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-information .opening-hours li {
    margin-bottom: 24px;
    font-weight: 600;
    color: #616570;
}

.contact-information .opening-hours li:last-child {
    margin-bottom: 0;
}

.contact-list h5 {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: #616570;
}

.contact-list li img {
    /* width: 7%; */
    height: 43px;
    margin-right: 25px;
    flex-shrink: 0;
    flex-shrink: 0;
}


/* map */

.map {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    z-index: 0;
}

.map img {
    margin: 0 auto;
}

.map:before,
.map:after {
    position: absolute;
    bottom: -4vw;
    width: 50%;
    height: 7vw;
    background-color: #f5f5f5;
    z-index: 1;
    content: '';
}

.map:before {
    left: 0;
    transform: skewY(6deg);
}

.map:after {
    right: 0;
    transform: skewY(-6deg);
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.form {
    width: 400px;
}

.file-upload-wrapper {
    position: relative;
    /* width: 100%; */
    /* height: 60px; */
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    background: rgb(234 234 234);
    padding: 5px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 49px;
    line-height: 40px;
    color: #999;
    /* border-radius: 5px 10px 10px 5px; */
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: url(../img/icons/car.png);
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #eaeaea;
    color: #fff;
    font-weight: 700;
    height: 49px;
    z-index: 25;
    font-size: 16px;
    line-height: 51px;
    padding: 0 11px;
    text-transform: uppercase;
    pointer-events: none;
    /* border-radius: 0 5px 5px 0; */
}

.file-upload-wrapper:hover:before {
    background: #eaeaea;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}


/* blog */

.new_area {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.new_area .title-wrap span {
    color: #975a3f;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.new_area .title-wrap h3 {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* margin-top: 15px; */
    margin-bottom: 31px;
}

.new_area_title {
    text-decoration: none;
    position: relative;
}

.news-blog-box {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 15px;
    position: relative;
}

.nb-thumb {
    position: relative;
    margin-bottom: 0px;
}

.nb-caption {
    padding: 10px 15px;
}

.nb-caption p {
    margin: 15px 0px;
}

.nb-caption .btn-default {
    padding: 6px 20px;
    font-size: 13px;
    text-transform: none;
}

.nb-thumb .date-layer {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary-color);
    text-align: center;
    padding: 10px 20px;
}

.nb-thumb .date-layer h5 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0px;
}

.nb-thumb .date-layer p {
    margin: -5px auto 0px;
    font-weight: 600;
    color: #FFF;
}

.news-blog-box img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.nb-thumb .date-layer {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4d3671;
    text-align: center;
    padding: 10px 20px;
}

.nb-thumb .date-layer h5 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0px;
}

.nb-thumb .date-layer p {
    margin: -5px auto 0px;
    font-weight: 600;
    color: #FFF;
}

.category-badge-alt h6 {
    color: #7552a2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 0px;
}

.news-blog-box h4 a {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 11px;
}


/* ============================================================== 
# Blog 
=================================================================== */

.blog-area {
    z-index: inherit;
    padding-top: 80px;
    padding-bottom: 40px;
}

.blog-area .blog-items .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-items .item .thumb img {
    border-radius: 5px 5px 0 0;
    display: block;
    width: 100%;
    /* -webkit-transform-style: preserve-3d; */
}

.blog-area .blog-items .info {
    padding-top: 50px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
    font-weight: 600;
}

.blog-area.bg-gray .blog-items .info,
.blog-area.full-blog .blog-items .info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.blog-area .blog-items .thumb {
    position: relative;
}

.blog-area .blog-items .thumb .date {
    background: #6f4da0;
    position: absolute;
    right: 30px;
    bottom: -25px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #6f4da0;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.blog-area .blog-items .item .meta ul img {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    border-radius: 50%;
}

.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
    color: #e7c35f;
}

.blog-area .blog-items .info .meta {
    margin-top: 20px;
}

.blog-area.full-blog .blog-items .info .meta {
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-area.full-blog .blog-items .info .meta li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
}

.blog-area.full-blog .blog-items .info .meta li a {
    color: #666666;
    font-weight: 400;
}

.blog-area.full-blog .blog-items .info .meta li a:hover {
    color: #e7c35f;
}

.blog-area.full-blog .blog-items .info .meta li i {
    margin-right: 3px;
    color: #e7c35f;
}

.blog-area .blog-items .info .btn {
    margin-top: 5px;
}

blockquote {
    color: #6f4da0;
}


/* pagination */

html,
body {
    font: 100%/1.5 Verdana, sans-serif
}

#wrapper {
    margin: 0 auto;
    display: block;
    width: 960px;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000
}


/* Active and Hoverable Pagination */

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #6c51a1;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.pagination_section {
    padding-top: 10px;
    padding-bottom: 40px;
}

.making_complex_left ul {
    padding: 26px0 49px;
}

.list-unstyled {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0;
    font-size: 14px;
    list-style: none;
    line-height: 41px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.list-unstyled_2 {
    padding-left: 0;
    font-size: 14px;
    list-style: none;
    line-height: 41px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.making_complex_left ul li i {
    position: relative;
    height: 17px;
    flex-shrink: 0;
    width: 17px;
    background: #714fa0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 8px;
    text-align: center;
    line-height: 17px;
    top: 12px;
    margin-right: 15px;
}

.fl_title h3 {
    font-size: 18px;
}

.list-unstyled_2 li {
    display: flex;
    /* line-height: 22px; */
    /* align-items: center; */
}

.list-unstyled li {
    display: flex;
    /* line-height: 22px; */
    flex-shrink: 0;
    /* align-items: center; */
}

.work-details h4 {
    text-transform: capitalize;
}

.main-menu>ul .sub-menu li:hover {
    border-bottom: 1px solid #eeebeb !important;
    padding: 5px !important;
    background: #714fa0;
    color: white !important;
}

.main-menu>ul .sub-menu li a:hover {
    color: white !important;
}

.ml {
    margin-left: -5px!important;
}

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    /* 9 / 16 * 100 */
}

.o-video>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.video-section {
    padding-top: 40px;
    padding-bottom: 50px;
}

.box-padding-purple {
    padding: 1%
}

@media only screen and (max-width:480px) {
    .box-padding-purple {
        padding: 20px 10px
    }
}

.box-padding-purple a {
    display: inline;
}

.box-light>h5 {
    color: #000 !important;
    text-align: center !important;
    transition: all .3s ease-in-out;
}

.box-light>.icon {
    color: #000 !important;
    transition: all .3s ease-in-out;
}

.box-light:hover>h5,
.box-light:hover>.icon {
    /* transition: all .3s ease-in-out; */
    color: #111111 !important
}

.box-light {
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    padding: 12% 5% !important;
    border: 1px solid #e5e5e5;
    transition: all .3s ease-in-out;
    box-shadow: none;
}

.box-light:hover {
    border-radius: 8px;
    /* background: #2b78c2; */
    /* border: 1px solid #00a1e4 !important; */
}

@media only screen and (max-width:360px) {
    .box-light {
        padding: 16% 5% !important
    }
}

.box-head h5 {
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    color: #765ca7 !important;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.box-head h5:hover {
    font-family: 'poppins', sans-serif;
    font-size: 13px;
    color: #765ca7!important;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .box-head h5 {
        font-size: 13px;
        line-height: 18px
    }
}

.box-light img {
    width: 50px;
}

.Partners_title {
    color: #765ca7;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* margin-top: -1px; */
    margin-bottom: 30px !important;
}



.mediabox-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mediabox;
    animation-name: mediabox;
}

@-webkit-keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mediabox-content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.mediabox-content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mediabox-hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mediaboxhide;
    animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.mediabox-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.mediabox-close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .mediabox-content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .mediabox-content iframe {
        height: 320px !important;
    }

    .mediabox-close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .mediabox-content iframe {
        height: 220px !important;
    }

    .mediabox-close {
        bottom: 262px;
    }
}






