:root{
    --theme-ornage: #FB923C;
}
body{
    /*font-family: "Jost", sans-serif;*/
    font-family: "Lato", sans-serif;
}
p{
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "Lato", sans-serif;
}
a{
    text-decoration: none;
    color: white;
}
h1,h2,h3,h4,h5{
    font-family: "Lato", sans-serif;
}
#About,#Products,#Careers,#Contact{
    scroll-margin: 5em;
}
.navbar{
    background: white;
    padding: 0.7rem 0;
    box-shadow: 1px 1px 10px #919191;
}
.navbar-toggler{
    border: none;
    color: #374151;
    font-size: 1.8em;
}
.navbar-toggler:focus{
    /*outline: none;*/
    box-shadow: none;
}
.navbar-text .btn{
    background: var(--theme-ornage);
    color: #fff;
    padding: .5em 2.5em;
    font-weight: 500;
    border: none;
    border-radius: .6em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    padding-left: 0;
    padding-right: 2em;
    padding-bottom: 5px;
    padding-top: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    border-bottom: 3px solid;
    border-image: linear-gradient(to right,var(--theme-ornage) 40%, #fff 40%) 2;
}
.navbar-brand img{
    width: 8em;
}
.main-carousel .carousel{
    margin-top: 4.8em;
}
.main-carousel .carousel-caption{
    text-align: left;
    left: 7%;
    top: 12%;
    right: 50%;
}
.main-carousel .carousel-caption h1{
    /*font-family: "Jost", sans-serif;*/
    line-height: 1.2;
    font-size: 3.3em;
    font-weight: 700;
    text-shadow: 0px 0px 2px #111;
}
.main-carousel .carousel-caption p{
    font-size: 18px;
    /*margin-top: 1em;*/
}
.main-carousel .carousel-caption h1 span{
    color: var(--theme-ornage);
}
.main-carousel .carousel-caption .btn-warning{
    background: var(--theme-ornage);
    color: #fff;
    padding: .5em 2.5em;
    font-weight: 500;
    border: 1px solid var(--theme-ornage);
    margin-top: 2em;
    margin-right: 1em;
    border-radius: .6em;
}
.main-carousel .carousel-caption .btn-default{
    color: #fff;
    padding: .5em 2.5em;
    font-weight: 500;
    border: none;
    margin-top: 2em;
    border: 1px solid white;
    border-radius: .6em;
}
.banner-bottom{
    background: #0D1019;
    color: white;
    text-align: center;
    padding: 3em 0em;
}
.banner-bottom h2{
    /*font-family: "Lato", sans-serif;*/
    font-weight: 700;
    text-transform: capitalize;
}
.banner-bottom p{
    /*font-family: "Open Sans", sans-serif;*/
    font-weight: 400;
}
.banner-bottom-2 .row .col-sm-4{
    padding: 0;
}
.banner-bottom-2 .row .col-sm-4 div{
    padding: 2.5em 5em;
    background: url('../img/banner-bottom-2/Rectangle.png');
    text-align: center;
}
.banner-bottom-2 .row .col-sm-4 div img{
    width: 3.8em;
}
.banner-bottom-2 .row .col-sm-4 div h3{
    /*font-family: "Lato", sans-serif;*/
    margin-top: .5em;
    margin-bottom: .2em;
    color: white;
    font-weight: 500;
    font-size: 1.5em;
}
.banner-bottom-2 .row .col-sm-4 div p{
    /*font-family: "Lato", sans-serif;*/
    color: white;
    font-weight: 300;
    font-size: 14px;
    /*text-transform: capitalize;*/
}
.trusted-by-team{
    padding-top: 4em;
    padding-bottom: 2em;
    text-align: center;
    text-transform: capitalize;
}
.trusted-by-team h2{
    font-weight: 700;
}
.trusted-by-team p{
    font-size: 14px;
    font-weight: 400;
}
.trusted-by-team .col-sm-4{
    padding: .5em;
}
.trusted-by-team .col-sm-4 div{
    border: 1px solid #D9D9D9;
    padding: 1.6em 0em;
}
.trusted-by-team .col-sm-4 div img{
    width: 40%;
}
.about-us{
    position: relative;
    color: white;
}
.about-us .content{
    position: absolute;
    top: 17%;
    left: 51%;
    right: 5%;
}
.about-us .content h1{
    line-height: 1.2;
    font-size: 3.3em;
    font-weight: 700;
    /*text-shadow: 0px 0px 2px #111;*/
    text-transform: capitalize;
    margin-bottom: .7em;
}
.about-us p{
    font-size: 17.5px;
    /*margin-top: 1em;*/
    line-height: 1.6;
    font-weight: 400;
}
.about-us h1 span{
    color: var(--theme-ornage);
}
.capabilities .container{
    padding: 4em 10em;
}
.capabilities .capabilities-heading{
    /*font-family: "Jost", sans-serif;*/
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: .7em;
    font-weight: 700;
}
.capabilities .col-sm-4{
    padding-top: 2.5em;
}
.capabilities .col-sm-5 h2{
    font-weight: 500;
    text-align: right;
}
.capabilities .col-sm-7 p{
    color: #6C6C6C;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: left;
}
.products{
    background: url("../img/product/colleagues-working-project-discussing-details 1.png");
    background-position: 0% 30%;
    background-size: 100%;
    padding: 0;
}
.products .product{
    padding: 4em 0em;
    background: rgba(13,16,25,0.9);
    color: white;
    text-align: center;
}
.products .product h1{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 3.2em;
    text-align: center;
    font-weight: 800;
    color: #fff;
    padding: 0 5em;
}
.products .product span{
    color: var(--theme-ornage);
}
.products .applications .col-sm-4{
    padding: 4em 0;
    text-align: center;
    color: white;
}
.products .applications .col-sm-4 p{
    font-weight: 300;
    font-size: 15px;
    padding: 1em 4em;
    /*text-transform: capitalize;*/

}
.products .applications .col-sm-4 h3{
    font-weight: 700;
}
.products .applications .col-sm-4 .btn-warning{
    background: var(--theme-ornage);
    color: #fff;
    padding: .5em 2.5em;
    font-weight: 500;
    border: 1px solid var(--theme-ornage);
    margin-top: .8em;
    margin-right: 1em;
    border-radius: .6em;
}
.bms{
    padding: 5em 0em;
}
.bms h2{
    /*font-family: "Jost", sans-serif;*/
    text-align: center;
    padding-bottom: .7em;
    font-weight: 700;
}
.bms .tiles{
    padding: 1.3em 2em;
}
.bms .tiles .row{
    /*font-family: "Open Sans", sans-serif;*/
    box-shadow: 3px 5px 15px #E2E2E2;
    border-radius: 10px;
}
.bms .tiles .row .col-sm-9{
    padding-left: 1.5em;
    padding-right: .1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
}
.bms .tiles .row .col-sm-3{
    padding: 1em;
}
.bms .tiles .row .col-sm-9 h5{
    font-weight: 600;
    font-size: 1em;
    padding: .3em .1em;
    color: #303030;
}
.bms .tiles .row .col-sm-3 img{
    width: 50px;
}
.product-usp .Head h1{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 3.2em;
    text-align: center;
    font-weight: 800;
    color: #1B2534;
}
.product-usp .Head h1 span{
    color: var(--theme-ornage);
}
.product-usp .Head p{
    text-align: center;
    font-weight: 400;
    color: #4E4E4E;
    /*text-transform: lowercase;*/
    font-size: 18px;
}
.product-usp-tile{
    margin: 3em 0em;
    height: 30rem;
}
.product-usp-content{
    padding-top: 100%;
    transition: .3s;
}
.product-usp-content p{
    font-size: 12px;
    font-weight: 300;
    color: white;
    border-top: 1px solid white;
    padding-top: .8em;
    margin-top: .8em;
    text-transform: none;
    display: none;
    transition: .3s;
}
.product-usp-content h5{
    font-weight: 600;
    color: white;
    margin-top: 1em;
}
.product-usp-content img{
    width: 3em;
}
.work-process{
    padding: 3em 0em;
}
.work-process .work-process-head h1{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 3.2em;
    text-align: center;
    font-weight: 800;
}
.work-process .work-process-head span{
    color: var(--theme-ornage);
}
.work-process-head h5{
    /*font-family: "Jost", sans-serif;*/
}
.work-process .col-sm-3 img{
    margin: 2em 0em;
    width: 80%;
}
.work-process .col-sm-3 h3{
    font-weight: 600;
}
.work-process .col-sm-3 p{
    font-weight: 300;
    text-transform: capitalize;
}
.careers{
    padding: 5em 0em;
}
.careers h1{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 3.2em;
    text-align: center;
    font-weight: 800;
    color: #1B2534;
}
.upload-button{
    background: #F5F5F5;
    padding: 10px;
    margin: 1em 6em;
    border-radius: 2em;
}
.custom-file-upload {
    display: inline-block;
    padding: .8em 1.8em;
    cursor: pointer;
    background: var(--theme-ornage);
    color: white;
    border-radius: 2em;
}
.careers input[type='text']{
    background: #F5F5F5;
    padding: 20px 30px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 2em;
    border: none;
    width: 68%;
}
.careers input:focus{
    outline: none;
    box-shadow: none;
}

.careers input[type='file']{
    display: none;
}
.careers .col-sm-3 img{
    width: 80%;
}
.careers .col-sm-6 button[type='submit']{
    display: inline-block;
    padding: .8em 1.8em;
    cursor: pointer;
    background: var(--theme-ornage);
    color: white;
    border-radius: 2em;
}
.contact-us{
    padding-bottom: 8em;
}
.toll-free{
    background: url("../img/toll-free/Group 1000003629.png");
    background-size: 100%;
    padding: 1.5em 2.5em;
    background-repeat: no-repeat;
}
.toll-free p{
    font-weight: 300;
}
.toll-free h1{
    font-weight: 800;
    color: white;
    font-size: 2.6em;
}
.toll-free .col-sm-3{
    /*padding-top: .4em;*/
    padding-right: 0;
}
.toll-free .col-sm-3 img{
    padding-right: 1em;
}
.toll-free .col-sm-9{
    line-height: 1.2;
}
.toll-free .col-sm-9 b{
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 1.4em;
}
.contact-form{
    padding: 0em 2em;
}
.contact-form .contact-tile{
    background: #E3EBFF;
    border-radius: 2em;
    padding: 2em;
}
.contact-form .contact-tile h4{
    font-weight: 700;
}
.contact-form form input{
    /*font-family: "Open Sans", sans-serif;*/
    padding: 1em 1.2em;
    border: none;
    border-radius: .7em;
    margin-top: 1em;
}
.contact-form form textarea{
    /*font-family: "Open Sans", sans-serif;*/
    padding: 1em 1.2em;
    border: none;
    border-radius: .7em;
    margin-top: 1em;
    height: 7em;
}
.contact-form form button{
    padding: .4em 2em;
    background: var(--theme-ornage);
    color: white;
    font-size: 1.4em;
    font-weight: 500;
    margin-top: 1em;
    /*font-family: "Open Sans", sans-serif;*/
}
.footer{
    padding: 5em 0em;
    background: #4A4A4A;
}
.footer .footer-logo{
    width: 55%;
}
.footer .description{
    border-right: 1px solid #C4C4C4;
    padding-right: 4em;
}
.footer .description p{
    font-weight: 300;
}
.footer .description p img{
    margin-right: 1.5em;
    margin-top: 1em;
}
.footer .menu{
    /*font-family: "Open Sans", sans-serif;*/
    padding-left: 4em;
}
.footer .menu h4{
    /*font-family: "Jost", sans-serif;*/
    font-weight: 500;
    color: var(--theme-ornage);
}
.footer .menu a{
    text-decoration: none;
    color: white;
    line-height: 2.2;
    font-weight: 300;
}
.footer .address h4{
    /*font-family: "Jost", sans-serif;*/
    font-weight: 500;
    color: var(--theme-ornage);
}
.footer .address{
    /*font-family: "Open Sans", sans-serif;*/
    padding: 0em 4em;
}
.footer .address p{
    color: white;
    font-weight: 300;
    line-height: 2.2;
}
.footer .say-hello{
    padding: 0em 4em;
}
.footer .say-hello h4{
    /*font-family: "Jost", sans-serif;*/
    font-weight: 500;
    color: var(--theme-ornage);
}
.footer .say-hello a{
    line-height: 2.2;
    font-weight: 300;
}
.footer .say-hello button{
    background: var(--theme-ornage);
    color: white;
    border-radius: 2em;
    border: none;
    padding: .6em 2em;
    font-size: 14px;
    margin-top: 1em;
}
@media only screen and (max-width: 600px) {
    #About,#Products,#Careers,#Contact{
        scroll-margin: 4.5em;
    }
    .main-carousel .carousel{
        margin-top: 4em;
    }
    .main-carousel .carousel-item img{
        height: 36em;
        object-fit: cover;
    }
    .main-carousel .carousel-caption{
        top: 3%;
        left: 3%;
        right: 3%;
        text-align: center;
    }
    .main-carousel .carousel-caption h1{
        font-size: 1.9em;
    }
    .main-carousel .carousel-caption p{
        font-size: .8em;
    }
    .main-carousel .carousel-caption .btn-warning{
        margin-top: 1em;
        padding: .4em 1.6em;
        margin-right: .5em;
    }
    .main-carousel .carousel-caption .btn-default{
        margin-top: 1em;
        padding: .4em 1.6em;
        margin-right: .5em;
    }
    .banner-bottom{
        padding: 3em 2em;
    }
    .trusted-by-team .carousel .carousel-item{
        border: 1px solid #D9D9D9;
        padding: 1.6em 0em;
        margin-top: 1em;
    }
    .about-us img{
        height: 37em;
        width: 100%;
        object-fit: cover;
    }
    .about-us .content{
        left: 5%;
        top: 5%;
        right: 5%;
        text-align: center;
    }
    .about-us .content h5{
        font-size: 15px;
    }
    .about-us .content h1{
        font-size: 1.8em;
        margin-bottom: .3em;
    }
    .about-us p{
        font-weight: 300;
        font-size: 13px;
    }
    .capabilities .container{
        padding: 3em 1em;
    }
    .products .product{
        padding: 3em 1em;
    }
    .products .product h1{
        font-size: 2em;
        padding: 0 0;
    }
    .products{
        background-position: top;
        background-size: cover;
    }
    .products .applications .col-sm-4 p{
        padding: 1em 3em;
    }
    .bms{
        padding: 3em 0em;
    }
    .bms .tiles{
        padding: 1.3em 3em;
    }
    .product-usp-tile{
        margin: 0;
        height: 26rem;
    }
    .product-usp-content{
        padding-top: 80%;
    }
    .work-process .work-process-head h1 {
        font-size: 2em;
    }
    .careers .col-sm-3 img {
        width: 100%;
        padding: 3em;
    }
    .upload-button{
        margin: 2em 0em;
    }
    .toll-free {
        background-size: cover;
        padding: 1em 1em;
    }
    .toll-free h1{
        font-size: 1.6em;
    }
    .toll-free p{
        font-size: 13px;
    }
    .toll-free .col-sm-9 b {
        font-size: 1.1em;
    }
    .toll-free .col-sm-3 img {
        height: 30px;
    }
    .contact-form{
        padding: 0;
    }
    .contact-form .contact-tile{
        padding: 2em 1.5em;
    }
    .footer .description{
        padding: 2em;
    }
    .footer .menu{
        padding: 0 2em;
    }
    .footer .address{
        padding: 2em 2em;
    }
    .footer .say-hello{
        padding: 0em 2em;
    }
    .footer .say-hello button {
        /*margin: 2em;*/
    }
}