@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

ul, li, a, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    list-style: none;
    margin: 0;
    outline: none;
}
.logo-text{
    color:black; 
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 40px;
}
.home-headline-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-Y {
    padding-top: 60px;
    padding-bottom: 60px;
}

#header-top {
    width: 100%;
    background: #fff;
    position: relative;
    /* overflow: hidden; */
}

.header-top-cstm {
    width: 100%;
    overflow: hidden;
}

.header-top-cstm .col-md-6 {
    padding: 0;
}

#header-top .top-header-right {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    background: #49bc40;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px 0 5px 0;

}

#header-top .top-header-left {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    background: #153054;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px 0 5px 0;

}

#header-top .top-header-right .projects a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
}

#header-top .top-header-right .projects a span i {
    font-size: 20px;
    vertical-align: baseline;
}

.top-header-left .icon-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 30px;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -2px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.projects {
    margin-right: 30px;
}

.top-header-left .icon-social ul li {
    margin: 0 5px;
}

.top-header-left .icon-social ul li i {
    font-size: 20px;
    color: #fff;
}

#header-top .top-header-right::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(to top right, #fff 50%, transparent 50.25%);
}

#header-top .top-header-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(to bottom left, #fff 50%, transparent 50.25%);
}

#logo {
    width: 100%;
}

#logo img {
    width: 100%;
}

.navbars {
    width: 100%;
    height: 100%;
    position: relative;
}
.dropdown-menu li a{
    padding: 15px 8px !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #f4f4f4;
}
.navbars ul {
    height: auto;
    /* display: flex; */
    justify-content: end;
    align-items: center;
    padding: 0;
}

.navbars ul li {
    margin: 0 5px;
    color: #153054;
}

.navbars ul li a {
    padding: 20px 8px;
    font-size: 16px;
    color: #153054;
    font-weight: 700;
    text-transform: capitalize;
}

.navbars ul li a i {
    vertical-align: middle;
    font-size: 16px;
}

.navbars ul li a:hover {
    color: #49bc40;
    background: transparent;
}

.navbars ul li.drop-down {
    position: relative;
    display: inline-block;
}

.navbars ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 42px;
    overflow: hidden;
}

.navbars ul li .dropdown-content ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

.navbars ul li .dropdown-content ul li {
    padding: 0 5px;
    margin: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9d6d5;
}

.navbars ul li .dropdown-content ul li a {
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

.navbars ul li.drop-down:hover .dropdown-content {
    display: block;
}

#banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;

}

#banner video {
    width: 100%;
    min-height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: fixed !important;
    transform: translateY(calc(-50% + 316px));
}

#banner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 2560px;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.main-section-top {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    color: #fff;
}

.headline-text h2 {
    font-size: 48px;
    margin-bottom: 16px;
    line-height: 55px;
    text-transform: uppercase;
}

.headline-text h3 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}

.headline-text p.headline-pra {
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}

.button-group {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.cstm-button {
    margin: 0 20px 0 0;
}

.cstm-button a {
    padding: 15px 15px;
    background: #153054;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    transition: all 0.2s ease-in;
    border-radius: 3px;
}

.cstm-button a span i {
    vertical-align: middle;
    font-size: 16px;
}

.cstm-button a.active {
    background: #49bc40;
}

.cstm-button a.active:hover {
    background: #153054;
}

.cstm-button a:hover {
    background: #49bc40;
}

.intro-iconlist {
    list-style: none;
    margin: 0 0 68px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 1;
}

.intro-iconlist:after {
    display: table;
    clear: both;
    content: "";
}

.intro-iconlist>li {
    /* border-top: 2px solid #d9d6d5;
    border-bottom: 2px solid #d9d6d5; */
    border: 1px solid #d9d6d5;
    background: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* border-left: 2px solid #d9d6d5;
    border-right: 2px solid #d9d6d5; */
    width: 25%;
    padding: 32px 32px 30px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.intro-iconlist>li:last-child {
    /* border-bottom: 0; */
}

/* .intro-iconlist > li:nth-of-type(3) {
    border-bottom: 2px solid #d9d6d5;
  } */

.intro-iconlist>li>a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #153054;
    text-decoration: none;
    text-align: center;
}

.intro-iconlist>li>a span {
    /* margin-bottom: 15px; */
}

.intro-iconlist>li>a:hover,
.intro-iconlist>li>a:focus {
    color: #c41230;
}

.intro-iconlist .icon {
    color: #c71630;
    font-size: 56px;
    vertical-align: middle;
    margin-right: 24px;

}

.intro-iconlist>li.border-right {
    border-right: 0 !important;
    border-left: 0;

}

.intro-iconlist>li.border-bottom {
    border-bottom: 0 !important;
}

/* .intro-iconlist>li:nth-child(2n), .intro-iconlist>li:nth-child(4n){
    border-right: 2px solid #d9d6d5 !important;
    border-left: 2px solid #d9d6d5 !important;
  } */
/* .intro-iconlist>li:nth-child(2n) a, .intro-iconlist>li:nth-child(4n) a{
      color: #ffffff;
  }
  .intro-iconlist>li:nth-child(2n) a:hover, .intro-iconlist>li:nth-child(4n) a:hover{
    color: #c41230;
} */

.product_sec {
    background: #f7f7f7;
}

.img-box {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    width: 100%;
    /* border: 2px solid #153054; */
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.img-box a:hover .text-box h3 {
    /* color: #c41230; */
}

.img-box img {
    width: 100%;
}

.img-box::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    margin: auto;
}

.text-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    color: #fff;
}

.text-box h3 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

.text-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}

.section-title {
    text-align: center;
    width: 100%;
}

.section-title h3 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #49bc40;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    text-align: left;
}

.section-title p {
    font-size: 16px;
    color: #5f676d;
    font-weight: 500;
    text-align: justify;
}

#banner-bg1 {
    background: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
}

.rounded-img {
    max-width: 100%;
    margin: 0 30px;
}

.rounded-img img {
    width: 100%;
    border-radius: 50%;
    border: 16px solid #e8eefa;
}

.breakshuttle-title {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    padding: 0 20px;

}

.breakshuttle-title h3 {
    color: #fff;
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 24px;
}

.breakshuttle-title p {
    font-size: 16px;
    margin-bottom: 32px;
    font-family: 'Roboto Slab', serif;
}

.cstm-button.cstm-btten a {
    width: auto;
    display: inline-block;
    background: #49bc40;
}

.cstm-button.cstm-btten a:hover {
    background: #153054;
}

.site-footer {
    background-color: #1b2128;
    color: #d9d6d5;
    line-height: 28px;
    position: relative;
}

.footer-menu {
    border-right: 2px solid #494d53;
    padding-right: 30px;
    margin-bottom: 12px;
    height: 100%;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu ul li {
    font-weight: 500;
    margin-bottom: 12px;
}

.site-footer ul li a {
    color: #d9d6d5;
}

.site-footer ul li a:hover {
    color: #fff;
}

.footer-menu.footer-contect {
    border-right: 0;
}

.footer-menu.footer-contect ul li {
    margin-bottom: 5px;
}

.icon-footer h4 {
    margin: 10px 0;
    font-size: 18px;
}

.icon-footer ul {
    display: flex;
    justify-content: start;
    align-content: center;
    margin: 5px 0;
}

.icon-footer ul li {
    margin: 0 5px;
}

.icon-footer ul li a i {
    font-size: 26px;
}

.footer-secondary {
    border-top: 2px solid #494d53;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-copyright {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.site-copyright a {
    color: #d9d6d5;
}

.intro-iconlist a img {
    width: 300px;
    height: 300px;
}

.navbar-light .navbar-nav .nav-link {
    color: #153054 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #49bc40 !important;
}

.navbars {
    padding: 0;
}

@media (min-width: 992px) {
    .navbars.navbar-expand-lg .navbar-collapse {
        display: inline-block !important;
        flex-basis: auto;
    }
}

.w-992, .w-475 {
    display: none;
}

.intro-iconlist li {
    position: relative;
    overflow: hidden;
}

.middle {
    background: rgb(51 198 80 / 60%) none repeat scroll 0 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: -100%;
    width: 100%;
    transition: all ease 0.4s;
}

.intro-iconlist li:hover .middle {
    top: 0;
    transition: all ease 0.4s;
}

.text {
    color: white;
    font-size: 20px;
    padding: 0 32px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.intro-iconlist li:hover .text-bottom {
    bottom: -100%;
    transition: all ease 0.4s;
}
.text-bottom {
    bottom: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all ease 0.4s;
}
/*------------------------------------------------------- new update desktop and mobile navbar ------------------------------------------------------- */
.mainnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

    .mainnav ul.nav-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.mainnav li {
    display: block;
    position: relative;
    margin: 0 5px;
}

.mainnav a {
    color: #153054;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 8px;
    display: block;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.on > a,
.mainnav li:hover > a {
    color: #49bc40;
}

.mainnav ul ul {
    position: absolute;
    top: 100%;
    min-width: 250px;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: 0.25rem; */
    display: none;
    z-index: 9999;
    left: -50%;
}

    .mainnav ul ul ul {
        left: 0;
        bottom: 0;
        background: #fff;
        height: fit-content;
    }
        /* .mainnav ul ul li {
    display: block;
  } */
        .mainnav ul ul ul li {
            display: block;
        }
/* lets not confuse click with hover for now
  .mainnav ul li:hover ul {
      display: block;
  }
  */
.mainnav li i {
    color: #292929;
    float: right;
    padding-left: 20px;
}

.mainnav div {
    background: #fff;
    color: #292929;
    font-size: 24px;
    padding: 0.6em;
    cursor: pointer;
    display: none;
}

.hasDD > a:after {
    content: "";
    /*   position: absolute;
    right: -8px;
    top: 50%; */
    margin-top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    transition: all 0.5s linear;
}

.mainnav li:hover > a:after {
    border-top-color: #153054;
}

.hasDD.on > a:after {
    transform: rotate(180deg);
}

ul ul .hasDD.on > a:after {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    /* over-ride js inline style*/
    .mainnav ul.nav-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .mainnav ul.nav-menu {
        display: none;
    }

    .navbar.navbar-cstm {
        align-items: flex-start;
    }

    .mainnav a {
        justify-content: end;
    }

    .mainnav {
        text-align: end;
    }

        .mainnav ul ul {
            border: 0;
        }

        .mainnav div {
            display: block;
        }

        .mainnav ul {
            display: none;
            position: static;
            /*background: #e3e3e3;*/
        }

            .mainnav ul li {
                display: block;
            }

            .mainnav ul ul {
                position: static;
            }

    ul ul .hasDD.on > a:after {
        transform: rotate(-180deg);
    }

    .hasDD,
    .hasDD.on {
        transition: border 0.5s ease;
    }

    li.hasDD.on {
        /* border-left: 10px solid #666; */
    }

    ul ul li.hasDD.on {
        border-color: #aaa;
    }

    ul ul ul li.hasDD.on {
        border-color: #ccc;
    }
}

li.hasDD {
    margin: 0 !important;
}

.hasDD a {
    padding: 5px 8px;
}
.sub_title {
    margin: 0;
    text-align: end;
    background: #49bc40;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 36px;
    font-family: 'Tiro Devanagari Hindi', serif;
	float:right;
}