:root {
    --link: #00283b; 
    --black: #1a1a1a; 
    --grey: #3f3f3f; 
}

html { font-size: 16px; }

img.overlay { position: absolute; opacity: .3; width: 100%; height: auto; display: block; top: 0; left: 0; display: none; }
body { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 20px; }
a { color: var(--link); }
b { font-weight: 600; }
.btn { background: #fcb800; border-radius: 20px; height: auto; line-height: normal; padding: 10px 40px; }
.btn:hover { background: #333; }
.pt-20 { padding: 20px 0 }
.pt-30 { padding: 30px 0 }
.pt-40 { padding: 40px 0 }

/* ============================[ Grid ]======================================= */
.flexrow { display: flex; }
.row-reverse{flex-direction: row-reverse;}
.s1 { width: 8.3333333333%; }
.s2 { width: 16.6666666667%; }
.s3 { width: 25%; }
.s4 { width: 33.3333333333%; }
.s5 { width: 41.6666666667%; }
.s6 { width: 50%; }
.s7 { width: 58.3333333333%; }
.s8 { width: 66.6666666667%; }
.s9 { width: 75%; }
.s10 { width: 83.3333333333%; }
.s11 { width: 91.6666666667%; }
.s12 { width: 100%; }
.col-2, .col-3, .col-4, .col-5 { display: flex; flex-wrap: wrap; gap:16px; }
.col-2 > li, .col-2 > .item { width: calc(50% - 16px) }
.col-3 > li, .col-3 > .item { width: calc(33.33% - 16px) }
.col-4 > li, .col-4 > .item { width: calc(25% - 16px); }
.col-5 > li, .col-5 > .item { width: calc(20% - 16px); }
.col-6 > li, .col-6 > .item { width: calc(16.5% - 16px); }
.middle { display: flex; justify-content: center; flex-direction: column; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; margin:16px 0; font-weight:bold; }
p{margin: 16px 0}

h1 { font-size: 3rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.4rem; font-weight:bold; }
h5 { font-size: 1.24rem; }
h6 { font-size: 1.15rem; }

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after { border: 2px solid #d5d7db; }
[type="checkbox"]:checked+span:not(.lever):before { border-right: 2px solid #FD9636; border-bottom: 2px solid #FD9636; width: 9px; height: 18px; top: -3px; }
img { max-width: 100% }

.logo-wrap img { display: block; width: 120px; }
.logo-wrap a { display: block; padding: 10px; }



/* ============[ Main Menu ]============================== */

#header .container{
    display: flex;
    justify-content: space-between;
}

.sidenav-trigger{
    width: 40px;
}

/* ==== Banner ==== */


#banner img{
    display: block;
    width: 100%;
}


#banner { position: relative; }
#banner .banner-img { max-height: 500px; overflow: hidden; display: flex; flex-flow: row nowrap; justify-content: stretch; align-items: center; }
#banner .banner-img img { object-fit: cover; object-position: left; min-width: 100%; height: auto; min-height: 100%; }
#banner .banner-content { background: rgb(0 0 0 / 40%); position: absolute; width: 100%; height: 100%; top: 0; display: flex; justify-content: center; flex-direction: column; text-align: center; color: #fff; }
#banner .container { max-width: 830px; }
#banner h1 { margin: 0; }
#banner h3 { font-weight: normal; font-size: 28px; }

.intro-content { font-size: 22px; padding: 60px 0; text-align: center; }
.home-product h2 { text-align: center; }
.home-product .col-3 { justify-content: center; }
.home-our-values h2 { text-align: center; }
.home-our-values { background: #f2f2f2; padding-bottom: 100px; }
.download-list li { margin: 10px 0; }
.download-list li a { border: 1px solid #dbdbdb; display: block; position: relative; background: url(../images/doc.svg) no-repeat; padding: 10px 60px 10px 47px; background-size: 32px; background-position: 6px 9px; border-radius: 10px; overflow: hidden; }
.download-list li a:after { content: ''; display: block; width: 50px; height: 50px; position: absolute; top: 0; right: 0; background: #f2f2f2 url(../images/download.svg) no-repeat; background-size: 26px; background-position: 12px 11px; }

ul.download-list {max-width: 680px;}



.page-title { background: url(../images/blue-bg.jpg) no-repeat; padding: 60px 0; color: #fff; }
.page-title h1 { margin: 0 0 30px; color: #fff; }
.page-title h3 { font-weight: normal; color: #fff; }
.page-title a { color: #fff; }
img{ display:block; width:100% }

.main-container{ padding-top:60px; }

.story-wrap .content{ padding:20px 40px; }
.story-wrap img{object-fit: cover; object-position: left; min-width: 100%; height: auto; min-height: 100%;}


.our-values { background: #f3f3f3; padding: 60px 0; margin-top: 60px; }
.our-values h2 { text-align: center; margin: 0 0 30px; }
.our-values .item { padding: 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }
.our-values .item h3 { font-size: 24px; font-weight: bold; margin: 0; }
.our-values .item:hover { background: #000; color: #fff; }


/* ==== Product page ==== */
.product-wrap, .features-wrap { padding: 40px 0; }
.product-wrap .item, .features-wrap .item { padding: 16px; border:1px solid #dadada; border-radius:12px }

.main-container{ min-height:600px }


/* ===== contact page ===== */
.map-wrap { float: none; clear: both; width: 100%; position: relative; min-height: 500px; padding-top: 25px; height: 0; }
.map-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contact-wrap .content{ padding:20px 40px; }



#footer {
    background: url(../images/blue-bg.jpg) no-repeat;
    padding: 60px 0;
    color:#fff;
    background-size: cover;
}
#footer .content{ padding:20px; }
#footer .content h3{ font-size:26px; font-weight: bold; }
#footer a{ color:#007790; }

.ftr-menu { display: flex; padding: 0; margin: 0; }
ul.ftr-menu li a { color: #fff; font-weight: 300; display: block; padding: 4px 24px; font-size: 18px; }
#footer .container { display: flex; justify-content: space-between; }
ul.social-links { margin: 0; padding: 0; display: flex; }
ul.social-links li { padding: 0 6px; }
ul.social-links li a { display: block; border: 1px solid #fff; width: 36px; height: 36px; border-radius: 50%; }
ul.social-links li a { background: url(../images/icons.svg) no-repeat; background-size: 16px; background-position: 8px 8px; }
ul.social-links a.in { background-position: 8px 8px; }
ul.social-links a.fa { background-position: 10px -23px; }
ul.social-links a.tw { background-position: 9px -51px; }
ul.social-links a.play { background-position: 10px -79px; }
ul.social-links a.insta { background-position: 8px -132px; background-size: 19px; }


#copyright{ padding:1px; background:#000; color:#fff; }























/* ============[ Responsive ]============================== */

@media (min-width:992px) {
    #main-menu .containers { padding: 0px 40px; }

    #header .sidenav-trigger { display: none; }
    .sidenav { position: relative; -webkit-transform: none !important; transform: none !important; left: auto; height: auto; background: none; width: auto !important; box-shadow: none; padding: 0; overflow: visible; }

    #main-menu ul { display: flex; margin: 0; justify-content:space-between }
    #main-menu ul li { }
    #main-menu ul li a { font-weight: 400; font-size: 16px; height: auto; padding: 50px 16px; line-height: normal; }
    #main-menu ul li a:hover { background: none; }


}




@media (max-width:1200px) { }
@media (max-width:992px) {
    .mob-logo img { width: 74px; }
    .mob-menu .sidenav-trigger { width: 36px; display: block; padding-top: 18px; }
    .sidenav-trigger hr { border: none; background: #000; height: 2px; display: block; margin: 7px 0px; }
    .col-3 > li, .col-3 > .item { width: calc(50% - 16px); }
    .col-4 > li, .col-4 > .item { width: calc(33.33% - 16px); }
    .col-5 > li, .col-5 > .item { width: calc(33.33% - 16px); }
    .logo-wrap img {width: 80px;}
    .sidenav-trigger { padding-top: 26px; }


}
@media (max-width:780px) {
    .col-4 > li, .col-4 > .item { width: calc(33.33% - 16px); }
    .col-5 > li, .col-5 > .item { width: calc(33.33% - 16px); }
    .col-6 > li, .col-6 > .item { width: calc(33.33% - 16px); }
    .flexrow { display: block; }
    .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12 { width: 100%; }
    #why-tutory .s8 p { padding-right: 0 }
    .phone-wrap { margin-top: auto; }
    .story-wrap .content{ padding:20px 0px; }
    #banner .banner-content{ position:relative; padding:30px 0 }

    #banner h1 { margin: 0; font-size: 30px; }
    #banner h3 { font-size: 18px; }
    .intro-content { font-size: 18px; padding: 40px 0; }

    h3 {font-size: 1.4rem;}

    .page-title h1 { font-size: 2rem; margin-bottom: 0px; }
    .page-title h3 { line-height: normal; font-size: 1rem; margin-bottom:0 }
    .page-title { padding: 40px 0; }



}
@media (max-width:640px) {
    #footer .container { display: block; }
    .ftr-menu { display: block; margin-bottom: 40px; }
    .col-2 > li, .col-2 > .item { width: 100%; }
    .col-3 > li, .col-3 > .item { width: 100%; }
    .col-4 > li, .col-4 > .item { width: 100%; }
    .col-5 > li, .col-5 > .item { width: 50%; }
    .col-6 > li, .col-6 > .item { width: 50%; }
}






.shape-17:before {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgOThWMEgwbDEyODAgOTh6Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    top: 0;
    height: 150px;
    z-index: 1



