body {
    font-family: "Poppins", sans-serif;
}

f:root {
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #284cb7;
    color: white;
    z-index: 1;
}

#btn-back-to-top:hover {
    background-color: #1e3a8e;
}

#btn-back-to-top:focus {
    box-shadow: none !important;
}


#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-pages {

    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.flx1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 7px 0;
}

.logo {
    width: 17%;
}

.container_1 {
    width: 70%;
    margin: auto;
}

.main-pages {
    margin-top: 60px;
}

#intro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #e7edfc url("../img/intro.jpg") center top no-repeat;
    background-size: cover;
}

#intro .intro-info h2 {
    color: #413e66;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 700;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
}

#intro .intro-info h2 span {
    color: #284cb7;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
    background: #0a98c0;
}


.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #2a4bb9;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.main-nav a:hover,
.main-nav li:hover>a {
    color: #173186;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1bb1dc;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

#contact {
    background-color: #284cb7;
    padding: 70px 0px 20px 0px;
}

.footlogo {
    width: 30%;
}

.foottext {
    color: white;
    margin: 30px 0px;
}

.contactdet div {
    margin-bottom: 14px;
}

.footcaption {
    font-size: 25px;
    color: white;
}

.pt1 {
    margin-top: 40px;
    color: white;
    border-top: 1px solid #4264ca;
    padding-top: 20px;
}

.whttxt {
    color: white !important;
}

.fbox p {
    margin-bottom: 0px;
    font-size: 16px;
}

.fbox i {
    color: #1bb1dc;
    margin-right: 10px;
    font-size: 18px;
}

.fbox {
    margin: 20px 0px;
}

/* theme start */
.contctlink {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    width: fit-content;
    background-color: #284cb7;
    border-radius: 50px;
    margin-top: 40px;
    color: white !important;
    letter-spacing: 2px;
    text-decoration: none !important;
    box-shadow: 0px 2px 20px 1px #a4aecc;
}

#intro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd url(../img/bgimg.png) center top no-repeat;
    background-size: cover;
}

.intropara {
    line-height: 35px;
}

.intro-info a {
    margin: 50px 0px 0px 0px;
}

.intropara1 {
    font-family: "DM Serif Text", serif;
    letter-spacing: 1px;
    font-size: 19px;
    margin: 30px 0px;
}

#about,
#products {
    margin: 100px 0px;
}

.mainhead {
    font-family: "DM Serif Text", serif;
    letter-spacing: 1px;
    font-size: 30px;
    color: #284cb7;
    margin-bottom: 25px;
}

.aboutpara {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}

.abtimg {
    width: 65%;
    margin-left: auto;
}

.feature {
    padding: 100px 0px;
    background-color: #f5f8fd;
}

.section1 {
    width: 60%;
}

.section2 {
    width: 70%;
    margin-left: auto;
}

.product-list li {
    font-size: 16px;
    line-height: 35px;
}

.product-list {
    padding-left: 20px;
}

.mtop10 {
    margin-top: 30px;
}

.bgsecpro {
    border-radius: 4px;
    flex: 1;
    border: 1px solid #dde7f7;
    box-shadow: 0px 2px 20px 1px #ebedf2;
}

.pimg {
    width: 100%;
    background-color: #f5f8fd;
    padding: 20px;
    overflow: hidden;
}

.pimgsec {
    width: 50%;
    margin: 0 auto;
}

.pimgsec img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.pimgsec img:hover {
    transform: scale(1.2);
}

.proddesc {
    width: 100%;
    padding: 30px;
}

.accordion-item {
    border: 1px solid rgb(221 231 247);
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(221 231 247);
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(221 231 247);
    color: black;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgb(221 231 247);
}

.table,
td {
    border: 1px solid #dee2e6;
    white-space: break-spaces;
}

#name,
#email,
#phone,
#message {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ffffff94;
    border-radius: 3px;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
}

.contactform label {
    margin-bottom: 0px;
    color: white;
    font-size: 14px;
}

.relative {
    position: relative;
    margin-bottom: 15px;
}

.submitbtn {
    background-color: white;
    display: block;
    padding: 10px 30px;
    border: none;
    width: fit-content;
    border-radius: 50px;
    margin-top: 20px;
    color: #284cb7 !important;
    letter-spacing: 2px;
    text-decoration: none !important;
    box-shadow: 0px 2px 20px 1px #203f9a;
}






@media (max-width: 1679px) {
    #intro .intro-info h2 {
        font-size: 40px;
    }

    .intropara {
        line-height: normal;
    }

    .intropara1 {
        font-size: 15px;
    }

    .banner_img {
        width: 35%;
    }

    .mainhead {
        font-size: 35px;
        line-height: 52px;
    }

    .fet_txt,
    .sevhd {
        font-size: 19px;
    }

    .footlogo {
        width: 25%;
    }

    .bannerpara {
        width: 50%;
    }
}

@media (max-width: 1599px) {
    .container_1 {
        width: 80%;
    }
}

@media (max-width: 1439px) {
    .main-nav a {
        font-size: 12px;
    }

    #intro .intro-info h2 {
        font-size: 37px;
    }

    .intropara,
    .intropara1,
    .aboutpara,
    .product-list li,
    .accordion-button,
    table,
    input,
    textarea {
        font-size: 14px;
    }

    .mainhead {
        font-size: 30px;
        line-height: 45px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bannerpara,
    .whttxt,
    .foottext,
    .pt1 {
        font-size: 14px;
    }

    .contctlink {
        margin-top: 30px;
        font-size: 13px;
    }

    .submitbtn{
        font-size: 13px;
    }

    .abtimg {
        width: 70%;
    }

    .paratext {
        font-size: 13px;
        line-height: 30px;
    }

    .mainhd {
        font-size: 30px;
        line-height: 40px;
    }

    .fet_txt,
    .sevhd {
        font-size: 18px;
    }

    .bluebox {
        padding: 10px 15px;
    }

    .footlogo {
        width: 20%;
    }

    .bannerimg {
        width: 90%;
        margin-left: auto;
    }

    .abtimg {
        width: 60%;
    }

    .section2 {
        width: 65%;
    }

    .section1 {
        width: 55%;
    }

    .logo {
        width: 14%;
    }

    .table td:first-child{
        width: 67%;
    }
}

@media (max-width: 1299px) {
    .banner_img {
        width: 33%;
    }

    .mainhead {
        font-size: 28px;
        line-height: 40px;
    }

    .contctlink {
        margin-top: 25px;
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .banner_img {
        width: 50%;
    }

    .container_1 {
        width: 90%;
    }

    .mainhd {
        font-size: 27px;
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    .topsec {
        width: 100%;
    }

    .footlogo {
        width: 33%;
    }

    #contact {
        padding: 40px 0px 20px 0px;
    }

    .abtimg {
        width: 60%;
    }

    #about,
    #services {
        margin: 50px 0px;
    }

    #features {
        padding: 60px 0px;
    }

    .mtop_10 {
        margin-top: 30px;
    }

    .bluebox {
        margin-top: 20px;
    }

    .footcaption {
        font-size: 20px;
    }

    #intro .intro-info h2 {
        font-size: 30px;
    }

    .feature {
        padding: 60px 0px;
    }

    .bgsecpro {
        margin-bottom: 10px;
    }

   #products {
        margin: 70px 0px;
    }
}

@media (max-width: 767px) {
    .mainhead {
        font-size: 27px;
        line-height: 38px;
    }

    .bannerpara {
        width: 95%;
    }

    .mobile-nav-toggle i {
        margin: 25px 18px 0 0;
    }

    .banner_img {
        width: 66%;
    }

    .footlogo {
        width: 40%;
    }

    .foottext {
        width: 100%;
    }

    .wid_70 {
        display: block !important;
    }

    .wid_70 .d-flex {
        margin-bottom: 5px;
    }

    #intro {
        height: auto;
        padding: 50px 0px;
    }

        .logo {
        width: 40%;
    }

    .bannerimg {
        width: 90%;
        margin:0 auto;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .intro-info a {
    margin: 0 auto;
    margin-top: 30px;
    }

    .abtimg {
   display: none;
    }

    .section1, .section2{
        margin: 0 auto;
        
    }

        #intro .intro-info h2 , .intropara, .intropara1{
            text-align: center;
        }

}