@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body { font-family: 'Roboto', sans-serif; }

a { text-decoration:none; }
a:hover { text-decoration:none; }

header { border-bottom:1px solid #f0f0f0; }

h2 { font-size:50px; color:#0f3c6c; font-weight:300; text-align:center; margin:0 0 10px 0; }
@media (max-width: 575.98px) { h2 { font-size:40px;  } }
@media (min-width: 576px) and (max-width: 767.98px) { h2 { font-size:40px;  } }
@media (min-width: 768px) and (max-width: 991.98px) { h2 { font-size:40px;  } }
@media (min-width: 992px) and (max-width: 1199.98px) { h2 { font-size:50px;  } }
@media (min-width: 1200px) and (max-width: 1399.98px) { h2 { font-size:50px;  } }

h2::after { content: ""; width: 150px; position: relative; height: 2px; background: #0f3c6c; left: 0; right: 0; bottom: -10px border-bottom:2px solid #0f3c6c; display:block; 
margin: 10px auto 30px auto; }

h3 { font-size:30px; color:#0776bb; font-weight:700; margin-bottom:20px; }
@media (max-width: 575.98px) { h3 { font-size:30px; text-align:center; } }

h4 { font-size:22px; color:#333; font-weight:400; margin-bottom:15px; line-height:32px; }
@media (max-width: 575.98px) { h4 { font-size:20px; margin-bottom:30px; } }
@media (min-width: 576px) and (max-width: 767.98px) { h4 { font-size:20px; margin-bottom:30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { h4 { font-size:25px; margin-bottom:30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { h4 { font-size:25px; margin-bottom:30px; } }

p { font-size:18px; color: #333; margin:20px 0!important; font-weight:400; }
@media (max-width: 575.98px) { p { text-align:center; margin:10px 0!important; } }
@media (min-width: 576px) and (max-width: 767.98px) { p { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { p { text-align:center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { p { text-align:left; } }

.blue-title { font-size:26px; color:#0f3c6c; font-weight:500; text-align:left; margin:30px 0 10px 0; }
@media (max-width: 575.98px) { h2 { font-size:40px;  } }
@media (min-width: 576px) and (max-width: 767.98px) { h2 { font-size:40px;  } }
@media (min-width: 768px) and (max-width: 991.98px) { h2 { font-size:40px;  } }
@media (min-width: 992px) and (max-width: 1199.98px) { h2 { font-size:50px;  } }
@media (min-width: 1200px) and (max-width: 1399.98px) { h2 { font-size:50px;  } }

.blue-title::after { content: ""; width: 50px; position: relative; height: 2px; background: #0f3c6c; left: 0; right: 0; bottom: -10px border-bottom:2px solid #0f3c6c; display:block; 
margin: 0px 0 20px 0; }

ul { padding:0; margin:0 0 0 30px; }
ul li { font-size:18px; color:#333; list-style-type:none; font-weight:500; margin-bottom:5px; }
ul li:before {
    content: '✓';
    color: #ccc;
    margin-left: -30px;
    padding-right: 10px;
    font-weight: bold;
}
@media (max-width: 575.98px) { ul li { font-size:18px; color:#333; list-style-type:none; margin-bottom:10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { ul li { font-size:18px; margin-bottom:10px; } }
@media (min-width: 768px) and (max-width: 991.98px) { ul li { font-size:18px; margin-bottom:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { ul li { font-size:18px; margin-bottom:10px; } }

.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }
.pb-30 { padding-bottom:30px; }
.pb-40 { padding-bottom:40px; }
.pb-50 { padding-bottom:50px; }
.pt-10 { padding-top:10px; }
.pt-20 { padding-top:20px; }
.pt-30 { padding-top:30px; }
.pt-40 { padding-top:40px; }
.pt-50 { padding-top:50px; }

.menu-bg { background-color:#0f3c6c; height:50px; }

.border-bottom { border-bottom:1px solid #e8e8e8; text-align:left; }
.border-bottom p { font-size:16px !important; margin:6px 0 !important; }
@media (min-width: 768px) and (max-width: 991.98px) { .border-bottom p.left-text { text-align:left; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .border-bottom p.left-text { text-align:left; } }

.border-bottom p.right-text { text-align:right; }
@media (max-width: 575.98px) { .border-bottom p.right-text { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .border-bottom p.right-text { text-align:center; } }

.social-icons-top { text-align:right;  margin-top:35px; }
@media (max-width: 575.98px) { .social-icons-top { text-align: center; margin-top:0px;  } }
@media (min-width: 576px) and (max-width: 767.98px) { .social-icons-top { text-align: center; margin-top:0px;  } }
@media (min-width: 768px) and (max-width: 991.98px) { .social-icons-top { text-align: right; margin:15px 0 0 0;  } }
.social-icons-top .fa-facebook-square, .fa-twitter-square, .fa-youtube-square, .fa-linkedin-square { margin:10px 10px 10px 0; font-size:30px; color:#666; }


.logo { margin:20px 0;}
@media (max-width: 575.98px) { .logo { margin:20px 0 0 0;} }

.btn-red { background-color:#cc0808; color:#FFF; font-size:20px; padding:8px 40px; border-radius:6px; display: inline-block; text-align:center; margin-top:10px; font-weight:500; }
.btn-red:hover { color:#FFF; font-size:20px; }

.btn-blue { background-color:#0f3c6c; color:#FFF; font-size:20px; padding:8px 40px; border-radius:6px; display: inline-block; text-align:center; margin-top:10px; font-weight:500; }
.btn-blue:hover { color:#FFF; font-size:20px; }
@media (max-width: 575.98px) { .btn-blue-general, .btn-blue-general:hover { font-size:25px; padding:10px 30px; margin-top:10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .btn-blue-general, .btn-blue-general:hover { font-size:25px; padding:10px 30px; margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .btn-blue-general, .btn-blue-general:hover { font-size:25px; padding:10px 30px; margin-top:20px; } }

img { max-width: 100%; height: auto; }

.navbar { background-color:#0f3c6c; z-index:999; padding:5px 0 0 0; text-align:right; }
.navbar-light .navbar-nav .nav-link { color:#333; font-size:22px; padding:6px 22px; margin-top:60px; }
.navbar-toggler-icon { background-color: #fff; }
.bg-light {
    background-color: #fFF !important;
}

.border-box { border:5px solid #669dd7; text-align:center; padding:15px; }
@media (max-width: 575.98px) { .border-box { margin:0 0 10px 0; } }
@media (min-width: 576px) and (max-width: 767.98px) { .border-box { margin:0 0 10px 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .border-box { margin:0 0 10px 0; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .border-box { padding:10px; } }
@media (min-width: 1200px) and (max-width: 1599.98px) { .border-box { padding:10px; } }

.border-box .content-area h4 { font-size:20px; color:#0f3c6c; font-weight:500; letter-spacing:0; margin-top:10px; margin-bottom:0; }


.product-box { text-align:center; }
.p-box { border:1px solid #e5e5e5; text-align:center; box-shadow:0px 0px 10px #e5e5e5; }
@media (max-width: 575.98px) { .border-box { border:5px solid #CCC; text-align:center; margin:0 0 10px 0; } }


.p-box:hover { border:1px solid #ccc; text-align:center; box-shadow:0px 0px 10px #ccc; }

.product-box h3 { font-size:22px; color:#333; font-weight:500; letter-spacing:0; margin-top:10px; text-decoration:none; }
.product-box h3:hover { font-size:22px; color:#000; font-weight:500; letter-spacing:0; margin-top:10px; text-decoration:none; }

.vision-bg { background-image: url(../img/vision-bg.jpg); background-repeat:no-repeat; height:500px; padding:150px 400px; }
@media (max-width: 575.98px) { .vision-bg { background-image: url(../img/vision-bg.jpg); background-repeat:no-repeat; height: auto; padding:30px 0; } }
@media (min-width: 576px) and (max-width: 767.98px) { .vision-bg { background-image: url(../img/vision-bg.jpg); background-repeat:no-repeat; height: auto; padding:30px 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .vision-bg { background-image: url(../img/vision-bg.jpg); background-repeat:no-repeat; height: auto; padding:30px 0; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .vision-bg { background-image: url(../img/vision-bg.jpg); background-repeat:no-repeat; height: auto; padding:80px 0; } }

.vision-bg h2 { color:#FFF; }
.vision-bg h2::after { background: #FFF; }
.vision-bg h4 { color:#669dd7; letter-spacing:0; font-style:italic; }

.news { text-align:left; }
@media (max-width: 575.98px) { .news { text-align: center; } }

.news p.date { text-align:left; font-size:14px; color:#0f3c6c; margin:10px 0 !important; font-weight:700; }
@media (max-width: 575.98px) { .news p.date { text-align: center; } }
.news h3, .news h3:hover { font-size:18px; color:#333; font-weight:500; }

.testimonial-box { background-color:#efefef; padding:50px 0; }
.testimonial-box p { font-size:22px; color:#333; }
.carousel { margin: 0 auto; }
.carousel .item { color: #999; font-size:14px; text-align: center; overflow: hidden; min-height: 340px }
.carousel .item a { color: #eb7245 }
.carousel .overview { text-align: center; padding-bottom:40px }
.carousel .overview b { color: #333; font-size: 35px; display: block; font-weight:500; }
.carousel-indicators li, .carousel-indicators li.active { width: 15px; height: 15px; margin: 1px 5px; border-radius: 50% }
.carousel-indicators li { background: #999;  border-color: transparent; border-top:0; border-bottom:0; }
.carousel-indicators li.active { border: none; background: #0f3c6c; }

.firms { text-align:center; }
.firm-box { background-color:#669dd7; padding:20px; margin:15px; }
@media (min-width: 576px) and (max-width: 767.98px) { .firm-box { background-color:#669dd7; padding:20px; margin:7px; } }

.firm-box h3 { color: #FFF; font-size:26px; font-weight:500; margin-bottom:0; }
.firm-box h3 span { color: #FFF; font-size:26px; font-weight:300; }

.about {}
.about h2 { text-align:left; }
.about h2::after { margin: 10px 0 30px 0; }

.footer { background-color:#0d335c; padding:30px 100px; font-size:16px; color: #FFF; margin-top:60px; }
@media (max-width: 575.98px) { .footer { margin-top:10px; padding:10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .footer { margin-top:10px; padding:30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .footer { margin-top:10px; padding:30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .footer { margin-top:30px; padding:30px; } }

.footer p { font-size:16px; color: #FFF; text-align:left; }

.footer h5 { font-size:22px; color: #FFF; }
@media (min-width: 768px) and (max-width: 991.98px) { .footer h5 { margin-top:20px; } }

.footer .copyright { border-top:1px solid #FFF; }

.footer a { font-size:16px; color: #FFF; font-weight:normal; text-decoration:none; }
.footer a:hover { color: #FFF; }
.social-icons .fa-facebook-square, .social-icons .fa-twitter-square, .social-icons .fa-youtube-square, .social-icons .fa-linkedin-square { margin:10px 10px 10px 0; font-size:30px; color:#FFF; }
.footer ul { padding:0; margin:0; }
.footer ul li { list-style-type:none; margin:0; padding:0; line-height:30px; color:#FFF; font-size:16px; font-weight:400; }



@media (max-width: 575.98px) { .row { padding:0; margin:0; } }
@media (min-width: 576px) and (max-width: 767.98px) { .row { padding:0; margin:0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .row { padding:0; margin:0; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .row { padding:0; margin:0; } }
@media (min-width: 1200px) and (max-width: 1599.98px) { .row { padding:0; margin:0; } }