@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4e4243;
    font-weight: 500;
    overflow-x: hidden
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-band {
    background: #ffffff;
    padding: 5px 0;
    display: none;
}

.top-band p {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header-contact {
    width: 100%;
    text-align: right;
}

.header-contact ul {
    margin: 0;
}

.header-contact ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 35px;
    line-height: 1;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
}

.header-contact ul li i {
    font-size: 15px;
    margin-right: 0;
    color: #000;
}

.header-contact ul li:last-child {
    margin-right: 0px;
}

.header-contact ul li a {
    color: #000;
}

.header-contact ul li a:hover {
    color: #eaeaea;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #efefef;
    color: #000;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
}

header {
    background: none;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 100;
    padding: 10px 0px;
}

.slider-data {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9;
}

.slider-data .banner-heading {
    color: #fff;
    font-size: 70px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Teko', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    letter-spacing: 5px;
}

.slider-data p {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 10;
}

.overlay-bg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: #00000040;
}

.slider-sec .carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%
}

.cursor {
    cursor: pointer
}

.slider-sec .carousel-item img {
    width: 100%;
}

.slider-sec .carousel-control-next-icon:before,
.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #000
}

.slider-sec .carousel-control-prev-icon:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #000
}

.slider-sec .carousel-control-next-icon,
.carousel-control-prev-icon {
    background: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%
}

.main-heading {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.main-heading::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #e1000f;
    display: block;
    margin: 10px auto;
    border-radius: 30px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -8px;
}

.main-heading::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #e1000f;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.sub-heading {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.about-sec p {
    text-align: justify;
}

.about-details {
    background: #dbdddf;
    height: 100%;
    padding: 10px 30px;
}

.about-details .about-item {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
}

.about-details .about-item span {
    font-size: 18px;
    display: block;
    border-top: 2px solid #e1000f;
    padding-top: 10px;
    margin-top: 10px;
    color: #444;
}

/* .about-points {
    padding: 0px;
    list-style: none;
}

.about-points li {
    margin-bottom: 10px;
}

.about-points li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background-color: #efefef;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
} */


.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}



.services-one__single-inner {
    position: relative;
    display: block;
    padding: 35px 20px 35px;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.services-one__title {
    font-size: 18px;
    font-weight: 500;
}

section:nth-child(odd) {
    background-color: #efefef;
}

section:nth-child(even) {
    background-color: #fff;
}

.mission-sec {
    position: relative;
    background-color: #fff;
    background-image: url(../images/mission-img.jpg);
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}


.mission-details {
    width: 46%;
    float: right;
}

.vision-sec {
    position: relative;
    background-color: #fff;
    background-image: url(../images/vision-img.jpg);
    background-position: right;
    background-size: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.vision-details {
    width: 40%;
    float: left;
}

.project-item {
    margin-bottom: 15px;
    background: #fff;
    /* min-height: 500px; */
    position: relative;
}

.project-item img {
    width: 100%;
}

.project-details {
    padding: 10px 15px;
    min-height: 260px;
}

.project-heading {
    font-size: 21px;
    font-weight: 600;
    color: #e1000f;
}

.project-text {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.sec-title {
    margin-bottom: 40px;
}

.footer {
    background: #252525;
    padding: 80px 0 0;
    overflow: hidden;
}

.footer p {
    color: #efefef;
    font-size: 15px;
}

.bottom {
    border-top: solid 1px #757474cc;
    padding-top: 15px;
    margin-top: 20px
}

.logo-sec-footer {
    margin: 0 10px 0 0
}

.footer h5 {
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 0 5px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.footer .quick-links ul li {
    list-style: none;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    font-size: 15px;
    position: relative;
    padding-left: 18px;
}

.footer .quick-links ul {
    padding: 0px;
}

.footer .quick-links ul li a {
    color: #efefef
}

.footer .quick-links ul li a:hover {
    text-decoration: none;
}

.footer .quick-links ul li a::after {
    content: '';
    display: block;
    width: 0;
    margin-left: 0;
    height: 1px;
    background: #efefef;
    transition: width .4s
}

.footer .quick-links ul li a:hover::after {
    width: 100px;
    transition: width .4s
}

.getintouch p {
    text-align: left;
    margin: 0 0 5px;
}

.footer p a {
    color: #fff;
}

.social-icon-bottom {
    text-align: left;
    padding: 0;
    margin: 7px 0 0;
}

.social-icon-bottom li {
    display: inline-block;
    margin: 0 2px;
    text-align: center
}

.social-icon-bottom li a {
    color: #fff;
    border: 1px solid #fff;
    /* margin: 0 15px 0 0px; */

    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}

.social-icon-bottom li a:hover {
    color: #fff;
    transition: all .3s ease-in;
    background: #0b81c1;
    /* border: solid 1px #0b81c1; */
}

.bottom p {
    color: #c8c8c8;
    text-align: left
}

.bottom p a {
    color: #fff;
}

.copyright p {
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.number {
    font-family: 'Poppins', sans-serif;
}

.getintouch h4 {
    font-size: 20px;
    color: #fff;
    margin: 18px 0 0;
    text-transform: uppercase;
}

.footer-pic ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.footer-pic ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 45%;
}

.quick-links {
    margin-left: 15px;
}

.quick-links ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #efefef;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.footer-pic img {
    width: 100%;
}

.read-more-btn {
    color: #fbe0e0;
    position: absolute;
    left: 0px;
    bottom: 7px;
    background: #e1000f;
    padding: 2px 10px;
    font-size: 16px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    right: 0;
}

.read-more-btn:hover {
    text-decoration: none;
    color: #fff;
}
div#menu {
    margin-bottom: 40px;
}
.menu-link {
    margin-top: 50px;
}
.menu-link a {
    padding: 10px;
    color: black;
    border: 1px solid #e1000f;
    margin-right: 20px;
    text-decoration: none;
}
div#menu {
    background: #c0bcb42e;
    padding: 20px;
}


.banner-img h1 {
    position: absolute;
    bottom: 0;
    top: 54%;
    left: 14%;
    color: white;
    font-weight: 700;
    font-size: 50px;
}
.contact-detail {
    background-color: #f1eded;
    padding: 40px 20px;
}
.contact-detail>ul>li {

    list-style: none;
    display: block;
    border-bottom: 1px dashed #333;
    padding-top: 15px;
    padding-bottom: 14px;
}
.contact-detail p {
    color: #000000a8;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.contact-detail p a {
    color: #000000a8;
    text-decoration: none;
   
}
.contact-detail p i {
    padding-right: 10px;
    font-size: 18px;
    color: red;
}
.text-center>button {
    background:#8bc34a;
    border: 0;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 4px;
}
.php-email-form {
    width: 100%;
    background: #f1eded;
    padding: 42px 20px;
}
.form-control:focus {
    box-shadow: none!important;
    border-color: grey;
}
.project-heading.cen {
    text-align: center;
    line-height: 240px;
}
.contact-detail ul {
    margin: 0;
    padding: 0;
}
section.map iframe {
    border: 0;
    display: block;
}
.about-header img {
    width: 100%;
}
.about-header {
    position: relative;
}
.banner-Breadcrumb {
    position: absolute;
    bottom: 0;
    top: 0%;
    left: 0%;
    color: white;
    font-weight: 700;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.banner-Breadcrumb h1 {
    font-size:50px;
font-weight:700;}
textarea.form-control{ height:134px;}
#couform{ background:#f1eded; padding: 30px;}