body,
html {
    height: 100%;
    margin: 0;
    font-family: 'DM Serif Display', serif;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.navbar {
    padding: 50px 0px;
}

.fixed-top {
    background-color: white;
    padding: 20px 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.navbar-brand {
    display: none;
}

.navbar .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}

.navbar .navbar-nav .nav-link {
    font-family: 'DM Serif Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 93.5%;
    /* or 22px */
    letter-spacing: 0.03em;
    /* clr 03 */
    color: #1B0245;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    color: #1B0245;
}

.hero-image {
    background-image: url("../images/banner-img-1.png");
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.hero-image .sign {
    width: 125px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image .sign img {
    width: 100%;
}

.hero-text {
    background: linear-gradient(180deg, #FFFFFF 33.85%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    position: absolute;
    top: 11%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    font-family: 'DM Serif Display', serif;
    color: #1B0245;
    font-size: 35px;
}

.hero-image .main-logo {
    margin-top: 150px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image .main-logo img {
    width: 100%;
    height: 100%;
}


/* start section of about section  */

.about {
    margin: 50px 0px;
}

.about .left .abt-img {
    width: 80%;
    height: auto;
}

.about .left .abt-img img {
    width: 100%;
    height: auto;
}

.about .white-logo {
    width: 100px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: 50px;
}

.about .white-logo img {
    width: 100%;
    height: 100%;
}

.about .right h1 {
    font-family: 'DM Serif Display', serif;
    color: #1B0245;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    /*    margin-top: 50px;*/
}

.about .right h3 {
    color: #1B0245;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.03em;
}

.about .right .sign {
    width: 125px;
    margin: 10px 0px 25px 0px;
}

.about .right p {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.03em;
    color: #000000;
    opacity: 0.6;
}

.about .right .sign img {
    width: 100%;
}

.about .right h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.about .right a {
    color: #000000;
    text-decoration: none;
    margin-top: 25px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}


/* End section of about section  */


/* start of info section  */

.services h1 {
    font-family: 'DM Serif Display', serif;
    color: #1B0245;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.info {
    margin: 80px 0px;
}

.info .left h1 {
    font-family: 'DM Serif Display', serif;
    color: #1B0245;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    /*    margin-top: 50px;*/
}

.info-row {
    position: relative;
    z-index: 2;
}

.bg-info-sec {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.bg-info-sec img {
    width: 200px;
    float: right;
}

.info .left p {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.03em;
    color: #000000;
    opacity: 0.6;
}

.info .right {
    width: 95%;
    float: right;
}

.info .right img {
    width: 100%;
}


/* end of info section  */


/* start of services styles  */

.services {
    margin: 100px 0px;
}

* {
    box-sizing: border-box;
}

.box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
    background-color: aquamarine
}

.ser-row {
    position: relative;
    z-index: 2;
}

.ser-img {
    display: block;
    /*    height: auto;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-ser {
    position: absolute;
    bottom: 0;
    background: #195ABE;
    background: #195bbe77;
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    height: 100%;
    text-align: center;
    padding: 7px 10px;
}

.box:hover .overlay-ser {
    opacity: 0.1;
}

.box .title-b {
    height: 100%;
    position: absolute;
    text-align: left;
    margin-left: auto;
    padding: 7px 10px;
    /*    background-color: #999*/
}

.box h4 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    padding: 10px;
}

.box:hover p {
    opacity: 1 !important;
}

.box p {
    opacity: 0;
    transition: .5s ease;
    padding: 10px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.bg-serv-sec {
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: -87px;
    margin-bottom: 100px;
}

.bg-serv-sec img {
    width: 200px;
    float: left;
}


/* End of services styles  */

.google-reviews-sec {
    background: linear-gradient(180deg, #E6F0F8 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px 0px;
    text-align: center;
}

.google-reviews-sec .owl-carousel .owl-dots {}

.google-reviews-sec .owl-carousel .owl-dots .owl-dot {}

.google-reviews-sec .owl-carousel .owl-item {
    transition: all 0.3s ease-in-out
}

.google-reviews-sec .owl-carousel .owl-item .card {
    padding: 10px;
    position: relative
}

.google-reviews-sec .owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px
}

.google-reviews-sec .owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
    min-width: 290px !important;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 16px;
}

.google-reviews-sec .owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.google-reviews-sec .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.google-reviews-sec .owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
    transition: .2s
}

.google-reviews-sec .owl-theme .owl-dots .owl-dot.active span,
.google-reviews-sec .owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    /*    width: 13px;*/
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important
}

.google-reviews-sec .header-review .rew-hero-img {
    width: 100%;
    height: 100%;
}

.google-reviews-sec .header-review .rew-hero-img img {
    width: 50px;
}

.google-reviews-sec .header-review h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #293238;
}

.google-reviews-sec .header-review h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #293238a4;
}

.google-reviews-sec .header-review .star-box {
    display: flex;
}

.google-reviews-sec .header-review .star-box img {
    width: 12px;
}

.google-reviews-sec .header-review {
    display: flex;
}

.google-reviews-sec .header-review .right {
    margin-left: 10px;
}

.google-reviews-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
    color: #293238;
    text-align: left;
}

.google-reviews-sec h1 {
    font-family: 'DM Serif Display', serif;
    color: #1B0245;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.btn-review {
    margin-top: 25px;
    text-align: center!important;
    margin-left: auto!important;
    margin-right: auto!important;
    /* clr 02 */
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    background: #7D19BE;
    border-radius: 18px;
}

.btn-review:hover {
    color: white;
}


/* start of footer styles  */

.footer {
    background: #195ABE;
    padding: 100px 0px 100px 0px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.footer .left {
    text-align: left;
}

.footer .left h1 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
}

.footer .icon-box {
    margin-top: 40px;
    display: flex;
}

.footer .icon-box img {
    width: 40px;
    margin-right: 15px;
}

.footer .right {
    text-align: left;
    position: relative;
    z-index: 2
}

.footer .right h2 {
    font-family: 'DM Serif Display', serif;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
}

.footer .right h3 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
}

.footer .right a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 25px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.bg-footer-sec {
    width: 100%;
    width: auto;
    right: 0;
    position: absolute;
    z-index: 1;
    margin-top: -120px;
}

.bg-footer-sec img {
    width: 200px;
    float: right;
}

.footer-copyrights {
    position: relative;
    z-index: 3;
    background: #021948;
    padding: 10px 0px 2px 0px;
}

.footer-copyrights h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    /* identical to box height */
    text-align: right;
    letter-spacing: -0.01em;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width:992px) {
    .about .left .abt-img {
        margin: 0 auto;
        width: 100%;
        max-width: 80%;
        margin-bottom: 50px;
    }
    .info .right {
        width: 100%;
    }
    .info .right img {
        margin-bottom: 50px;
    }
    footer {
        text-align: center;
    }
    .footer .left {
        text-align: center;
    }
    .footer .right {
        text-align: center;
        margin-top: 25px;
        position: relative;
    }
    .footer .icon-box {
        justify-content: center
    }
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: ;
    }
    nav.navbar .navbar-nav .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media only screen and (max-width:576px) {
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        text-align: center
    }
    .hero-image {
        height: 100%
    }
    .box .overlay-ser {
        opacity: 0.1;
    }
    .box p {
        opacity: 1 !important;
    }
    .navbar-brand {
        display: inline-block;
    }
    .navbar-brand img {
        display: inline-block;
        height: 64px;
    }
    nav.navbar {
        display: none
    }
    nav.fixed-top {
        display: block
    }
}


/* End of footer styles  */

         /*NEWS*/
         /*NEWS*/
         /*NEWS*/
			section.news h1 {
				font-family: 'DM Serif Display', serif;
				color: #1B0245;
				font-style: normal;
				font-weight: normal;
				font-size: 36px;
				/*    margin-top: 50px;*/
			}
         section.news {
             padding: 100px 0;
         }

         section.news img {
             width: 100%;
         }

         section.news .news-boxes {
             margin-top: 75px;
         }

         section.news .news-right-col {
             padding-left: 75px;
         }

         section.news .news-right-col span {
             color: var(--color-3);
             font-weight: 600
         }

         section.news .news-right-col h2 {
             font-size: 42px;
             color: var(--color-2);
         }

         section.news .news-box h3 {
             font-size: 24px;
             color: var(--color-2);
             margin-top: 25px;
             margin-bottom: 20px;
             font-weight: 700
         }

         section.news .news-box h3 a {
             color: var(--color-2);
             text-decoration: none;
             transition: .2s
         }

         section.news .news-box h3 a:hover {
             color: var(--color-3);
         }

         section.news .news-box-1 {
             padding-right: 20px;
         }

         section.news .news-box-2 {
             padding: 0 10px;
         }

         section.news .news-box-3 {
             padding-left: 10px;
         }

         section.news .social {
             display: flex;
             font-size: 24px;
         }

         section.news .social a:first-child i {
             color: var(--color-1);
         }

         section.news .social a:hover i {
             color: var(--color-3);
         }

         section.news .social i {
             margin: 0 5px;
             color: #6483c5;
         }

         section.news .btn-wrapper span {
             color: var(--color-2);
             font-weight: 600
         }

         section.news .btn-wrapper {
             display: flex;
             justify-content: center;
             align-items: center;
             margin: 50px 0 0;
         }

         section.news .btn-wrapper a.btn {
             margin-right: 15px;
         }

         @media screen and (max-width: 1200px) {
             section.news .news-right-col {
                 padding-left: 25px;
             }
         }

         @media screen and (max-width: 991px) {
             section.news .news-right-col h2 {
                 font-size: 32px;
             }

             section.news .news-box h3 {
                 font-size: 20px;
             }

             section.news .news-box-1 {
                 padding-right: 0
             }

             section.news .news-box-2 {
                 padding: 0
             }

             section.news .news-box-3 {
                 padding-left: 0
             }

             section.news .news-boxes .row > div {
                 margin-bottom: 35px;
             }

         }

         @media screen and (max-width: 767px) {
             section.news .news-right-col {
                 padding-left: 0;
                 padding-top: 50px;
             }
         }

         @media screen and (max-width: 576px) {
             section.news .btn-wrapper {
                 flex-direction: column;
             }

             section.news .btn-wrapper span {
                 margin: 20px 0
             }

             section.news {
                 padding: 75px 0
             }
         }
