@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Dancing+Script:wght@400..700&family=Gabriela&family=Great+Vibes&family=Oleo+Script:wght@400;700&family=Style+Script&display=swap');

:root {
    --darkColor: #0b3026;
    --yellowcolor: #e8b65d;
    --blueColor: #0d6efd;
    --blackColor: #000;
    --lightcolor: #0b30261f;
    --textColor: #333;
    --colorWhite: #fff;
    --blueBorderColor: #0961bb;
    --facebook: #3C5B9B;
    --twitter: #359BED;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 15px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --redColor: #ee1f36;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --secondary-color: #F9F9F9;
    --errorColor: #dc3545;
    --text-light: #f2f3f5;
    --roboto: "Roboto", serif;
    --oleo_script: "Gabriela", serif;
}

body {
    /* background: #f4f6fc; */
    color: var(--textColor);
    font-family: var(--roboto);
    font-size: 14px;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c0c0c;
    margin: 0 0 20px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c
}

p a {
    color: var(--textColor);
    width: auto;
    display: inline-block
}

p a:hover {
    text-decoration: underline;
    outline: 0
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    color: var(--textColor);
    font-family: var(--roboto);
    text-transform: capitalize;
}

ol li,
ul li {
    font-family: var(--roboto);
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0
}

textarea {
    background: #f4f6fc;
    height: 100px !important;
}

select {
    background: #f4f6fc;
    border: 1px solid #ccc;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: none;
    padding: 0 10px !important;
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input,
select,
textarea {
    border: 1px solid #ccc;
    height: 40px;
    background: #f4f6fc;
    line-height: 40px;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    outline: 0;
    font-family: var(--roboto);
    border-color: rgba(86, 90, 207, 0.3);
    border-radius: 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
input:focus,
select:focus,
Fcontact.form-control:focus,
textarea:focus {
    box-shadow: none;
}

input[type="file"] {
    width: 100%;
    padding: 0;
    font-size: 12px;
    margin: 0;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555
}

.form-control:focus::-moz-placeholder {
    color: var(--darkColor)
}

.form-control:focus {
    border-color: var(--darkColor)
}

h1 {
    font-size: 30px;
    font-weight: bold
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0
}

h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0
}

.space {
    padding: 50px 0;
}

.topbar {
    width: 100%;
    height: auto;
    background: var(--darkColor);
    margin: 0;
    padding: 0;
    position: relative;
}

header {
    z-index: 11;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.top_contact {
    width: auto;
    margin: 0;
    padding: 0;
}

.top_contact.topRight {
    float: right;
}

.top_contact li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
    padding-right: 8px;
    border-right: 1px solid rgb(41, 57, 98);
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 35px;
}

.top_contact li a {
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.top_contact li a:hover,
.top_contact li a:focus {
    color: var(--yellowcolor)
}

.menubar {
    float: right;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #f4f6fc;
}

.top_contact li a.social {
    width: 15px;
    text-align: center;
}

.menubar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 40px;
    width: 100%;
    background: url(../images/shadow_1.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f4f6fc;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.menubar .logo {
    width: 175px;
    padding: 6px 0;
    padding-right: 10px;
    position: absolute;
    height: 65px;
    border-right: 1px solid #eee;
    z-index: 999;
}

.menubar .logo img {
    width: 175px;
    padding: 2px 0;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: var(--darkColor);
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: right
}

.navigation .menu ul li {
    float: left;
    position: relative
}

.navigation .menu ul li a {
    padding: 20px 14px;
    display: block;
    color: var(--darkColor);
    transition: all 0.3s ease;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 4px solid transparent;
}

.navigation .menu ul>li>a:before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--yellowcolor);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation .menu ul>li>a:hover:before,
.navigation .menu ul>li a.active:before {
    opacity: 1;
}

.navigation .menu ul li a.active,
.navigation .menu ul li:hover a {
    color: var(--yellowcolor);
    background: none;
    border-bottom-color: var(--yellowcolor);
}

.navigation .menu ul li:hover a:before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--yellowcolor);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #f4f6fc;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--yellowcolor)
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--yellowcolor)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #f4f6fc;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--yellowcolor)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background: #f4f6fc;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}

.navigation .menu ul li ul.cs-dropdown li a:before {
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0px solid var(--darkColor);
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: var(--darkColor);
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--yellowcolor);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul li.cs_mega {
    position: relative;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown {
    width: 750px;
    left: -204%;
    height: 250px;
    max-height: 497px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown li {
    display: grid;
    width: 33%;
    border: 1px solid #dfb05c3d;
}

.navigation .menu ul li.cs_mega ul.cs-dropdown li a {
    display: block;
}

.header_appointment_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px 4px 0 4px;
    overflow: hidden;
    background: var(--yellowcolor);
    color: #fff;
    font-family: var(--roboto);
    -webkit-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    transition: background .24s cubic-bezier(.37, .31, .31, .9), color .24s cubic-bezier(.37, .31, .31, .9);
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-left: 15px;
}

.header_appointment_btn:before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    -o-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    border-radius: inherit;
    background: var(--darkColor);
}

.header_appointment_btn:hover {
    color: #fff;
}

.header_appointment_btn:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.header_appointment_btn svg {
    width: 25px;
    height: 25px;
    float: right;
    margin-left: 10px;
}

.home_features_section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.padding_0 {
    padding: 0 !important;
}

.sm-height-auto {
    min-height: 230px;
    position: relative;
    text-align: center;
}

.text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    padding: 0 15px;
}

.text_content img {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 70px;
}

.text_content .titleOne {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.text_content .titleOne a {
    display: inline-block;
    color: #fff;
}

.text_content .titleOne a:hover {
    color: var(--yellowcolor);
}

.text_content p {
    color: #fff;
}

.bg-theme-colored2 {
    background-color: var(--darkColor) !important;
}

.bg-theme-colored {
    background-color: #00b3cc !important;
}

.about_and_form {
    width: 100%;
    margin: 0;
    padding: 50px 0;
}

.find-doctro-content {
    background: #f4f6fc;
}

.find-doctro-content .title {
    font-size: 28px;
    margin-bottom: 10px;
}

.find-doctro-content {
    padding: 30px;
    box-shadow: 0 0 20px #F0F0F0;
    position: relative;
    z-index: 2;
}

.section-heading .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--yellowcolor);
    font-weight: 600;
    margin-bottom: 21px;
    text-align: left;
    padding: 0 0 10px;
}

.input-group {
    width: 100%;
}

.input-group .input-group-addon {
    border-radius: 0;
    width: 40px;
}

div#results .input-group {
    display: block;
}

div#results .input-group input {
    width: 100%;
}

.site_btn {
    background: #121d2f;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 15px 36px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    font-size: 16px;
}

.site_btn:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #364c70;
    right: 10px;
    bottom: 8px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.site_btn:hover,
.site_btn:focus {
    background: var(--yellowcolor);
}

.our_service_home {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
}

.box-hover-effect {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.box-hover-effect .effect-wrapper .thumb {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-hover-effect.effect-siberia .info-box .info-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 70px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.box-hover-effect.effect-siberia .info-box .info-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.box-hover-effect.effect-siberia .info-box .info-title:before {
    color: #fff;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: rgba(9, 9, 9, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-hover-effect.effect-siberia .info-box .info-content {
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-hover-effect.effect-siberia .info-box .info-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.box-hover-effect.effect-siberia .info-box .info-content p {
    color: #fff;
}

.box-hover-effect.effect-siberia .info-box .info-content .read_more_btn {
    padding: 8px 25px;
}

.box-hover-effect.effect-siberia .info-box .info-content .read_more_btn:hover {
    background: #364c70;
}

.box-hover-effect.effect-siberia:hover .info-box .info-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.box-hover-effect.effect-siberia:hover .info-box .info-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.bg_transparent {
    background-color: rgba(0, 179, 204, 0.9) !important;
}

.read_more_btn {
    background: #121d2f;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 15px 36px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    font-size: 16px;
}

.read_more_btn:after {
    content: "";
    height: 10px;
    width: 10px;
    background: #364c70;
    right: 10px;
    bottom: 8px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.read_more_btn:hover,
.read_more_btn:focus {
    background: var(--yellowcolor);
    color: #fff;
}

.read_more_1 {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: var(--roboto);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.read_more_1 svg {
    margin-top: 3px;
    margin-right: 5px;
}

.read_more_1:hover {
    border: solid 1px #FFFFFF;
}

.read_more_1 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.read_more_1:hover {
    color: var(--darkColor);
}

.read_more_1:hover span {
    transform: translateY(0) scale(3.15);
}

.read_more_1 span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.read_more_1 span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.read_more_1 span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.read_more_1 span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.read_more_1 span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

.wps_introduce {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f4f6fc;
}

.about-right-part {
    float: right;
    max-width: 30%;
    width: 100%;
    margin: 0 0 15px 15px;
    position: relative;
}

.appointment-form {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(31, 34, 120, 0.1);
    border-radius: 20px;
    padding: 40px 35px;
    position: relative;
}

.form-wraper .form-group {
    margin-bottom: 20px;
}

.appointment-form .title {
    margin-bottom: 30px;
    color: var(--darkColor);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.form-wraper .form-control,
.form-wraper select.form-control {
    border: 1px solid;
    border-color: rgba(86, 90, 207, 0.3);
    border-radius: 4px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    line-height: 45px;
    outline: 0;
    font-family: var(--roboto);
}

.form-wraper select.form-control {
    border: 1px solid;
    border-color: rgba(86, 90, 207, 0.3);
    border-radius: 4px;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    line-height: 45px;
    outline: 0;
    font-family: var(--roboto);
    vertical-align: middle;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wraper .form-control:focus,
.form-wraper select.form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-wraper .form-group .fa-calendar {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
}

.appointment_btn {
    padding: 12px 30px;
    font-size: 16px;
    background: #333;
    color: #fff;
    line-height: normal;
    border: 0;
    border-radius: 4px;
}

.appointment_btn:focus,
.appointment_btn:hover {
    background: var(--yellowcolor);
    color: #fff;
}

.introduce_images {
    max-width: 67%;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

/*Ã°Å¸â€˜â€°.introduce_images img{border-radius: 20px;}Ã°Å¸â€˜Ë†*/
.wps_introduce p {
    text-align: justify;
}

.wps_introduce .h1_title {
    margin: 0;
    padding: 26px 0 10px;
    color: var(--darkColor);
    font-size: 28px;
    line-height: 28.8px;
    font-weight: 600;
    text-transform: uppercase;
}

.wps_introduce h2 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: var(--darkColor);
}

.wps_introduce ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_introduce ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
}

.wps_introduce ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.bg_btn_1 {
    background: var(--yellowcolor);
    border-color: var(--yellowcolor);
}

.bg_btn_1:hover {
    color: var(--yellowcolor);
    border-color: var(--yellowcolor);
}

.introduce_content_style_2 p {
    color: #333;
    line-height: 24px;
    margin: 0 0 15px;
}

.cssinfracon_home_product {
    width: 100%;
    margin: 0;
    padding: 150px 0 50px;
    background: #f4f6fc;
}

.h2_title {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: var(--yellowcolor);
    font-size: 26px;
}

.h2_title:after {
    background: var(--darkColor) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.services_margin {
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin: 15px 0px 20px;
}

.services_block figure {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.services_block figure .image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #191919;
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block figure figcaption a {
    width: 52px;
    height: 52px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    margin: -34px 0px 0px -22px;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -moz-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -ms-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    -o-transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
    transition: all 0.6s cubic-bezier(0.68, -2, 0.265, 2.10);
}

.services_block figure figcaption a svg {
    width: 22px;
    height: 22px;
}

.services_block figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.services_block:hover figure figcaption {
    opacity: 1;
}

.services_block figure figcaption:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--yellowcolor);
    opacity: 0;
    border-radius: 0% 200% 0% 0%;
}

.services_block:hover figure figcaption:before {
    opacity: 0.90;
    width: 100%;
    border-radius: 0;
}

.services_block .service_info {
    width: 100%;
    background-color: #fff;
    padding: 30px 30px 22px 30px;
    position: relative;
    text-align: center;
}

.services_block .service_info .h2_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 0.8;
    font-size: 18px;
}

.services_block .service_info .h2_title a {
    color: var(--darkColor);
}

.services_block:hover .service_info .h2_title a {
    color: var(--yellowcolor);
}

.services_block .service_info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: center;
}

#popularCourse .owl-prev,
#popularCourse .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background: #0e1c62;
    border-radius: 100%;
    z-index: 9
}

#popularCourse .owl-nav .owl-prev {
    left: -60px;
}

#popularCourse .owl-nav .owl-next {
    right: -60px;
}

#popularCourse .owl-prev:hover,
#popularCourse .owl-next:hover {
    background: #2d85c7;
    color: #fff;
    border-color: #2d85c7
}

#popularCourse .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.features {
    width: 100%;
    padding: 50px 0 0;
    margin: 0;
    position: relative;
    background-image: url("../images/1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: var(--darkColor)f0;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, var(--darkColor)f0 80%);
}

.features .container {
    position: relative;
}

.features .features-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
}

.features .feature-panel-holder {
    padding-top: 45px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .feature-panel-holder .feature-panel {
    position: relative;
    padding: 23px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 33px;
    border-radius: 8px 0 8px 8px;
    border: 1px solid #87dfeb;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel.feature-panel-dark {
    border-color: rgba(249, 249, 249, .15);
}

.features .feature-panel-holder .feature-panel .feature-icon {
    margin-bottom: 5px;
}

.features .feature-panel-holder .feature-panel .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.features .feature-panel-holder .feature-panel .feature-content .titleFact {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: var(--roboto);
}

.features .feature-panel-holder .feature-panel .feature-content p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 25px;
}

.features .feature-panel-holder .feature-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #fff;
    margin-top: -32px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .feature-panel-holder:hover {
    padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
    background-color: #354f8e;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact {
    color: var(--yellowcolor);
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
    border-color: var(--yellowcolor);
    margin-top: 12px;
    color: var(--yellowcolor);
}

.features .more-features {
    text-align: center;
    margin-bottom: 50px;
}

.features .more-features p {
    font-weight: 700;
    font-size: 20px;
    color: #f4f4f4;
    margin-bottom: 0;
}

.features .more-features p a {
    position: relative;
    color: var(--yellowcolor);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.features .more-features p a:before {
    content: '';
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--yellowcolor);
}

.features .more-features.more-features-2 p a {
    color: var(--yellowcolor);
}

.features .more-features p a:hover {
    text-decoration: none;
}

.features .more-features p a:hover:before {
    width: 70%;
}

.features .features-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: -100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.features .features-card .card-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f4f6fc;
    border-radius: 8px 0 8px 8px;
    padding: 30px 40px 34px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    position: relative;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.features .features-card .card-panel:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    background-color: #435ba1;
    height: 1px;
}

.features .features-card .card-panel.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.features .features-card .card-panel .panel-icon {
    margin-right: 30px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    display: flex;
    align-items: center;
}

.features .features-card .card-panel .panel-icon img {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-width: 94px;
}

.features .features-card .card-panel:hover .panel-icon img {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.features .feature-panel-holder .feature-panel .feature-icon img {
    width: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features .features-card .card-panel .panel-body .titleCat {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--yellowcolor);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.features .features-card .card-panel .panel-body p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 16px;
}

.features .features-card .card-panel .panel-body .btn {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #333;
    border: 0;
    background-color: transparent;
}

.features .features-card .card-panel.reversed .panel-icon {
    margin-right: 0;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.features .features-card .card-panel.reversed .panel-body {
    text-align: right;
}

.service_bottom_text p {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.service_bottom_text p a {
    color: var(--yellowcolor);
    text-decoration: underline;
}

.home_why_choose {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f4f6fc;
}

.h-100 {
    height: 100%;
    position: relative;
}

.whychooseus3 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
}

.whychooseus3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 42, 92, 0.76);
    background: linear-gradient(-90deg, transparent, var(--yellowcolor) 65%);
    opacity: 0.9;
}

.padding_50 {
    padding: 70px 70px;
    position: relative;
    z-index: 99;
}

.title_style2 span {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600;
}

.title_style2 span:before {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, 0.09);
    width: 50px;
    height: 50px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.title_style2 span:after {
    position: absolute;
    content: '';
    background: rgba(74, 131, 253, 0.09);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.title_style2.white span:before,
.title_style2.white span:after {
    background: #33557d;
    border-left: 2px solid #002a5c;
    border-bottom: 2px solid #002a5c;
}

.h2_title_2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}

.whychooseus3 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.whychooseus3 ul {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.whychooseus3 ul li {
    list-style: none;
    width: 50%;
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.whychooseus3 ul li i {
    margin-right: 10px;
    color: #3daddf;
}

.whychooseus3 .bg_btn_1 {
    background: #3daddf;
    border-color: #3daddf;
}

.whychooseus3 .bg_btn_1:hover {
    border-color: #fff;
    color: #3daddf;
}

.home_serice_all {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f4f6fc;
}

.service_inner_box {
    position: relative;
    padding: 0px 20px 30px;
    margin-bottom: 25px;
}

.service_inner_box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.service_inner_box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.service_inner_box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service_inner_box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.90);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service_inner_box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.service_inner_box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service_inner_box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service_inner_box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: var(--roboto);
}

.service_inner_box .lower-box {
    position: relative;
    margin-top: -25px;
    padding-top: 15px;
    padding-left: 0px;
}

.service_inner_box .lower-box .box-inner {
    position: relative;
    padding: 30px 10px 0px 10px;
}

.service_inner_box .lower-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 34px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background-color: var(--yellowcolor);
}

.service_inner_box .lower-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.service_inner_box:hover .lower-box h3 a {
    color: var(--yellowcolor);
}

.testimonials_four {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
    background-image: url("../images/1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonials_four:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: var(--darkColor)f0;
    background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, var(--darkColor) 80%);
}

.clients-img {
    -webkit-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    transform: translateY(-19px);
    margin-bottom: -19px;
}

.clients-img img {
    max-width: 100%;
}

.testimonials_four .title_style2 {
    margin-bottom: 30px;
}

.testimonials_four .title_style2 .titleTestimonials {
    color: #fff;
    position: relative;
}

.testimonials_four .title_style2 span {
    color: var(--yellowcolor);
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
    font-weight: 600;
}

.testimonial-body {
    padding-left: 0;
    padding-right: 15px;
    padding-top: 18px;
    position: relative;
}

.testimonial-body .testimonial-content .testimonial-icon {
    top: -23px;
    right: -15px;
    left: auto;
    position: absolute;
    z-index: -1;
}

.testimonial .testimonial-panel .testimonial-body .testimonial-content .testimonial-icon:before {
    font-size: 95px;
    font-family: "FontAwesome";
    content: "\f10e";
    font-weight: 900;
    color: var(--yellowcolor);
}

.testimonial-body .testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 48px;
}

.testimonial-body .testimonial-content .testimonial-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.testimonial-body .testimonial-content .testimonial-thumb .thumb-img {
    width: 50px;
    height: 50px;
    border-radius: 8px 0 8px 8px;
    position: relative;
    margin-right: 10px;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    background: var(--yellowcolor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 36px;
    font-weight: 600;
    font-family: var(--roboto);
}

.testimonial-body .testimonial-content .testimonial-thumb .thumb-img .icon-Quote-Icon {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: var(--yellowcolor);
}

.testimonial-body .testimonial-content .testimonial-thumb .thumb-body {
    text-transform: capitalize;
}

.testimonial-body .testimonial-content .testimonial-thumb .thumb-body .clientName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: var(--yellowcolor);
    font-family: var(--roboto);
}

.testimonial-body .testimonial-content .testimonial-thumb .thumb-body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
}

.icon-arrow-right {
    font-size: 65%;
}

.testimonials__rating .total__rate {
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--darkColor);
    margin-right: 10px;
}

.testimonials__rating .overall__rate {
    font-weight: 700;
    color: var(--darkColor);
    border-bottom: 2px solid #7a81d7;
}

.cssinfracon_home_clients {
    width: 100%;
    color: #fff;
    padding: 30px 0 20px;
    background: #f4f6fc;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    background-image: url(../images/pattern.png);
    background-attachment: fixed;
}

.heading-desc {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.cssinfracon_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #f4f6fc;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 20px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
}

.cssinfracon_home_clients .item .image {
    position: relative;
    padding: 15px 10px 0;
    text-align: center;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.cssinfracon_home_clients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 5px;
}

.faq_section {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f4f6fc;
}

.accordion-header {
    padding: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    text-transform: initial;
    font-family: var(--roboto);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--darkColor);
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: var(--darkColor);
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px;
    font-family: var(--roboto);
}

.home_partner {
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: var(--yellowcolor) url("../images/curve.svg") no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.home_partner .h2_title {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.home_partner .h2_title:after {
    background: #6559a6;
}

.ht-110 {
    height: 70px;
}

.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
    height: 80px;
    position: relative;
    width: 160px;
}

.pertner_flexio img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.pertner_flexio h5 {
    margin: 0;
}

/* .home_blog { width: 100%; background: #f4f6fc; position: relative; padding-bottom: 100px; overflow: hidden; } .single-post2 { overflow: hidden; margin-bottom: 15px; } .blog-thumb2 { overflow: hidden; width: 100%; } .blog-thumb2 img { max-width: 100%; transition: all 0.3s ease-out 0s; } .blog-content2 { background: #f4f6fc; padding: 30px; position: relative; z-index: 1; box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 9%); width: 90%; margin: auto; margin-top: -50px; margin-bottom: 15px; } .blog-content2 .b-meta { margin-bottom: 15px; font-size: 14px; } .blog-content2 .b-meta ul { margin: 0; padding: 0; padding-left: 0 !important; } */
.single-post2 {
    background: #e5b5621f;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.single-post2 .blog-content2 {
    padding: 30px;
}

.single-post2 .blog-content2 ul {
    padding-left: 0;
}

.b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}

.b-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
    gap: 10px;
    display: flex;
}

h4.titleBlog {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

h4.titleBlog a {
    text-decoration: none;
    line-height: 30px;
    color: var(--darkColor);
}

.single-post2:hover h4.titleBlog a {
    text-decoration: none;
    line-height: 30px;
    color: var(--yellowcolor);
}

.b-meta {
    position: absolute;
    top: 0px;
    left: 0;
}

.b-meta .meta-info {
    padding: 15px 15px;
    background: var(--yellowcolor)
}

.b-meta .meta-info ul {
    margin: 0;
    padding: 0;
}

/* .blog-content2 .titleBlog { font-size: 22px; margin-bottom: 15px; height: 45px; position: relative; font-family: 'Oswald', sans-serif; font-weight: 600; } .blog-content2 .titleBlog a { text-decoration: none; line-height: 30px; color: var(--darkColor); } .blog-content2 .titleBlog a:hover { color: var(--yellowcolor); } .blog-content2 .titleBlog span { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); width: 100%; max-height: 100%; } */
footer.footer_wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/footer_background.webp);
    background-size: cover;
    background-position: top;
    opacity: 0.3;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 2s linear 2s infinite;
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.footer_wrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 50px;
    background: var(--darkColor);
    z-index: 1;
    margin-top: 100px;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: var(--darkColor);
    top: -100px;
    left: 0;
    z-index: -1;
}

.footer_wrap .footer-top {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title {
    margin: 0 0 20px;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5 {
    padding-left: 12px;
    line-height: 27px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: var(--yellowcolor);
}

.footer_wrap p,
.footer_wrap a {
    color: #fff;
}

.footer_wrap .footer-top .footer-widget {
    width: 100%;
    margin-bottom: 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon {
    width: 48px;
    height: 48px;
    background: var(--yellowcolor);
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon svg {
    width: 25px;
    height: 25px;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info {
    width: calc(100% - 60px);
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span {
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--yellowcolor);
    display: inline-block;
}

.footer_wrap .footer-top .footer-widget .read_more_1 {
    color: #fff;
}

.footer_wrap .footer-top .footer-widget .read_more_1:hover {
    color: var(--yellowcolor);
}

.footer-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    padding-bottom: 16px;
    display: block;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.footer-menu ul li a {
    display: block;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    color: var(--colorWhite);
}

.footer-menu ul li a:hover {
    color: var(--yellowcolor);
}

.comp-location {
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 25px;
    background: #f4f6fc;
}

.comp-location .loc-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FCE7E8;
}

.comp-location h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.comp-location span {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 5px;
    display: block;
}

.comp-location p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

.social-icons {
    width: 100%;
    margin: 25px 0 0;
}

.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
    display: table;
    width: 100%;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
    display: table-cell;
    width: 20%;
}

.social-icons li a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border: 0;
    background: transparent;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 0;
}

.social-icons li a i {
    margin-right: 5px;
    font-size: 18px;
}

.social-icons .social-facebook a {
    background-color: #5d82d1;
}

.social-icons .social-LinkedIn a {
    background-color: var(--linkedin);
}

.social-icons .social-youtube a {
    background-color: #f70000;
}

.social-icons .social-instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icons .social-x a {
    background: var(--blackColor);
}

.social-icons .social-x a svg {
    fill: var(--colorWhite);
    stroke: var(--colorWhite);
}

.social-icons .social-youtube a {
    background-color: #ee1c1b;
}

.wps_copy {
    width: 100%;
    background: transparent;
    line-height: 40px;
    color: var(--colorWhite);
    padding: 15px;
    font-size: 15px;
    letter-spacing: 1px;
}

.wps_copy svg {
    color: var(--redColor);
}

.wps_copy a {
    color: #fff;
    display: inline-block;
}

.wps_copy a:hover {
    color: var(--yellowcolor);
}

.text-right {
    text-align: right;
}

#css-infracon-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: var(--darkColor);
}

#css-infracon-scroll-up svg {
    width: 24px;
    height: 24px;
}

#css-infracon-scroll-up:hover {
    background: var(--yellowcolor);
    color: #fff;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 105px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 12%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 45px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 99;
    transition: all 0.2s linear;
    background: var(--yellowcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: var(--yellowcolor);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.send_p span {
    display: block;
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
    width: 100%;
    padding: 5px 12px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    border-color: rgba(86, 90, 207, 0.3);
    border-radius: 4px;
}

.modal-body textarea:focus {
    box-shadow: none;
}

.modal-body select {
    width: 100%;
}

.pac-container {
    z-index: 100000;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.modal_btn {
    width: auto;
    background: #333;
    padding: 8px 25px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.modal_btn:focus,
.modal_btn:hover {
    background: var(--yellowcolor);
    color: #fff;
}

.heading_banner {
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 70px 0 70px;
    margin: 0;
    background-position: center center;
}

.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.inner_breadcrumb {
    width: 100%;
    background: #f4f6fc;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--yellowcolor);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    padding: 0px 10px;
    color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: var(--yellowcolor);
}

.about_page {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f4f6fc;
    border-bottom: 1px solid #ccc;
}

.left_sidebar {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    width: 100%;
    background: #f4f6fc;
    padding: 10px;
}

.left_image {
    width: 340px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 338px;
    transition: transform 0.5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0 0 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 340px;
    transition: transform 0.5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.left_sidebar ul {
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--yellowcolor);
}

.left_sidebar ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
    background: var(--darkColor);
    color: #fff;
}

.left_sidebar ul li ul {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f4f6fc;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
    background: var(--darkColor);
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0;
    z-index: 200;
    background: #f4f6fc;
    width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a.active,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a:hover {
    background: #fe0000;
    color: #fff;
}

.right_side .title_h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.right_side h3 {
    padding: 0;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.wps_right {
    width: 100%;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.right_side .about_b {
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info_content h4 {
    font-size: 16px;
}

.right_side .factsheet .info_content p {
    font-size: 13px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.wps-factsheet {
    width: 100%;
    padding: 10px 0;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
}

.wps-factsheet .icon {
    height: 45px;
}

.wps-factsheet .icon img {
    width: 55px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h4 {
    margin: 0;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #666;
}

.category_page {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f4f6fc;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.catTitle_2 {
    padding: 0 0 0px;
    font-size: 28px;
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: initial;
    color: var(--darkColor);
    margin-bottom: 25px;
    position: relative;
    overflow: visible;
}

.catTitle_2:after {
    background: var(--yellowcolor);
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 50px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
}

.right-content h3 a {
    color: var(--darkColor);
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.more_info {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
    /*padding-right: 8px;*/
}

.right-content .read_more_1 {
    line-height: 46px;
    padding: 0 26px;
}

.right-content .read_more_1 svg {
    margin-top: 0;
    float: initial;
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: var(--greyColor);
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.read_more_product {
    background: #333;
    padding: 8px 20px;
    font-size: 14px;
    color: var(--colorWhite);
    margin: 0 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.read_more_product i {
    margin-left: 10px;
}

.read_more_product:hover,
.read_more_product:focus {
    color: #fff;
    background: var(--darkColor);
}

.product_listing:hover .right-content h3 a {
    color: var(--yellowcolor);
}

.product_listing:hover .right-content h4 a {
    color: var(--yellowcolor);
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--colorWhite);
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    margin: auto;
}

.product_popup h6 {
    color: var(--darkColor);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #fb3a3a;
    font-weight: normal;
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.cat_info p {
    font-size: 14px;
    line-height: 24px;
    color: #423f3f;
    text-align: justify;
    margin-bottom: 15px;
}

.product_right_image .detail_enq_btn {
    width: auto;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    display: inline-block !important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:focus,
.product_right_image .detail_enq_btn:hover {
    background-color: var(--yellowcolor);
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: var(--yellowcolor) !important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 300px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}

.you_may {
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: var(--yellowcolor);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.product_more {
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #f4f6fc;
    padding-bottom: 11px;
    margin: 0 0 30px;
    text-align: center;
    z-index: 0;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform 0.5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: var(--yellowcolor);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: var(--yellowcolor);
}

.product_more:hover .may_btn {
    background: var(--yellowcolor);
}

.blog_news {
    width: 100%;
    margin-bottom: 50px;
}

.blog_page {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.blog_page .blog_left .catTitle_22 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .blog-content2 h5 {
    font-size: 18px;
    height: 50px;
}

.left_title1 {
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #f4f6fc;
}

.right_news .image {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news h5 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0;
}

.right_news h5 a {
    color: #333;
}

.right_news:hover h5 a {
    color: var(--yellowcolor);
}

.blog_details {
    width: 100%;
    background: #f4f6fc;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    width: 100%;
    margin-bottom: 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--yellowcolor);
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* New Blog Details Page */
.blog_details {
    width: 100%;
    background: #f4f6fc;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid var(--darkColor);
}

.blog_details1 .block-quote span svg {
    width: 20px;
    height: 20px;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.fb-comments {
    width: 100%;
}

.sidebar_post {
    width: 100%;
    padding: 10px 15px;
    background: #eee;
}

.sidebar_post .media {
    width: 100%;
    margin: 0 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar_post .media:last-child {
    border-bottom: 0;
}

.sidebar_post .media .media-left {
    width: 80px;
}

.sidebar_post .media .media-left .image {
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.sidebar_post .media .media-left .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    padding: 0;
}

.sidebar_post .media .media-body h4 {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 18px;
    text-align: left;
    padding: 0;
}

.sidebar_post .media .media-body h4 a {
    color: #333;
    transition: all 0.5s ease-out;
}

.sidebar_post .media .media-body h4 a:hover {
    color: var(--yellowcolor);
}

.sidebar_post .media:hover .media-body h4 a {
    color: var(--yellowcolor);
}

.line1 {
    border-top-color: #ccc;
}

.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    width: 100%;
    background: #eee;
    padding: 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid var(--yellowcolor);
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.share-area {
    background: #f4f6fc;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #fff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #fff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #fff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #fff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
/*  Contact Us   */
.contact_page {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    width: 100%;
    background: #f4f6fc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: var(--darkColor);
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details .title_h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--yellowcolor);
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid .title_h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}

ul.social {
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 0px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

.topbar ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sitemap_page {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.sitemap_page .title_2_2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: var(--darkColor);
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--yellowcolor);
}

.market_area h3 {
    display: block;
}

.market-list {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: var(--yellowcolor);
    color: #fff !important;
}

.details_image {
    text-align: center;
}

.details_image img {
    width: auto;
}

.title_2 {
    width: 100%;
    color: var(--darkColor);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.title_2 span {
    color: var(--yellowcolor);
}

.title_2:before {
    content: '';
    background: var(--yellowcolor);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 376px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: var(--yellowcolor);
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

/*info*/
.homeSlider {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height: 750px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: url(../images/bb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Video silder */
/* #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
} */

#background-video3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* #hero { width: 100%; background: url("https://www.w3schools.com/howto/rain.mp4") top center; background-size: cover; position: relative; } */
.bannerTitle {
    font-size: 54px;
    font-weight: 900;
    line-height: 64px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 2px #000;
    font-family: var(--oleo_script);
    letter-spacing: 10px;
    font-weight: 700;
    font-style: normal;
}

.bannerTitle span {
    text-shadow: 2px 1px #ffffff;
}

.homeSlider .waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
}

.homeSlider .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */
.homeSlider .parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.homeSlider .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.homeSlider .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.homeSlider .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.homeSlider .parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .homeSlider .waves {
        height: 40px;
        min-height: 40px;
    }

    .homeSlider .content {
        height: 30vh;
    }
}

.bannerTitle span.cssinfracon {
    color: var(--darkColor);
    color: var(--yellowcolor);
}

.bannerptag {
    font-size: 18px;
    display: block;
    color: #ffffff;
    /* text-shadow: 2px 2px 2px #000000; */
    /* font-weight: 500; */
    letter-spacing: 1px;
}

.homeSlider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000099;
}

.homeSlider .container {
    position: absolute;
}

.needs-validation {
    margin-top: 20px;
}

.needs-validation label.form-label {
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--colorWhite);
}

.needs-validation .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.needs-validation svg {
    transform: translateY(-50%) !important;
    margin-left: 1rem !important;
    z-index: 5 !important;
    left: 0 !important;
    top: 50% !important;
    position: absolute;
    fill: var(--darkColor);
}

.needs-validation .input-group input {
    background: var(--colorWhite);
    border: 1px solid var(--colorWhite);
    position: relative;
}

.needs-validation .input-group button {
    background: var(--yellowcolor);
    color: #000;
    border: 0;
}

.needs-validation input::placeholder {
    color: #909090;
    opacity: 0.5;
}

.wsus__for_search .commonSearchBtn button.read_more_1.bg_btn_1 {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.cssinfracon-one__content {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 20px;
}

.cssinfracon-one__content .big-title {
    position: absolute;
    top: -42px;
    left: -175px;
    z-index: -1;
}

.bg_text_d {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    opacity: 0.09;
    font-size: 96px;
    line-height: 165px;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 48px;
}

.cssinfracon-one__content .sec-title {
    padding-bottom: 20px;
}

.sec-title__tagline {
    position: relative;
    display: block;
}

.sec-title__title {
    color: var(--darkColor);
    font-size: 56px;
    line-height: 1.1em;
    font-weight: 900;
    margin: 0;
}

.sec-title__title span {
    color: var(--yellowcolor);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: block;
}

.locations_section {
    /* background: url(../images/feature-bg-1.jpg); */
    background: transparent;
    position: relative;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

/* .locations_section:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #ffffff08; } */
.locations_section .container {
    position: relative;
}

.title-separator {
    background-color: var(--darkColor);
    display: block;
    height: 3px;
    position: relative;
    width: 75px;
    margin: 10px auto;
    margin-bottom: 0;
}

.title-separator:before,
.title-separator:after {
    position: absolute;
    background: var(--darkColor);
    content: "";
    width: 5px;
    height: 5px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.title-separator:after {
    left: auto;
    right: -10px;
}

.property-area-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}

.property-area-wrap .property-area-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 320px;
}

.property-area-wrap .property-area-inner:before,
.property-area-wrap .property-area-inner:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-wrap .property-area-inner:before {
    width: 40px;
    height: 1px;
    right: 20px;
    top: 30px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-overlay {
    background: #0b3026ab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 0;
}

.property-area-wrap img.icons_loc {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-weight: 500;
    filter: drop-shadow(0px 0px 1px #ccc);
}

.property-area-wrap:hover img.icons_loc {
    width: 125px;
    bottom: 0;
    right: 50px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: var(--colorWhite);
    margin-top: 5px;
    position: absolute;
    filter: invert(1);
}

.property-area-wrap .property-area-content {
    height: 25%;
    bottom: 8%;
}

.property-area-wrap .property-area-content {
    position: absolute;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    bottom: 20px;
    left: 30px;
}

.property-area-wrap .property-area-content .loc_name {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    transform: translate3d(0, 100%, 0);
    -webkit-transition: transform ease 0.35s;
    -moz-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
}

.property-area-wrap .property-area-content .loc_name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right;
    transition: transform 500ms ease-in-out;
    transform: scaleX(0);
    background: #f4f6fc;
}

.property-area-wrap .property-area-content p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-weight: 500;
}

.property-area-wrap .property-area-inner:after {
    width: 1px;
    height: 40px;
    right: 35px;
    top: 14px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-wrap:hover .property-area-overlay {
    background: var(--darkColor);
    height: 100%;
}

.property-area-wrap:hover .property-area-content h3:after {
    transform-origin: left;
    transform: scaleX(1);
}

.property-area-wrap:hover .property-area-content p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: var(--colorWhite);
    margin-top: 5px;
}

.property-area-overlay {
    height: 25%;
    bottom: 0;
    top: auto;
}

.property-area-wrap .property-area-content .loc_name a {
    color: #fff;
    filter: drop-shadow(2px 1px 2px black);
}

.property-area-wrap:hover .property-area-content .loc_name {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform ease 0.35s;
    -moz-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
}

.property-area-wrap:hover .property-area-content .loc_name:after {
    transform-origin: left;
    transform: scaleX(1);
}

.property-area-wrap:hover .property-area-inner:before,
.property-area-wrap:hover .property-area-inner:after {
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-wrap:hover .property-area-inner:before {
    width: 90%;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-wrap:hover .property-area-inner:before,
.property-area-wrap:hover .property-area-inner:after {
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.property-area-wrap:hover .property-area-inner:after {
    height: 90%;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.wsus__for_search {
    padding: 15px;
    position: relative;
    margin-top: 15px;
    background: #ffffff70;
    border-radius: 50px;
}

.row.from_header {
    padding-left: 15px;
}

.mainBtn3 {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: var(--darkColor);
    text-transform: capitalize;
    border-radius: 28px;
    z-index: 1;
    transition: all .5s ease;
    background: -webkit-linear-gradient(0deg, var(--darkColor), var(--darkColor) 50%);
    letter-spacing: 0.5px;
    overflow: hidden;
    border: 0;
}

.mainBtn3 span {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.mainBtn3 span svg {
    margin-right: 5px;
}

.mainBtn3:before {
    position: absolute;
    content: '';
    background: var(--colorWhite);
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all .5s ease
}

.mainBtn3:hover {
    color: var(--darkColor)
}

.mainBtn3:hover:before {
    width: 100%;
    left: 0
}

.from_header .col {
    position: relative;
}

.from_header select.select_2 {
    width: 100%;
    padding: 10px 0px 9px 13px !important;
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.from_header select.select_2 option {
    background: var(--colorWhite);
}

.from_header select.select_2 option:hover,
.from_header .select_2 option:active {
    background: var(--darkColor) !important;
}

select.select_2.select_bbored {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.col-md-3.commonSearchBtn button.common_btn.mainBtn3 {
    width: 100%;
    border: 1px solid #ffffff99;
    box-shadow: 1px 1px 8px 0px #ffffffad;
}

.from_header input {
    width: 100%;
    padding: 10px 0px 9px 13px;
    background-color: #fff;
    font-size: 13px;
    display: inline;
    border-radius: 0;
    border: 0;
}

.from_header input::placeholder {
    color: #909090;
    opacity: 0.5;
}

.space-100 {
    padding-top: 100px;
}

.cifcon_for_section {
    background: var(--colorWhite);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ul-cities-vectors>* {
    position: absolute;
    z-index: -1;
}

.ul-cities-vectors .vector-1 {
    left: 0;
    bottom: 123px;
    width: 178px;
}

.ul-cities-vectors .vector-2 {
    right: 0;
    bottom: 0;
    width: 500px;
    opacity: 0.5 !important;
}

/*ourcategories*/
.service-box {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background-color: var(--colorWhite);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-box_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.service-box_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    aspect-ratio: 2 / 1;
}

.service-box_content {
    position: relative;
    padding: 30px 15px;
}

.service-box .box-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--darkColor);
}

.cifcon_for_section #ourprojects .owl-item {
    margin-bottom: 30px;
}

.service-box_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: 0 auto 10px auto;
}

.service-box .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}

.service-box:hover {
    background-color: var(--darkColor);
}

.service-box:hover .service-box_icon {
    background-color: var(--darkColor);
    color: var(--colorWhite);
}

.service-box:hover .service-box_icon svg {
    color: var(--yellowcolor);
}

.service-box:hover .bg-shape {
    bottom: 0;
    opacity: 1;
}

.service-box .bg-shape img {
    width: 100%;
    filter: brightness(100);
    opacity: 0.3;
}

.service-box_icon {
    width: 60px;
    height: 60px;
    line-height: 80px;
    background-color: var(--colorWhite);
    margin: -25px auto 0 auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

.service-box_icon svg {
    color: var(--darkColor);
}

.service-box:hover .box-title a {
    color: var(--colorWhite);
}

.service-box:hover .service-box_text {
    color: var(--colorWhite);
}

.service-box:hover .mainBtn3 {
    background: var(--colorWhite);
    color: var(--darkColor);
}

.service-box:hover .mainBtn3:hover {
    color: var(--colorWhite) !important;
}

.service-box .service-box_img .cinfcon-one__img {
    margin-left: 0;
}

.service-box:hover .cinfcon-one__img .cinfcon-one__img-inner::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.testi-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--colorWhite);
    box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    gap: 30px;
    padding: 40px;
    transition: all 0.3s ease-in;
}

.testi-box_img {
    min-width: 180px;
    text-align: center;
}

.testi-box_img>img {
    border-radius: 10px;
    width: 100%;
}

.testi-box_quote {
    height: 56px;
    width: 56px;
    line-height: 52px;
    background-color: var(--colorWhite);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -28px auto 0 auto;
}

.testi-box_quote:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--colorWhite);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.testi-box_quote:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.testi-box_quote img {
    position: relative;
    z-index: 1;
    margin: auto;
    padding-top: 16px;
    filter: brightness(0);
    width: 30px !important;
}

.testi-box_text {
    margin-top: -0.45em;
    padding-bottom: 23px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--yellowcolor);
}

.testi-box:hover {
    background: var(--darkColor);
    transition: all 0.3s ease-in;
}

.testi-box:hover .testi-box_quote:before {
    background-color: var(--darkColor);
}

.testi-box:hover .testi-box_quote {
    background-color: var(--darkColor);
}

.testi-box:hover .testi-box_quote img {
    filter: drop-shadow(2px 4px 6px black);
}

.testi-box:hover .testi-box_text {
    color: var(--colorWhite);
    border-bottom: 1px solid #fffffff2;
}

.testi-box:hover .box-title {
    color: var(--colorWhite);
}

.testi-box:hover .testi-box_desig {
    color: var(--colorWhite);
}

.testi-box_review {
    color: var(--yellowcolor);
    font-size: 14px;
    position: absolute;
    bottom: 55px;
    right: 40px;
}

.box-title {
    font-size: 20px;
    line-height: 1.417;
    font-weight: 400;
    margin: 5px 0;
}

.testi-box .box-title {
    margin-bottom: 4px;
}

.testi-box_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
}

ul.iccon {
    list-style: none;
    padding: 0;
}

.service-box:hover ul.iccon li {
    color: #fff;
}

ul.iccon li {
    align-items: center;
    display: flex;
    gap: 5px;
}

ul.iccon li img {
    width: 15px !important;
    float: left;
}

.service-box:hover ul.iccon li img {
    filter: invert(5);
}

.service-box:hover .wsus__single_property_footer a.category {
    color: #fff;
}

.service-box:hover .wsus__single_property_footer .mainBtn3 {
    background: var(--yellowcolor);
}

.service-box:hover .wsus__single_property_footer .mainBtn3::before {
    background: var(--yellowcolor);
}

.cinfcon-one__img::before {
    position: absolute;
    top: 100px;
    left: -15px;
    bottom: -15px;
    right: 15px;
    background-image: -moz-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    content: "";
    z-index: -1;
}

.cinfcon-one__img-inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 100%);
    transform: skewX(5deg);
    z-index: 1;
}

.service-box:hover .cinfcon-one__img .cinfcon-one__img-inner::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.service-box:hover .cinfcon-one__img .cinfcon-one__img-inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.counter-area {
    background-color: var(--colorWhite) !important;
    background: url(../images/building-city.webp);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.counter-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffffe6;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-area .counter-card {
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 0.3s ease-in;
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.counter-area .counter-card:hover {
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: all 0.3s ease-in;
}

.counter-area .counter-card:hover .counter-card_number {
    color: var(--darkColor);
}

.counter-area .counter-card .icon {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 20px;
}

.counter-area .counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.counter-area .counter-card_number {
    font-size: 40px;
    color: var(--yellowcolor);
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: -0.3em;
}

.counter-area .counter-card_text {
    font-weight: 500;
    color: var(--darkColor);
    display: block;
    margin-bottom: -0.5em;
}

.counter-area .counter-card:hover img {
    transform: rotateY(180deg);
    transition: 0.4s ease-in-out;
}

.counter-area .counter-card img {
    transition: 0.4s ease-in-out;
}

figure.work_icon img {
    filter: drop-shadow(2px 3px 1px #000);
}

/*vdfvdfvdfvbfdv*/
.counter-card .pulse {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--yellowcolor);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: var(--colorWhite);
}

.counter-card .pulse {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -52px;
    left: calc(50% - 8px);
}

.counter-card .pulse:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--yellowcolor);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-name: ripple2;
    animation-name: ripple2;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.counter-card .pulse:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--yellowcolor);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-name: ripple2;
    animation-name: ripple2;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes ripple2 {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    50% {
        opacity: 0.40;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.process-card-area {
    position: relative;
}

.process-card-area .process-line {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.process-card-area .position-top {
    top: 42px;
    bottom: unset;
}

.process-card-wrap:has(.pulse) {
    margin-top: 87px;
}

.process-card-wrap:has(.pulse):nth-child(even) {
    padding-top: 54px;
}

.process-card-wrap:has(.pulse) {
    padding: 0 12px;
}

/*-----------------*/
.work_section {
    background: url(../images/city_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.work_section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0b3026ad;
}

.work_section .container {
    position: relative;
}

.work_section .sec-title__title {
    color: var(--colorWhite);
}

.work_section .bg_text_d {
    -webkit-text-stroke: 1px var(--colorWhite);
    opacity: 0.3;
}

.work_section p {
    color: var(--colorWhite);
}

.work_upperbox {
    text-align: center;
    color: var(--colorWhite);
    background: #0000001f;
    height: 100%;
    /* border: 1px solid var(--colorWhite); */
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgb(255 255 255) 0px 0px 10px 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 0.3s ease-in;
    animation-name: up-down-move;
}

.work_upperbox:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in;
}

.work_upperbox .work_title {
    color: var(--colorWhite);
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    letter-spacing: 1px;
}

.work_upperbox p {
    color: var(--colorWhite);
}

.work_section .col-md-2.col-sm-4.col-12.mb-4 {
    width: 20%;
}

.up-up-move {
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: up-up-move;
    animation-timing-function: linear;
}

@keyframes up-up-move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(14px)
    }

    100% {
        transform: translateY(0)
    }
}

.up-down-move {
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: up-down-move;
    animation-timing-function: linear;
}

@keyframes up-down-move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }

    100% {
        transform: translateY(0)
    }
}

.cssinfracon_about_sec {
    background: #f4f6fc;
}

.cssinfracon_about_sec p {
    text-align: justify;
}

/*-------*/
.who_we_are {
    position: relative;
    overflow: hidden;
}

section.team_index {
    position: relative;
    overflow: hidden;
    background: var(--colorWhite);
}

.side_line01-background-overlay {
    background-image: url(../images/icons/left_img.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 90%;
    bottom: -341px;
    right: 0;
    position: absolute;
}

.who_we_are .container {
    position: relative;
}

.who_we_are .thumb {
    position: relative;
}

.who_we_are .thumb #background-video2 {
    position: relative;
    left: 35%;
    width: 65%;
    margin-top: -206px;
    margin-bottom: 0px;
    background: #ffffff;
    padding: 15px;
    border-radius: 0;
    border: 1px solid var(--darkColor);
}

.who_we_are .thumb .overlay {
    background: linear-gradient(1deg, #0f3026, #ffffff00);
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    width: 30%;
    height: 25%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.who_we_are .thumb img {
    border-radius: 100px 0 0 0;
}

.who_we_are .thumb .overlay .experience {
    position: relative;
    line-height: 1;
    font-size: 100px;
    text-transform: uppercase;
    color: var(--colorWhite);
    font-weight: 700;
    letter-spacing: 10px;
    text-align: center;
    width: fit-content;
    margin: auto;
    filter: drop-shadow(0px 0px 5px var(--darkColor));
}

.who_we_are .thumb .overlay .experience span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}

.title-inner span.sub-text {
    margin: 0 0 13px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: var(--yellowcolor);
    background-color: transparent;
    background-image: linear-gradient(99.43deg, var(--yellowcolor) 0.99%, var(--yellowcolor) 99.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-inner .title {
    font-size: 42px;
    line-height: 52px;
    margin: 0px 0px 19px 0px;
    position: relative;
    color: var(--darkColor);
    font-weight: 500;
}

.title-inner .title span {
    color: var(--yellowcolor);
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.elementor-icon-list-items.elementor-inline-items li {
    font-weight: 500 !important;
    list-style: none;
    width: 50%;
    display: flex;
    align-items: center;
}

ul.elementor-icon-list-items.elementor-inline-items li span.elementor-icon-list-icon {
    padding-right: 10px;
}

ul.elementor-icon-list-items.elementor-inline-items li span.elementor-icon-list-text {
    color: var(--darkColor);
    transition: color 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 5px;
}

ul.elementor-icon-list-items.elementor-inline-items li span.elementor-icon-list-icon svg path {
    fill: var(--yellowcolor);
}

/*call btn*/
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--yellowcolor);
    border-radius: 50%;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yellowcolor);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.call-btn .play-btn:before {
    background-color: var(--yellowcolor);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

.call-btn .btn-text {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.call-btn .btn-text {
    font-size: 16px;
}

.play-btn svg {
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.btn_call_css {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-btn .play-btn:before,
.call-btn .play-btn:after {
    background-color: var(--darkColor);
}

.call-btn .btn-title {
    font-size: 20px;
    color: var(--darkColor);
    font-weight: 600;
}

/*testimonials*/
.newcc_home_CUSTOMER {
    position: relative;
    width: 100%;
    margin: 0;
    background: var(--colorWhite);
}

.newcc-one__content .big-title {
    position: absolute;
    top: -42px;
    left: -175px;
    z-index: -1;
}

.owlcarousel .owl-stage-outer {
    padding: 15px 0;
    overflow-y: visible;
}

/*marquee*/
.brand-sec1 {
    background: var(--colorWhite);
    position: relative;
    overflow: hidden;
}

#ourbrand .item {
    align-items: center;
    display: flex;
}

.css_why {
    background: #f4f6fc;
    position: relative;
    overflow: hidden;
}

.cinfcon-one__img-inner {
    position: relative;
}

/*why*/
.service-card {
    padding: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgb(11 48 38 / 22%);
    background-color: var(--colorWhite);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 100%;
}

.service-card:before,
.service-card:after {
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    background-color: var(--darkColor);
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.service-card:before {
    bottom: -73px;
    right: -28px;
}

.service-card_number {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    color: #e2e8fa;
    opacity: 0.3;
}

.shape-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 85px;
    line-height: 85px;
    text-align: center;
}

.service-card .shape-icon {
    margin-bottom: 15px;
}

.service-card .shape-icon img {
    width: 50px;
}

.shape-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #0b302614;
    clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.shape-icon .dots:before,
.shape-icon .dots:after {
    content: '';
    position: absolute;
    background-color: var(--yellowcolor);
    height: 24px;
    width: 23px;
    border-radius: 50%;
}

.shape-icon .dots:before {
    top: 0;
    right: 9px;
}

.shape-icon .dots:after {
    height: 12px;
    width: 11px;
    bottom: 0;
    left: 27px;
}

.box-title a {
    color: inherit;
}

.service-card_text {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 22px;
}

.service-card .bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}

.service-card .bg-shape img {
    width: 100%;
}

.service-card:after {
    right: -73px;
    bottom: -28px;
}

.service-card:hover {
    width: 100%;
}

.service-card:hover:before,
.service-card:hover:after {
    opacity: 1;
    height: 120%;
    width: 120%;
    border-radius: 0;
}

.service-card:hover .shape-icon:before {
    background-color: #ffffff;
}

.service-card:hover .box-title {
    color: #ffffff;
}

.service-card:hover .service-card_text {
    color: #ffffff;
}

.service-card:hover .bg-shape {
    bottom: 0;
    opacity: 1;
}

#onload_Modal .modal-content {
    background: url(../images/main-home-img-3.jpg);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin: 0;
    border: 0;
}

#onload_Modal .modal-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--darkColor);
    backdrop-filter: blur(2px);
    opacity: 0.88;
    border-radius: 10px;
    border: 0;
}

#onload_Modal .modal-content:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f4f6fc;
    border-radius: 10px 0 0 10px;
    border: 0;
}

#onload_Modal .modal-content .modal-body {
    position: relative;
    padding: 0;
    z-index: 1;
}

.popup_heading .heading_pop {
    font-weight: 500;
    color: #ffffff;
    font-size: 33px;
    line-height: 1.1515151515em;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.title_popup {
    color: var(--colorWhite);
    background: transparent;
    display: inline;
    padding: 0 10px;
    line-height: 40px;
    position: relative;
    font-size: 20px;
}

.title_popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    background: var(--yellowcolor);
}

.title_popup span {
    position: relative;
    filter: drop-shadow(2px 2px 0px black);
}

.popup_heading p {
    margin: 13px 0 25px;
    color: #fff;
    letter-spacing: 0.8px;
}

.popup_img {
    height: 100%;
    position: relative;
    text-align: center;
}

img.images11 {
    position: relative;
    width: 215px;
    margin-left: -35px;
}

img.images12 {
    position: relative;
    margin-left: -35px;
    filter: drop-shadow(0px 1px 0px #CD1);
}

.popup_from input {
    background: transparent;
    border: 1px solid var(--colorWhite);
    color: var(--colorWhite);
}

.popup_from textarea {
    background: transparent;
    border: 1px solid var(--colorWhite);
    color: var(--colorWhite);
}

.popup_from textarea::placeholder {
    color: var(--colorWhite);
    opacity: 0.5;
}

.popup_from .form-control:focus {
    color: var(--colorWhite);
    background-color: transparent;
    border-color: var(--yellowcolor);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #e8b65d30;
}

.popup_from input::placeholder {
    color: var(--colorWhite);
    opacity: 0.5;
}

.popup_from button.read_more_1.bg_btn_1 {
    background: var(--colorWhite);
    color: var(--darkColor);
    border: 1px solid var(--colorWhite);
    border-radius: 0;
    width: 160px;
    font-size: 16px;
    letter-spacing: 1px;
}

.innerslider {
    padding-bottom: 4em;
    height: 500px;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.inner-banner {
    padding-bottom: 4em;
    height: 650px;
    background-position: top center !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.inner-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.site-breadcrumbs {
    margin-bottom: 5px;
    padding-left: 80px;
    position: relative;
    align-items: center;
    display: flex;
}

.site-breadcrumbs:before {
    content: '';
    width: 64px;
    height: 1px;
    background: #f4f6fc;
    position: absolute;
    left: 0;
    top: 50%;
}

.site-breadcrumbs span a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}

.site-breadcrumbs span.active:after {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 10px;
    line-height: inherit;
    letter-spacing: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    vertical-align: middle;
    background: #f4f6fc;
}

.inner-banner h1 {
    font-size: 60px;
    color: #fff;
}

.site-breadcrumbs span {
    display: inline-block;
}

.customer-img.add-more a {
    color: #fff;
}

.welcome-wrapper {
    position: relative;
    z-index: 1;
}

.welcome-img {
    background: #fff;
    padding: 10px;
    border-radius: 14px;
}

.welcome-img img {
    border-radius: 24px;
}

.wsus__about_img {
    background: #f4f6fc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid var(--yellowcolor);
}

.yellow_bg {
    background-color: #e8b65d30;
}

.contact-item {
    padding: 25px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: url(../images/feature-bg-3.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.contact-us-wrap {
    position: relative;
    margin-top: 50px;
}

.contact-item .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--darkColor);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    -webkit-transition: .4s;
    transition: .4s;
    margin: -70px auto 20px;
}

.contact-item .contact-icon img {
    color: #fff;
    line-height: .8;
    padding: 18px;
    position: relative;
    -webkit-transition: .34s;
    transition: .34s;
}

.contact-item .contact-info {
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-item .contact-info h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--yellowcolor);
}

.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.5;
    color: #666;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    font-weight: 500;
}

/*contact-page*/
.map-content {
    padding: 48px 0;
    position: relative;
    display: flex;
    pointer-events: none;
}

.map-content-block {
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    background: #f4f6fc;
    width: 40%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    pointer-events: all;
}

.map-contact-info {
    padding: 24px 36px;
}

.map-contact-info h3 {
    font-size: 32px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.map-contact-info h3 em {
    font-weight: 400;
    font-style: normal;
}

.map-contact-info ul {
    margin-bottom: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-contact-info ul li {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 90px;
    font-size: 16px;
    font-weight: 600;
}

.map-contact-info ul li.address:before {
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/icons/google-maps.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
}

.map-contact-info ul li span {
    color: var(--yellowcolor);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.map-contact-info ul li.phone:before {
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/icons/3d-accept.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
}

.map-contact-info ul li.mail:before {
    content: '';
    width: 55px;
    height: 55px;
    background: url(../images/icons/email.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
}

.map-area {
    position: relative;
}

.map-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 63px;
    top: 0%;
    left: 0;
    background: url(../images/bg_bb.png);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(1px 4px 0px #ccc);
}

.map-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 63px;
    bottom: 50px;
    left: 0;
    background: url(../images/bg_bb1.png);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(4px 0px 0px #ccc);
}

.place-card.place-card-large {
    position: absolute !important;
    background: #fff !important;
    margin-top: 150px !important;
}

/*All Projects*/
.project_all {
    background: url(../images/feature-bg-1.jpg);
    position: relative;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.project_all-inner {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    /* background: #f4f6fc; */
    background: url(../images/feature-bg-1.jpg);
    position: relative;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    width: 100%;
}

.project_all-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: all 0.3s ease-in;
}

.new_b span.rent {
    filter: drop-shadow(0px 2px 4px black);
}

.sale_b span.sale {
    filter: drop-shadow(0px 2px 4px var(--yellowcolor));
}

.project_all-thumb {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 25px;
}

.project_all-thumb img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 3 / 2;
}

.entry-title {
    padding: 0 20px;
    margin-bottom: 10px;
}

.project_all-excerpt {
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.top-meta.clearfix {
    padding: 0 10px;
    padding-bottom: 15px;
}

ul.top-meta-list {
    list-style: none;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

ul.top-meta-list li {
    display: inline-block;
    margin-right: 7px;
}

ul.top-meta-list span {
    display: inline-block;
    font-size: unset;
}

.project_all_bb {
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px;
}

.project_all_bb .project_all_bbbb {
    position: relative;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.sale_b {
    background: #f4f6fc;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: rgb(100 100 111 / 39%) 0px 7px 29px 0px;
}

.new_b {
    background: #ff0000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: rgb(100 100 111 / 39%) 0px 7px 29px 0px;
}

.entry-title h5 a.project_all-title {
    color: var(--darkColor);
    font-size: 24px;
    font-weight: 700;
}

.entry-title span.tk {
    color: var(--yellowcolor);
    font-size: 16px;
    position: relative;
    filter: drop-shadow(1px 1px 1px var(--darkColor));
}

ul.top-meta-list .mainBtn3 {
    padding: 6px 9px;
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 7px;
}

ul.top-meta-list .mainBtn3:before {
    background: var(--yellowcolor);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px;
}

.iti {
    width: 100%;
}

.popup_from .iti--separate-dial-code .iti__selected-flag {
    background-color: var(--colorWhite);
}

.popup_from .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: var(--colorWhite);
}

/*3D*/
.contact-us-wrap .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 300px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front:before,
.flip-box-back:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0b3026bd;
    border-radius: 8px;
}

.flip-box-back:before {
    background: #e8b65db8;
}

.con_svg_iocn svg {
    color: var(--darkColor);
    filter: drop-shadow(1px 2px 1px #fff);
}

.flip-box-back p {
    color: var(--darkColor) !important;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 32px !important;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-header {
    font-size: 34px;
    color: var(--colorWhite);
}

.flip-box p {
    font-size: 16px;
    line-height: 24px;
    color: var(--colorWhite);
    margin-top: 10px;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid var(--colorWhite);
    border-radius: 2px;
    color: var(--colorWhite);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

#quick_enquiry .iti__arrow {
    border-top: 4px solid #ffffff;
}

/*pro_page*/
#sticky_sidebar {
    width: 100%;
    position: sticky;
    top: 12%;
    margin-top: -220px;
    border-radius: 6px;
    z-index: 9;
    background-color: transparent;
}

/* #sticky_sidebar:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #0250519c; } */
.wsus__property_sidebar_po {
    position: relative;
}

#form_side {
    padding: 30px;
    margin-bottom: 30px;
    background: url(https://newyorkyimby.com/wp-content/uploads/2018/02/432-Park-Avenue-phoot-by-DBOX-for-CIM-GroupMacklowe-Properties.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .21);
}

#form_side:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000b3;
}

#form_side h3 {
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.right-sti.wsus__sidebar_message {
    padding: 30px;
    margin-bottom: 30px;
    background: url(https://newyorkyimby.com/wp-content/uploads/2018/02/432-Park-Avenue-phoot-by-DBOX-for-CIM-GroupMacklowe-Properties.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .21);
}

.right-sti.wsus__sidebar_message:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000b3;
}

#form_side input {
    background: transparent;
    border: 1px solid #ffffff99;
    color: #fff;
    box-shadow: 1px 1px 8px 0px #ffffffad;
}

#form_side textarea {
    background: transparent;
    border: 1px solid #ffffff99;
    color: #fff;
    box-shadow: 1px 1px 8px 0px #ffffffad;
}

#sticky_sidebar textarea::placeholder {
    color: var(--colorWhite);
}

.right-sti.wsus__sidebar_message .brochure {
    position: relative;
    text-align: center;
}

#sticky_sidebar input::placeholder {
    color: var(--colorWhite);
}

#sticky_sidebar .iti--separate-dial-code .iti__selected-flag {
    color: var(--colorWhite);
    background-color: var(--darkColor);
    border-right: 1px solid var(--darkColor);
    border-radius: 5px 0px 0 5px;
}

.right-sti.wsus__sidebar_message .brochure p.download_pdf_p {
    color: #fff;
}

.right-sti.wsus__sidebar_message .brochure a.Brochure_btn {
    background: transparent;
    padding: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #ffffff8a;
    border-radius: 55px;
    width: 75%;
    margin: auto;
    letter-spacing: 1px;
    font-weight: 200;
    box-shadow: 0px 0px 12px 0px #ffffff6e;
}

.right-sti.wsus__sidebar_message .brochure a.Brochure_btn:hover {
    background: transparent;
    box-shadow: 0px 0px 12px 0px #ffffff;
    border: 1px solid #fff;
}

.emi_calculator {
    padding: 30px;
    margin-bottom: 30px;
    background: url(https://newyorkyimby.com/wp-content/uploads/2018/02/432-Park-Avenue-phoot-by-DBOX-for-CIM-GroupMacklowe-Properties.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, .21);
}

.emi_calculator:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000b3;
}

.emi_calculator_sidebar_po {
    position: relative;
}

.emi_calculator_sidebar_po input {
    background: transparent;
    border: 1px solid #ffffff99;
    color: #fff;
    box-shadow: 1px 1px 8px 0px #ffffffad;
}

.emi_calculator_sidebar_po span.input-group-addon {
    background: var(--darkColor);
    border: 1px solid #ffffff99;
    color: #fff;
    box-shadow: 1px 1px 8px 0px #ffffffad;
    justify-content: center;
    display: flex;
    align-items: center;
}

.emi_calculator_sidebar_po h3 {
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

/* #results input { background: transparent; border: 1px solid #ffffff99; color: #fff; box-shadow: none; } */
#results .input-group-addon {
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
    display: block;
    width: 100%;
}

#results .form-control:disabled {
    background-color: transparent;
    opacity: 1;
}

.heade_appointment_btn {
    position: relative;
    background: var(--darkColor);
    width: 185px;
    height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.heade_appointment_spann {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

span.elementor-icon-list-text span {
    display: block;
}

span.elementor-icon-list-text {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.9px;
    line-height: 20px;
    position: relative;
    font-family: var(--roboto);
    font-weight: 600;
}

span.elementor-icon-list-text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    top: 6px;
    left: -10px;
    background: #f4f6fc;
}

span.elementor-icon-list-text span {
    color: var(--yellowcolor);
}

span.appointment-icon-list-icon img {
    width: 35px;
}

img.logo_cat {
    padding: 10px;
    height: 67px;
    border: 1px solid var(--yellowcolor);
    width: 100% !important;
    object-fit: cover;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    background-color: var(--colorWhite);
    border-radius: 5px;
}

#myDIV {
    display: block;
    margin-top: 20px;
    position: absolute;
    background: var(--darkColor);
    padding: 16px;
    z-index: 3;
    width: 50%;
    margin-top: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 106, 194, .2);
}

#myDIV h6 {
    color: #fff;
}

.heading_se {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 10px;
}

.heading_se h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

#myDIV table.table {
    color: #fff;
}

#myDIV table.table th {
    border: 1px solid #ffffff6b;
}

#myDIV table.table th:hover {
    background: var(--yellowcolor);
    color: var(--darkColor);
}

#myDIV svg.fa.fa-close {
    cursor: pointer;
}

#component2 button {
    border: 1px solid #0b3026;
    background: #f4f6fc;
    padding: 6px 10px;
    border-style: dashed;
    border-radius: 5px;
    margin-left: 5px;
}

#project_logo #name a {
    font-size: 24px;
    text-transform: uppercase;
    color: #0b3026;
    font-family: var(--oleo_script);
    font-weight: 700;
    font-style: normal;
}

#project_logo p#dev {
    margin: 0;
}

p.emi-link {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

p.price {
    margin: 0;
}

#component2 button:hover {
    background: var(--yellowcolor);
    color: var(--darkColor);
}

.heading_div {
    background: var(--darkColor);
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 1px;
    font-family: var(--oleo_script);
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.landing_sec .ptext {
    padding: 10px 10px;
    margin: 0;
}

.landing_sec {
    background: #f4f6fc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}

.prprtyDetailFeatures {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 5px;
    align-items: center;
    background: #0b302614;
    padding: 5px;
}

.prprtyDetailFeatures p.amenities {
    margin: 0;
    font-weight: 500;
}

.prprtyDetailFeatures .icon {
    background: var(--darkColor);
    padding: 10px;
    color: #fff;
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
    border-radius: 10px;
}

.prprtyDetailFeatures:hover .icon {
    background: var(--yellowcolor);
    color: var(--darkColor);
}

.prprtyDetailFeatures .text_bb b {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: 4px;
}

.prprtyDetailFeatures .text_bb p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--darkColor);
    line-height: normal;
}

ul.number_loc {
    padding: 0;
    list-style-type: none;
}

ul.number_loc li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

ul.number_loc li:before {
    display: inline-block;
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--darkColor);
    font-size: 18px;
}

/*OL_li*/
ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}

ol.gradient-list>li {
    background: var(--darkColor);
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    width: 44%;
    margin: 20px;
    color: var(--yellowcolor);
}

ol.gradient-list>li::before,
ol.gradient-list>li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list>li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgb(232 182 93) 0%, rgb(177 126 35) 100%);
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
    background: linear-gradient(135deg, rgb(232 182 93) 0%, rgb(177 126 35) 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

ol.gradient-list>li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: var(--darkColor);
    display: flex;
    font: 900 2.2em/1 "var(--oleo_script)";
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list>li h5 {
    color: #765be4;
    font-size: 22px;
    font-weight: 700;
}

.img_color .icon img {
    filter: invert(5);
}

.img_color:hover .icon img {
    filter: invert(0);
}

/*Timeline*/
#timeline ul {
    min-height: 500px;
    border-top: 0;
    border-left: 4px solid transparent;
    border-left-color: var(--darkColor);
    -webkit-border-image: -webkit-linear-gradient(top, var(--darkColor) 0%, var(--yellowcolor) 35%, var(--darkColor) 50%, var(--yellowcolor) 100%);
    border-image-slice: 1;
    position: relative;
    top: 5%;
    left: 50%;
    perspective: 2000px;
    list-style: none;
}

#timeline ul li:after {
    content: "\f19d";
    font-family: fontawesome;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: 100;
    font-size: 26px;
    line-height: 43px;
    text-align: center;
    background-color: var(--darkColor);
    color: #fff;
    position: absolute;
    -webkit-transition: transform 1s linear;
    transition: transform 1s linear;
}

#timeline ul li:nth-child(2):after {
    content: "\f072";
    background-color: var(--yellowcolor);
}

#timeline ul li:nth-child(3):after {
    content: "\f238";
    background-color: var(--darkColor);
}

#timeline ul li:last-child:after {
    content: "\f0f8";
    background-color: var(--yellowcolor)
}

#timeline ul li .cont {
    width: 200px;
    height: 90px;
    padding: 25px 10px 10px;
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-transform: translate(0, -55px);
    transform: translate(0, -55px);
    text-transform: capitalize;
    line-height: 150%;
    font-size: 80%;
    position: absolute;
    top: 22px
}

#timeline ul li:nth-child(odd) .cont {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 1.5s linear;
    transition: transform 1.5s linear
}

#timeline ul li:nth-child(even) .cont {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: transform 1.5s linear;
    transition: transform 1.5s linear
}

#timeline ul li:first-child .cont {
    color: var(--darkColor);
}

#timeline ul li:nth-child(2) .cont {
    color: var(--yellowcolor);
}

#timeline ul li:nth-child(3) .cont {
    color: var(--darkColor);
}

#timeline ul li:last-child .cont {
    color: var(--yellowcolor);
}

#timeline ul li:nth-child(odd):hover .cont {
    text-align: left;
    -webkit-transform: rotateY(-175deg) translate3d(110px, -50px, 5px);
    transform: rotateY(-175deg) translate3d(110px, -50px, 5px);
    -webkit-transition: transform 1.5s linear;
    transition: transform 1.5s linear;
}

#timeline ul li:nth-child(even):hover .cont {
    text-align: left;
    -webkit-transform: rotateY(175deg) translate3d(-110px, -50px, 5px);
    transform: rotateY(175deg) translate3d(-110px, -50px, 5px);
    -webkit-transition: transform 1.5s linear;
    transition: transform 1.5s linear
}

#timeline ul li:nth-child(odd):hover .cont p,
#timeline ul li:nth-child(odd):hover .cont h3 {
    -webkit-transform: rotateY(-175deg);
    transform: rotateY(-175deg)
}

#timeline ul li:nth-child(even):hover .cont p,
#timeline ul li:nth-child(even):hover .cont h3 {
    -webkit-transform: rotateY(175deg);
    transform: rotateY(175deg)
}

#timeline ul li:nth-child(2) .cont time {
    background-color: var(--yellowcolor);
}

#timeline ul li:nth-child(3) .cont time {
    background-color: var(--darkColor);
}

#timeline ul li:last-child .cont time {
    background-color: var(--yellowcolor);
}

#timeline ul li:nth-child(odd):hover .cont time {
    -webkit-transform: rotateY(-175deg);
    transform: rotateY(-175deg)
}

#timeline ul li:nth-child(even):hover .cont time {
    -webkit-transform: rotateY(175deg);
    transform: rotateY(175deg);
}

#timeline ul li .cont p {
    display: block;
}

#timeline ul li:nth-child(n+1):after {
    left: -25px;
}

#timeline ul li:first-child:after,
#timeline ul li:first-child .cont {
    top: 12%;
}

#timeline ul li:nth-child(2):after,
#timeline ul li:nth-child(2) .cont {
    top: 40%;
    color: var(--darkColor);
    line-height: 50px;
}

#timeline ul li:nth-child(3):after,
#timeline ul li:nth-child(3) .cont {
    top: 63%;
}

#timeline ul li:nth-child(4):after,
#timeline ul li:nth-child(4) .cont {
    top: 88%;
    color: var(--darkColor);
    line-height: 45px;
}

#timeline ul li:nth-child(n+1):hover:after {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: transform 1s linear;
    transition: transform 1s linear
}

#timeline ul li:first-child .cont {
    border-color: var(--darkColor);
}

#timeline ul li:nth-child(2) .cont {
    border-color: var(--yellowcolor);
}

#timeline ul li:nth-child(3) .cont {
    border-color: var(--darkColor);
}

#timeline ul li:last-child .cont {
    border-color: var(--yellowcolor);
}

#timeline ul li:nth-child(odd) .cont {
    left: 60px;
}

#timeline ul li:nth-child(even) .cont {
    left: -255px;
}

#timeline ul li .cont:before,
#timeline ul li .cont:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
}

#timeline ul li:nth-child(odd) .cont:before {
    border-width: 11px 11px 11px 0;
}

#timeline ul li:nth-child(even) .cont:before {
    border-width: 11px 0 11px 11px
}

#timeline ul li:nth-child(odd) .cont:after {
    border-width: 10px 10px 10px 0
}

#timeline ul li:nth-child(even) .cont:after {
    border-width: 10px 0 10px 10px
}

#timeline ul li:nth-child(odd) .cont:before {
    top: 50%;
    left: -11px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#timeline ul li:nth-child(even) .cont:before {
    top: 50%;
    right: -11px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#timeline ul li:first-child .cont:before {
    border-color: transparent var(--darkColor) transparent transparent
}

#timeline ul li:nth-child(2) .cont:before {
    border-color: transparent transparent transparent var(--yellowcolor)
}

#timeline ul li:nth-child(3) .cont:before {
    border-color: transparent var(--darkColor) transparent transparent
}

#timeline ul li:last-child .cont:before {
    border-color: transparent var(--yellowcolor) transparent transparent
}

#timeline ul li:nth-child(odd) .cont:after {
    border-color: transparent #222223;
    top: 50%;
    left: -9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#timeline ul li:nth-child(even) .cont:after {
    border-color: transparent #222223;
    top: 50%;
    right: -9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#timeline ul li .cont time {
    width: 100px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: calc(100%/2 - 50px);
    background-color: var(--darkColor);
    color: #f5f5f5;
    line-height: 30px;
    text-align: center;
    border-radius: 3px
}

.copy-right {
    color: var(--darkColor);
    text-align: center;
    text-transform: uppercase;
    padding: 130px 0 20px
}

.copy-right a {
    color: var(--yellowcolor);
    text-transform: capitalize
}

@media screen and (max-width: 600px) {
    #timeline ul li .cont {
        width: 120px;
        line-height: 120%
    }

    #timeline ul li:nth-child(even) .cont {
        left: -175px
    }

    #timeline ul li .cont p,
    #timeline ul li .cont time {
        font-size: 76%
    }

    #timeline ul li .cont time {
        width: 80px;
        left: calc(100%/2 - 40px)
    }
}

/*------------------------------------- #End Timeline Rules -------------------------------------*/
.Price_table {
    margin-top: 10px;
    position: relative;
}

.Price_table table.table th,
td {
    border: 1px solid var(--darkColor);
}

.Price_table table.table th:hover,
td:hover {
    background: var(--yellowcolor);
}

.collection-bx {
    border-radius: 5px;
    overflow: hidden;
}

.collection-bx img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    display: block;
    transition: .4s ease-in-out;
}

.collection-bx:hover img,
main:hover img {
    transform: scale(1.02);
}

.heading_ssec {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin: 10px 0;
    color: var(--darkColor);
}

.plan_sec {
    background: var(--colorWhite);
    position: relative;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border: 1px solid #cccccc5c;
    padding: 15px;
}

.area_ssc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.Talk_Expert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Talk_Expert a.read_more_1.bg_btn_1 {
    padding: 10px 15px 10px 15px;
}

.floor_pan a.mainBtn3:hover {
    color: var(--darkColor);
    border: 1px solid var(--darkColor);
    background: var(--colorWhite);
}

.faq_sec {
    background: url(../images/feature-bg-1.jpg);
    position: relative;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.projects_details {
    background: url(../images/feature-bg-1.jpg);
    position: relative;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.projects_details:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff08;
}

.projects_details .container {
    position: relative;
}

.projects_details .container-fluid {
    position: relative;
}

.emi_calculator .form-control:focus {
    color: var(--colorWhite);
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    border: 1px solid #ffffff96 !important;
}

/*Career*/
.job_sec {
    background: #f4f6fc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    padding: 30px;
    position: relative;
}

.job_sec .job_name {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 15px;
    color: var(--yellowcolor);
    position: relative;
}

.job_sec ol.gradient-list {
    margin-top: 0.75rem;
}

.job_sec ol.gradient-list>li {
    width: 46%;
    margin: 12px 20px;
}

.job_sec .heading_div {
    background: transparent;
    color: #333;
    padding: 0;
}

#myjobs input,
select {
    background-color: transparent;
    background-image: linear-gradient(#fff, #f5f5fa);
    border: 0 solid var(--darkColor);
    box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
    box-sizing: border-box;
    color: var(--darkColor);
    display: inline-block;
    text-decoration: inherit;
    text-wrap: nowrap;
    transition: all .2s ease-out;
    white-space-collapse: collapse;
}

.career_div button {
    border: 0 !important;
}

.career_div ul#myTab {
    border-bottom: 1px solid #ccc;
}

.career_div .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    gap: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: var(--yellowcolor) !important;
    background: transparent;
}

.career_div li.nav-item button {
    gap: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: var(--darkColor) !important;
}

img.faq_img {
    aspect-ratio: 75 / 60;
    filter: drop-shadow(1px 3px 2px var(--yellowcolor));
}

.client_image {
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.demo-page-landing {
    position: fixed;
    height: 100%;
    z-index: 99999;
    overflow: auto;
    background: #f4f6fc;
    text-align: center;
    transform: translate(100%, 0);
    transition: transform .6s ease;
    background-color: #fff;
    box-shadow: 0 0 2rem #0003;
    inset: 0px 0 0 auto;
    max-width: 440px;
    width: 100%;
}

.demo-page-landing.active {
    transform: translate(0, 0);
}

.projectOverview-details.scroller {
    font-size: .875rem;
    margin: 1.25rem 10px 1.25rem 1.25rem;
    padding-right: 10px;
    text-align: justify;
}

#side-demo-close {
    cursor: pointer;
    font-size: 28px;
    background: var(--darkColor);
    padding: 3px 12px;
    color: var(--colorWhite);
}

/* builder */
.project_box {
    color: var(--darkColor);
    display: block;
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out;
    background: #f4f6fc;
    border: 1px solid #33333357;
    padding: 15px;
}

.project_box:hover {
    border: 1px solid var(--yellowcolor);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.project_box .Project_box_img {
    background-color: var(--darkColor);
    position: relative;
}

.project_box .Project_box_img .img-fluid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.project_box .Project_box_img:after {
    align-items: center;
    background-color: var(--colorWhite);
    border-radius: 50%;
    color: var(--darkColor);
    content: "+";
    display: flex;
    height: 30px;
    inset: auto 5px 5px auto;
    justify-content: center;
    line-height: 1;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 30px;
    z-index: 1;
    font-size: 24px;
}

.project_box .project_box_details {
    padding: 15px 0 5px;
}

.project_developer_detail {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.project_developer_detail .project_name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
}

.project_developer_detail .project_price {
    color: var(--darkColor);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.project_box_details .project_status_detail {
    border-top: 1px dashed var(--yellowcolor);
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 8px 1rem;
    margin-top: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    justify-content: space-between;
}

.project_box_details .project_status_detail span {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.project_box_details .project_status_detail i {
    color: var(--darkColor);
    font-size: 80%;
}

.project_box .Project_box_img:hover:after {
    box-shadow: 0 0 0 20px var(--yellowcolor) inset;
    color: var(--colorWhite);
    transform: scale(1.05);
}

.project_box .project_box_inner:hover:before {
    opacity: 1;
    visibility: visible;
}

.rera_num {
    width: 100%;
    color: #fff;
    display: flex;
    gap: 10px;
    padding: 10px;
    letter-spacing: 0.5px;
}

.footer_wrap .footer-top ul.number_loc li:before {
    color: var(--colorWhite);
}

.footer_wrap .footer-top ul.number_loc li:hover:before {
    color: var(--yellowcolor);
}

/* Footer cook */
.gears {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.meta-gear-1,
.meta-gear-2,
.meta-gear-3,
.meta-gear-4,
.meta-gear-5,
.meta-gear-6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -o-animation: gear-rotate 14s infinite linear;
    -moz-animation: gear-rotate 14s infinite linear;
    -webkit-animation: gear-rotate 14s infinite linear;
    animation: gear-rotate 14s infinite linear;
    opacity: 0.1;
}

.meta-gear-1 {
    margin-left: -775px;
    margin-bottom: 185px;
    -o-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -o-animation-duration: 3.889s;
    -moz-animation-duration: 3.889s;
    -webkit-animation-duration: 3.889s;
    animation-duration: 3.889s;
}

.meta-gear-2 {
    margin-left: -1205px;
    margin-bottom: -220px;
}

.meta-gear-3 {
    margin-left: -705px;
    margin-bottom: -143px;
    -o-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -o-animation-duration: 7.778s;
    -moz-animation-duration: 7.778s;
    -webkit-animation-duration: 7.778s;
    animation-duration: 7.778s;
}

.meta-gear-4 {
    margin-left: 319px;
    margin-bottom: 136px;
    -o-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -o-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.meta-gear-5 {
    margin-left: 516px;
    margin-bottom: -164px;
}

.meta-gear-6 {
    margin-left: -27%;
    margin-bottom: -945px;
}

@keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* testimonal */
.testimonial-sec {
    position: relative;
    z-index: 1;
    background: linear-gradient(1deg, #ffffffc7, #ffffff 65%, #ffffff);
    background-attachment: fixed;
    overflow: hidden;
}

.testimonial-sec .swiper-wrapper {
    transition-timing-function: linear
}

.swiper-wrapper {
    height: auto !important;
}

.review_item {
    padding: 25px;
    border-radius: 20px;
    background: #ffffff1f;
    box-shadow: 0 6px 34px rgba(215, 216, 222, .5);
    direction: ltr;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    min-height: 32%;
    transition: .4s;
    border: 1px solid var(--yellowcolor);
    overflow: hidden;
}

.copyright,
.review_item .description {
    margin-top: 15px
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: #f4f6fc;
    border-radius: 100%;
    overflow: hidden;
    min-width: 65px
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 15px
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--darkColor);
    font-weight: 700;
    font-size: 17px
}

.review_item .clint-info-wrapper .client-info span {
    color: #6b7385;
    font-weight: 500;
    font-size: 15px
}

.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 35px;
    z-index: -1;
    background-image: url(../images/icons/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px
}

.review_item .description p {
    margin-bottom: 0;
    color: var(--greyColor);
    font-size: 15px;
    text-align: justify;
}

.swiper-pagination-bullet-active {
    background: var(--dark);
    position: relative;
    width: 8px;
    height: 8px
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -3px;
    left: -3px;
    border: 1px solid var(--dark);
    border-radius: 100%
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.mid-bar ul li a,
.review_item .clint-info-wrapper,
.search-bx form {
    display: flex;
    align-items: center;
}

.overflow_hide .row {
    overflow: hidden;
    height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbars */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--yellowcolor);
    border-radius: 10px;
}

.career_div #myTab li {
    background-color: transparent;
    background-image: linear-gradient(#fff, #f5f5fa);
    border-radius: 9999px;
    box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 7px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: inherit;
    text-wrap: nowrap;
    transition: all .2s ease-out;
    transition-behavior: normal;
    white-space-collapse: collapse;
    line-height: 1.15;
}

.blog-content2 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* CEO */
.companyCeo {
    width: 100%;
    padding: 50px 0 40px;
    margin: 0;
    background: url(../img/our-happybg.webp) center top no-repeat;
    background-color: var(--colorWhite);
    background-size: cover;
    position: relative;
    overflow: hidden
}

.companyCeo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: #fff
}

.companyCeo .container {
    position: relative
}

.ceoInfo {
    width: 100%;
    position: relative;
    z-index: 2
}

.ceoFeatured {
    font-size: 20px;
    color: #1178ba;
    margin-bottom: 5px;
    font-weight: 600
}

.featuredList {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

.featuredList li {
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
    padding: 5px;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bed1db;
    margin-top: -1px;
    margin-right: -1px;
    transition: all .3s ease-in-out;
    background: #f4f6fc;
    border-radius: 4px
}

.featuredList li::before {
    content: none;
    margin: 0;
    padding: 0
}

.featuredList li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.smallVideo {
    position: absolute;
    color: red;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(1, 148, 68, .7);
    border-radius: 12px
}

.smallVideo svg {
    width: 25px;
    height: 25px;
    position: relative
}

.smallVideo:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 20px;
    height: 10px;
    background: #fff
}

.ceotitle2 {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    padding: 0
}

.seoAgency {
    font-size: 24px;
    color: var(--darkColor);
    margin-bottom: 5px;
    font-weight: 700;
    line-height: normal
}

.ceotitle2 li {
    list-style: none;
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid var(--darkColor);
    border-radius: 3px;
    color: var(--yellowcolor);
    background: var(--darkColor);
    line-height: normal;
    font-weight: 600;
    position: relative;
    margin: 0 15px;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center
}

.ceotitle2 li:first-child {
    margin-left: 0
}

.ceotitle2 li:after {
    content: '';
    position: absolute;
    top: 13px;
    right: -27px;
    width: 20px;
    height: 20px;
    background: url(../img/sharp-arrow-right.svg) no-repeat;
    background-size: 100%
}

.ceotitle2 li:last-child::after {
    content: none;
    width: 0;
    height: 0;
    position: inherit;
    right: 0
}

.ceotitle2 li:hover {
    background: var(--yellowcolor);
    color: var(--blackColor);
    border: 1px solid var(--yellowcolor);
}

.ceotitle {
    color: var(--yellowcolor);
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    font-size: 32px;
    display: inline;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75)
}

.founder {
    font-size: 18px;
    color: var(--darkColor);
    font-weight: 600
}

.meetingTimes {
    font-size: 18px;
    color: #008cff;
    font-weight: 600
}

.meetingTimes img {
    max-width: 100px
}

.aboutCeo {
    padding: 8px 0;
}

.DecadeExpertise {
    width: 100%;
    padding: 35px 0 40px;
    margin: 0;
    background: #f4f6fc;
    position: relative;
    border-bottom: 1px solid #e1f5ff
}

.DecadeExpertise:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px
}

.pattern-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%)
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes rotateme {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.clients-logo {
    background: #f4f6fc;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 20px;
    width: calc(100% / 7);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ceoImage {
    width: 100%;
    position: relative
}

.ceoImage .hiteshsir {
    position: absolute;
    bottom: 0;
    right: -20%;
    top: 5px;
    max-width: inherit;
    width: 596px;
    left: auto;
}

#circle {
    width: 340px;
    position: absolute;
    top: -170px;
    z-index: 3;
    right: -220px;
    text-align: center;
    display: flex;
    height: 290px;
    align-items: center;
    justify-content: center;
}

#circle text {
    font-size: 22px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    text-transform: uppercase
}

#circle img {
    width: 100px;
    height: 100px;
    z-index: 999;
    top: 130px;
    position: relative;
}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -ms-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.infinite-move {
    -webkit-animation: moveLeft 5s linear infinite;
    animation: moveLeft 5s linear infinite
}

@keyframes moveLeft {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }
}

.common_btn3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 1.4rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
    background-image: linear-gradient(180deg, var(--yellowcolor), var(--yellowcolor));
    font-size: 22px;
    color: #222;
    font-weight: 600;
    height: 55px;
    line-height: 53px;
    border: 0;
    position: relative;
    padding-right: 80px;
    max-width: 26.25rem
}

.common_btn3:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(237, 120, 11, .3);
    line-height: 0;
    padding: 15px;
    border-radius: 0 4px 4px 0;
    border-left: 2px solid #ffc73e;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.common_btn3:hover {
    color: #212529;
    background: #f9ba00 -webkit-gradient(linear, left top, left bottom, from(#fac426), to(#f9ba00)) repeat-x;
    background: #f9ba00 -o-linear-gradient(top, #fac426, #f9ba00) repeat-x;
    background: #f9ba00 linear-gradient(180deg, #fac426, #f9ba00) repeat-x;
    border-color: #ecb100
}

.sale_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    text-align: left;
    background: #0f302614;
    border-radius: 5px;
}

.Sale-one__img {
    position: relative;
    display: block;
    margin-left: 15px;
    max-width: 530px;
    width: 100%;
    z-index: 1;
    margin-left: 0;
}

.Sale_section .service-box .service-box_img .Sale-one__img {
    margin-left: 0;
}

.Sale_section .Sale-one__img::before {
    position: absolute;
    top: 100px;
    left: -15px;
    bottom: -15px;
    right: 15px;
    background-image: -moz-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(234, 27, 41) 0%, rgb(245, 141, 148) 18%, rgb(255, 255, 255) 99%);
    content: "";
    z-index: -1;
}

.Sale_section .Sale-one__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.Sale_section .Sale-one__img-inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .1) 100%);
    transform: skewX(5deg);
    z-index: 1;
}

.Sale_section .sservice-box_img_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.sale_box .sservice-box_img:hover .Sale-one__img-inner::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.salebox_text .labels-wrap.labels-right {
    font-size: 10px;
    line-height: 11px;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .65);
    display: inline-block;
    color: #fff;
}

.two_line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sale_box .salebox_text {
    width: 69%;
}

ul.item-amenities.item-amenities-with-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

ul.item-amenities.item-amenities-with-icons li {
    gap: 5px;
    display: flex;
    align-items: center;
}

ul.item-price-wrap.hide-on-list {
    position: absolute;
    right: 10px;
    list-style: none;
    padding: 0px 10px;
    top: 45px;
}

.item-price-wrap .item-price {
    font-size: 18px;
    font-weight: 600;
}

.item-price-wrap li.item-sub-price {
    font-size: 12px;
}

.sale_box .salebox_text .item-body {
    padding: 4px 20px;
}

.sservice-box_img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.sale_box .sservice-box_img {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    background-color: var(--text-light);
    border-radius: 10px 0 0 10px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 30%;
}

.sale_box .btn_sale {
    position: absolute;
    right: 10px;
    bottom: 40px;
    border-radius: 5px;
}

.sale_box .iicon_sale {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
    padding: 0;
}

.sale_box .iicon_sale li .item-author {
    align-items: center;
    display: flex;
    gap: 10px;
}

.sale_box .item-title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--dark);
}

.sale_box a {
    color: var(--darkColor);
}

#sale_sidebar {
    padding: 30px;
    background-color: var(--yellowcolor);
}

#sale_sidebar .widget-header {
    text-align: left;
    position: relative;
}

#sale_sidebar ul.children {
    padding: 0;
    list-style: none;
}

#sale_sidebar ul.children li {
    display: flex;
    gap: 13px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
    text-transform: none;
}

#sale_sidebar ul.children li a {
    font-weight: 500;
    color: var(--darkColor);
}

#sale_sidebar .widget-header h3.widget-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: var(--blackColor);
}

#sale_sidebar {
    padding: 20px;
    background-color: var(--yellowcolor);
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

/************************************/
/***    12. Our Testimonial css	  ***/
/************************************/
.testimonial-review-box {
    background: var(--colorWhite);
    border-radius: 20px;
    text-align: center;
    padding: 63px 80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-site-logo {
    margin-bottom: 25px;
}

.testimonial-site-logo img {
    max-width: 160px;
}

.testimonial-review-box .about-customer-rating {
    display: inline-block;
    background-color: var(--darkColor);
    border-radius: 10px;
    padding: 15px 50px;
}

.testimonial-review-box .about-customer-rating i {
    font-size: 18px;
    color: var(--white-color);
}

.testimonial-review-box .customer-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider {
    background-color: var(--colorWhite);
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

/* .testimonial-slider .swiper-wrapper{ cursor: none; } */
.testimonial-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.testimonial-slider-image {
    width: calc(35% - 15px);
}

.testimonial-slider-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-slider-image img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1 / 0.999;
    object-fit: cover;
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-content {
    margin-bottom: 30px;
}

.testimonial-content p {
    margin-bottom: 0;
}

.author-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.author-content p {
    text-transform: capitalize;
    margin: 0;
}

.testimonial-pagination {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    z-index: 1;
}

.testimonial-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--yellowcolor);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    position: relative;
    width: 22px;
    border-radius: 100px;
    background-color: var(--darkColor);
}

.testimonial-company-slider {
    margin-top: 80px;
}

.testimonial-company-slider .company-logo {
    text-align: center;
}

.testimonial-company-slider .company-logo img {
    width: 100%;
    max-height: 40px;
}

.customer-img {
    position: relative;
    display: inline-block;
    border: 2px solid var(--colorWhite);
    border-radius: 50%;
    overflow: hidden;
    margin-left: -16px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.customer-img:first-child {
    margin: 0;
}

.customer-img figure {
    display: block;
}

.customer-img img {
    max-width: 100%;
    border-radius: 50%;
}

.customer-img.add-more {
    width: 52px;
    height: 52px;
    background-color: var(--darkColor);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-img.add-more p {
    font-family: var(--darkColor);
    color: var(--colorWhite);
    margin: 0;
}

.testimonial-review-box .about-customer-rating img {
    align-items: center;
    display: flex;
}

.submit_mass {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

/*  */
.stickyIcon {
    z-index: 90;
    position: fixed;
    top: 30%;
    right: 0;
    width: 140px;
    display: flex;
    flex-direction: column;
    margin-right: -80px
}

.stickyIcon ul {
    margin: 0;
    padding: 0
}

.stickyIcon ul li {
    list-style: none
}

.stickyIcon a {
    transform: translate(94px, 0);
    transform: translate(13px, 0);
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
    transition: all .8s;
    display: flex;
    align-items: center;
    font-weight: 600
}

.stickyIcon a:hover {
    color: #fff;
    transform: translate(0, 0);
    transform: translate(-70px, 0)
}

.stickyIcon a:hover svg {
    transform: rotate(360deg)
}

.stickyIcon a span {
    background-color: #fff;
    height: 35px;
    width: 35px;
    color: #000;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    transition: all .5s
}

.stickyIcon a span svg {
    width: 16px;
    height: 16px
}

.stickyIcon .facebook a {
    background-color: #0865ff;
    color: #fff
}

.stickyIcon .facebook a span {
    color: #0865ff
}

.stickyIcon .twitter a {
    background-color: #000;
    color: #fff
}

.stickyIcon .twitter a span {
    color: #000
}

.stickyIcon .youtube a {
    background-color: #fa0910;
    color: #fff
}

.stickyIcon .youtube a span {
    color: #fa0910
}

.stickyIcon .instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff
}

.stickyIcon .instagram a span {
    color: #fa0910
}

.linkedin a {
    background-color: #027ba5;
    color: #fff
}

.stickyIcon .linkedin a span {
    color: #027ba5
}

.fade:not(.show) {
    opacity: 1;
    background: #000000b8;
}

/* Popup new */
#ltkpopup-contents {
    position: relative;
    margin: 20px 0;
}

#ltkpopup-contents h3 {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

#ltkpopup-contents h3 span.ltkpopup-line-1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
}

#ltkpopup-contents h3 span {
    display: block;
}

#ltkpopup-contents h3 span.ltkpopup-line-2 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 800;
    color: var(--darkColor);
}

#ltkpopup-contents h3 span.ltkpopup-line-3 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.modal_ss {
    position: relative;
    text-align: center;
}

div#myModal form#downloadForm {
    padding: 15px;
}

span.ltkpopup-line-4 {
    font-size: 16px;
}

.special-offer {
    position: absolute;
    top: 67%;
    width: 215px;
    left: 10%;
    cursor: pointer;
    z-index: -2;
}

button.btn.btn_band {
    position: absolute;
    right: 10px;
    background: #333;
    color: #fff;
    top: 10px;
}

div#staticBackdrop form#downloadForm {
    padding: 10px 20px;
}

#videomodal .modal-body {
    padding: 0;
    margin: -6px;
    border: 3px solid goldenrod;
    border-radius: 5px;
}

#videomodal button {
    position: absolute;
    z-index: 1;
    background: #fff;
    color: #333;
    right: 6px;
    top: 6px;
    border-radius: 60%;
    width: 30px;
    height: 30px;
    justify-content: center;
    display: flex;
    padding: 3px;
    font-weight: 900;
    border: 1px solid #ccc;
}
.Background__Overlay-sc-fd94690c-2.jtZZdl.es-background-overlay {
    background: #fff !important;
}