
/* Global css begin */

/*pink colour start*/

.pink-color{
    background-color:#FFF7F4 !important;
}
.white-color{
    background-color:white;
}
           .usp-wrappers{
                background-color:#FFF7F4 !important;
            } 
            .source-wisely-wrappers{
                background-color:white;
            }
            .global-content-wrappers{
                background-color:#FFF7F4;
            }
        @media (max-width:992px){
           .usp-wrappers{
                background-color:white !important;
            } 
            .source-wisely-wrappers{
                background-color:#FFF7F4;
            }
            .global-content-wrappers{
                background-color:white;
            }
        }
/*pink color end*/


.btn-orange{
    background-color: #FF5300;
    color: #ffffff;
}
.btn-orange:hover{
    color: #ffffff;
}
.with-icon-right img{
    padding-right: 10px;
}
.orange-text{
    color:#FF5300 !important;
}
.section-title{
    text-align: center;
}
/* Global css end */
/* Header begin */
.header-right{
    display: flex;
    border-left: 1px solid #E5E8E8;
}
.header-right .btn{
    height: 40px;

    margin: 0px 4px;
    padding:3px;
}
.logo img{
    height:48px;
    width:100%;
}
.mobile-nav{
    display:none;
}
/* Header end */

/* Hero Section begin */
.hero-section{
    background-image: url('../images/hero-banner.webp');
    background-color:#1F2528;
    height:800px;
    display: flex;
    align-items: center;
}
.hero-section .hero-content {
    padding-right: 90px;
}
.hero-section .hero-content h1{
    font-size: 56px;
    font-weight: 700;
}
.hero-section .hero-content p{
    font-size: 24px;
    line-height: 33px;
}
.banner-usp{
    display: flex;
    /*justify-content: space-between;*/
}
.banner-usp .usp-icon-wrapper{
    display: flex;
    align-items: center;
    margin-right:25px;
}
.banner-usp .usp-icon-wrapper img{
    height: 42px;
    margin-right: 20px;
}
.banner-usp .usp-icon-wrapper{
    margin-top: 12px;
}
.banner-usp .usp-icon-wrapper p{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
}
.item-review{
    box-shadow: 0px 1px 4px 0px #0000001A;
    background-color:#ffffff;
    padding: 20px;
    border-radius: 20px;
}
.item-review .client-info{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.item-review .client-info .client-img{
    display: flex;
    align-items: center;
}
.item-review .client-info .client-img img{
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}
.item-review .client-info .client-img p{
    color:#FF5300;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.item-review .client-info .client-img p span{
    font-size: 12px;
    color:#7B7B7B;
}
.item-review .client-info .qoute-img{
    width: 70px;
    height:70px;
}
.hero-slider{
    margin-top: 50px;
}
.hero-slider .owl-nav div{
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 55px 6px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    color: #E0E0E0;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.hero-slider .owl-nav div i{
    color: #E0E0E0;
}
.hero-slider .owl-nav .owl-prev {
    left: -40px;
    top: 110px;
}
.hero-slider .owl-nav .owl-next {
    right: -40px;
    top: 110px;
}
/* Hero Section end */
/* Logo wrapper begin */
.logo-wrapper .logo-wrap{
    background-color:#ffffff;
    border-radius: 50px;
    margin-top: -110px;
}
.logo-wrapper .logo-wrap ul{
    display: flex;
    padding: 15px;
}
.logo-wrapper .logo-wrap ul li{
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

/* Logo wrapper end */
/* usp-item begin */
.usp-wrapper{
    padding:  50px 0px;
}
.usp-item{
    text-align: center;
    
}
.usp-item img{
    transition: transform 0.6s ease;
}
.usp-item:hover img{
    transform: translateY(-5px);
    background-color: #FF5300;
}

.usp-item img{
    background-color: #51596C;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 75px;
    width:75px;
}

.usp-item p{
    color:#51596C;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.border-line-before{
    position: relative;
}
.usp-wrapper .border-line-before::before{
    content: "";
    position: absolute;
    width: 15800px;
    height: 1px;
    z-index: 0;
    left: -3000px;
    background-color: #51596C;
    margin-top: 40px;
    opacity: 0.3;
}

/* usp-item end */
/* contact-form-wrapper begin */
.contact-form-wrapper{
    padding:80px 0px 70px;
}
.contact-form-wrapper .input-group-text{
    background-color: transparent;
    padding: 0.675rem 0.375rem;
    border-radius: inherit;
    border-right: none;
}
.contact-form-wrapper .input-group-text i{
    color:#BDBDBD;
}
.contact-form-wrapper input{
    border-left: none;
}
.contact-form-wrap .btn-orange{
    box-shadow: 4px 5px 15px 0px #FF530066;
    padding: 10px 55px;
font-size: 20px;
font-weight: 500;
line-height: 25px;
letter-spacing: 0.005em;
text-align: center;
}
.contact-heading h3{
    color:#251914;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
}
.contact-heading p{
    color:#51596C;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 15px;
}
.contact-info{
    background-color: #3D474D;
    padding: 50px 40px;
    color: #ffffff;
    position: relative;
    min-height: 480px;
    border-radius: 10px;
}
.contact-info .contact-info-list li {
    padding-bottom: 20px;
}
.contact-info .contact-info-list li a{
    color:#ffffff;
    
    opacity: 0.75;
}
.contact-info .contact-info-list li a i{
    margin-right: 15px;
    font-size: 20px;
}
.contact-info-bottom{
    position: absolute;
    bottom: 40px;
}
.contact-info-bottom ul{
    display: flex;
}
.contact-info-bottom ul li{
    margin: 0px 15px;
}
.contact-info-bottom ul li:first-child{
    margin-left: 0px;
}
.contact-info-bottom ul li a{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    line-height: 35px;
    color: #ffffff;
    opacity: 0.75;
    text-align: center;
    border: 1px solid #ffffff;
}
.contact-info-bottom ul li a i{
    color: #ffffff;
    opacity: 0.75;
}
.contact-info-bottom ul li a svg{
    fill: #ffffff;
    opacity: 0.75;
}
.contact-form-wrapP{
    padding-right: 80px;
}
.contact-info-list{
    margin-top: 25px;
}
/* contact-form-wrapper end */
/* process-wrapper begin */
.process-wrapper{
    padding:60px 0px;
    /*background-color: #FFF7F4;*/
}
.process-wrapper .process-item{
    text-align: center;
}
.process-wrapper .process-item:hover span{
    color:#FF5300;
    background-color: #ffffff;
    transform: translateY(-5px);
    border:1px solid #FF5300;
}
.process-wrapper .process-item span{
    height: 80px;
    width:80px;
    line-height: 80px;
    color:#ffffff;
    background-color: #FF5300;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: transform 0.6s ease;
}
.process-wrapper .process-item p{
    color:#51596C;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.process-wrapper .up-arrow{
    position: relative;
}
.process-wrapper .up-down{
    position: relative;
    margin-top: 5px;
}
.process-wrapper .up-arrow::after{
    content: '';
    background-image: url(../images/uparrow.png);
    position: absolute;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    bottom: -22px;
}
.process-wrapper .up-down::before{
    content: '';
    background-image: url(../images/downarrow.png);
    position: absolute;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    top: -39px;
}
.process-border-after::after{
    content: "";
    position: absolute;
    width: 15800px;
    height: 3px;
    z-index: 0;
    left: 0;
    background-color: #51596C;
    margin-top: 40px;
}
.process-border{
    border:7px solid #51596C;
    position: absolute;
    width: 100%;
    top: 156px;
}

/* process-wrapper end */

/* team-wrapper begin */
.team-wrapper{
    padding: 80px 0px 60px; 
}

.team-wrap-card{
    padding: 25px 20px;
    box-shadow: 0px 4px 92px 3px #00000017;
    text-align: center;
    margin: 55px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.6s ease;
    border-radius: 10px;
}
.team-wrap-card:hover{
    transform: translateY(-5px);
    background-color: #FF5300;
}
.team-wrap-card:hover .team-info .team-name{
    color:#ffffff;
} 
.team-wrap-card:hover .team-info .team-position{
    color:#ffffff;
} 
.team-wrap-card img{
    border-radius: 50%;
    background: aliceblue;
    height: 230px;
    width: 230px !important;
    object-fit: contain;
}
.team-wrap-card .team-info{
    margin-top:15px;
}
.team-wrap-card .team-info .team-name{
    color: #251914;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 10px;
}
.team-wrap-card .team-info .team-position{
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
}
.team-info ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-info ul li a{
    background-color: #F2F2F2;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 50%;
}
.team-info ul li a i{
    color:#51596c;
    font-size: 14px;
}
.team-wrapper .section-title{
    margin-bottom:10px;
}

/* team-wrapper end */


/* Price Panel begin */
.price-panel-wrapper{
    padding:70px 0px;
    background-color: white;
}
.flip-card {
    background-color: #ffffff;
    width: 100%;
    height: 450px;
    /* perspective: 1000px; */
    margin-bottom:15px;
    position: relative;
}
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
  }
  
  /*.flip-card:hover .flip-card-inner {*/
  /*  transform: rotateY(180deg);*/
  /*}*/
  
  /*.flip-card-front, .flip-card-back {*/
  /*  position: absolute;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  -webkit-backface-visibility: hidden;*/
  /*  backface-visibility: hidden;*/
  /*  border-radius: 10px;*/
  /*  padding: 15px;*/
  /*} */
  .flip-card-front {
    background-color: #ffffff;
    color: #51596C;
    padding: 25px;
  }
  .flip-card-front .plan-top-content{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    align-items: center;
    
  }
  .flip-card-front .plan-top-content .plan-name{
    color: #251914;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
  .flip-card-front .plan-top-content .plan-name span{
    color:#51596C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
  }
  .flip-card-front .plan-top-content .plan-cost{
    background-color: #ffeee5;
    padding: 15px;
    font-size: 26px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 10px;
  }
  .flip-card-front .plan-top-content .plan-cost span{
    color:#51596C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .flip-card-front .plan-center-content{
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translate(0%, -50%);
  }
  .flip-card-front .plan-center-content ul{
    text-align: left;
  }
  .flip-card-front .plan-center-content ul li{
    color:#51596C;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .flip-card-front .plan-center-content ul li i{
    color: #ffffff;
    background-color: #FF5300;
    margin-right: 7px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
  }
  .flip-card-inner .plan-bottom-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-bottom-content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    transform: translate(-50%, 0%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-bottom-content .btn-orange{
    margin:0px 25px;
    box-shadow: 4px 5px 15px 0px #FF530066;
    font-size: 20px;
    line-height: 24px;
    border-radius: 8px;
    padding: 15px 10px;
}
.flip-card-back {
    background-color: #455A64;
    color: white;
    transform: rotateY(180deg);
}
.flip-card-back .plan-top-content{
    
}
.flip-card-back .plan-top-content p{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    padding: 15px 0px;
    border-bottom: 1px solid #817e7e;
    margin-bottom: 0;
}
.flip-card-back .plan-center-content{
    padding: 30px 0px 0px;
}
/* Price panel end */
.blog-wrapper{
    padding: 50px 0px 70px;
}

.blog-wrapper .blog-img{
    position: relative;
    padding-bottom: 15px;
}
.blog-wrapper .blog-img p{
    position: absolute;
    bottom: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border-radius: 0px 10px 10px 0px;
    font-size: 12px;
}
.blog-wrapper .blog-content h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.blog-wrapper .blog-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.blog-wrapper .blog-content a{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline !important;
    color: #FF5300;
}
.small-blog-item{
    display: flex;
    padding-bottom: 20px;
}
.small-blog-item img{
    height:175px;
    object-fit: cover;
}
.small-blog-item h3{
    font-size: 18px;
}
.small-blog-item .blog-img{
    flex: 1 0 35%;
    max-width: 35%;
    padding-right: 10px;
}

/* call-to-action-wrapper begin */
.call-to-action-wrapper{
    background-image: url(../images/cta-banner.png);
    background-color: #000000;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.call-to-action-wrapper .cta-content h4{
    color:#ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 59px;
    text-align: center;
}
.call-to-action-wrapper .cta-content p{
    color:#ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: center;
    margin-bottom: 50px;
}
.call-to-action-wrapper .cta-content input{
    background-color: rgba(255, 255, 255, 0.7);
    height:70px;
    border-radius: 20px;
    padding: 0px 30px;
    backdrop-filter: blur(15px);
}
.call-to-action-wrapper .newsletter-form{
    position: relative;
}
.call-to-action-wrapper .newsletter-form .btn{
    position: absolute;
    right: 25px;
    top: 10px;
    background-color: #ffffff;
    color: #FF5300;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    padding: 10px 40px;
}
/* call-to-action-wrapper end */
/* footer begin */
footer{
    background-color: #373737;
    padding: 60px 0px 40px 0px;
}
footer .footer-col-1 img{
    padding-bottom: 15px;
    height: 90px;
    margin-bottom: -10px;
    margin-left: -15px;
}
footer .footer-col-1 p{
    color:#ffffff;
}
footer .footer-col-1 ul{
    display: flex;
}
footer .footer-col-1 ul li{
    margin: 0px 10px;
}
footer .footer-col-1 ul li:first-child{
    margin-left: 0px;
}
footer .footer-col-1 ul li a{
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    line-height: 44px;
}
footer .footer-col-1 ul li a:hover{
    background-color: #FF5300 ;
}
footer .footer-col-1 ul li a:hover i{
    color:#ffffff;
}
footer .footer-col-1 ul li a i{
    color:#FF5300;
    font-size: 22px;
}
footer .footer-col-1 ul li a svg{
    height: 32px;
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    line-height: 32px;
    fill: #ff5300;
    padding: 4px;
    margin-bottom: 10px;
}
footer .footer-col-1 ul li a:hover svg{
    fill:#ffffff;
    background-color: #ff5300;
}
footer .footer-heading{
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color:#FF5300;
    padding-bottom: 15px;
}
footer .quick-links-fotter li a{
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}
footer .quick-links-fotter li a:hover{
    color:#FF5300;
}
footer .quick-links-fotter li a i{
    color:#FF5300;
    margin-right: 10px;
}
.footer-social{
    margin-top: 35px;
}
.copy-right-footer{
    background-color:#FF5300;
    padding: 15px 0px;
}
.copy-right-footer .copy-content{
    display: flex;
}
.copy-right-footer .copy-content span{
    color:#ffffff;
    font-size: 14px;
    margin-right: 20px;
}
.copy-right-footer .copy-content ul{
    display: flex;
}
.copy-right-footer .copy-content ul li{
    /* list-style: disc; */
    color: #ffffff;
    padding: 0px 10px;
}
.copy-right-footer .copy-content ul li a{
    color:#ffffff;
}
/* footer end */

/* Responsive */
.mobile-process{
    display:none;   
}
