
@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,
body {
    font-size: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;  color: #121212;
}

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;
    color: #000000;
}
body img {
    transition: 1s all ease !important;
    -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;
}

.container-fluid {
    padding: 0px 36px;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000000;
    transition: 0.6s all ease;
}

/* title */
h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}
h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}
h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
}

p,
.table th,
.table td {
    color: #131313;
    transition: 0.6s all ease;

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}

p,
li,
a {
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    color: #585e61;
}

body a:hover {
    text-decoration: none;
}

/* color FCMO */
.bg-grey {
   background: #F5F5F5;
}

/* green-btn */
.theme-btn {
    border-radius: 0;
    padding: 10px 24px;
    background: #121212;
    color: #fff;
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.6s;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
}

.theme-btn img,
.theme-btn img {
    width: 8px;
    margin-left: 6px;
    height: 8px;
    object-fit: contain;
    margin-top: 2px;
}

.theme-btn:hover,
.theme-btn:hover:focus,
.theme-btn:active {
    color: #fff;
    background-color: #3f3f3f;
}

/* border button */

.theme-border-btn {
    border-radius: 0;
    padding: 10px 20px;
    background: transparent;
    color: #121212;
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.6s;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #121212;
}
.theme-border-btn img {
    padding-left: 8px;
/*     filter: brightness(0.0); */
}
.theme-border-btn:hover,
.theme-border-btn:focus,
.theme-border-btn:active {
    color: #fff;
    border: 0px solid #121212;
    background: #121212;
}
.theme-border-btn:hover img,
.theme-border-btn:focus img,
.theme-border-btn:active img{
    filter: unset;
}
.btn-border.fff {
    border-color: #0489ff;
    color: #0489ff;
}

.btn-border.fff:hover,
.btn-border.fff:focus,
.btn-border.fff:active {
    color: #fff;
    border: 1px solid #0489ff;
    background: #0489ff;
}

.header.js-header.darkHeader.darkHeader-2 .btn-border.fff:hover {
    color: #fff;
    border: 1px solid #0489ff;
    background: #0489ff;
}

.header.js-header.darkHeader.darkHeader-2 .btn-border.fff:hover img {
    filter: inherit;
}
.contact-btn .search-BTN {
    display: flex;
    width: 36px;
    height: 36px;
    background: #DDDDDD;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.6s;
}

.contact-btn .search-BTN:hover {
    background: #121212;
}

.contact-btn .search-BTN:hover path {
    stroke: #fff;
}

/* Sanjeev 15 oct 24 */

.contact-leftImage img {
    height: 102px;
    border-radius: 50%;
}

/* section padding */
.custom-padding {
    padding: 100px 0px;
}

.pb-120 {
    padding-bottom: 120px !important;
}
/* section heading */
.heading-pnel {
    margin-bottom: 40px;
}
.heading-pnel h2 {
    margin-bottom: 20px;

    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}
.heading-pnel p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #404040;
    margin-bottom: 30px;
}

.heading-pnel span {
    color: #ff8201;
    margin-bottom: 10px;
    display: inline-block;

    font-size: 20px;
    font-weight: 400;
    line-height: 27.66px;
    text-align: center;
}

/* white heading */
.heading-pnel.fff h2 {
    color: #fff;
}
.heading-pnel.fff p {
    color: #fff;
}

/* header */
header {
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    /*    background: #072440;*/
    padding: 14px 0px;
    box-shadow: 0px 4px 25px 0px #0000000F;

}
.header.js-header.darkHeader {
    width: 100%;
    top: 0px;
    z-index: 999;
    overflow: hidden;
}
.header.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    box-shadow: 0px 0px 33px #cdcdcd;
    position: fixed;
    background: #fff;
}
.navbar.navbar-light {
    padding: 0px;
    position: relative;
    height: 100%;
    align-items: center;
}
.navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
    display: block;
}
.logo-box {
    height: 50px;
    overflow: hidden;
	padding:3px 0px;
}

.header.js-header.darkHeader.darkHeader-2 .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.header.js-header.darkHeader.darkHeader-2 .btn-border.fff img {
    filter: invert(1);
    width: 13px;
}

.header.js-header.darkHeader.darkHeader-2 .btn-border.fff {
    border-color: #0489ff;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 4px 4px;
    line-height: 16px;
    margin: 0px 16px;

    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #121212;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:after {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    transition: 0.6s;
    background: #07242b;
}

.navbar-light .navbar-nav .nav-link.active:after {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}

.navbar {
    padding: 0.5rem 0rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 270px;
    padding: 15px 26px;
    box-shadow: 6px 6px 14px #ededed7d;
    padding-bottom: 0;
}
.dropdown-menu a {
    line-height: 22px;
    color: #000;
    padding: 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.6rem 0rem;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu .dropdown-item:hover {
    color: #0385cf;
    background: transparent;
}
.dropdown-menu a:last-child {
    border: none;
}

.contact-btn {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* search */

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

/* dropdown */
.dropdown:hover > .dropdown-menu {
    display: block;
}
/*-- //header --*/


/* banner */
.slider-section {
    margin-top: 0;
    background: #e7e7e7;
    position:relative;
}
.slider-item {
    height: 520px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: start;
}
.slider-caption p {
/*     color: rgb(255 255 255 / 60%); */
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

 .slider-caption {
    max-width: 500px;
}

.slider-caption h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 10px;
}

.slider-section .slider-caption h1{
    font-family: "Poppins", sans-serif; font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.slider-caption .banner-btn  .theme-btn {
/*     border: solid 1px #fff; */
}

.slider-caption .banner-btn .theme-btn img {
    width: 8px;
}
/*Slider End*/

/*Our Clients start*/
.OurClients {
    padding: 35px 0px;
}

.OurClientsHeading h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}
.OurClientsLogo {
    width: 112px;
    height: 42px;
}

.OurClientsLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*Our Clients End*/

.section-heading h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.section-view {
    text-align: right;
}

.section-view a {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: solid 2px rgb(18 18 18 / 20%);
    padding-bottom: 2px;
    color: #121212;
}

.section-view a:hover {
    border-color: #000;
}


/*Services section*/
.ServicesItems {
    box-shadow: 6px 6px 20px 0px #0000000F;
    margin-bottom: 30px;
    margin-top: 15px;
}

.ServicesItems .ServicesItemsContent {
    padding: 20px;
}

.ServicesItems .ServicesItemsContent h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
    color: #121212;
    font-family: "Poppins", sans-serif;
}

.ServicesItems .ServicesItemsContent p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 15px;
}

.ServiceRead {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: solid 2px rgb(18 18 18 / 20%);
    padding-bottom: 2px;
    color: #121212;
}

.ServiceRead:hover {
    border-color: #000;
    color: #000;
}

.ServicesItemsImage {
    height: 122px;
    width: 100%;
}

.ServicesItemsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Services section End*/


/*About Section*/
.AboutImage {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.AboutImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.AboutBox {
    padding-left: 5rem;
}
.AboutBox {
    padding-left: 5rem;
}

.SubHeading h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    text-align: left;
}

.SubHeading {
    margin-bottom: 15px;
}

.AboutHeading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.AboutContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: hwb(0deg 0% 100% / 60%);
}
.AboutList ul {
    padding-left: 0;
}

.AboutList ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: hwb(0deg 0% 100% / 60%);
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.AboutList ul li:after {
        content: "";
    background-image: url(../images/check.svg);
    position: absolute;
    width: 13px;
    height: 10px;
    left: 0px;
    top: 6px;
}
.AboutList {
    margin-bottom: 30px;
}
.AboutBox.LeftAboutBox {
    padding-right: 0;
    max-width: 419px;
}
.AboutImage2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.AboutImage2 img {
    width: 50%;
    object-fit: cover;
}
/*About Section End*/


/*Blog Section*/

.blog-feature figure {
    height: 480px;
    position: relative;
    width: 100%;
    overflow: hidden;
	border-radius: 12px;
}

.blog-feature figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feature figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    padding: 30px;
 /*   background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
    flex-direction: column;
}


.blog-feature figcaption span.date {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #121212;
    margin-bottom: 10px;
    display: block;
}

.blog-feature figcaption h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    font-family: "Poppins", sans-serif;
        max-width: 312px;
}

.blog-thumbnails .blog-thumbnail {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #D9D9D9;
}

.blog-thumbnails .blog-thumbnail figure {
    width: 199px;
    margin-right: 35px;
    margin-bottom: 0;
    height:126px;
}

.blog-thumbnails .blog-thumbnail figcaption {
    width: calc(100% - 235px);
}

span.date {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #121212;
    margin-bottom: 10px;
    display: block;
}

.blog-thumbnails .blog-thumbnail figcaption h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    max-width: 312px;
}

.blog-thumbnails .blog-thumbnail:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
 

.AboutVideo {
    max-width: 535px;
    margin-left: auto;
}

.About-3 {
    padding: 30px;
}

.About-3 .AboutBox {
    max-width: 470px;
    padding-left: 3rem;
}

a.popup-youtube .PlayBtn {
    position: absolute;
    width: 112px;
    height: 112px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.popup-youtube {
    position: relative;
}

.mfp-iframe-holder .mfp-close:focus {
    outline: none;
}

.OurTeamImages {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.OurTeamContent {
    position: relative;
    background: #F5F5F5;
    padding: 40px 20px;
    text-align: center;
}

.OurTeamContent h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.OurTeamContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.OurTeamContent:after {
    content: "";
    background: #f5f5f5;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.OurTeamItems {
    cursor: pointer;
    margin-bottom: 30px;
}

.OurTeamItems:hover .OurTeamContent, .OurTeamItems:hover .OurTeamContent:after {
    background: #242424;
}

.OurTeamItems:hover .OurTeamContent h4 {
    color: #fff;
}

.OurTeamItems:hover .OurTeamContent p {
    color: #717171;
}

.ArticlesItems {
    box-shadow: 0px 4px 40px 0px #0000001A;
        margin-bottom: 30px;
        margin-top: 20px;
}

.ArticlesContent {
    padding: 25px;
    background-color: #fff;
}

.ArticlesContent h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container.Articles-container {
    max-width: 100%;
    margin-right: 0;
    margin-left:4%;
}

.ArticlesImages {
    height: 270px;
    width: 100%;
}

.ArticlesImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-heading h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 10px;
}

.TetimonialsItems {
    max-width: 664px;
    margin: auto;
    text-align: center;
}

.TetimonialsItems > img {
    margin-bottom: 20px;
}

.TetimonialsContent p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #121212;
}
.Tetimonials {
    margin-top: 20px;
}

.TetimonialsContent span {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.owl-carousel .owl-item  .TetimonialsItems img.star-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}


.Tetimonials .owl-nav button.owl-prev, .Tetimonials .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Tetimonials .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel  .owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -30px;
}

.owl-carousel  .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    background: #D9D9D9;
    margin: 3px;
    border-radius: 50%;
}

.owl-carousel  .owl-dots button.owl-dot.active {
    background: #121212;
}

 
.contact-RightSide {
    background: #fff;
    padding: 3rem 4rem;
    position: relative;
}

.contact-RightSide .contact-RightHeading p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 0;
}

.contact-RightHeading h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.contact-RightHeading {
    margin-bottom: 30px;
}


.form-group label{
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 17.94px;
letter-spacing: 0.1em;
text-align: left;
text-transform: uppercase;
}

.form-control {
    border: none;
    border-bottom: solid 1px #DDDDDD;
    border-radius: 0;
    padding-left: 0;
    font-size:16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.form-control::placeholder{
    color:#9B9B9B;
    
}

.form-control:focus{
    box-shadow: none;
    border-color: #000;
}

.form-group{
margin-bottom: 30px;
}

.contact-leftside:before {
    content: "";
    display: block;
    height: 24px;
    width: 100%;
    background: #242424;
    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 #242424;
    position: absolute;
    right: -18px;
    top: -24px;
    z-index: 2;
}

.contact-leftside {position: relative;text-align: left;padding: 50px 40px;height: 100%;background: #242424;}

.contact-leftImage {
    margin-bottom: 30px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
}

.ContactContent  ul {
    margin: 0;
}

.ContactContent ul li p {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.94px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.ContactContent ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.ContactContent ul li {
    margin-bottom: 42px;
}

.contact-RightSide:after {
    content: "";
    background-image: url(../images/send.svg);
    width: 90px;
    height: 90px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.Faq-Box .panel-heading .panel-title a:hover{
    color: #000;
}
.Faq-Box .panel-heading .panel-title a {
    display: block;
    border-bottom: solid 1px #DDDDDD;
    padding: 20px 30px;
    position: relative;
}
.Faq-Box .panel-body {
    padding: 20px 0px;
}

.Faq-Box .panel-body p{
font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: hwb(0deg 0% 100% / 60%);
}
.Faq-Box .panel-title a.collapsed:after {
    background-image: url(../images/plus.svg);
    top: 50%;
}
.Faq-Box .panel-title a:after {
    content: "";
    background-image: url(../images/minus.svg);
    position: absolute;
       width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    right: 0px;
    top: 65%;
    background-size: contain;
    transform: translateY(-50%);
}

.Faq-Box .panel-heading .panel-title a:before {
    content: "Q.";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: left;
    color: #121212;
    position: absolute;
    left: 0;
    top: 17px;
}

.faq-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.faq-btns p {
    margin: 0;
    margin-right: 20px;
}


.footer {
    background-color: #121212;
    padding-top: 60px;
}
.footer-item p b {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    display: block;
    margin-bottom: 2px;
}
.footer-item p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
}
.footer-item p + ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
        color: #fff;
}
.footer-title h4 {
        font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
}

.footer-item ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: left;
    color: hwb(0deg 100% 0% / 70%);
}

.footer-item p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.from-newsltr .form-group {
    position: relative;
}

.from-newsltr .form-group input.form-control {
    background: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #FFFFFF80;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
}

.from-newsltr input[type="submit"] {
    border: 0;
    width: 36px;
    height: 36px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1px;
    background-image: url(../images/arrow1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.Social-Media {
    margin-top: 40px;
}

.Social-Media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Social-Media .footer-title {
    margin: 0;
}
.Social-Media ul {
    display: flex;
    align-items: center;
}

.Social-Media ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    background: #242424;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-cont {
    margin-top: 40px;
    padding: 25px 0px;
    border-top: 1px solid #FFFFFF80;
}
.copy-cont p {
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.footer-title {
    margin-bottom: 20px;
}

.foot-logo h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    font-family: "Poppins", sans-serif;
    max-width: 193px;
}

.foot-logo {
	margin-bottom: 32px;
    max-width: 290px;
}

.footer-item .from-newsltr p {
    font-size: 14px;
}
.footer-item ul li a .footer-arrow {
    margin-right: 10px;
}

.NewslettersSection {
    background: #121212;
    padding: 2rem 4rem;
    position: relative;
}

.newsletterContent h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 5px;
}

.newsletterContent p {
    color: #fff;
    max-width: 370px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}

.from-Newsletters {
    background: #fff;
}

.from-Newsletters .form-group {
    margin: 0;
    display: flex;
    align-items: center;
}

.from-Newsletters .form-group .form-control {
    border: none;
    padding-left: 20px;
    width: calc(100% - 135px);
}

.from-Newsletters .form-group button, .from-Newsletters .form-group input.wpcf7-form-control.wpcf7-submit  {
    border: none;
    display: flex;
    align-items: center;
    color: #121212;
    width: 135px;
    background: #F5F5F5;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    justify-content: center;
    height: 51px;
    cursor: pointer;
}

.from-Newsletters .form-group button:hover, .from-Newsletters .form-group input.wpcf7-form-control.wpcf7-submit:hover{
    background: #d1cecee8;
}
.from-Newsletters .form-group {
    justify-content: space-between;
}
.NewslettersSection:after {
    content: "";
    background-image: url(../images/circle1.svg);
    width: 104px;
    height: 104px;
    position: absolute;
    right: 3rem;
    top: 0;
    background-repeat: no-repeat;
}

.NewslettersSection:before {
    content: "";
        background-image: url(../images/circle2.svg);
         width: 104px;
    height: 104px;
    position: absolute;
    right: 15rem;
    bottom: 0;
    background-repeat: no-repeat;

}

.CounterSection {
    background: #242424;
    padding: 4rem 0px;
}

.CunterBox h5 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.CunterBox p {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.CunterBox {
    position: relative;
    margin-bottom: 30px;
}

.CunterBox:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #717171;
    position: absolute;
    right: -15px;
    top: 0;
}

.CounterSection .col-md-3:last-child .CunterBox:after{
display: none;
}

.StripBox {
    background: #121212;
    padding: 0px 3rem;
    position: relative;
    z-index: 1;
}

.StripBoxContent h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.StripBoxContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    max-width: 370px;
    font-family: "Poppins", sans-serif;
}
.StripBoxContent {
    padding: 1.5rem 0px;
}


.StripBoxContent .theme-border-btn {
    color: #fff;
    border-color: #fff;
}

.StripBoxImage {
    margin-top: -10%;
}
.StripBoxContent .theme-border-btn img{
filter: unset;
}

.CounterSection {
    position: relative;
}

.CounterSection:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    background: #242424;
    top: 100%;
}

.PricingBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.PricingBox .PricingGrid {
    padding: 0px 15px;
    width: 30%;
    border: solid 1px #DDDDDD;
}

.PricingBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.PricingBox .PricingGrid {
    padding: 50px 30px;
    width: 30%;
    border: solid 1px #DDDDDD;
}

.PricingAmmount h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.PricingAmmount h3 span {font-size: 26px;}

.PricingAmmount {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.PricingContent h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    color: #000000;
    margin-bottom: 5px;
}
 
.PricingContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #00000099;
}

.PricingContent ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #00000099;
        margin-bottom: 5px;
}

.PricingBox .theme-border-btn {
    width: 100%;
    height: 42px;
}

.PricingBox .PricingGrid.PremiumPricing { 
    transform: scale(1.1);
    
}


.PricingGrid.PremiumPricing {
    background: #242424;
}

.PricingGrid.PremiumPricing .PricingAmmount h3, .PricingGrid.PremiumPricing .PricingContent h4{
color: #fff;
}


.PricingGrid.PremiumPricing .PricingContent p, .PricingGrid.PremiumPricing .PricingContent .AboutList ul li{
color: #fff;
opacity: 60%;
}

.PricingGrid.PremiumPricing .theme-border-btn {
    border-color: #fff;
    color: #fff;
}

.PricingGrid.PremiumPricing .theme-border-btn img {
    filter: unset;
}

.PricingGrid.PremiumPricing .AboutList ul li:after{
    filter: invert(1);
}

/*inner pages*/
.innerPagesBanner {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #121212;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

ul.banner-pagination li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20.93px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

ul.banner-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

ul.banner-pagination li {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

ul.banner-pagination li:last-child {
    margin: 0;
    padding: 0;
}

ul.banner-pagination li:after {
    content: "/";
    position: absolute;
    right: -5px;
    color: #fff;
}

ul.banner-pagination li:last-child:after {
    display: none;
}

.About-3.About-4 {
    padding: 0;
}

.About-3.About-4 .AboutVideo {
    max-width: 100%;
}

.About-3.About-4  .AboutBox {
    max-width: 100%;
    padding:0px 2rem;
}
.owl-nav button:focus {
    outline: none;
}
.AboutBox.text-center * {
    text-align: center;
}
.About-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.OurTeamImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TeamPopup 
 .modal-dialog {
    max-width: 966px;
    border-radius: 0;
}

.TeamPopup .modal-dialog .modal-content {
    border-radius: 0;
}

.OurTeamBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.OurTeamBox .OurTeamContent {
    background: transparent;
    width: calc(100% - 220px);
    text-align: left;
}

.OurTeamBox .OurTeamContent h4, .OurTeamBox .OurTeamContent p {
    text-align: left;
}

.OurTeamBox .OurTeamContent span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgb(0 0 0 / 60%);
}

.OurTeamBox .OurTeamContent:after {
    display: none;
}
.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background: rgb(0 0 0);
    opacity: 0.8 !important;
}
.ContactInfoBox {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ContactDetails h6 { 
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.BlogDetails .blog-feature figcaption h3 {
    font-size: 26px;
    max-width: 414px;
    line-height: 1.2;
}
.BlogDetails .blog-feature {
    margin-bottom: 30px;
}

.BlogDetails  .blog-thumbnails .blog-thumbnail {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #D9D9D9;
}

.page-pagination {
    margin-top: 20px;
}

.page-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.page-pagination ul a img {
    margin: 0px 5px;
}

.page-pagination ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.Blog-Listing2 .blog-thumbnails .blog-thumbnail figcaption h3 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.BlogDetails.Blog-Listing2 .blog-thumbnails .blog-thumbnail {
    display: block;
}

.BlogDetails.Blog-Listing2 .blog-thumbnails .blog-thumbnail figcaption {
    width: 100%;
}

.blog-thumbnails .blog-thumbnail figcaption p {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    margin-bottom: 10px;
}

 
.Blog-Link {
    font-size: 12px;
    text-transform: uppercase;
    color: #121212;
    border-bottom: solid 2px rgb(18 18 18 / 20%);
    font-weight: 600;
    padding-bottom: 2px;
}

.Blog-Link:hover {border-color: #121212; color: #121212}


.searchBox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: #F5F5F5;
    height: 56px;
    position: relative;
}

.searchBox input {
    width: 100%;
    height: 56px;
    padding: 0px 20px;
    background: transparent;
    border: none;
    padding-right: 50px;
}

.searchBox .search-btn {
    position: absolute;
    right: 10px;
    border: none;
    z-index: 1;
    cursor: pointer;
	margin-top: 15px;
    background:transparent;
}

.searchBox .search-btn:focus {
    outline: none;
    box-shadow: none;
}

.Popular-Categories {
    padding: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.Popular-Heading h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
        font-weight: 600;
}
.Popular-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.Popular-links ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
}

.Popular-links ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
}

.Popular-links ul li a:hover {
    text-decoration: underline;
}

.BlogDetailsPage .blog-thumbnails .blog-thumbnail figcaption p {
    margin-bottom: 20px;
}

.BlogDetailsPage .blog-thumbnails .blog-thumbnail figcaption img {
    margin-bottom: 30px;
}

.BlogDetailsPage h6 {
    margin-bottom: 15px;
}

.BlogDetailsPage ul li {
    list-style: disc;
    font-size: 14px;
    color: #000;
    opacity: 60%;
    margin-bottom: 10px;
}

.BlogDetailsPage ul {
    padding-left: 30px;
}

.BlogDetailsPage.BlogDetails.Blog-Listing2 .blog-thumbnails .blog-thumbnail{
border: none;
padding: 0;
margin: 0;
}


.page-404 {
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.page-404 .image-404 {
    width: 200px;
}

.page-404 .image-404 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-404 .content-404 {
    width: calc(100% - 250px);
}

.content-404 h1 {
    font-size: 60px;
}

.Thankyou-Page .Thankyou-image {
    width: 150px;
    height: 150px;
    background: #CEFFEDA3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}


.Services2 .ServicesItemsImage {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #000;
    margin: auto;
}
 

.Services2 .ServicesItems {
    padding-top: 20px;
}

.Services2 .ServicesItemsImage img {
    object-fit: contain;
    padding: 15px;
}

.BlogSidebar .contact-RightSide {
    padding: 30px;
    background: #f5f5f5;
}

.form-control{
background: transparent;
}

.form-control:focus{
background: transparent;
}


.content-panel h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.content-panel h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    margin-top: 30px;
}

.content-panel h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}

.content-panel h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content-panel h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    margin-top: 30px;
}

.content-panel h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 30px;
}

.content-panel p {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    margin-bottom: 15px;
}

.content-panel ul {}

.content-panel ul li {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    list-style: disc;
    margin-bottom: 10px;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 20px;
}

.content-panel ul li a {}

#wpcf7-f293-o2 .wpcf7-submit {
    color: transparent !important;
}

.from-newsltr input[type="submit"]{
	font-size: 0px;
}

div#search-form {
    position: fixed;
    top: 116px;
    width: 100vw;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 15px 30px 15px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
div#search-form #searchform > div {
    display: flex;
    width: 100%;
}

div#search-form #searchform input {
    width: 100%;
    padding: 0px 20px;
    border: solid 1px #000;
}
div#search-form #searchform input:focus{
    outline:none;
}
div#search-form #searchform  input#searchsubmit {
    border-radius: 0;
    padding: 10px 24px;
    background: #121212;
    color: #fff;
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.6s;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    text-transform: uppercase;
}
.Social-Media ul li a:hover {
    background: #fff;
}

.Social-Media ul li a:hover img {
    filter: invert(1);
}
.wpcf7-response-output {
    margin-top: 0px !important;
    text-align: center;
    background: #ffb900;
    padding: 12px 15px !important;
}

.from-Newsletters .form-group p{
    margin: 0px !important;
}
.from-Newsletters span.wpcf7-spinner {
    display: none;
}
.from-Newsletters {
    background: #fff;
    z-index: 1;
    position: relative;
}

.contact-RightSide .col-lg-12.text-right.mt-3 {
    position: relative;
}

.contact-RightSide .col-lg-12.text-right.mt-3 span.wpcf7-spinner {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.blog-thumbnails .blog-thumbnail figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius: 12px;
}

.projectmodal  .modal-dialog {
    max-width: 800px;
}
 

.project-content h6 {
    margin-bottom: 20px;
    color: rgb(0 0 0 / 56%);
}

.project-image {
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectmodal-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #00000099;
}
.page-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-pagination .page-numbers {
    border: solid 1px #000;
    min-width: 40px;
    text-align: center;
    height: 40px;
    padding: 7px 15px;
}

.page-pagination .page-numbers.current, .page-pagination .page-numbers:hover {
    background: #000;
    color: #fff;
}

.page-pagination .page-numbers:hover img {
    filter: invert(1);
}

.nav-item.menu-item > ul.sub-menu {
    display: none;
    transition: all .3s;
}

.nav-item.menu-item:hover ul.sub-menu {
    display: block;
    transition: all .3s;
}
.nav-item.menu-item {
    position: relative;
}
ul.sub-menu {
    position: absolute;
    width: 250px;
    height: auto;
    background: rgb(255 255 255);
    z-index: 99;
    box-shadow: 0px 5px 4px 0 hwb(0deg 0% 100% / 21%);
    left: 0;
}


/**************New Pages**************/
.text-box h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: "Poppins", serif;
    margin-bottom: 20px;
    color: #002c5d;
}

.image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 4px 30px 0px #0000001a;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.image-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.text-box.right{padding-left: 35px}
.text-box.left{padding-right: 35px}
.text-box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}

.text-box p, .service-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color:#0009;
}
.text-box p:last-child{margin-bottom: 0;}

.service-card{background: #f3f3f3; border-radius: 15px; border: 1px solid #dadfe7; background: #fdfdfe; padding: 30px}
.service-card h3 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}

.why-choose .row{margin-bottom: 30px}
.why-choose.zig-zag .image-box{height: 215px}
.why-choose.zig-zag .service-card{height: 100%}

.industries-card {
    background: #f3f3f3;
    border-radius: 15px;
    border: 1px solid #dadfe7;
    background: #fdfdfe;
    margin-bottom: 0;
    height: 100%;
}
.industries-card .image-box{height: 200px}
.industries-card .text{padding: 20px;}
.industries-card .text span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Poppins", serif;
    margin-bottom: 10px;
    display: block;
}

.industries-card .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color:#0009;
}
.industries-card .text p:last-child{margin-bottom: 0;}

.industries-card .image-box img{border-radius: 15px 15px 0 0;}

.business-grow .inner {
    background: #1dc3c8;
    padding: 50px;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
}
.business-grow .inner h2, .business-grow .inner p{color: #fff;}
.business-grow .inner p b{font-weight: 500;}
.business-grow{background-size: cover;}
.footer-item ul li a {
    color: #ffffff !important;
}

.from-newsltr input[type="submit"] {
    background: #1dc3c8;
    background-image: url('https://www.whitelabeledge.com/wp-content/themes/adreno/assets/images/arrow1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.from-newsltr .form-group input.form-control {
    background: transparent;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #FFFFFF80;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
}
.from-newsltr .form-group input::placeholder{color: #fff;}
.Social-Media ul li a {
    background: #1dc3c8 !important;
}



.theme-border-btn, .theme-btn {
background: #1dc3c8 !important;
color: #ffffff !important;
border-radius: 6px;
border: 0px solid #121212;
}
div#search-form #searchform input#searchsubmit {
background: #1dc3c8 !important;
color: #ffffff !important;
}
div#search-form #searchform input{
border: solid 1px #1dc3c8 !important;
}
