/*!Style Css by @Sahil */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    scroll-behavior: smooth;
}

html,
body {
    font-size: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

body {
    padding-top: 86px;
}

body a {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
    font-size: 16px;
}

body img {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
    cursor: pointer;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    transition: 0.6s all ease;
    color: #000;
}

/* title */

h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.5;
}

/* subtitle */

h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
}

p,
.table th,
.table td {
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    margin: 0;
    transition: 0.6s all ease;
}

p,
li,
a {
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
    transition: 0.6s all ease;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
    color: #364759;
}

/* color FCMO */

.bg-grey {
    background: #FAFCF7;
}

/* green-btn */

.green-btn {
    padding: 13px 20px;
    color: #fff;
    border: none;
    transition: all 0.8s !important;
    min-width: 192px;
    display: inline-block;
    text-align: center;
    height: 52px;
    border-radius: 8px;
    background: #364759;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.green-btn img {
    margin-left: 10px;
}

.green-btn:hover,
.green-btn:hover:focus,
.green-btn:active {
    background-color: #364759cf;
    color: #fff;
}

/* border btn */

.border-btn {
    padding: 13px 20px;
    color: #fff;
    border: none;
    transition: all 0.8s !important;
    min-width: 192px;
    display: inline-block;
    text-align: center;
    height: 46px;
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
}

.border-btn:hover {
    background: #fff;
    color: #000;
}

.border-btn:hover img {
    filter: invert(1);
}

.border-btn img {
    margin-left: 10px;
}

.Bg-Black {
    background: #000;
}

/* section padding */

.space {
    padding: 70px 0px;
}

/* section heading */

.heading-pnel {
    margin-bottom: 40px;
}

.heading-pnel span {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #24c0e9;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.heading-pnel h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    /* 128.571% */
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.heading-pnel p {
    margin: 0;
    transition: 0.6s all ease;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

/* white heading */

.heading-pnel.fff h2 {
    color: #fff;
}

.heading-pnel.fff p {
    color: #fff;
}

/* header */

.header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0px 0px;
    background: #fff;
        max-height: 87px;
}
nav.navbar {
    position: relative;
}
.header.js-header.darkHeader {
    width: 100%;
    top: -100px;
    z-index: 999;
    height: 0;
    overflow: hidden;
}

.header.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    position: fixed;
    box-shadow: 0px 0px 30px #00000026;
    border: none;
    background: #fff;
}

.header.js-header.darkHeader.darkHeader-2 .logo-box {
    height: 75px;
}

.header.js-header.darkHeader.darkHeader-2 .right-head {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header.js-header.darkHeader.darkHeader-2 .topbar ul {
    margin-bottom: 15px;
}

.schedule-call {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-brand {
    margin: 0;
}

.logo-box {
       height: 102px;
    overflow: hidden;
    width: 102px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

header .green-btn svg {
    margin-left: 8px;
}

header .green-btn span {
    display: inline-block;
    padding: 0;
    background: #0000001c;
    font-size: 14px;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.right-head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-light .navbar-nav>li {
    margin: 0px 25px;
}

.navbar-light .navbar-nav>li>a {
    padding: 0;
    position: relative;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav>li>a:after {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background: #364759;
    opacity: 0;
    transition: 0.6s;
}

.navbar-light .navbar-nav>li>a:hover:after {
    opacity: 1;
    width: 100%;
}

/*.navbar-light .navbar-nav>li.dropdown>a:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 12px;*/
/*    height: 10px;*/
/*    background-image: url(../images/down.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 10px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translatey(-50%);*/
/*    transition: 0.6s;*/
/*}*/

.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .active .nav-link:before {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #84be38;
}

 

.navbar {
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 310px;
    padding: 20px 20px 0px;
    box-shadow: 0px 6px 4px #00000012;
    background: #fff;
    border-radius: 4px;
    transition: 0.6s;
    left: -100px;
}
section.category-sec .category-box figure {
    aspect-ratio: 1;
    height: auto;
}
.dropdown-menu figure {
    margin: 0;
    flex: 0 0 300px;
}

.dropdown-menu figure img {
    width: 100%;
}
.dropdown-menu ul {
    width: 100%;
}
.navbar-light .navbar-nav .dropdown-menu.show,
.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    display: flex !important;
    align-items: center;
}

.navbar-light .navbar-nav .dropdown-menu li {
    margin-bottom: 3px;
}

.navbar-light .navbar-nav .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding: 6px 0px;
}

.navbar-light .navbar-nav .dropdown-menu li a:hover {
    color:#364759 !important;
}

.topbar {
    display: none;
}

.topbar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}

.topbar ul li {
    padding: 0px 14px;
    border-right: 1px solid #000;
    line-height: 16px;
}

.topbar ul li a {
    font-size: 16px;
    line-height: 16px;
}

.topbar ul li a:hover {
    color: #044ed7 !important;
}

.topbar ul li:last-child {
    margin: 0;
    padding-right: 0;
    border: 0;
}

/* banner */

.banner {
    overflow: hidden;
    position: relative;
    height: 100vh;
        background-repeat: no-repeat;
    background-size: cover;
        display: flex;
    align-items: center;
    justify-content: center;
    background-position: bottom;
}

.banner-text {
    text-align: center;

    margin: auto;
    max-width: 650px;
}

.banner-text h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.btn-grp {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.navbar {
    justify-content: space-between;
}

/*-- //header --*/

/* categories */

.category-box figure {
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.category-box figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-box figure:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.08);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.category-box figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-box figure figcaption h3 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.category-box figure figcaption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
}

.category-box figure figcaption>div {
    flex: 0 0 100%;
}

.category-box figure figcaption>p {
    flex: 0 0 60%;
}

.link-btn {
    padding: 0;
    color: #000;
    transition: all 0.8s !important;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #364759;
}

.link-btn img {
    margin-left: 10px;
    filter: invert(1);
}

.link-btn.fff img {
    filter: initial;
}

.link-btn.fff {
    color: #fff;
}

/* about */

.about-sec {
    position: relative;
}

.about-sec:after {
    content: "";
    display: block;
    width: 313px;
    height: 273px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    z-index: -1;
    background-image: url(../images/skelton-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: invert(1);
}

.about-content h2 {
    margin-bottom: 15px;
}

.about-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 20px;
}

.about-content p b {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: left;
}

.about-content {
    max-width: 600px;
}

.about-content>a.link-btn {
    margin-top: 30px;
}

.about-img {
    display: flex;
    align-items: flex-end;
}

.big-img {
    max-width: 530px;
}

.small-img {
    width: 227px;
    height: 320px;
    position: relative;
    left: 60px;
    bottom: 30px;
}

/* Programs */

.program-box {
    position: relative;
    margin-bottom: 30px;
}

.program-box figure {
    position: relative;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.program-box:hover img {
    transform: scale(1.1);
}

.program-box figure figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-program h3 {
    border-radius: 8px;
    background: rgba(51, 51, 51, 0.48);
    backdrop-filter: blur(7px);
    padding: 12px 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 200% */
    letter-spacing: 2px;
}

.price-program {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.20);
    display: inline-block;
    width: fit-content;
    padding: 10px 20px;
    margin-left: auto;
}

.price-program h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    /* 225% */
    letter-spacing: 2px;
}

.program-box a:hover h3 {
    background: rgba(125, 192, 45, 0.60);
    backdrop-filter: blur(7px);
}

/* testimonials */

.Test-box .test-img {
    width: 40%;
    flex: 0 0 40%;
    text-align: center;
}

.Test-box .Star-img img {
    width: auto;
}

.Test-box figcaption {
    padding: 0px;
}

.Test-box figcaption h4 {
    letter-spacing: 0px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
    opacity: 70%;
    margin-bottom: 30px;
}

.testimonials {
    position: relative;
}

.testimonials:after {
    width: 578px;
    height: 360px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    background-image: url(../images/testBg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.test-img figure {
    width: 171px;
    height: 171px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.test-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-img h5 {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    /* 200% */
    letter-spacing: 2px;
}

.test-img h5 span {
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 2px;
}

.testimonials .owl-carousel .owl-dots {
    width: unset;
    text-align: left;
    margin-top: 30px;
}

.testimonials .owl-carousel .owl-dots button.owl-dot {
    width: 18px;
    height: 3px;
    background: #000;
    border-radius: 0;
    margin-right: 4px;
    outline: none;
    transition: 0.6s;
}

.testimonials .owl-carousel .owl-dots button.owl-dot.active {
    background: #364759;
    width: 33px;
}

/* panel */

.pnel-box {}

.pnel-box figure {}

.pnel-box figure svg {}

.pnel-box figcaption {}

.pnel-box figcaption h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 19px;
}

.pnel-box figcaption p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 20px;
}

.pnel-box figcaption a {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.pnel-box {
    border-right: 1px solid #ddd;
    padding-left: 10px;
}

.pnel-box figcaption a:hover {
    background: #7DC02D;
}

.pnel-box figcaption a:hover img {
    filter: invert(1);
}

.panel-sec .col-lg-4:last-child .pnel-box {
    border-right: 0px;
}

.space.green-strip {
    background: linear-gradient(180deg, #B0CD00 0%, #4A8306 100%);
    padding: 40px 0px;
}

.strip-content h2 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
    letter-spacing: 2px;
}

.btn-strip {
    text-align: right;
}

.btn-strip .green-btn {
    margin-left: auto;
    font-size: 18px;
}

/* footer */

.footer {
    background: #364759;
    padding: 70px 0px;
    padding-bottom: 0;
}

.footer-item ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.footer-item ul li a:hover {
    color: #fff;
    opacity: 0.8;
}

.footer-item p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 30px;
}

.footer-item ul {
    padding-left: 0px;
}

.footer-item i.fa {
    width: 20px;
}

.footer-item.nrewsletter .form-group input.form-control {
    background: rgba(255, 255, 255, 0.22);
    border: 0;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
}

.footer-item.nrewsletter input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: capitalize;
    padding: 0;
    width: 44px;
    height: 50px;
    background-position: center;
    border: 0;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
    background-color: #7DC02D;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.copyright p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.copyright {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 50px;
}

.footer-title h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.footer-item.nrewsletter .form-group input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.57);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
}

.footer-item.nrewsletter .form-group {
    position: relative;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons li {
    margin-right: 14px;
}

.social-icons li a {
    color: #fff;
    transition: 0.6s;
    font-size: 18px;
}

.social-icons li a:hover {
    color: #7DC02D;
}

.footer-item.nrewsletter .form-group input.form-control:focus {
    border: 1px solid #7dc02d;
}

.footer-title.sm h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 214.286% */
    letter-spacing: 0;
    margin-top: 30px;
}

.foot-logo img {
    width: 100%;
}

.foot-logo {
    width: 118px;
    margin-bottom: 20px;
}

.HoverEffect {
    position: relative;
    overflow: hidden;
}

.HoverEffect:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.HoverEffect:before {
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX( -25deg);
    transform: skewX( -25deg);
    opacity: 0.3;
}

@keyframes shine {
    100% {
        left: 80%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 80%;
    }
}

.Projects-sec .heading-pnel p {
    opacity: 70%;
}

.ProjectsItemsMain {
    background-size: cover;
    aspect-ratio: 1/0.8;
    display: flex;
    align-items: end;
    cursor: pointer;
    position:relative;
}

.ProjectsItemsMain:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #000000ad;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.ProjectsItemsContent {
    display: flex;
    padding: 20px 20px 38px 30px;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.TeamPopup .project-image {
    height: auto;
}
.ProjectsItemsContent .ProjectsContent p {
    color: #fff;
    margin-bottom: 4px;
    font-size: 12px;
    opacity: 70%;
}

.ProjectsItemsContent .ProjectsContent h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    max-width: 240px;
    letter-spacing: 0.5px;
}

.ProjectsItemsContent .ProjectsContent {
    width: 95%;
}

.ProjectsBox>.container {
    margin-right: 0px;
    padding: 0;
}

.ProjectsBox>.container .col-md-12 {
    padding: 0;
}

.ProjectsBox .owl-nav {
    position: absolute;
    top: -75px;
    right: 5%;
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.ProjectsBox .owl-nav button:focus {
    outline: none;
}

.CountersBox {
    background: #000;
}

.CountersContent {
    padding: 50px;
    padding-left: 0;
}

.CountersContent .CountersContentBox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.CountersContent .CountersContentBox .CountersNumber {
    min-width: 122px;
}

.CountersContent .CountersContentBox .CountersMain h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.CountersContent .CountersContentBox .CountersMain p {
    color: #fff;
    opacity: 70%;
}

.CountersContent .CountersContentBox .CountersNumber h3 {
    color: #fff;
    opacity: 31%;
    font-size: 34px;
}

.CountersContent .CountersContentBox:last-child {
    margin: 0;
}

.CountersImages.text-center {
    transform: translate(40%, -35px);
    position: absolute;
    left: 0;
}

.ConsultationContent h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.ConsultationContent p {
    opacity: 70%;
}

.ConsultationIcon {
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}

.ConsultationIcon sub {
    position: absolute;
    top: -20px;
    right: -37px;
    min-width: 34px;
    height: 34px;
    background: #364759;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
}

.ConsultationIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ConsultationItems {
    margin-bottom: 30px;
}

.ConsultationSection {
    position: relative;
}

.ConsultationSection .container:before {
    content: "";
    background: #ddd;
    height: 1px;
    width: 98%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    top: 35px;
}

.ConsultationSection .container {
    position: relative;
}

.videoSection {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoSection .video-box-icon {
    text-align: center;
}

.mfp-iframe-holder .mfp-close:focus {
    outline: none;
}

.Test-box .Star-img {
    margin-bottom: 20px;
}

.Test-box figcaption p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}

.Test-box figcaption span {
    color: #000;
    opacity: 70%;
    font-size: 14px;
}

.footer-item.contactDetailsFooter li a { 
    text-decoration: none;
}
.footer-item.contactDetailsFooter li:nth-child(1) {
    margin-bottom: 5px;
}

.footer-item.contactDetailsFooter li:nth-child(2) {
    margin-bottom: 15px;
}
.footer-item.contactDetailsFooter li:last-child{
margin-top: 15px;
}
.footer-item.contactDetailsFooter li {
    color: #fff;
}

footer.footer { 
    background-repeat: no-repeat;
    background-position: 90% 100%;
}



.whoWeAre {
    background: #f5f5f5;
}

.whoWeAre .about-content {
    max-width: 100%;
}

.banner.innerPagesBanner {
    height: auto;
    min-height: 300px;
        background-position: center;
}

.banner.innerPagesBanner .banner-text h1 {
    margin: 0;
}
.ContactSection {
    position: relative;
    background: #f5f5f5;
}

.contact-leftside {
    background: #364759;
    text-align: left;
    padding: 50px 40px;
    border-bottom-left-radius: 6px;
    position: relative;
    height: 100%;
    border-bottom: solid 9px #364759;
}

.contact-leftside:before {
    content: "";
    display: block;
    height: 24px;
    width: 100%;
    background:#364759;
    position: absolute;
    left: 0;
    top: -24px;
    position: absolute;
    z-index: 4;
}

.contact-leftside:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 24px solid #364759;
    position: absolute;
    right: -18px;
    top: -24px;
    z-index: 2;
}

.contact-leftside .contact-leftImage {
    width: 100%;
        aspect-ratio: 1;
    margin: auto;
    margin-bottom: 30px;
    height: 230px;
    overflow: hidden;
/*    border-radius: 50%;*/
}

.contact-leftside .contact-leftImage img {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
}
.contact-leftside .Theme-Heading h3 {
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.contact-leftside p {
    color: #fff;
    font-size: 16px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 0.8;
}
.contact-leftside ul {
    text-align: left;
    max-width: auto;
    margin: auto;
    padding-left: 0;
}
.contact-leftside ul li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.contact-leftside ul li a {
    word-break: break-all;
}

.contact-leftside ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.contact-RightSide .contact-RightHeading h4 {
    color: #000000;
    color: #000000;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 40px;
}
.contact-RightSide .contact-RightHeading p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    opacity: 70%;
}
.contact-RightSide .BannerFormBox .form-control {
    font-size: 14px;
    padding: 10px 15px;
    min-height: 50px;
    border-radius: 4px;
    background: #F1F4F6;
    border-color: #F1F4F6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-RightSide {
    height: 100%;
    background: #fff;
    padding: 52px 60px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    z-index: 4;
    padding-left: 130px;
}
 .contact-RightSide .contact-RightHeading {
    margin-bottom: 30px;
}
.contact-RightSide .BannerFormBox .form-control:focus {
    box-shadow: none;
}
.contact-leftside ul li i {
    margin-right: 10px;
}

.contact-RightSide:before {
    content: "";
    background: #CFCFCF;
    position: absolute;
    width: 1px;
    height: calc(100% - 100px);
    top: 50px;
    left: 70px;
}

 .contact-RightSide .green-btn path {
  
    color: #fff;
    fill: #fff; 
}

.ProjectsPage .ProjectsItems {
    margin-bottom: 30px;
}

.OurTeamsItems .OurTeamsImages {
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    max-width: 200px;
    margin: auto;
}

.OurTeamsItems .OurTeamsImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top;
}


.team-social ul {
    display: flex;
    align-items: center;
    gap: 7px;
}

.team-social ul li a {
    padding: 0;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social ul li a img {
    width: 18px;
}

.team-social ul li a:hover {
    background: #eee;
}

.OurTeamsItems {
    /* background: #f5f5f5; */
        cursor: pointer;
}

.OurTeamsItems .OurTeamsContent {
    text-align: center;
    padding: 20px;
}

.OurTeamsItems .OurTeamsContent h3 {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 0;
}

.OurTeamsItems .OurTeamsContent h3:after {
    content: "";
    /* background: #364759; */
    position: absolute;
    width: 20px;
    height: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.OurTeamsItems .OurTeamsContent p {
    color: #000;
    opacity: 70%;
    text-transform: capitalize;
}

.ServicesPage.category-sec .category-box figure figcaption {
    display: block;
}

.ServicesPage.category-sec .category-box figure figcaption h3 {
    margin-bottom: 10px;
}

.ServicesPage.category-sec .category-box figure figcaption p {
    margin-bottom: 20px;
}

.TestimonialsPage .item {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
}

.TestimonialsPage {
    background: #f5f5f5;
}

.TestimonialsPage .Test-box figcaption h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
        font-weight: 400;
}

.TestimonialsPage  .Test-box .Star-img {
    margin-bottom: 8px;
}

.Content-page {
    background: #f5f5f5;
}

.Content-page .Legacy-Box {
    background: #fff;
    padding: 30px;
}

.Content-page .Legacy-Box h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.Content-page .Legacy-Box ul {
    margin-top: 20px !important;
}
.Content-page .Legacy-Box ul li {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 20px;
    list-style: circle;
}
.Content-page .Legacy-Box ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.Content-page .Legacy-Box img {
    margin: auto;
    text-align: center;
    aspect-ratio: 1/0.5;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.DetailsPageForm.contact-RightSide {
    height: auto;
    padding: 30px;
}

.DetailsPageForm.contact-RightSide:before {
    display: none;
}

.DetailsPageForm.contact-RightSide .BannerFormHeading {
    margin-bottom: 20px;
}

.DetailsPageForm.contact-RightSide .BannerFormHeading h4 {
    margin-bottom: 5px;
}

.recent-post-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgb(0 0 0 / 15%);
}
.recent-post-item .recent-post-images {
    width: 50px;
    margin-right: 15px;
}
.recent-post-item .recent-post-images img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
}
.recent-post-item .recent-post-content {
    width: calc(100% - 65px);
}
.recent-post-item .recent-post-content h5 {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: 500;
    opacity: 70%;
}

.RelatedCatagory {
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.RelatedCatagory .RelatedCatagoryHeading {
    margin-bottom: 20px;
}

.recent-post-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}


.navbar-light .navbar-nav li a.active:after {
    opacity: 1;
    width: 100%;
}

.Content-page .Legacy-Box i.fa {
    margin-bottom: 15px;
}

.navbar-light .navbar-nav>li>a {
    position: relative;
    padding-right: 0;
    display: block;
}

.navbar-light .navbar-nav li.nav-item.dropdown a {
    padding-right: 15px;
}

.navbar-light .navbar-nav li.nav-item.dropdown > a:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.CountersContent .CountersContentBox .CountersNumber h3 {
    position: relative;
}

.CountersContent .CountersContentBox .CountersNumber h3:after {
    content: "+";
}

.projects-page ul.nav.nav-tabs li a:hover, .projects-page ul.nav.nav-tabs li a.active {
    border-color: #364759;
    color: #364759;
}

.projects-page ul.nav.nav-tabs li a {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid 2px transparent;
    color: #000;
    font-weight: 600;
    padding: 4px 0px;
    margin-right: 20px; 
}

.projects-page ul.nav.nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.projectmodal  .modal-dialog {
    max-width: 1100px;
}

.projectmodal .modal-dialog .projectmodal-box {
    padding: 30px;
}

.projectmodal-box .project-heading ul li, .projectmodal-box .project-content ul li {
    list-style: circle;
    margin-bottom: 5px;
    font-size: 15px;
}

.projectmodal-box .project-heading ul, .projectmodal-box .project-content ul {
    padding-left: 20px;
    margin: 10px 0px 20px;
}

.projectmodal-box .project-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.projectmodal-box .project-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.projectmodal .modal-dialog .close {
    font-size: 26px;
}

.projectmodal .modal-dialog .close:focus {
    outline: none;
}

.project-image {
    height: 350px;
}

.project-image img { 
       object-fit: cover;
    aspect-ratio: 1;
    object-position: top;
}


.ClientsList > ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ClientsList > ul li {
    width: 250px;
    border: solid 1px #ddd;
    padding: 15px;
    height: 100px;
    display: flex;
    align-items: center;
}

.ClientsList > ul li img {
    width: 97%;
    object-fit: contain;
    margin: auto;
}

@media screen and (max-width: 575px){
    .ClientsList > ul li {
        width: 45%;
}
}

.CountersContent .CountersContentBox .CountersNumber h3:after{
    display:none;
}

.owl-carousel .owl-item .link-btn img {
    margin-left: 10px;
    width: 17px;
    height: 11px;
    object-fit: contain;
    display: initial;
    filter: unset;
}

.CountersImages.newCountersImages {
        transform: none;
    position: relative;
    height: 100%;
    max-height: 515px;
}

.CountersImages.newCountersImages img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.banner:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}

.banner .slider-info.banner-bg {
    position: relative;
    z-index: 1;
}
.banner.innerPagesBanner:after{
    display: none;
}

.contact-leftside ul li:nth-child(2) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff7d;
}

.contact-leftside ul li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ffffff7d;
}

.contact-leftside ul li:nth-child(1), .contact-leftside ul li:nth-child(2) {
    display: flex;
    gap: 12px;
}

.mapSection {
    text-align: center;
}
