body {
    background: #181c24 !important;
    color: #f5f7fa !important;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
}

.section-padding {
    background: #232837 !important;
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(0, 188, 212, 0.10);
    margin-bottom: 40px;
    padding: 40px 0;
}

.section-title {
    letter-spacing: 0.8px;
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    color: #ffd600 !important;
    font-size: 43px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #00bcd4 !important;
}

.section-title h2::after {
    background-color: #3f51b5 !important;
    border-radius: 50px;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}

.section-title p {
    font-family: 'Courgette', sans-serif;
    font-size: 15px;
    text-align: center;
}

.raj_btn, .btn, .btn-primary {
    background-color: #00bcd4 !important;
    color: #181c24 !important;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.18);
    border: none;
    letter-spacing: 0.5px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    margin-bottom: 10px;
}
.raj_btn:hover, .raj_btn:focus, .btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #ffd600 !important;
    color: #181c24 !important;
    box-shadow: 0 4px 16px rgba(255, 214, 0, 0.15);
}

.raj_btn i.fa {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.raj_btn:hover i.fa {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
}

#header-top {
    background: #222 !important;
    color: #f5f7fa !important;
    padding: 5px 0;
}

#header-top a {
    color: #f5f7fa !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-social-icon li {
    display: inline;
    margin-right: 15px;
}

.header-social-icon li:last-child {
    margin-right: 0;
}

.header-social-icon li.connect-title {
    margin-right: 22px;
}

#header-top a span {
    color: #f5f7fa !important;
    font-weight: 400;
}

#header-top .header-social-icon li a:hover {
    color: #f5f7fa !important;
}

#header-area {
    z-index: 99;
    background: #222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24) !important;
}

.logo-area {
    padding: 8px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.logo-area a {
    display: block;
}

.logo-area img {
    max-width: 250px;
}

.main-menu ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li a {
    color: #f5f7fa !important;
    background: transparent;
    display: block;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.6px;
    font-size: 15px;
    line-height: 16px;
    padding: 40px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.main-menu ul li.active a,
.main-menu ul li:hover a {
    background-color: #00bcd4 !important;
    color: #181c24 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-menu ul li .sub-menu {
    background-color: #002167;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 150px;
    width: 220px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-menu ul li:hover .sub-menu {
    top: 96px;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: visible;
}

.main-menu ul li .sub-menu li {
    float: none;
    position: relative;
}

.main-menu ul li .sub-menu li::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

.main-menu ul li .sub-menu li:last-child::after {
    display: none;
}

.main-menu ul li .sub-menu li:hover a {
    background-color: #333333;
    color: #fff;
}

.main-menu ul li .sub-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header-area.fixedTop {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#header-area .container {
    position: relative;
    /* Remove previous padding/margin override for responsiveness */
}

@media (min-width: 992px) {
  .logo-area {
    margin-left: -15px !important; /* Bootstrap container default padding is 15px */
  }
}

@media (max-width: 991.98px) {
  .logo-area {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.slicknav_menu {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_btn {
    background-color: #002167;
    margin: 0;
    padding: 10px 13px;
    position: absolute;
    right: 15px;
    top: 31px;
    z-index: 9;
}

.slicknav_nav {
    background-color: #002167;
    left: 0;
    position: absolute;
    top: 96px;
    width: 100%;
    z-index: 9;
}

.slicknav_nav ul li .slicknav_row:hover {
    background-color: transparent;
    color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slicknav_nav ul li ul {
    padding-left: 20px;
}

.slicknav_nav ul li:hover {
    background-color: #333;
}

.slicknav_nav ul li:hover a {
    background-color: transparent;
    color: #fff;
}

.slicknav_arrow {
    display: none;
}

#hero-area {
    background-color: #ddd;
    background-image: url("../img/hero-area-bg.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#hero-area:after {
    background-color: #484848;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.74;
    z-index: -1;
}

.hero-text h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.4px;
    line-height: 60px;
    text-transform: uppercase;
}

.hero-text p {
    color: #ffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 15px 0 28px;
    text-align: center;
}

.hero-text .raj_btn {
    padding: 17px 0 17px 21px;
    width: 180px;
}

/* .hero-text .raj_btn:hover {
    padding-left: 0;
} */

#hero-box-area {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.hero-box-area {
    background-color: #ffffff;
    border-radius: 4px;
}

.single-hero-box {
    color: #616161;
    font-size: 13px;
    padding: 50px 20px;
    position: relative;
}

#hero-box-area .col-lg-4:last-child .single-hero-box:after {
    display: none;
}

.single-hero-box img {
    width: 65px;
}

.single-hero-box h3 {
    color: #616161;
    font-size: 21px;
    font-weight: 400;
    margin: 30px 0 20px;
}

#about-area {
    margin-top: 10px;
}

#service-area.section-padding {
    padding-bottom: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 8px rgba(63, 81, 181, 0.03);
    margin-bottom: 40px;
    padding: 40px 0;
}

.about-text {
    line-height: 2em;
}

.color-text {
    color: #002167;
    margin: 30px 0;
}

.about-video-area {
    background-image: url("../img/about-video.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    height: 100%;
    position: relative;
    z-index: 1;
}

.about-video-area:after {
    background-color: #222;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.video-click {
    background-color: #ffae11;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
}

.video-click:focus {
    color: #fff;
}

.video-click i.fa {
    margin-left: 6px;
}

.video-click:hover {
    color: #fff;
}

.single-service {
    background: #232837 !important;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(0, 188, 212, 0.10), 0 1.5px 8px rgba(63, 81, 181, 0.08);
    border: 2px solid #3f51b5;
    color: #f5f7fa !important;
    margin-bottom: 36px;
    padding: 32px 20px 24px 20px;
}
.single-service h3, .single-service h4, .single-service h5 {
    color: #ffd600 !important;
}
.single-service .inner-icon i {
    color: #ffd600 !important;
    background: #00bcd4 !important;
    border-radius: 50%;
    padding: 12px;
    font-size: 36px;
    margin-bottom: 12px;
}
.single-service .port_img img {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 188, 212, 0.10);
    margin-bottom: 18px;
}

#service-area .section-title {
    margin-bottom: 45px;
}

#service-area .col-lg-4:nth-child(1n + 4) .single-service {
    margin-bottom: 0;
}

.single-service h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.single-service .service-icon {
    bottom: 2px;
    left: 0;
    position: absolute;
    color: #002167;
}

#service-area .col-lg-4:nth-child(2) .service-icon {
    bottom: -2px;
}

#service-area .col-lg-4:nth-child(3) .service-icon,
#service-area .col-lg-4:nth-child(5) .service-icon,
#service-area .col-lg-4:nth-child(6) .service-icon {
    bottom: 4px;
}

#service-area .col-lg-4:nth-child(4) .service-icon {
    bottom: 7px;
}

.service-icon.flaticon-building:before,
.service-icon.flaticon-concrete-mixer:before,
.service-icon.flaticon-window:before,
.service-icon.flaticon-crane:before,
.service-icon.flaticon-driller:before,
.service-icon.flaticon-padlock:before {
    font-size: 40px;
}

#project-area.section-padding {
    padding-bottom: 0px;
}

.project-menu {
    margin-bottom: 65px;
}

.project-menu span {
    border-bottom: 1px solid #959595;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0 -5px 0 0;
    padding: 0 10px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-menu span::before {
    background-color: #002167;
    border-radius: 40px;
    bottom: -2px;
    content: "";
    height: 3px;
    left: -100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.project-menu span.active,
.project-menu span:hover {
    color: #002167;
}

.project-menu span.active:before {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.single-project {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #c8c8c8;
}

.single-project img {
    height: 210px;
    width: 100%;
}

.project-hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #002167;
    font-size: 13px;
    font-weight: 500;
    height: 100%;
    left: 0;
    top: -100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.project-title-hvr {
    border: 2px solid #002167;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    width: 100%;
}

.project-hvr-icon {
    bottom: 5%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

.project-title-hvr h3 {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 19px;
}

.project-hvr-icon p {
    display: inline-block;
}

#review-area {
    background-color: #f5eeee;
    padding: 40px 0;
    color: #000;
}

#review-area .section-title {
    margin-bottom: 30px;
}

#review-area .section-title h2 {
    color: #fff;
}

#review-area .section-title h2::after {
    background-color: #fff;
}

.single-testimonial p {
    color: #fff;
    text-align: center;
}

.single-testimonial h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    margin-top: 60px;
    position: relative;
    text-transform: uppercase;
}

.single-testimonial.text-center h3::after {
    content: "\f103";
    font-family: FontAwesome;
    font-size: 25px;
    left: 50%;
    position: absolute;
    top: -43px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.single-testimonial h5 {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

#partner-area .owl-carousel img {
    margin: auto;
    width: auto;
}

.single-partner {
    height: 160px;
}

.news-thumbg-1 {
    width: 100%;
    height: 210px;
}

.news-thumbg-2 {
    background-image: url(../img/news/news-thum-2.jpg);
}

.news-thumbg-3 {
    background-image: url(../img/news/news-thum-3.jpg);
}

.single-news-content {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.single-news-content:hover .news-thum {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-news-content:hover {
    -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
    box-shadow: 0 0 60px rgba(116, 116, 116, 0.25);
}

.single-news-content:hover .news-contant {
    background-color: #fdfdfd;
    border-radius: 0px 0px 5px 5px;
}

.news-meta a:hover,
.single-news-content:hover h4 a {
    color: #002167;
}

.news-thum {
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    display: block;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-contant {
    background-color: #f8f8f8;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.9em;
    padding: 25px 10px 10px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-contant h4 {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}

.news-contant,
.news-contant h4,
.news-contant a {
    color: #616161;
    letter-spacing: 0.6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news-meta {
    font-family: 'Fira Sans', sans-serif;
    margin: 10px 0 8px;
}

.news-meta a {
    font-size: 15px;
    font-weight: 400;
}

#support-area.section-padding {
    padding-bottom: 0;
}

#newsletter-area {
    background-image: url("../img/newsletterbg.jpg");
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

#newsletter-area:after {
    background-color: #002167;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.89;
    z-index: -1;
}

.newsletter-conetent {
    overflow: hidden;
    text-align: center;
}

.newsletter-title h2 {
    color: #1b1917;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 29px;
    margin: 11px 0;
    text-transform: uppercase;
}

.newsletter-form input {
    border: medium none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin: auto;
    padding: 15px 25px;
}

.newsletter-form input[type="email"] {
    color: #373737;
    font-weight: 400;
}

.newsletter-form input[type="submit"] {
    background-color: #1b1917;
    color: #002167;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.newsletter-form input[type="submit"]:hover {
    color: #fff;
}

.mailchimp-alerts {
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}

#footer-area {
    background: #222 !important;
    color: #f5f7fa !important;
    padding: 40px 0 15px;
    border-top: 3px solid #00bcd4 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.24) !important;
}

.footer-about {
    padding-right: 55px;
}

.single-widget.footer-about img {
    width: 80%;
}

.widget-body,
.widget-body a {
    color: #ebebeb;
}

.widget-body img {
    margin-bottom: 25px;
}

.widget-title h4 {
    color: #ffd600;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.widget-title h4::after {
    background-color: #002167;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 55px;
}

.widget-title {
    margin-bottom: 30px;
}

.footer-btn {
    border: 2px solid #002167;
    border-radius: 3px;
    color: #002167 !important;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    margin-top: 20px;
    padding: 10px 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-btn:hover {
    background-color: #002167;
    color: #000 !important;
}

.widget-body ul li a {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-body a {
    display: inline-block;
    font-weight: 500;
}

.widget-body a span {
    color: #002167;
    font-weight: 700;
}

.widget-body ul li:last-child a {
    margin-bottom: 0;
}

.widget-body ul li a:hover {
    color: #002167 !important;
}

#footer-area ul.social-icon li {
    display: inline-block;
    font-size: 17px;
    margin-right: 15px;
}

#footer-area ul.social-icon {
    margin-top: 17px;
}

.con-btn {
    color: #002167 !important;
    font-weight: 600 !important;
}

.email {
    margin: 15px 0;
}

.address {
    margin-bottom: 15px;
}

.footer-copyright {
    background: #181c24 !important;
    color: #f5f7fa !important;
    border-top: 1px solid #3f51b5 !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-top: 60px;
    padding-top: 35px;
    position: relative;
}

.address-content a {
    display: block;
}

.footer-copyright a {
    color: #ffd600 !important;
}

.footer-copyright div#scroll-top {
    background-color: #fdc002;
    border: 1px solid #002167;
    border-radius: 3px;
    color: #002167;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    left: 50%;
    padding: 8px 25px;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-copyright div#scroll-top:hover {
    background-color: #002167;
    color: #181818;
}

body.loader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}

.preloader-spinner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.la-ball-scale-pulse,
.la-ball-scale-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale-pulse.la-dark {
    color: #333;
}

.la-ball-scale-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale-pulse {
    width: 32px;
    height: 32px;
}

.la-ball-scale-pulse > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: .6;
    -webkit-animation: ball-scale-pulse 2s infinite ease-in-out;
    animation: ball-scale-pulse 2s infinite ease-in-out;
}

.la-ball-scale-pulse > div:last-child {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.la-ball-scale-pulse.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-sm > div {
    width: 16px;
    height: 16px;
}

.la-ball-scale-pulse.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-2x > div {
    width: 64px;
    height: 64px;
}

.la-ball-scale-pulse.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-pulse.la-3x > div {
    width: 96px;
    height: 96px;
}

@-webkit-keyframes ball-scale-pulse {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale-pulse {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.table thead th {
    background: #f1f1f1;
}

.commitment-video-wrap {
    position: relative;
    margin-bottom: 40px;
}

.commitment-only-video .title {
    position: relative;
    background-color: #002167;
}

.commitment-video-wrap h5 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.commitment-video-wrap p {
    padding: 5px;
    color: #fff;
}

.commitment-video-wrap .title {
    height: auto;
    background-color: rgba(0, 101, 179, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 35px;
}

.social-icons2 {
    list-style: none;
    float: left;
    margin: 0 0 0 -10px;
}

.social-icons2 li {
    float: left;
    margin: 0 0 10px 10px;
}

.social-icons2 li a {
    padding: 4px 5px;
    display: block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    color: #FFF;
    text-align: center;
}

.social-icons2 li a.facebook {
    background-color: #4861a3;
}

.social-icons2 li a.twitter {
    background-color: #1bb2e9;
}

.social-icons2 li a.linkedin {
    background-color: #0077B5;
}

.social-icons2 li a.whats-app {
    background-color: #20b20f;
}

.kd-pkg-info {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 20px;
    margin-bottom: 20px;
}

.project-infor .nav-tabs .active {
    background-color: #002167;
    color: #fff;
}

.project-infor .nav-tabs li a {
    padding: 10px;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #c8c8c8;
}

.project-infor .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.project-infor .tab-content>.tab-pane {
    padding: 10px 5px;
    border: 1px solid #c8c8c8;
}

.p-10 {
    padding: 10px;
}

.whatsapp {
    position: fixed;
    right: 0px;
    top: 52%;
}

.whatsapp h5 {
    color: white;
    background: #20b20f;
    padding: 10px;
    border-radius: 10px;
}

#callme {
    position: fixed;
    right: 0px;
    top: 35%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25d366;
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.phone-bottom {
    position: fixed;
    bottom: 0px;
    background: #365a8f;
    width: 100%;
    z-index: 999;
}

.phone-bottom h2 {
    font-size: 24px;
}

.phone-bottom a {
    color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    background: #181c24 !important;
}

::-webkit-scrollbar-thumb {
    background: #00bcd4 !important;
    border-radius: 8px;
}

.slide-content .raj_btn {
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 48px 18px 36px;
    background: #00bcd4;
    color: #fff;
    border: none;
    border-radius: 999px;
    box-shadow: 0 4px 24px rgba(0, 188, 212, 0.18);
    margin: 0 12px 18px 12px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: box-shadow 0.3s, transform 0.2s, background 0.3s, color 0.3s;
    position: relative;
}
/* .slide-content .raj_btn i.fa {
    color: #ffd600;
    font-size: 1.3em;
    margin-left: 8px;
    transition: color 0.3s;
} */
.slide-content .raj_btn:hover, .slide-content .raj_btn:focus {
    box-shadow: 0 8px 32px 0 #00bcd4, 0 0 0 6px rgba(0, 188, 212, 0.10);
    background: #0097a7;
    color: #ffd600;
    transform: translateY(-4px) scale(1.04);
}
.slide-content .raj_btn:hover i.fa, .slide-content .raj_btn:focus i.fa {
    color: #fff;
}


.single-contact-info ,.single-contact-info p, .single-contact-info a{
    color: #fff !important; 
}