html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;

    color: #383838;
    font-weight: 400;
    font-style: normal;
}

.btn,
a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn:hover,
a:hover {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.topbanner {
    width: 100%;
    height: 55vh;
    margin-bottom: 7rem;
}

.color-block {
    position: absolute;
    height: 15rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #f0f0f0;
}

.bannertext {
    height: 55vh;
    width: 100%;
}

.profilepic img {
    height: 55vh;
    z-index: 999;
    border-radius: 30px;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, .9); */
    object-fit: cover;
    border: 5px solid #fff;
    padding: 0;
    margin-top: 8rem;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #000;
}

.homecontent {
    max-width: 70rem;
    margin-top: 10rem;
}

.homecontent h1 {
    font-size: 5rem;
    font-weight: 900;
    color: #000;
}

.homecontent h4 {
    background: #8ccffe;
    color: #00334e;
    width: max-content;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 5rem;
}

.homecontent p {
    font-size: 1.7rem;
    font-weight: 500;
    display: flex;
}

.homecontent h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.nav-link {
    color: #000;
    font-weight: 500;
    margin-left: 2rem;
}

.nav-link:focus, .nav-link:hover {
    color: #2993e9;
}

.bg-dark {
    background: #fff !important;
    padding-bottom: 0;
}

.navbar-brand {
    font-size: 3rem;
    font-family: "Rowdies", sans-serif;
    color: #1897f1;
    text-shadow: 2px 2px 2px #b0b0b0;
}

.navbar-brand span {
    color: #333;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #2993e9;
}

.button-icon {
    background-color: #2993e9;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 1.5rem;
}

.btn-primary {
    font-size: 1.7rem;
    color: #666;
    border: 1px solid #2993e9;
    border-radius: 3rem;
    background: transparent;
    padding: 0 0 0 3rem;
    font-weight: 600;
}

.btn-primary:hover {
    background: #2993e9;
    border: 1px solid #2993e9;
}

.menuborder {
    border-bottom: 1px solid #ccc;
    width: 87vw;
}

.box-about {
    padding: 2rem 3rem 2.5rem 4rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.box-about h3 {
    font-size: 5rem;
    font-weight: 700;
    color: #2993e9;
}

.box-about h3:after {
    content: '+';
    font-size: 3.5rem;
    font-weight: 300;
    margin-left: 1rem;
}

.box-about p {
    font-size: 1.8rem;
    font-weight: 500;
}

.about {
    background: #fff;
}

.heading {
    margin-bottom: 8rem;
}

.heading h3 {
    color: #333;
    font-size: 5.4rem;
    font-weight: 900;
}

.heading h3 span {
    color: #2993e9;
}

.heading h4 {
    color: rgba(30, 37, 48, 0.07);
    font-size: 11rem;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-weight: 800;
}

.spaceing {
    padding-top: 12rem;
}

.fa-circle {
    font-size: 1rem;
    vertical-align: middle;
}

.rightspace {
    padding-right: 6rem;
}

.title {
    font-size: 2.5rem;
    color: #333;
    font-weight: 700;
}

.grey {
    font-size: 2rem;
    font-weight: 400;
}

.btn-danger {
    background: #000;
    border: 0;
    font-size: 1.6rem;
}

.serviceblock {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    height: 100%;
    align-items: center;
    display: grid;
}

.serviceblock img {
    margin: auto;
}


.serviceblock h4 {
    font-size: 1.7rem;
    font-weight: 600;
}

.domestic {
    font-size: 1.3rem;
}

.blogbg {
    background: #f7f8f8;
    padding: 8rem 0;

}

.blogblock {
    background: #f7f8f8;
    box-shadow: 0 0 12px #F4F4F4;
    border: 1px solid #eeeeee;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    border-radius: 0.5rem;
}

.blogblock img {
    border-bottom: 4px solid #2993e9;
}

.blogblock:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
    border: 1px solid #2993e9;
}

.blogblock h4 a {
    font-size: 1.8rem;
    font-weight: 600;
    background: transparent;
    color: #000;
}

.blogblock h4 a:hover {
    color: #1897f1;
    background: transparent;
}

.blogblock a {
    color: #666;
    font-size: 1.4rem;
    background: #666;
    width: max-content;
    color: #fff;
    display: block;
    text-decoration: none;
}

.blogblock a:hover {
    background: #1897f1;
}

.btn-success {
    background: #383838;
    border: 0;
    border-radius: 5rem;
    font-size: 1.7rem;
    padding: 1.2rem 3rem;
    font-weight: 500;
}

.btn-success:hover {
    background: #2993e9;
}

.form-control {
    height: 5rem;
    font-size: 1.6rem;
}

textarea {
    height: auto !important;
    padding: 2rem !important;
}

.contcircle {
    width: 5rem;
    height: 5rem;
    background: #2993e9;
    border-radius: 50%;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
}

.contacttxt h5 {
    color: #666;
    font-size: 1.5rem;
}

.contacttxt p {
    color: #000;
}

.contacttxt p a {
    color: #000;
    text-decoration: none;
}

.contacttxt p a:hover {
    color: #2993e9;
}

.contactmain h6 {
    font-size: 2.8rem;
    font-weight: 700;
}

footer {
    background: #000;
    padding: 4rem;
    color: #fff;
    margin-top: 10rem;
}

.socialmedia {
    margin-top: 1rem;
}

.socialmedia ul li {
    display: inline-block;
}

.socialmedia h5 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 3rem;
    display: inline-block;
    margin-right: 2rem;
}

.socialmedia ul li a {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #fff;
    font-size: 3rem;
    display: inline-block;
    line-height: 6rem;
    text-align: center;
    box-shadow: 0 0 15px #c2c2c2;
}

.socialmedia ul li a .fa-linkedin-in {
    color: #0077B5;
}

.socialmedia ul li a .fa-youtube {
    color: #FF0000;
}

.socialmedia ul li a:hover {
    background: #666;
    color: #fff;
}

.socialmedia ul li a:hover .fa-linkedin-in {
    color: #fff;
}

.socialmedia ul li a:hover .fa-youtube {
    color: #fff;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 99999;
    background: #333;
    width: 4.5rem;
    height: 4.5rem;
    transition: all 0.4s;
    text-decoration: none;
    padding: 5px;
}

.back-to-top {
    font-size: 1.5rem;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #000;
    color: #fff;
    transform: rotate(360deg);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.roles h5 {
    font-size: 1.8rem;
    width: 70%;
    margin: auto;
}

.logobox {
    border: 1px solid #ccc;
    border-radius: 0.7rem;
}

.heading3 {
    margin-top: 5rem;
    font-size: 4rem;
    font-weight: 800;
}

.creative-testimonial--slider {
    /* background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff); */
    background: #fefefe;
}

.creative-testimonial--slider .testimonial-inner {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
}


.testimonial-wrap {
    position: relative;
    overflow: hidden;
}

.swiper-slide .swiper-slide--inner {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
    overflow-x: hidden;
}

.swiper-slide--inner .testimonial-detail img {
    height: 35px;
}

.swiper-slide--inner .testimonial-detail p {
    margin: 0px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.swiper-slide--inner .testimonial-detail span {
    color: #333;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: normal;
    margin-top: 1rem;
    display: block;
}

.slide-avatar img {
    width: 15rem;
}

.blogblock h5 a {
    color: #04477e;
    background: transparent;
    font-size: 1.7rem;
    font-weight: 600;
}

.blogblock h5 a:hover {
    color: #000;
    background: transparent;
    margin-left: 0.5rem;
}

.successful {
    color: green;
    font-size: 2.2rem;
    font-weight: 600;
}


/* Responsive */
@media screen and (max-width:768px) {
    .menuborder {
        width: 100vw;
    }

    .homecontent h1 {
        font-size: 4rem;
    }

    .homecontent h4 {
        width: 100%;
    }

    .homecontent h2 {
        font-size: 2.3rem;
    }

    .homecontent p {
        font-size: 1.6rem;
    }

    .homecontent h4 {
        font-size: 1.6rem;
    }

    .heading h4 {
        font-size: 8rem;
    }

    .heading h3 {
        font-size: 4.4rem;
    }

    .grey {
        font-size: 1.7rem;
    }

    .heading {
        margin-bottom: 6rem;
    }

    .socialmedia {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .roles h5 {
        width: 100%;
    }

    .heading3 {
        font-size: 3rem;
    }

    .domianmain .col {
        flex: 1 0 25%;
        margin-bottom: 2rem;
    }

    .spaceing {
        padding-top: 8rem;
    }

    .creative-testimonial--slider .testimonial-inner {
        max-width: 100%;
    }

    .formmob {
        margin-top: 5rem;
    }

    .navbar-toggler {
        font-size: 2.5rem;
        color: #000;
    }

    .nav-link {
        width: max-content;
    }
}

@media screen and (max-width:600px) {

    .bannertext,
    .topbanner {
        height: auto;
    }

    .topbanner {
        margin-bottom: 0;
    }

    .profilepic img {
        height: auto;
        object-fit: contain;
    }

    .heading h4 {
        font-size: 7rem;
        letter-spacing: -1px;
    }

    .heading h3 {
        font-size: 3.4rem;
    }

    .homecontent h1 {
        font-size: 3.5rem;
    }

    .homecontent h4 {
        font-size: 1.5rem;
    }

    .homecontent {
        max-width: 100vw;
        margin-top: 3rem;
    }

    .menuborder {
        width: 95vw;
    }

    .serviceblock img {
        width: 50%;
    }

    .serviceblock h4 {
        font-size: 1.6rem;
    }

    .roles h5 {
        font-size: 1.6rem;
    }

    .domianmain .col {
        flex: 1 0 50%;
    }

    .blogblock {
        margin-bottom: 3rem;
    }

    .swiper-slide .swiper-slide--inner {
        padding-left: 10%;
        padding-right: 10%;
    }

    .contcircle {
        margin: auto;
    }

    footer {
        padding: 3rem;
        margin-top: 8rem;
    }

    .swiper-slide--inner .testimonial-detail p {
        font-size: 1.4rem;
    }

    footer p {
        font-size: 1.4rem;
    }

}

@media screen and (max-width:480px) {
    .homecontent h1 {
        font-size: 3rem;
    }

    .heading {
        margin-bottom: 4rem;
    }

    .container {
        width: 95%;
    }

    .heading h4 {
        font-size: 6rem;
    }

    .heading h3 {
        font-size: 3rem;
    }

    .swiper-slide .swiper-slide--inner {
        display: block;
        text-align: center;
    }

    .slide-avatar {
        text-align: center;
        margin-bottom: 2rem;

    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-size: 57%;
    }


}

@media screen and (max-width:360px) {
    html {
        font-size: 55%;
    }

    .homecontent h1 {
        font-size: 2.5rem;
    }

    .navbar-brand {
        font-size: 2.7rem;
    }

    .serviceblock img {
        width: 30%;
    }

    .serviceblock h4 {
        font-size: 1.8rem;
    }

    .heading h4 {
        font-size: 5rem;
    }

    .domianmain .col {
        flex: 1 0 100%;
    }

    .heading h3 {
        font-size: 2.8rem;
    }

    .box-about {
        padding: 2rem;
    }

    .box-about h3 {
        font-size: 4.5rem;
    }

    .socialmedia h5 {
        font-size: 2.2rem;
    }

    .socialmedia ul li a {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2.5rem;
    }

    footer {
        padding: 2rem 1rem;
    }
}