@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #111;
}

.space30 {
    padding: 30px 0;
}

.space50 {
    padding: 50px 0;
}

.commspace {
    padding: 100px 0;
    clear: both;
}

.imgfull {
    width: 100%;
    height: auto;
}

.offcls .col-megamenu li a,
.footertop li:first-child,
.footerbottom li {
    font-weight: bold;
}

header {
    position: sticky;
    top: 0;
    z-index: 10;
}

header .navbar,
footer {
    background: #111;
}

header .navbar,
header .navbar-brand {
    padding: 0;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0;
    padding: 24px 12px;
    width: 1298px;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    background: #F2F2F2;
}

header .navbar-toggler {
    border-color: #fff;
    padding: 0.25rem 0.5rem;
}

header .navbar-toggler .navbar-toggler-default,
header .navbar-toggler[aria-expanded=true] .navbar-toggler-toggled,
header .dropdown-toggle,
.offcls .col-megamenu li {
    display: flex;
}

header .navbar-toggler .navbar-toggler-toggled,
header .navbar-toggler[aria-expanded=true] .navbar-toggler-default,
.offcls .col-lg-5:first-child .col-megamenu li:first-child:before {
    display: none;
}

header .navbar-toggler:focus{
    box-shadow: none;
    outline: none
}

header .navbar-nav li:last-child a.nav-link {
    background: #505050;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 50px;
}

header .dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    margin-left: auto;
    content: "";
    transition: all .35s;
    transform: rotate(-180deg);
    margin-top: 5px;
    margin-left: 5px;
}

header .navbar-nav li.current-item .dropdown-toggle::after {
    background-image: url(../img/chevron-up.svg);
    transform: rotate(0);
}

header .dropdown-toggle::after,
.offcls .col-megamenu li:hover a img,
.offcls .col-megamenu li a img {
    border: none
}

header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav li.current-item:hover a.nav-link {
    color: #F64D00;
}

.offcls .col-megamenu li{
    padding: 15px
}

.offcls .col-megamenu li:last-child,
.footertop li:last-child{
    margin-bottom: 0;
}

.offcls .col-megamenu li .menubox{
    margin-left: 15px;
}

.offcls .col-megamenu li:first-child a img,
.offcls .col-megamenu li a img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.offcls .col-megamenu li a,
.footertop li a,
.prompt a{
    text-decoration: none;
}

header .navbar-expand-lg .navbar-nav .nav-link,
.offcls .col-megamenu li a,
.footertop li {
    font-size: 18px;
}
.offcls .col-megamenu li a{
    color: #111;
}
.offcls .col-megamenu li:hover{
    background: #fff;
    box-shadow: 0px 7px 8px 1px rgba(0, 0, 0, 0.15);
}

.offcls .col-megamenu li:hover a,
.footertop li a:hover{
    color: #F64D00;
}
.offcls .col-lg-5:first-child .col-megamenu li::before {
    content: '';
    position: absolute;
    background: #111;
    width: 1px;
    height: 40px;
    left: 40px;
    top: -20px;
    z-index: -1;
} 
.offcls .col-lg-4{
    margin-left: auto;
}
.prompt {
    background: linear-gradient(180deg,rgba(0, 16, 42, 1) 39%, rgba(246, 77, 0, 1) 100%);
    border-radius: 30px;
    padding: 20px;
}

.prompt .imgfull,
.offcls .col-megamenu li:hover{
    border-radius: 10px;
}

.prompt p {
    margin: 15px 0 10px;
    font-size: 16px;
    line-height: 1.3;
}
.prompt i {
    font-size: 32px;
    color: #fff;
}
.footertop ul:last-child,
.footerbottom li:last-child {
    margin-right: 0;
}

.offcls .col-lg-5:first-child .col-megamenu li,
.prompt{
    position: relative;
}

header .navbar-toggler,
header .navbar-expand-lg .navbar-nav .nav-link,
.prompt a,
footer,
.footertop li .d-block,
.footertop li a{
    color: #fff;
}
.footertop {
    display: flex;
    justify-content: space-between;
}

.footertop ul {
    vertical-align: top;
    display: inline-block;
}
.footertop li:first-child,
.footerbottom li {
    font-size: 20px;
}

.footertop li {
    margin-bottom: 15px;
}

.footertop li span {
    color: #C5C5C5;
}

.footerbottom li {
    display: inline-block;
    margin-right: 10px;
}

.footerbottom .col-lg-4:last-child {
    text-align: right;
}

.copy {
    font-size: 15px;
    margin-top: 27px;
}

.footerbottom .col-lg-4:first-child {
    margin-top: 18px;
}
.mainbanner{ background: 
    radial-gradient(
      circle at top right,
      rgba(255, 94, 0, 0.9) 0%,
      rgba(255, 94, 0, 0.4) 15%,
      rgba(255, 94, 0, 0.15) 23%,
      rgba(255, 255, 255, 0) 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(110, 140, 255, 0.9) 0%,
      rgba(110, 140, 255, 0.4) 14%,
      rgba(110, 140, 255, 0.15) 26%,
      rgba(255, 255, 255, 0) 46%
    ),
    #ffffff;
}
.mainbanner h1{
    font-size: 50px;
    color: #111;
    font-weight: 700;
    margin-bottom: 30px;
}
.mainbanner h1 span{
    display: block;
}
.mainbanner p{
    font-size: 20px;
    margin-bottom: 30px;
}
.mainbanner .text-right{
    text-align: right;
    position: relative;
}
.mainbanner .text-right::before {
    position: absolute;
    content: '';
    background: url(../img/star-bg.svg);
    width: 254px;
    height: 254px;
    right: -14%;
    top: -22%;
}
.mainbanner .text-right img{
    position: relative;
}
.btngroup {
    display: flex;
    align-items: center;
}
.btngroup img{
    margin-left: 15px;
}
.btnorg {
    padding: 20px 50px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #0838F8 50%, #F64D00 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in;
}
.btnorg:hover{
    background-position: left;
    color: #fff;
}
.mainbanner .btnorg{
    text-transform: uppercase;
}
.headingcom{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    color: #111;
    line-height: 1.3;
}
.headingcom span{
    display: block;
}
.btnwhite {
    padding: 20px 100px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    color: #111;
    font-size: 20px;
    background: linear-gradient(to right, #F64D00 50%, #fff 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in;
    border: 1px solid #111;
}
.btnwhite:hover{
    background-position: left;
    color: #fff;
    border-color: #F64D00;
}
@media (max-width:1399px) {
    .mainbanner h1 {
        font-size: 40px;
    }
    .mainbanner p {
        font-size: 18px;
    }
    .mainbanner .text-right::before{
        right: -10%;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 1116px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link, .offcls .col-megamenu li a, .footertop li{
        font-size: 16px;
    }
    .offcls .col-megamenu li a,
    .footertop li:first-child,
    .footerbottom li {
        font-weight: 600;
    }
    .copy,
    .footertop li {
        font-size: 13px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 30px;
    }

    header .dropdown-toggle::after {
        margin-top: 3px;
    }
    .footertop li:first-child,
    .footerbottom li {
        font-size: 16px;
    }

    .footertop li {
        margin-bottom: 10px;
    }

    .copy {
        margin-top: 28px;
    }
}
@media (max-width:1280px) {
    .mainbanner .text-right::before {
        right: 0;
    }
}
@media (max-width:1199px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 25px;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 936px;
    }
    .offcls .col-megamenu li:first-child a img, .offcls .col-megamenu li a img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .offcls .col-lg-5:first-child .col-megamenu li::before{
        left: 35px;
    }
    .footerbottom li{
        margin-right: 0;
    }
    .footerbottom li img {
        width: 50px;
    }
}

@media screen and (min-width: 992px) {
    header .navbar .dropdown .dropdown-menu:hover,
    header .navbar .dropdown:hover .dropdown-menu {
        display: block
    }
    header .navbar .has-megamenu {
        position: static;
    }
    header .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width:991px) {
    header .navbar, header .navbar-brand {
        padding: 5px 0;
    }
    .commspace{
        padding: 50px 0;
    }
    .mainbanner .text-right{
        margin-top: 30px;
        text-align: left;
    }
    .mainbanner .text-right::before{
        display: none;
    }
    .footerbottom .col-lg-4:first-child {
        margin-top: 0;
    }
    .copy {
        margin-top: 0;
        text-align: right;
    }
}