@font-face {
    font-family: expo;
    src: url(../fonts/expo.ttf)
}

body {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    font-family: expo;
    background-color: #EEF1FF;
    background-repeat: no-repeat;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.6;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

.main-intro {
    position: relative;
    z-index: 99;
    background-image: url("../images/bk-1.png");
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
}

.main-intro .the-main-header .logo {
    float: right;
    background-color: #fff;
    width: 100%;
}

.main-intro .the-main-header .logo img {
    padding: 4px;
    width: 95%;
    display: block;
    margin: 0 auto;
}

.main-intro .the-main-header .col-md-3, .main-intro .the-main-header .col-md-9 {
    padding: 0px;
}

.main-intro .the-main-header .social-media {
    background-color: #2A3992;
    float: right;
    width: 100%;
    text-align: center;
}

.main-intro .the-main-header .social-media .info ul {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.main-intro .the-main-header .social-media .info ul li {
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}

.main-intro .the-main-header .social-media .info ul li i {
    margin-right: 10px;
}

.main-intro .the-main-header .social-media .icons ul {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.main-intro .the-main-header .social-media .icons ul li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.main-intro .the-main-header .social-media .icons ul li a {
    color: #fff;
    margin-right: 10px;
    transition: all .6s ease-in-out;
}

.main-intro .the-main-header .social-media .icons ul li a:hover {
    color: #2a6496;
}

.main-intro .the-main-header .social-media .col-md-12 {
    padding: 0px;
}

.main-intro .the-main-header .social-media .main-menu {
    float: right;
    width: 100%;
    background-color: #26ABE2;
    padding: 20px 10px;
}

.main-intro .the-main-header .social-media .main-menu ul {
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-intro .the-main-header .social-media .main-menu ul li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.main-intro .the-main-header .social-media .main-menu ul li a {
    color: #fff;
    margin-right: 10px;
    transition: all .6s ease-in-out;
    text-decoration: none;
    font-weight: bolder;
}

.main-intro .the-main-header .social-media .main-menu ul li.active a {
    color: #2A3992;
}

.main-intro .the-main-header .social-media .main-menu ul li a:hover {
    color: #2A3992;
}

.main-intro .the-main-header .social-media .contact {
    background-color: #1A76C0;
    transition: all .6s ease-in-out;
    padding: 20px;
    cursor: pointer;
}

.main-intro .the-main-header .social-media .contact:hover {
    background-color: #2A3992;
}

.main-intro .the-main-header .social-media .contact a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
}

.main-intro .main-slider {
    position: relative;
    z-index: 99999999999;
    padding-top: 80px;
}

.main-intro .main-slider .content {
}

.main-intro .main-slider .content h6 {
    color: #26ABE2;
    font-weight: bolder;
    font-size: 14px;
    margin-top: 100px;
}

.main-intro .main-slider .content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.main-intro .main-slider .content p {
    width: 70%;
    display: block;
    line-height: 30px;
    font-weight: bolder;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-intro .main-slider .content .links {
    margin-top: 15px;
}

.main-intro .main-slider .content .links a {
    width: 180px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #26ABE2;
    padding: 12px;
    margin-left: 10px;
    color: #fff;
    font-weight: bolder;
    border-radius: 8px;
    transition: all .6s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.main-intro .main-slider .content .links a:hover {
    background-color: #2a6496;
}

.main-intro .main-slider .pic img {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    transition: all .6s ease-in-out;
}

.main-intro .main-slider .pic img:hover {
    transform: scale(1.1);
}

.main-intro .main-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: absolute;
    bottom: -80px;
    right: 0px;
    left: 0px;
    text-align: center;
}

.main-intro .main-slider .owl-dot {
    border-radius: 100%;
    background-color: transparent;
    float: right;
    border: 1px solid #fff;
    height: 12px;
    margin-left: 5px;
    width: 12px;
}

.main-intro .main-slider .owl-dot.active {
    background-color: #26ABE2;
    width: 12px;
    height: 12px;
}

.about-us-section {
    padding: 50px 0px;
}

.about-us-section .content h6 {
    color: #2a6496;
    font-weight: bolder;
    font-size: 12px;
}

.about-us-section .content h4 {
    color: #282163;
    font-weight: bolder;
    line-height: 30px;
    font-size: 18px;
}

.about-us-section .content p {
    width: 80%;
    display: block;
    line-height: 30px;
    font-weight: bolder;
    color: #282163;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

.about-us-section .content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.about-us-section .content ul li {
    display: inline-block;
    width: 45%;
    margin-top: 15px;
    font-size: 12px;
    float: right;
    font-weight: bolder;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-us-section .content ul li i {
    display: inline-block;
    float: right;
    margin-top: 2px;
    font-size: 18px;
    color: #26ABE2;
    margin-left: 10px;
}

.about-us-section .pic img {
    transition: all .6s ease-in-out;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.about-us-section .pic img:hover {
    transform: scale(1.1);
}

.fixed-header {
    background-color: #fff;
    display: none;
    float: right;
    width: 100%;
    margin-top: 25px;
    position: fixed;
    z-index: 999999999;
    box-shadow: 0px 1px 22px 3px #2a6496;
    padding: 30px 20px;
    top: -25px;
}

.fixed-header a img {
    width: 200px;
    display: block;
}

.fixed-header .hidden-xx {
    position: absolute;
    left: 20px;
    cursor: pointer;
    top: 50px;
    color: #2a6496;
    margin-top: 0px;
    font-size: 40px;
    margin-right: 15px;
}

.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 999999999999999999;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sidenav .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px !important;
}

.sidenav .menu li {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}

.sidenav .menu li a {
    color: #2a6496;
    font-weight: bolder;
    text-decoration: none;
    font-size: 16px;
    margin-top: 25px;
}

.close-button {
    position: fixed;
    left: 0px;
    display: none;
    top: 0px;
    z-index: 9999999999999999999;
    padding: 40px 15px;
    color: #2a6496;
    cursor: pointer;
    background: #fff;
    width: 21%;
    text-align: center;
}

.close-button i {
    font-size: 60px;
}

.sidenav .icons ul {
    list-style: none;
    margin: 0px;
    text-align: center;
    background-color: #2a6496;
    padding: 30px 0px;
}

.sidenav .icons ul li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.sidenav .icons ul li a {
    color: #ffff;
    font-size: 22px;
    margin-right: 10px;
}

.our-services-section {
    padding: 50px 0px;
    background-image: url("../images/bk-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-section .head h6 {
    color: #26ABE2;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 30px;
}

.our-services-section .head h3 {
    font-weight: bolder;
    color: #fff;
    font-size: 30px;
}

.our-services-section .head p {
    font-weight: bolder;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.our-services-section .one {
    margin-top: 30px;
}

.our-services-section .one img {
    width: 100%;
    height: 250px;
    transition: all .8s ease-in-out;
    object-fit: cover !important;
}

.our-services-section .one:hover .content {
    background-color: #2a6496;
    color: #fff;
}

.our-services-section .one:hover .content p {
    color: #fff;
}

.our-services-section .one .content {
    float: right;
    transition: all .6s ease-in-out;
    width: 100%;
    margin-top: -10px;
    background-color: #fff;
}

.our-services-section .one .content h4 {
    font-size: 16px;
    background-color: #2a6496;
    padding: 14px;
    text-align: center;
    color: #ffff;
}

.our-services-section .one .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 10px;
    display: -webkit-box;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #2a6496;
    font-weight: bolder;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.why-us-section {
    margin-top: 30px;
}

.why-us-section .pic img {
    width: 100%;
}

.why-us-section .content h5 {
    color: #2a6496;
    font-weight: bolder;
    font-size: 16px;
}

.why-us-section .content h4 {
    color: #282163;
    font-weight: bolder;
    font-size: 22px;
    margin-top: 20px;
}

.why-us-section .content p {
    color: #282163;
    font-weight: bolder;
    font-size: 12px;
    line-height: 25px;
}

.why-us-section .all-section {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    margin-top: -180px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #737373;
    margin-bottom: 30px;
}

.why-us-section .all-section .icon {
    float: right;
    width: 20%;
    display: inline-block;
}

.why-us-section .all-section .icon img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 60%;
}

.why-us-section .all-section .con {
    float: right;
    width: 79%;
    display: inline-block;
}

.why-us-section .all-section .con h4 {
    color: #2A3992;
    font-weight: bolder;
    font-size: 14px;
}

.why-us-section .all-section .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: right;
    color: #282163;
    font-size: 12px;
    font-weight: bolder;
    line-height: 30px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.our-portfolio .head-of {
    text-align: center;
    margin-bottom: 30px;
}

.our-portfolio .head-of h5 {
    color: #26ABE2;
    font-weight: bolder;
    font-size: 14px;
    margin-top: 50px;
}

.our-portfolio .head-of h3 {
    color: #282163;
    font-weight: bolder;
    font-size: 26px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gallery-item {
    border-radius: 7px;
    flex-basis: 370px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
}

.gallery-item.item-1x1 {
    flex-basis: 175px;
}

.gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
}

.gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb {
    transform: scale(1.05);
}

@media (hover: hover) {
    .gallery-item:hover::after {
        opacity: 1;
    }

    .gallery-item:hover .caption {
        transform: translateY(0);
    }
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: cover !important;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header > * {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}


.testimonials-section {
    padding: 50px 0px;
    background-position: center center;
    background-color: #2A3992;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section .head h6 {
    color: #26ABE2;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 30px;
}

.testimonials-section .head h3 {
    font-weight: bolder;
    color: #fff;
    font-size: 30px;
}

.testimonials-section .head p {
    font-weight: bolder;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.testimonials-section .icon-featured {
    float: right;
    width: 100%;
    margin-top: 50px;
}

.testimonials-section .icon-featured .icon {
    display: inline-block;
    background-color: #2a6496;
    border-radius: 7px;
    transition: all .6s ease-in-out;
    padding: 15px 10px;
    text-align: center;
    float: right;
    margin-top: 20px;
    width: 20%;
}

.testimonials-section .icon-featured .icon:hover {
    background-color: #2A3992;
    border: 1px solid #fff;
}

.testimonials-section .icon-featured .icon i {
    color: #fff;
    font-size: 20px;
}

.testimonials-section .icon-featured .content {
    width: 75%;
    margin-top: 20px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    float: right;
    padding-top: 5px;
}

.testimonials-section .icon-featured .content h4 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bolder;
}

.testimonials-section .icon-featured .content p {
    font-weight: bolder;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.testimonials-section .testimonials-slider {
    margin-top: 50px;
}

.testimonials-section .testimonials-slider .the-card {
    float: right;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 7px;
}

.testimonials-section .testimonials-slider .the-card img {
    display: block;
    margin: 0 auto;
    width: 50px !important;
    height: 50px;
    margin-bottom: 15px;
}

.testimonials-section .testimonials-slider .the-card h4 {
    font-weight: bolder;
    font-size: 16px;
    color: #26ABE2;
    margin-bottom: 0px;
}

.testimonials-section .testimonials-slider .the-card span {
    font-weight: bolder;
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.testimonials-section .testimonials-slider .the-card p {
    font-size: 12px;
    color: #737373;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}


.blogs-section {
    margin-top: 30px;
    margin-bottom: 50px;
}

.blogs-section .head-of {
    text-align: center;
    margin-bottom: 30px;
}

.blogs-section .head-of h5 {
    color: #26ABE2;
    font-weight: bolder;
    font-size: 14px;
}

.blogs-section .head-of h3 {
    color: #282163;
    font-weight: bolder;
    font-size: 26px;
}

.blogs-section .one {
    background-color: #fff;
    margin-top: 20px;
}

.blogs-section .one img {
    position: relative;
    z-index: 99;
    width: 100%;
    object-fit: cover !important;
    height: 320px;
}

.blogs-section .one h2 {
    background-color: #2a6496;
    position: absolute;
    top: 285px;
    padding: 12px;
    z-index: 9999;
    width: 90%;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;

}

.blogs-section .one p {
    font-size: 12px;
    color: #2A3992;
    padding: 12px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bolder;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

.blogs-section .blogs-slider .owl-nav {
    position: relative;
    float: right;
    width: 100%;
    color: #2a6496;
    margin-top: -150px;
    font-size: 30px;
}

.blogs-section .blogs-slider .owl-prev {
    float: right;
    margin-right: -50px;
}

.blogs-section .blogs-slider .owl-next {
    margin-left: -50px;
    float: left;
}


.contact-us-section {
    position: relative;
    z-index: 99;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../images/bk-2.png);
    background-position: center center;
    background-size: 100% 100%;
    padding: 150px 0px;
    border-top: 5px solid #f8f8f8;
}

.contact-us-section .head-of {
    color: #fff;
    text-align: center;
}

.contact-us-section .head-of {
    text-align: center;
    margin-bottom: 30px;
}

.contact-us-section .head-of h6 {
    font-weight: bolder;
    font-size: 14px;
}

.contact-us-section .head-of h3 {
    font-weight: bolder;
    font-size: 26px;
}

.contact-us-section form {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.contact-us-section form input {
    padding: 8px;
    width: 100%;
    margin-top: 15px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #26ABE2;
    text-align: right;
}

.contact-us-section form textarea {
    padding: 8px;
    width: 100%;
    margin-top: 15px;
    outline: none;
    border-radius: 5px;
    resize: none;
    height: 155px;
    border: 1px solid #26ABE2;
}

.contact-us-section form input[type='submit'] {
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #2A3992;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}

.contact-us-section .contact-pic img {
    width: 100%;
    height: 215px;
    object-fit: fill !important;
}

.contact-us-section .contact-info {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    float: right;
}

.contact-us-section .contact-info i {
    border: 1px solid #2a6496;
    border-radius: 150px;
    width: 50px;
    transition: all .6s ease-in-out;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
}

.contact-us-section .contact-info i:hover {
    background-color: #2a6496;
    color: #fff;
}

.contact-us-section .contact-info .col-md-8 {
    padding: 0px;
}

.contact-us-section .contact-info h5 {
    font-weight: bolder;
    color: #2a6496;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

.what-we-offer {
    padding: 30px 0px;
}

.what-we-offer .one img {
    width: 50px;
    display: inline-block;
    margin-top: -20px;

}

.what-we-offer .one h4 {
    font-weight: bolder;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    color: #2A3992;
    font-size: 16px;
}

.footer {
    background-color: #2A3992;
    padding: 30px 0px;
}

.footer .logo-footer {
    text-align: center;
}

.footer .logo-footer img {
    width: 200px;
    display: block;
    margin: 0 auto;
}


.footer .logo-footer .icons {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
    margin-top: 30px;
}

.footer .logo-footer .icons li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.footer .logo-footer .icons li a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}


.footer .logo-footer .menu {
    text-align: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.footer .logo-footer .menu li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.footer .logo-footer .menu li a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bolder;
}

.footer .logo-footer p {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
}

.main-intro .the-road {
    text-align: center;
    padding-top: 70px;
}

.main-intro .the-road h3 {
    font-weight: bolder;
    margin: 0px;
    font-size: 26px;
    color: #fff;
}

.stay-connected {
    position: relative;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.stay-connected-txt {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.stay-connected-phone, .stay-connected-whatsapp {
    position: relative;
    display: inline-block;
    width: 45%;
    height: 40px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    line-height: 40px;
    font-weight: bold;
}

.stay-connected-phone:hover, .stay-connected-whatsapp:hover {
    color: #333;
    text-decoration: none;
}

.stay-connected-phone {
    background: #f9eb44;
}

.stay-connected-whatsapp {
    background: #02e78a;
}

.what-we-offer .one{
    text-align: center;
}

.address-google-map iframe{
    width: 100%;
    height: 600px;
    border: 5px solid #fff;
    padding: 2px;
    margin-top: 60px;
}