body{
    font-family: 'Poppins', sans-serif;
}

/* Reset css */
*{
    padding:0;
    margin:0;
}

a,
a:hover,
a:focus,
a:active,
a:visited{
    text-decoration:none;
    outline:none !important;
    box-shadow:none !important;
}


/* Common Css */
.color-white{
    color:#ffffff !important;
}
.font-30 {
    font-size: 30px;
    line-height: 36px;
}
.section-title-wrapper {
    text-align: center;
    max-width:700px;
    margin:0 auto;
    padding-bottom:40px;
}
.section-title-wrapper h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    font-stretch: normal;
    color: #163274;
}
.section-title-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.theme-btn{
    background-color:#FD7C54;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    border-radius: 0 !important;
    padding: 14px 36px;
    display: inline-block;
    position: relative;
    transition:all .3s;    
}

.theme-btn.blue-btn{
    background-color:#18AAEA;
}

.theme-btn:hover{
    color:#ffffff;
    transform:translate(10px, 10px);
}

.button-wrapper {
    display: inline-block;
    position: relative;
}

.button-wrapper:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    content: "";
    border:1px solid #E48A25;
    color: #ffffff;
    transition: all .3s;
}

.social-icons .social-links img {
    max-width: 36px;
}




@media (min-width: 1200px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
}

}




/* Our Css */
.header-banner-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}
.header {
    padding: 30px 0 20px;
}
.header .logo img{
    max-width:376px;
}
/* Banner */
.banner {
    padding:110px 0;
}
.banner-content {
    max-width: 702px;
}
.banner .banner-content h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    color: #163274;
}
.banner .banner-content p {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: #163274;
    margin: 15px 0 20px;
}
.banner-content ul {
    margin:23px 0 32px;
    max-width: 650px;
}
.banner-content ul li {
    color:#000000;
    font-size:30px;
    font-weight:300;
    line-height:36px;
    padding-right: 20px;
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
}
.banner-content ul li img {
    max-width: 27px;
}
.banner-content ul li span + span {
    padding-left: 10px;
    padding-top: 3px;
}

/* Services */
.services {
    padding:80px 0;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    overflow:hidden;
    z-index: 0;
}

.services .section-title-wrapper h3 {
    font-size: 40px;
    line-height: 46px;
}

.service-wrapper .service-body h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    color: #163274;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
}

.service-wrapper .service-body h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #FD7C54;
    left: 50%;
    transform: translate(-50%, 10px);
}

.service-wrapper .service-body p {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.service-wrapper .service-body ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4D4D4D;
    padding-bottom: 14px;
}

.service-inner {
    margin: 0 -6px;
    flex-wrap: wrap;
}

.service-inner .service-cover {
    flex:0 0 25%;
    max-width:25%;
    padding: 0 6px;
}

.service-inner .service-body {
    background: #FFFFFF;
    box-shadow: 2px 2px 20px #E7F7FF;
    border-radius: 15px;
    padding:30px 24px 48px;
    margin-top:12px;
}

.service-wrapper .service-body .theme-btn {
    padding: 10px 13px;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
}

.service-pic {
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FD7C54;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.service-pic img {
    max-width: 55px;
}


.bg-red,
.service-wrapper .service-body h4.border-red:after{
    background-color:#FD7C54;
}

.bg-blue,
.service-wrapper .service-body h4.border-blue:after{
    background-color:#18AAEA;
}

.bg-green,
.service-wrapper .service-body h4.border-green:after{
    background-color:#BDD231;
}

.bg-purple,
.service-wrapper .service-body h4.border-purple:after{
    background-color:#D883EC;
}

/* Gift Bag */
.gift-bag {
    background-size:cover;
    background-repeat:no-repeat;
    padding:75px 0;
}

.gift-bag .section-title-wrapper p {
    color: #96CCE8;
}

.gift-outer {
    display: flex;
    justify-content: center;
    max-width: 930px;
    margin: 25px auto 0;
}

.gift-outer .gift-body h4,
.gift-outer .gift-body h4 a{
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.gift-body {
    padding:60px 35px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    transition:all .3s;
    cursor: pointer;
}

.gift-inner {
    padding:0 18px;
    flex:0 0 50%;
}

.gift-outer .gift-body > img {
    position: absolute;
    right: -12px;
    bottom: -22px;
    max-width: 185px;
}

.gift-body .ribbon {
    position: absolute;
    right: -17px;
    top: -14px;
}

.ribbon img {
    max-width:130px;
}

.gift-inner .gift-body:hover{
    background:#3478c4;
}



.gift-wrapper .choose-gift p {
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.gift-bag .section-title-wrapper {
    padding-bottom: 10px;
}

.service-left-pattern,
.service-right-pattern{
    position:absolute;
    z-index: -1;
}

.service-left-pattern {
    bottom:20px;
    left:0;
    transform:translateX(-277px);
}

.service-right-pattern {
    right: -170px;
    top: 140px;
}


/* Process */
.process{
    padding:80px 0 60px;
    position:relative;
    overflow:hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.process .service-left-pattern {
    bottom:120px;
    left:0;
    transform:translateX(-140px);
}

.process .service-right-pattern {
    right:-200px;
    top:5px;
}

.process-pic img {
    width: 100%;
}


/* Our Customer */
.our-customer {
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
}

.customer-content {
    padding:46px 132px 28px;
    border-radius: 20px;
    position:relative;
    overflow:hidden;
}

.customer-content:before,
.customer-content:after{
    content: "";
    position: absolute;
    left:15px;
    top: -9px;
    width: 98px;
    height: 103px;
    background-repeat: no-repeat;
    background-size: contain;
}

.customer-content:after {
    right: 15px;
    bottom: -8px;
    left: auto;
    top: auto;
    transform: rotate(180deg);
}

.customer-content img{
    max-width:205px;
}

.customer-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #4D4D4DC2;
}

/* Partners */
.partners {
    padding: 70px 0;
    position: relative;
    z-index: 0;
    overflow:hidden;
}

.partners:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    height: 100%;
    background-position: center right;
}

.partners .section-title-wrapper {
    max-width: 100%;
    padding-bottom: 0;
}

.partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
}

.partners-cover {
    flex: 0 0 25%;
    max-width: 25%;
    padding:0 32px;
    margin-top: 62px;
}

.partner-logo {
    box-shadow: 10px 10px 30px #709AFF1A;
    border-radius: 15px;
    padding:20px 0;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    max-width:160px;
}

/* Footer */
.footer{
    padding:15px 0;
}

.footer-content p {
    color:#ffffff;
    font-size:20px;
    font-weight:400;
    line-height:26px;
    margin:0;
}

.social-icons .social-links {
    display: inline-block;
    margin: 0 3px;
}






/* Media query starts */
@media screen and (max-width:1199px){
    .service-wrapper .service-body h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .service-wrapper .service-body p {
        font-size: 15px;
        line-height: 23px;
    }

    .footer-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .gift-outer .gift-body h4,
    .gift-outer .gift-body h4 a{
        font-size: 32px;
        line-height: 42px;
    }

    .gift-outer .gift-body > img {
        max-width: 150px;
    }

    .gift-body {
        padding: 60px 35px 70px;
    }

    .banner-content ul {
        max-width: 560px;
    }

    .banner .banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner .banner-content p {
        font-size:22px;
        line-height:28px;
        margin: 10px 0 10px;
    }

    .banner-content ul li {
        font-size:20px;
        line-height:26px;
    }

    .theme-btn {
        font-size: 20px;
        line-height: 26px;
    }

    .partner-logo img {
        max-width: 130px;
    }

}



@media screen and (min-width:991px) and (max-width:1024px){
    .banner-content {
        max-width:430px;
    }
}



@media screen and (max-width:991px){
    .service-inner .service-cover {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-inner{
        flex-wrap: wrap;
        justify-content: center;
    }

    .customer-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .customer-content {
        padding: 46px 70px 28px;
    }

    .customer-content:before{
        left:10px;
        width:70px;
    }

    .customer-content:after{
        width:70px;
        right:10px;
    }

    .partner-logo img {
        max-width: 120px;
    }

    .section-title-wrapper h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .section-title-wrapper {
        padding-bottom: 20px;
    }

    .font-30 {
        font-size: 22px;
        line-height: 28px;
    }

    .section-title-wrapper p {
        font-size:16px;
        line-height:22px;
    }

    .gift-outer .gift-body h4,
    .gift-outer .gift-body h4 a{
        font-size: 28px;
        line-height: 37px;
    }

    .ribbon img {
        max-width: 100px;
    }

    .gift-outer .gift-body > img {
        max-width: 135px;
    }

    .gift-body {
        padding: 40px 35px 50px;
    }

    .services .section-title-wrapper h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .header-banner-wrapper {
        background-image:none !important;
    }

    .banner {
        padding: 70px 0 60px;
    }

    .header .logo img {
        max-width: 300px;
    }

    .services,
    .gift-bag,
    .process,
    .our-customer{
        padding: 45px 0;
    }

    .partners {
        padding: 50px 0;
    }

    .process .service-left-pattern {
        transform: translateX(-180px);
        bottom: 20px;
    }

    .process .service-right-pattern {
        right:-250px;
    }

    .partners-cover {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

}




@media screen and (max-width:767px){
    .gift-body {
        padding:40px 20px 40px;
    }

    .partners-wrapper {
        margin:0 -10px;
    }

    .partners-cover {
        padding: 0 10px;
        margin-top: 20px;
    }

    .gift-outer .gift-body h4,
    .gift-outer .gift-body h4 a {
        font-size: 22px;
        line-height: 32px;
    }

    .gift-inner {
        padding: 0 10px;
    }

    .gift-outer .gift-body > img {
        max-width: 105px;
    }

    .ribbon img {
        max-width: 85px;
    }

    .gift-body .ribbon {
        right: -10px;
        top: -12px;
    }

    .customer-content img {
        max-width: 160px;
    }

    .footer-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .logo {
        text-align: center;
    }

    .header .logo img {
        max-width: 290px;
    }

    .service-wrapper .service-body .theme-btn,
    .theme-btn{
        font-size: 16px;
        line-height: 22px;
    }

    .banner .banner-content p,
    .banner-content ul li{
        font-size: 20px;
        line-height: 26px;
    }

    .banner-content ul li {
        flex: 0 0 48%;
    }

    .section-title-wrapper h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .services .section-title-wrapper h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .font-30 {
        font-size: 18px;
        line-height: 24px;
    }

    .service-pic {
        width: 65px;
        height: 65px;
    }

    .service-pic img {
        max-width: 35px;
    }

    .service-wrapper .service-body h4 {
        font-size: 20px;
        line-height: 26px;
    }

}



@media screen and (max-width:576px){
    .gift-outer {
        flex-wrap: wrap;
    }

    .gift-inner + .gift-inner {
        margin-top: 20px;
    }

    .gift-outer .gift-body h4,
    .gift-outer .gift-body h4 a {
        font-size: 24px;
        line-height: 34px;
    }

    .gift-inner {
        flex: 0 0 100%;
        max-width: 350px;
    }

    .service-inner .service-cover {
        flex: 0 0 310px;
        max-width: 310px;
        padding: 0 20px;
    }

    .partners-cover {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-banner-wrapper {
        background-position: top right;
    }

    .banner-content ul li img {
        max-width: 18px;
    }

    .banner-content ul {
        flex-direction: column;
    }

    .banner-content ul li + li {
        margin-top: 10px;
    }

    .customer-content {
        padding: 46px 20px 28px;
    }

    .customer-content:before {
        width: 55px;
    }

    .customer-content:after {
        width: 55px;
    }

    .partner-logo {
        min-height: 140px;
    }

    .service-right-pattern {
        right: -190px;
    }

    .service-left-pattern {
        transform: translateX(-305px);
    }

    .process .service-left-pattern {
        transform: translateX(-200px);
        bottom: -30px;
    }

    .process .service-right-pattern {
        right: -261px;
        top: 0;
    }

    .section-title-wrapper h3 {
        font-size:26px;
        line-height:32px;
    }

    .services .section-title-wrapper h3 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .gift-body {
        padding: 30px 20px 30px;
    }

    .banner .banner-content p, .banner-content ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-content ul {
        margin: 14px 0 20px;
    }

    .banner .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

   
}



@media screen and (max-width:425px){
    .customer-content p,
    .section-title-wrapper p{
        font-size: 14px;
        line-height: 20px;
    }

    .partner-logo img {
        max-width: 100px;
    }

    .footer-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .social-icons .social-links img {
        max-width: 30px;
    }

}