@font-face {
  font-family: 'avenir';
  src: url('/fonts/avenir-next-bold.ttf') format('ttf');
}

* {
  margin: 0;
  padding: 0;
}

html, body{
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0px 5px black;
}
::-webkit-scrollbar-thumb {
  background: #183f61;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: black;
}

body {
  font-family: 'Avenir Next', sans-serif;
}

button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1{
  font-size: 50px;
  font-weight: bold;
}

h2{
  font-size: 35px;
  font-weight: bold;
}

h2{
  font-size: 30px;
  font-weight: bold;
}

p{
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.no-pad {
  padding: 0;
}


.header-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-box img {
    width: 140px;
    object-fit: contain;
}

.header-box .menu-box ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 48px;
    margin: 0;
}

.header-box .menu-box ul a {
    font-size: 16px;
    color: #7d7d7d;
    transition: .3s;
    padding-bottom: 50px;
    letter-spacing: 1px;
    font-weight: 600;
}

.header-box .menu-box ul .t-btn {
    padding: 15px 25px ;
    background: #183f61;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
    border: 1px solid #183f61;
}

.header-box .menu-box ul .t-btn a, footer .container:last-child p a {
    color: #fff;
        transition: .3s;
}

.header-box .menu-box ul .t-btn:hover {
    transition: .3s;
    background: transparent;
    color: #183f61;
    border-color: #183f61;
    
    a{
            transition: .3s;
    color: #183f61;
    }
}

.header-box .menu-box ul a:hover {
    transition: .3s;
    color: #183f61;
}

header {
    padding: 30px 0;
    z-index: 999;
}

.hero-banner {
    height: 670px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mobmenuright .menu-item-18 {
    padding: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    background-color: #183f61;
        transition: .3s;
        a{
            color:#fff !important;
            transition: .3s;
        }
}

    .mobmenu-content #mobmenuright .menu-item-18:hover, .mobmenu-content #mobmenuright > li > a:hover {
        background-color: transparent !important;
    }

#mobmenuright .menu-item-18:hover {
    padding: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    background-color: #fff !important;
    border:1px solid #183f61;
        transition: .3s;
        a {
            color:#183f61 !important;
            transition: .3s;
        }
}

.current_page_item>a{
    color:#183f61 !important;
        font-weight: 600;
    letter-spacing: 1px;
}

.home-sec-01 {
    background-color: #183f61;
    color: #fff;
    text-align: center;
    padding: 70px 0 60px;
}

.t-btn {
    padding: 20px 30px;
    display: block;
    width: fit-content;
    font-size: 20px;
    transition: .3s;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    border: 1px solid;
    margin: auto;
}

.text{
  text-align: center;
}

.home-sec-01 .text .t-btn {
    background: #fff;
    color: #183f61;    
}

.home-sec-01 .text .t-btn:hover {
    transition: .3s;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.home-sec-01 .text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 85%;
    margin: auto;
}

.home-sec-02 {
    padding: 112px 0 170px;
    color: #183f61;
}

.home-sec-02 .img-box img {
    margin-left: -70px;
}

.home-sec-02 .text {
    max-width: 84.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.home-sec-02 .text .t-btn {
    margin-top: 20px;
    color: #183f61;
    border-color: #183f61;
    transition: .3s;
}

.home-sec-02 .text .t-btn:hover {
    background: #183f61;
    color: #fff;
    transition: .3s;
}

.testimonial-sec {
    padding: 170px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-sec .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: #183f61;
}

.testimonial-sec .text p {
    font-weight: 700;
}

.blogs-sec {
    padding: 120px 0;
    color: #183f61;
}

span.divider {
    width: 100%;
    height: 3px;
    background: #183f61;
    display: block;
}

.blogs-sec .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.blogs-sec .text h2 {
    min-width: max-content !important;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    justify-items: center;
    align-items: start;
    gap: 100px;
    margin-top: 60px;
}

.blog-grid .blog-box h2 {
    align-self: center;
    text-align: center;
}
.blog-grid .blog-box img {
    width: 300px;
    height: 150px;
    object-fit: cover;
}
.blog-grid .blog-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.blog-grid .blog-box p {
    font-size: 18px;
}

.blog-grid .blog-box .t-btn {
    border-color: #183f61;
    color: #183f61;
    transition: .3s;
}

.blog-grid .blog-box .t-btn:hover {
    background: #183f61;
    color: #FFF;
}

@media (max-width: 768px) {
    .blog-grid .blog-box {
        align-items: center;
    }
}
footer {background: #183f61;color: #fff;}

footer .container:first-child {padding-top: 110px;padding-bottom: 110px;}

footer .container:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 5px solid #ffffff40;
    border-radius: 2px;
}

footer .container:last-child p {
    font-size: 22px;
}

footer .container:first-child .t-btn {
    padding: 20px 40px;
    background: #fff;
    color: #183f61;
    transition: .3s;
}

footer .container:first-child .t-btn:hover {
    transition: .3s;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

footer .container:first-child .t-btn {
    padding: 15px 40px;
    background: #fff;
    color: #183f61 !important;
    transition: .3s;
}

footer .container:first-child .t-btn:hover {
    transition: .3s;
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

footer .container:first-child .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

footer .container:first-child .text h4 {
    font-size: 20px;
}

footer .container:first-child .text p {
    font-size: 18px;
    color: #ffffffa6;
    line-height: 25px;
}

footer .container:first-child .text p a {
    color: #ffffffa6;
}

footer .container:first-child .text a {
    color: #fff;
}

footer .container:first-child .text ul {
    margin: 0;
}

footer .container:first-child .text ul a {
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.1px;
    transition: .3s;
}

footer .container:first-child .text ul a:hover {
    border-bottom: 1px solid;
    transition: .3s;
}

footer .container:first-child .text .social-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

footer .container:first-child .text .social-box i {
    font-size: 32px;
}



.header-box .menu-box .menu-item-has-children .sub-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1C3F61;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    gap: 10px;
    text-align: center;
    transform: translate(-50%);
    top: 200%;
    left: 50%;
    z-index: 999;
}

.header-box .menu-box .menu-item-has-children {
    position: relative;
}

.header-box .menu-box .menu-item-has-children .sub-menu a {
    display: block;
    width: max-content;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    padding: 0;
}

.header-box .menu-box .menu-item-has-children .sub-menu a:hover {
    text-decoration: none;
    color: #fff;
    transition: .3s;
    font-weight: 600;
}

.header-box .menu-box .menu-item-has-children:hover .sub-menu {
    display: flex;
}

.sub-hero-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}

.sub-hero-banner .text {
    text-align: left;
    color: #fff;
}

.sub-hero-banner .text {
    text-align: left;
    color: #fff;
}

.sub-sec-01 .text {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.sub-sec-01 {
    padding: 100px 0;
    color: #183f61;
}

.sub-sec-01 .text .t-btn {
    margin: inherit;
    color: #183f61;
    padding: 15px 40px;
    font-size: 20px;
    transition: .3s;
}

.sub-sec-01 .text .t-btn:hover {
    background: #183f61;
    transition: .3s;
    color: #fff;
    border-color: #183f61;
}


@media only screen and (max-width: 1600px) {
  .header-box .menu-box ul a {
    font-size: 16px;
}
.header-box img {
    width: 100px;
}
.header-box .menu-box ul {
    gap: 40px;
}

.hero-banner {
    height: 450px;
}
h2 {
    font-size: 25px;
}
p {
    font-size: 20px;
    line-height: 30px;
}
.t-btn {
    padding: 15px 30px;
    font-size: 16px;
}
.home-sec-01 .text, .home-sec-02 .text, .blog-grid .blog-box {
    gap: 30px;
}
.home-sec-02 {
    padding: 70px 0;
}
h1 {
    font-size: 35px;
}

.testimonial-sec {
    padding: 120px 0;
}
.blog-grid {
    gap: 50px;
    margin-top: 40px;
}
footer .container:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .container:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .container:last-child p {
    font-size: 18px;
}
.blogs-sec {
    padding: 70px 0;
}

.sub-hero-banner {
    padding: 150px 0;
}

.sub-sec-01 {
    padding: 60px 0;
}

.sub-sec-01 .text {
    gap: 40px;
}



}
@media only screen and (max-width: 1440px) {
  header {
    padding: 20px;
}
.home-sec-02 .text .t-btn {
    margin-top: 0;
}

    .sub-sec-01 .text {
        gap: 30px;
    }

    .sub-sec-01 .text .t-btn {
    font-size: 16px;
}

h3 {
    font-size: 20px;
}



}
@media only screen and (max-width: 1199px) {
      .header-box .menu-box ul {
        gap: 20px;
    }
    .home-sec-01 {
    padding: 50px 0;
}

.home-sec-01 .text {
    max-width: 100%;
}

}
@media only screen and (max-width: 1024px) {
        .header-box .menu-box ul a, .header-box .menu-box .menu-item-has-children .sub-menu a {
        font-size: 14px;
    }

        p {
        font-size: 16px;
        line-height: 25px;
    }

        .t-btn {
        font-size: 14px;
    }

        .home-sec-01 .text, .home-sec-02 .text, .blog-grid .blog-box {
        gap: 15px;
    }

    .home-sec-02 .text {
    max-width: 100%;
}

.home-sec-02 .img-box img {
    margin-left: -30px;
}

    h1 {
        font-size: 30px;
    }

    footer .container:first-child .text .social-box i {
    font-size: 25px;
}

footer .container:first-child .text .social-box {
    gap: 15px;
    margin-bottom: 0;
}

footer .container:first-child .text h4 {
    font-size: 18px;
}

footer .container:first-child .text p {
    font-size: 14px;
    line-height: 20px;
}

footer .container:first-child .text {
    gap: 10px;
}

.hero-banner {
        height: 300px;
    }

}
@media only screen and (max-width: 991px) {
   header {
    display: none;
}
    .home-sec-02 .img-box img {
        margin-left: 0;
    }

    .home-sec-02, .blogs-sec {
        padding: 40px 0;
    }

    .testimonial-sec {
        padding: 50px 0;
    }

        h1 {
        font-size: 25px;
    }

    .testimonial-sec .text {
    gap: 20px;
}

.blog-grid .blog-box p {
    font-size: 14px;
}

footer {
    text-align: center;
}

    footer .container:first-child {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .home-sec-02 .text, footer .container:first-child .text {
        margin-top: 40px;
    }

    h2 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }

        .blog-grid {
        gap: 40px;
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .sub-hero-banner .text {
    text-align: center;
}

    .sub-hero-banner {
        padding: 100px 0;
    }

        .sub-sec-01 .text {
        gap: 15px;
        text-align: center;
        align-items: center;
    }

    .sub-sec-01 .text .t-btn {
    padding: 10px 30px;
      font-size: 14px;
}

    .sub-sec-01 {
        padding: 40px 0;
    }

}
@media only screen and (max-width: 767px) {
.blogs-sec .text h2 {
    min-width: 0 !important;
    line-height: unset;
    font-size:19px;
}

.blogs-sec .text span.divider {
    width: 0;
    display:none;
}
}
@media only screen and (max-width: 575px) {
  .testimonial-sec h1 {
    font-size: 16px;
}
    footer .container:last-child p {
        font-size: 14px;
    }
}