@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
:root {
	--blue: #004fa8;
	--lightgray:#f2f2f2;
	--theme:#0092ff;
}
:root .btn {
	border-radius: 0;
}
html{scroll-behavior: smooth;}
.text-theme{color:var(--theme);}
.btn-theme{color:var(--theme);}
.bg-theme {background:var(--theme);color:#fff;}
.bg-lightgray {background:var(--lightgray);}
.bg-gray {background:#f7f7f7;color:#333;}
body {font-family: 'Ubuntu', sans-serif;font-size:14px;}
.logo1 {width:100px;}
.logo2 {width:115px;}
.logo3 {width:50px;}
.btnSubmit, .btnSubmit:focus {
    background: #0092ff;
    display: block;
    padding: 0.7rem 1em;
    width: 100%;
    color: #fff;
    border: none;
    border-bottom: 2px solid #0274ca;
    border-radius: 2px;
    outline: none;
}
.btnSubmit:hover {background:#0281e0;color:#fff;}
.section {padding:80px 0;}
.navbar-light {box-shadow: 0 1px 1px #0001;}
.navbar-light .navbar-nav .nav-link {text-transform:uppercase;opacity:1;color:#000;padding-left:15px;padding-right:15px;}
.navbar-light .navbar-nav .nav-link:hover {color:var(--danger);}
.banner_heading {
    font-size: 2.0vw;
    color: var(--theme);
    font-weight: 700;
    text-transform: ;
    margin-bottom: 1em;
    font-family: arial;
}
.heading {
    font-size: 1.5vw;
    color: #111;
    font-weight: 900;
    text-transform: uppercase;    
    font-family: arial;
}
.banner {background:url(../images/s-t-landing-page-banner.jpg) no-repeat center center;background-size:100% 90% ;padding:60px 0;color:white; margin-top: -33px;}
.myForm {background:rgba(0, 79, 168, 0.84);padding:15px;box-shadow:0 2px 2px 5px rgba(0, 79, 168, 1);}
.form-control {border-radius:0;box-shadow:none!important;border-radius:2px;border:2px solid #e7e8e8;height:calc(1.8em + .75rem + 2px);}
.form-control:focus {border-color:#ccc;}
.form-control::placeholder {font-family:var(--font-family-sans-serif);font-size:14px;color:#999;}
.myForm .btn-dark{border: 0px !important}


.features{background:url(../images/sara-banner-2.jpg) no-repeat center center;background-size:cover;padding:100px 0;color:white;}
.itWorks{background:url(../images/itwork-img-4.png) no-repeat center center;background-size:cover;padding:100px 0;color:white;}

.contact_form_btn {display: inline-block;vertical-align: middle;line-height: 1;height: 50px;white-space: nowrap;font-size: 15px;padding: 0 30px;border: 1px solid var(--blue);box-shadow: 0 10px 10px -10px rgb(0, 80, 168);background: var(--blue);color: var(--white);border-radius: 100px;cursor: disabled;outline: 0!important;margin-bottom: 10px;font-weight: 700;}


marquee img{margin-left: 10px}

.gradient-text {background:url(../images/menu-white.png);background-size:20px;-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: flame 10s linear infinite;position: relative;}
@keyframes flame {
    0%{background-position:0px 0px}
    100%{background-position:40px 40px} 
}


@media (max-width:448px) {
	.logo1 {width:80px;}
	.logo2 {width:90px;}
	.logo3 {width:50px;}
	.display-3 {font-size:3.3rem;}
}
@media (max-width:768px) {
	.banner {background:url(../images/mobile-banner0.jpg);background-size:cover;padding:50px 0;}
	.banner_heading {font-size: 18px;}
	.heading {font-size:18px;}
}



.carousel-control-prev	,
.carousel-control-next {opacity:1;}
.feather-15px {width:15px;height:15px;stroke-width:1.8px;}
.carousel-indicators li {background-color: var(--blue)}
.jumbotron {background:transparent;}

.client_gallery img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border: 1px solid #eee;
    padding: 10px;
}




.listing {list-style-type:none;padding:0;margin-bottom:1em;}
.listing li {position:relative;padding-left: 30px;margin-bottom:10px;}
.listing li:before {content:'';position:absolute;left:0;top: 3px;background:url(../images/check-icon.png);width: 16px;height: 16px;}

.clients_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.clients_box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border: 1px solid lightgray;
    padding: 5px;
}
@media (max-width:600px) {
    .clients_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
}