@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {box-sizing: border-box;}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
html body{
}
body{
    font-family: 'Roboto', sans-serif;
    opacity: 1!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: #6c757d;
    background-color: #fff;
    transition: all 0.3s ease;
}
.menu-box {
    display: none;
}
body a {
    color: #007bff;
    text-decoration: none !Important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 800;
    line-height: 1.3;
    color: #22272b;
}
h6{
    color: #16778e;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase!important;
}
h2{
    font-size: 48px;
    margin-bottom: 30px;
}
h4, h5 {
    font-size: 20px;
    color: #495057;
}
body p{
    color: #808488;
    font-weight: 500;
    font-size: 16px;
}
section{
    position: relative;
}
.paddingy{
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-gray {
    color: #9da7b3 !important;
}
header {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}

a.navbar-brand {
    text-transform: uppercase;
    color: #16778e;
    font-weight: 500;
}

header ul li.nav-item .nav-link {
    color: #222b36;
    padding: 8px 16px !important;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

header nav {
    padding: 16px !important;
}

header ul li.nav-item .nav-link:hover, header ul li.nav-item .nav-link:active {
    color: #16778e;
}
section.banner {
    height: 400px;
    max-height: 400px;
}

.home-page-banner {
    position: relative;
}

.banner-content {
    position: absolute;
    margin-left: 200px;
    height: 400px;
    width: 500px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-page-banner img {
    height: 400px;
    max-height: 400px;
}

.banner-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 70px;
}

.banner-content a.btn {
    padding: 17px 48px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    background: #16778e;
    border-color: #16778e;
}
.banner a.carousel-control-prev {
    margin-left: -5px;
}

.banner .control-btn {
    width: 50px;
    height: 50px;
    top: 42%;
}

.carousel-control-prev {
    left: 40px;
}

.banner a.carousel-control-next {
    margin-right: -5px;
}

.carousel-control-next {
    right: 50px;
}

.banner span.carousel-control-left-icon {
    background: url(../../img/arrow.png) no-repeat center;
    width: 30px;
    height: 30px;
    transform: rotate(179deg);
}
.color{
    color: #16778e;
}
.banner span.carousel-control-right-icon {
    background: url(../../img/arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
}
h2 {
    margin-bottom: 30px;
}


.about-section .text-italic {
    font-style: italic;
    font-weight: 500;
}

.feature-style .feature-icons i {
    height: 90px;
    width: 90px;
    display: inline-block;
    background: #16778e;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    border-radius: 50%;
    margin-right: 20px;
}
.about-section {}

.about-section .about-image {
    height: 100%;
    margin-right: -119px;
}

.about-section .about-image img {
    position: relative;
}
.service-section {
    background-color: #F1F5F8;
}

.service-section .service-img {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.service-section .service-box:hover .service-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-box {
    overflow: hidden;
}

.service-section .service-content {
    padding: 45px 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
    width: 92%;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 1;
}

.service-section .service-content .service-btn {
    background: #F1F5F8;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    color: #092755;
    margin-bottom: 15px;
    position: absolute;
    top: -35px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.service-section .service-box:hover .service-btn {
    background: #16778e;
    color: #fff;
}

.service-section .service-box:hover .service-content {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.service-section .service-content h4 a:hover {
    color: #536984;
}
.intro-section {
    background-color: #222b36;
}
.intro-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.intro-section ul li i {
    color: #16778e;
    padding-right: 10px;
}
.intro-section-bg-img {
    background-size: cover;
    background-position: center center;
    border-radius: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-image: url(../../img/intro.png);
}
.intro-section2 .intro-section-bg-img {
    background-image: url(../../img/about.png);
}
.accordion-section {}

.accordion-section .card {
    border-color: #16778e;
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 14px 18px 0 rgb(0 0 0 / 5%);
}

.accordion-section .card:first-child {
    border-radius: 15px 15px 0 0;
}

.accordion-section .card:last-child {
    border-radius: 0 0 15px 15px;
}

.accordion-section .card-header {
    background-color: #fff;
}

.accordion-section h5 button {
    display: block !important;
    width: 100%;
    text-align: left;
    color: #212529;
    font-weight: 600;
}

.accordion-section .btn-link:hover, .accordion-section .btn-link:focus {
    text-decoration: none;
}
.testimonial-section {
    background-color: #F1F5F8;
    padding-bottom: 100px;
}

.testimonial-box {
    padding: 30px 50px 80px 50px;
    background: #fff;
    text-align: center;
    position: relative;
}

.testimonial-box .user-text {
    margin-bottom: 30px;
    color: #808488;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-box h4 {
    font-weight: 700;
    font-size: 24px;
}

.testimonial-box span {
    font-weight: 500;
}

.testimonial-box .user-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
}
footer {
    background-color: #222C35 !important;
    color: #9da7b3 !important;
    background-image: url(../../img/footer.png);
}

footer .widget {
    margin-bottom: 40px;
}

footer .widget h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}

footer .widget ul.nav li a {
    font-size: 20px;
    height: 45px;
    width: 45px;
    display: inline-block;
    color: #16778e;
    text-align: center;
    border-radius: 50%;
    background-color: #eee;
    line-height: 45px;
    margin-right: 12px;
    position: relative;
    transition: all 0.2s ease;
}

footer .widget ul.nav li a i {height: 100%;line-height: 2;position: relative;top: 0;width: 100%;}

footer .widget ul.nav li a:hover {
    color: #fff;
    background-color: #16778e;
}
footer .widget ul li a {
    color: #808488;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
}

footer .widget ul.footer-menu li a i {
    padding-right: 25px;
    color: #16778e;
    font-weight: 600;
}
.copyright {
    border-top: 1px solid #3d4a53;
    font-size: 16px;
}
.intro-section.services-page1 {
    background: #fff;
}
.intro-section.services-page1232 {
    background: #f1f1f1;
}
.services-page2 {}

.services-page2 .intro-section-bg-img {
    background-image: url(../../img/service2.jpg);
    left: 0;
}
.services-page1 .intro-section-bg-img {
    background-image: url(../../img/service1.jpg);
}
.contact-page-title label {
    display: block;
    margin-bottom: 5px;
    color: #222b36;
    font-size: 16px;
    font-weight: 500;
}
.contact-page form input, .contact-page form textarea {
    width: 100%;
    background: #f1f6fc;
    padding: 10px 18px;
    outline: none;
    border: none;
    border-radius: 0;
    color: #363636;
    transition: all 0.3s ease;
    font-size: 16px;
}

.contact-page form input:focus {
    border: 1px solid #16778e;
}

.contact-page-title {
    padding: 50px;
    background: #222C35;
}
.contact-page-title h2, .contact-page-title label {
    color: #fff;
}
.contact-page form input {
    height: 48px;
}

.contact-page form textarea {
    width: 100%;
    height: 160px;
    padding-top: 15px;
    resize: none;
}
.contact-page form .submit .btn {
    outline: none;
    padding: 15px 29px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #16778e;
    transition: all 0.3s ease;
}

.contact-page form .submit .btn:hover {
    background: #228bfd;
    color: #ffffff;
}
.contact-info {
    background: #16778e;
    height: 100%;
    color: #fff;
    padding: 40px;
    font-size: 16px;
}
.contact-info .info-icon {
    margin-right: 25px;
}

.contact-info .info-icon i {
    font-size: 40px;
    line-height: 40px;
}

.contact-info .content h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.contact-info .content p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
footer .contact-info i {
    font-size: 20px !important;
    line-height: 20px !important;
}
footer .contact-info {
    background: transparent;
    padding: 0;
}
.contact-info .content p a {
    color: #fff;
}