@font-face {
    font-family: "Poppins";
    src: url("Poppins-Black.woff2") format("woff2"), url("Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-BlackItalic.woff2") format("woff2"), url("Poppins-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-BoldItalic.woff2") format("woff2"), url("Poppins-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-ExtraBold.woff2") format("woff2"), url("Poppins-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-ExtraBoldItalic.woff2") format("woff2"), url("Poppins-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-ExtraLight.woff2") format("woff2"), url("Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Italic.woff2") format("woff2"), url("Poppins-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-ExtraLightItalic.woff2") format("woff2"), url("Poppins-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Light.woff2") format("woff2"), url("Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Medium.woff2") format("woff2"), url("Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-LightItalic.woff2") format("woff2"), url("Poppins-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-MediumItalic.woff2") format("woff2"), url("Poppins-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-SemiBold.woff2") format("woff2"), url("Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-SemiBoldItalic.woff2") format("woff2"), url("Poppins-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-Thin.woff2") format("woff2"), url("Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("Poppins-ThinItalic.woff2") format("woff2"), url("Poppins-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins";
    background: url(../images/transbg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-light {
    background: none !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins";
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 3px solid #fff;
    padding: 10px 8px;
    color: #000 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 3px solid #e7663c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0px;
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px;
}

.dropdown-item {
    padding: 7px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #f26522;
    color: #fff;
}

.navbar-nav {
    background: #fff;
}

.navbar-light .navbar-toggler {
    border: none;
}

button:focus {
    outline: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #e7663c;
}

.logmobile {
    display: none;
}

.logdesktop {
    display: block;
}

img {
    max-width: 100%;
}

.togglerbg {
    background: url(../public_images/menubg.svg) no-repeat top right;
    height: 125px;
    float: right;
    width: 200px;
    right: 0;
    position: fixed;
}

.headersec {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding: 0 0 10px 0;
}

.maindisplay {
    height: 80vh;
    z-index: 1;
}

.maindisplay h2 {
    font-size: 40px;
    font-family: "Poppins";
    font-weight: bold;
    color: #e7663c;
    padding: 0 15px;
    margin-top: 220px;
}

.maindisplay p {
    color: #77838f;
    font-size: 18px;
}

.animation {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.logo {
    text-align: left;
    float: left;
}

.headersec {
    background: none;
}


/* Contact Us CSS Start */

.fixed-top.navbar {
    padding: 0px;
    background: #fff url(../public_images/mainbg.png) no-repeat top right !important;
    box-shadow: 0px 0px 8px 2px #f1f1f1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #00000080;
}

.foxninelogo {
    width: 170px;
}

.fixed-top.navbar .foxninelogo {
    width: 125px;
}


/* Contact Us CSS End */

.bankdetails {
    min-height: 150px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


/* Services Css Start */

.services h2 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 3px;
    color: #000;
}

.services h2 span {
    color: #c53413;
}

.knowmore {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 16px;
    color: #acacac;
    border: 2px solid #acacac;
    border-radius: 100px;
    padding: 5px 10px;
}

.webslider {
    display: block;
}

.mobileslider {
    display: none;
}


/* Services Css End */

@media all and (min-width: 240px) and (max-width: 320px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 30px;
    }
    .maindisplay {
        background: none;
    }
    .logo img {
        width: 180px;
    }
    .login button {
        padding: 7px 45px;
    }
    .animation {
        overflow: hidden;
    }
    .animation img {
        max-width: 750px;
    }
    .maindisplay h2 {
        margin-top: 42px;
    }
    .headersec {
        background: #fff;
    }
    .menu-links {
        margin: 58px 0 0 0 !important;
    }
    .fixed-top.navbar {
        padding: 5px 10px 10px 10px;
    }
    .navbar-collapse {
        z-index: 1;
    }
    .navbar-nav {
        padding: 12px;
    }
    .topcontact {
        display: none;
    }
    .contactform {
        padding: 20px !important;
        margin: 0 15px !important;
    }
    .contactdetails {
        padding: 0 0 0 20px !important;
    }
    .contactdetails p {
        font-size: 15px !important;
    }
    .contactform {
        margin-top: 30px !important;
    }
    .navbar-brand {
        margin: 0 0 0 10px;
    }
    .ourpromise {
        margin: 18px 0 0 0 !important;
    }
    .promsiedeliver {
        min-height: 750px !important;
    }
    h2.mainheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 24px !important;
    }
    h4.proheading {
        font-size: 26px !important;
    }
    a.products img {
        height: 150px !important;
    }
    a.products {
        padding: 10px !important;
    }
    a.products h6 {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
    .webslider {
        display: none;
    }
    .mobileslider {
        display: block;
    }
    .promsiedeliver {
        margin: -26px 0 0 0 !important;
    }
    .pageheading h2 {
        font-size: 30px !important;
    }
    .productcontet h5 {
        font-size: 22px !important;
    }
    .features h6 {
        font-size: 18px !important;
    }
    .features p {
        font-size: 14px !important;
    }
    .productcontet p {
        font-size: 14px !important;
    }
    .productdetails h6 {
        font-size: 18px !important;
    }
    .productdetails h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media all and (min-width: 320px) and (max-width: 480px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 30px;
    }
    .maindisplay {
        background: none;
    }
    .logo img {
        width: 180px;
    }
    .login button {
        padding: 7px 45px;
    }
    .animation {
        overflow: hidden;
    }
    .animation img {
        max-width: 750px;
    }
    .maindisplay h2 {
        margin-top: 42px;
    }
    .headersec {
        background: #fff;
    }
    .menu-links {
        margin: 58px 0 0 0 !important;
    }
    .fixed-top.navbar {
        padding: 5px 10px 10px 10px;
    }
    .navbar-collapse {
        z-index: 1;
    }
    .navbar-nav {
        padding: 12px;
    }
    .topcontact {
        display: none;
    }
    .contactform {
        padding: 20px !important;
        margin: 0 15px !important;
    }
    .contactdetails {
        padding: 0 0 0 20px !important;
    }
    .contactdetails p {
        font-size: 15px !important;
    }
    .contactform {
        margin-top: 30px !important;
    }
    .navbar-brand {
        margin: 0 0 0 10px;
    }
    .ourpromise {
        margin: 44px 0 0 0 !important;
    }
    .promsiedeliver {
        min-height: 750px !important;
    }
    h2.mainheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 24px !important;
    }
    h4.proheading {
        font-size: 26px !important;
    }
    a.products img {
        height: 150px !important;
    }
    a.products {
        padding: 10px !important;
    }
    a.products h6 {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
    .webslider {
        display: none;
    }
    .mobileslider {
        display: block;
    }
    .promsiedeliver {
        margin: -26px 0 0 0 !important;
    }
    .pageheading h2 {
        font-size: 30px !important;
    }
    .productcontet h5 {
        font-size: 22px !important;
    }
    .features h6 {
        font-size: 18px !important;
    }
    .features p {
        font-size: 14px !important;
    }
    .productcontet p {
        font-size: 14px !important;
    }
    .productdetails h6 {
        font-size: 18px !important;
    }
    .productdetails h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media all and (min-width: 481px) and (max-width: 567px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 30px;
    }
    .maindisplay {
        background: none;
    }
    .logo img {
        width: 180px;
    }
    .login button {
        padding: 7px 45px;
    }
    .animation {
        overflow: hidden;
    }
    .animation img {
        max-width: 750px;
    }
    .maindisplay h2 {
        margin-top: 42px;
    }
    .headersec {
        background: #fff;
    }
    .menu-links {
        margin: 58px 0 0 0 !important;
    }
    .fixed-top.navbar {
        padding: 5px 10px 10px 10px;
    }
    .navbar-collapse {
        z-index: 1;
    }
    .navbar-nav {
        padding: 12px;
    }
    .topcontact {
        display: none;
    }
    .contactform {
        padding: 20px !important;
        margin: 0 15px !important;
    }
    .contactdetails {
        padding: 0 0 0 20px !important;
    }
    .contactdetails p {
        font-size: 15px !important;
    }
    .contactform {
        margin-top: 30px !important;
    }
    .navbar-brand {
        margin: 0 0 0 10px;
    }
    .ourpromise {
        margin: 18px 0 0 0 !important;
    }
    .promsiedeliver {
        min-height: 750px !important;
    }
    h2.mainheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 24px !important;
    }
    h4.proheading {
        font-size: 26px !important;
    }
    a.products img {
        height: 150px !important;
    }
    a.products {
        padding: 10px !important;
    }
    a.products h6 {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
    .webslider {
        display: none;
    }
    .mobileslider {
        display: block;
    }
    .promsiedeliver {
        margin: -26px 0 0 0 !important;
    }
    .pageheading h2 {
        font-size: 30px !important;
    }
    .productcontet h5 {
        font-size: 22px !important;
    }
    .features h6 {
        font-size: 18px !important;
    }
    .features p {
        font-size: 14px !important;
    }
    .productcontet p {
        font-size: 14px !important;
    }
    .productdetails h6 {
        font-size: 18px !important;
    }
    .productdetails h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media all and (min-width: 568px) and (max-width: 767px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 30px;
    }
    .maindisplay {
        background: none;
    }
    .logo img {
        width: 180px;
    }
    .login button {
        padding: 7px 45px;
    }
    .animation {
        overflow: hidden;
    }
    .animation img {
        max-width: 750px;
    }
    .maindisplay h2 {
        margin-top: 42px;
    }
    .headersec {
        background: #fff;
    }
    .menu-links {
        margin: 58px 0 0 0 !important;
    }
    .fixed-top.navbar {
        padding: 5px 10px 10px 10px;
    }
    .navbar-collapse {
        z-index: 1;
    }
    .navbar-nav {
        padding: 12px;
    }
    .topcontact {
        display: none;
    }
    .contactform {
        padding: 20px !important;
        margin: 0 15px !important;
    }
    .contactdetails {
        padding: 0 0 0 20px !important;
    }
    .contactdetails p {
        font-size: 15px !important;
    }
    .contactform {
        margin-top: 30px !important;
    }
    .navbar-brand {
        margin: 0 0 0 10px;
    }
    .ourpromise {
        margin: 18px 0 0 0 !important;
    }
    .promsiedeliver {
        min-height: 750px !important;
    }
    h2.mainheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 24px !important;
    }
    h4.proheading {
        font-size: 26px !important;
    }
    a.products img {
        height: 150px !important;
    }
    a.products {
        padding: 10px !important;
    }
    a.products h6 {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
    .webslider {
        display: none;
    }
    .mobileslider {
        display: block;
    }
    .promsiedeliver {
        margin: -26px 0 0 0 !important;
    }
    .pageheading h2 {
        font-size: 30px !important;
    }
    .productcontet h5 {
        font-size: 22px !important;
    }
    .features h6 {
        font-size: 18px !important;
    }
    .features p {
        font-size: 14px !important;
    }
    .productcontet p {
        font-size: 14px !important;
    }
    .productdetails h6 {
        font-size: 18px !important;
    }
    .productdetails h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media all and (min-width: 768px) and (max-width: 900px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 30px;
    }
    .maindisplay {
        background: none;
    }
    .logo img {
        width: 180px;
    }
    .login button {
        padding: 7px 45px;
    }
    .animation {
        overflow: hidden;
    }
    .animation img {
        max-width: 750px;
    }
    .maindisplay h2 {
        margin-top: 42px;
    }
    .headersec {
        background: #fff;
    }
    .menu-links {
        margin: 58px 0 0 0 !important;
    }
    .fixed-top.navbar {
        padding: 5px 10px 10px 10px;
    }
    .navbar-collapse {
        z-index: 1;
    }
    .navbar-nav {
        padding: 12px;
    }
    .topcontact {
        display: none;
    }
    .contactform {
        padding: 20px !important;
        margin: 0 15px !important;
    }
    .contactdetails {
        padding: 0 0 0 20px !important;
    }
    .contactdetails p {
        font-size: 15px !important;
    }
    .contactform {
        margin-top: 30px !important;
    }
    .navbar-brand {
        margin: 0 0 0 10px;
    }
    .ourpromise {
        margin: 18px 0 0 0 !important;
    }
    .promsiedeliver {
        min-height: 750px !important;
    }
    h2.mainheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 30px !important;
    }
    h3.subheading {
        font-size: 24px !important;
    }
    h4.proheading {
        font-size: 26px !important;
    }
    a.products img {
        height: 150px !important;
    }
    a.products {
        padding: 10px !important;
    }
    a.products h6 {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
    .webslider {
        display: none;
    }
    .mobileslider {
        display: block;
    }
    .promsiedeliver {
        margin: -26px 0 0 0 !important;
    }
    .pageheading h2 {
        font-size: 30px !important;
    }
    .productcontet h5 {
        font-size: 22px !important;
    }
    .features h6 {
        font-size: 18px !important;
    }
    .features p {
        font-size: 14px !important;
    }
    .productcontet p {
        font-size: 14px !important;
    }
    .productdetails h6 {
        font-size: 18px !important;
    }
    .productdetails h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media all and (min-width: 901px) and (max-width: 1024px) {
    .ourpromise p {
        font-size: 14px !important;
    }
    .maindisplay h2 {
        font-size: 36px;
    }
    .maindisplay {
        height: 60vh;
    }
}

.topcontact {
    position: absolute;
    right: 0;
    padding: 0 15px;
    z-index: 1;
    margin-top: -35px;
}

.cart {
    font-size: 24px;
    font-family: "Poppins";
    font-size: 15px;
    color: #000;
}

.topcall {
    color: #ff6600;
}

a.topsocial {
    height: 28px;
    width: 28px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #ff6600;
    padding: 3px;
}

header {
    z-index: 2;
    position: relative;
}

.navbar-nav {
    background: none !important;
    margin: 40px 0 0 0;
}

.navbar {
    padding: 0px !important;
}


/* Contact Us Page CSS */

.pageheading {
    border-bottom: 1px solid #e1e1e1;
}

.pageheading h2 {
    font-family: "Poppins";
    margin: 50px 0 0 0;
    font-weight: 700;
    font-size: 45px;
    color: #000;
}

.pageheading p {
    font-family: "Poppins";
    font-size: 16px;
    color: #000;
}

.orange {
    color: #ff5d02;
}

.maroon {
    color: #c53413;
}


/* Contact Details */

.contactdetails {
    padding: 0 0 0 70px;
}

.contactdetails h5 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 20px;
}

.contactdetails h6 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
}

.contactdetails p {
    font-size: 16px;
}

.contactform h6 {
    background: #39b54a;
    color: #fff;
    margin: 25px 0;
    font-size: 16px;
    font-family: "Poppins";
    padding: 4px 10px;
}

.forminput {
    border-radius: 0px;
    font-family: "Poppins";
}

.formbutton {
    background: #ff5d02;
    font-family: "Poppins";
    color: #fff;
    padding: 15px 35px;
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.formbutton:hover {
    background: #c53413;
    color: #fff;
    text-decoration: none;
}

.contactform {
    background: #fff6;
    box-shadow: 0px 0px 5px 0px #e8ecf3;
    padding: 40px;
    margin: 0 40px;
}

.letswork {
    justify-content: center;
    display: flex;
    margin: 100px 0;
}

.letswork button {
    padding: 20px 45px;
    background: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
    border: none;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
}

.letswork button:hover {
    background: linear-gradient(90deg, #b02cd6 0%, #f92c8b 100%);
}

.letswork a {
    padding: 20px 45px;
    background: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
    border: none;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
}

.letswork a:hover {
    background: linear-gradient(90deg, #b02cd6 0%, #f92c8b 100%);
}

.googlemap {
    margin: 20px 0 50px 0;
}

footer {
    margin: 50px 0 0 0;
    padding: 0px;
}

footer h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 20px;
}

footer h4 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
}

footer .footlinks ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

footer .footlinks ul li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0px;
}

footer .footlinks ul li a {
    color: #000;
    font-size: 14px;
    background: url(../images/listbullet.png) no-repeat 3px 5px;
    padding: 0px 0px 0px 22px;
}

footer .footlinks ul li a:hover {
    color: #ff5d02;
    text-decoration: none;
}

.copyright {
    background: #d8d8d8;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 3px 0;
}

.copyright p {
    color: #000;
}


/* Career Page CSS */

.openings {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 25px;
}

.openings h5 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
}

.openings h6 {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
}

.openings .jobdescription ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.openings .jobdescription ul li {
    margin: 7px 0;
    padding: 0 0 0 25px;
    font-family: "Poppins";
    font-size: 14px;
    background: url(../images/listbullet-b.png) no-repeat 0px 8px;
}

.openings ul li span {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    color: #c53413;
}

.eduinfo ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.eduinfo ul li {
    list-style-type: none;
    padding: 0px;
    margin: 7px 0;
}

.visonimg {
    height: 200px;
}

.visionmission {
    background: #ff5d02;
    padding: 60px;
}

.visionmission p {
    color: #fff;
}


/* Index Page */

.promsiedeliver {
    background: url(../images/road.jpg) no-repeat;
    background-size: cover;
    min-height: 1300px;
}

.ourpromise {
    background: #fff;
    margin: 100px 0 0 0;
    padding: 30px;
}

.ourpromise p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
}

h2.mainheading {
    font-size: 70px;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 700;
}

.clientscroller {
    margin: 0px;
    padding: 0px;
}

.turnkeyprojects {
    margin: 30px 0 0 0;
    background: #f5f5f5;
    padding: 70px 0 0 0;
}

.industryserving {
    margin: 0px 0;
    background: #f5f5f5;
    padding: 20px 0;
}

h3.subheading {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 700;
}

.ourindustry {
    padding: 0px;
    margin: 0 0 20px 0;
}

.ourindustry a {
    width: 100%;
    display: block;
    color: #000;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
    background: #fff;
    box-shadow: 3px 4px 6px 0px #e5e5e5;
    cursor: inherit;
}

.ourindustry a:hover {
    text-decoration: none;
    box-shadow: none;
}

.ourindustry a i {
    font-size: 10px;
    color: #ff5d02;
    margin: 0 10px 0 0;
}

.allservices {
    padding: 50px 0;
}

.allproducts {
    background: #ff5d02;
    padding: 60px 0;
}

h4.proheading {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 700;
    color: #fff;
}

.proheadunderline {
    background: #fff;
    height: 4px;
    width: 150px;
    display: inline-block;
}

a.products h6 {
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px;
    font-size: 18px;
}

a.products h6 span {
    font-size: 14px;
}

a.products {
    padding: 30px;
    display: block;
    color: #fff;
    height: 100%;
}

a.products img {
    height: 200px;
}

a.products:hover {
    background: #fff;
    color: #ff5d02;
    text-decoration: none;
}

.findallproduct {
    margin: 30px 0 0 0;
}

.findallproduct a {
    background: #000;
    border: none;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
}

.findallproduct a:hover {
    background: #fff;
    color: #ff5d02;
    text-decoration: none;
}

.solarenergy {
    padding: 100px 0 0 0;
}


/* Inner Page Content */

.productcontet {
    margin: 50px 0 0 0;
}

.productcontet h5 {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    color: #ff5d02;
    text-transform: uppercase;
}

.productcontet p {
    font-size: 16px;
    font-family: "Poppins";
    margin: 0 0 10px 0;
    font-weight: 300;
    text-align: justify;
}

.features {
    background: #ff5d02;
    padding: 30px;
    color: #fff;
    margin: 30px 0 20px 0;
}

.features h6 {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.features h6 i {
    font-size: 10px;
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}

.features p {
    font-size: 16px;
    font-family: "Poppins";
    margin: 0 0 10px 0;
    font-weight: 400;
}

.features p i {
    font-size: 7px;
    position: relative;
    top: -3px;
    margin: 0 10px 0 0;
}

.productdetails {
    background: #ff5d02;
    padding: 30px;
    color: #fff;
    margin: 30px 0 20px 0;
}

.productdetails h6 {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.productdetails h6 i {
    font-size: 10px;
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}

.productdetails h3 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.productdetails h3 i {
    font-size: 7px;
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}

.productdetails p {
    font-size: 14px;
    font-family: "Poppins";
    margin: 0 0 10px 15px;
    font-weight: 400;
}

.serviceslist {
    background: #f6f6f6;
    padding: 20px;
    height: 100%;
}

.serviceslist h4 {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.serviceslist ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.serviceslist ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.serviceslist ul li a {
    color: #000;
    padding: 10px;
    width: 100%;
    display: block;
}

.serviceslist ul li a:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.serviceslist ul li a.active {
    background: #fff;
}

.serviceslist ul li a i {
    font-size: 6px;
    position: relative;
    top: -4px;
    margin: 0 10px 0 0;
}

.servicesimg {
    text-align: center;
    margin: 40px 0 0 0;
}

.productimg {
    text-align: center;
}

.productimg img {
    height: 350px;
}