* {
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    scroll-behavior: smooth;
    background-image: url('../img/Public/body.png');
    background-position: -500px;
    background-repeat: no-repeat;
    overflow-x: hidden;
    width: 100vm;
}
body{
    max-width: 100%;
}  
.container {
    position: relative;
}
.delShadow {
    box-shadow: none !important;
    outline: none !important;
}
.c_title {color: #3E3E3E;}
.c_desc {color: #B4B4B4;}
.c_date {color: #BBBBBB;}
.c_Btn {color: #7763C4;}
.c_Diff {color: #FF5E48;}
.c_Diffs {color: #553BB5;}

.modal-dialog {
    max-width: 70%;
}
/*
    Nav Bar Styles Section In Top Section 
*/ 
.Top-Section .navbg {
    background-color: white;
}
.Top-Section .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.Top-Section .mystylePadding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.Top-Section .navbar .navbar-brand {width:120px;height: auto;}
.Top-Section .navbar .collapse .margin-Start {margin-left: 120px;}
.Top-Section .navbar .collapse .margin-Start .nav-item a{
    font-size: 20px;
}
.Top-Section .navbar .collapse .margin-Start .nav-link {color: #3E3E3E;}
.Top-Section .navbar .collapse .margin-Start .dropdown .dropdown-menu {
    border: 1px solid #ECECEC;
}
.Top-Section .navbar .collapse .margin-Start .dropdown .dropdown-item {
    font-size: 15px;
    position: relative;
    right: 0px;
    color: #757575;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.Top-Section .navbar .collapse .margin-Start .dropdown .dropdown-item:hover {
    position: relative;
    right: -10px;
    background: none;
}
.Top-Section .navbar .collapse .margin-Start .dropdown .dropdown-item:hover span,
.Top-Section .navbar .collapse .margin-Start .nav-link:hover {
    color: #005ED8;
}
.Top-Section .navbar .collapse .margin-Start .dropdown .dropdown-item .fa-circle {
    font-size: 5px;
    color: #ECECEC;
}
.Top-Section .navbar .collapse .LinkWhats{
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    background: linear-gradient(-100deg,#553BB5,#7763C4);
    color: white;
    font-size: 15px;
    box-shadow: 0px 30px 30px rgba(98, 74, 187, 0.1);
    transition: all 0.2s ease-in ;
    -webkit-transition: all 0.2s ease-in ;
    -moz-transition: all 0.2s ease-in ;
    -o-transition: all 0.2s ease-in ;
}

.Top-Section .navbar .LinkLanguage{
    color: #412fa8;
    position: relative;top: 4px;
}

.Top-Section .navbar .LinkWhatsSm svg #Path_34331,
.Top-Section .navbar .LinkWhatsSm svg #Path_34332 {
    fill: #553BB5;
}
.Top-Section .navbar .collapse .LinkWhats:hover {
    border: 2px solid #553BB5;
    border-radius: 50px;
    background: none;
    color: #553BB5;
}
.Top-Section .navbar .collapse .LinkWhats:hover svg #Path_34331,
.Top-Section .navbar .collapse .LinkWhats:hover svg #Path_34332 {
    fill: #553BB5;
}

/*
    Style Index Page
*/
.HomeBanner {margin-top: 150px;margin-bottom: 100px;}
.HomeBanner .TitleBanner .HomeTitle {
    margin-top: 50px !important;
    font-size: 2.4rem;
    width: 95%;
    line-height: 60px;
}
.HomeBanner .DescribeBanner img {transform: rotateZ(180deg);}
.HomeBanner .DescribeBanner p {
    font-size: 22px;
    width: 90%;
    line-height: 40px;
    color: #757575;
}
.HomeBanner .LinkAddBanner a {
    display: inline-block;
}
.HomeBanner .LinkAddBanner a.freeBtn {
    padding: 20px 30px;
    border-radius: 50px;
    color: white;
    background: linear-gradient(180deg,#FF573F,#FF806E);
    border: 2px;
    font-size: 15px;
    box-shadow: 0px 30px 30px rgb(0 0 0 / 8%);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.HomeBanner .LinkAddBanner a.freeBtn:hover {
    color: #FF573F;
    font-size: 14px;
    border: 2px solid #FF573F;
    background: white;
}
.HomeBanner .LinkAddBanner a.DefineBtn {
    padding: 20px 30px;
    border-radius: 50px;
    color: #757575;
    background: rgba(184, 173, 224, 0.21);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.HomeBanner .LinkAddBanner a.DefineBtn:hover {
    background-color: rgba(100, 74, 196, .02);
}
.HomeBanner .LinkAddBanner a.DefineBtn img {
    position: relative;left: 0px;
    transform: rotateZ(180deg);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.HomeBanner .LinkAddBanner a.DefineBtn:hover img {left: -10px;}
.HomeBanner .ImgedBanner img{width: auto;}


.profileDownload {
    padding: 45px 50px;
    background: linear-gradient(-90deg,#7763C4,#4D32B2);
    border-radius: 15px;
    box-shadow: 0px 40px 50px rgba(0, 0, 0, .06);
}
.profileDownload .desDownload {font-size: 25px;}
.profileDownload .BtnProfile {
    background-color: white;
    color: #4D32B2;
    padding: 18px 33px;
    font-size: 15px;
    border-radius: 50px;
    border: 2px solid white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.profileDownload .BtnProfile svg path {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.profileDownload .BtnProfile:hover svg path {fill: white;}
.profileDownload .BtnProfile:hover {
    background: none;
    color: white;
}


.HomeWhatService {margin-top: 100px;margin-bottom: 150px;}
.HomeDescribeService {margin-bottom: 80px;}
.HomeDescribeService p span {
    background: white;
    box-shadow: 30px 5px 20px rgba(0, 0, 0, .05);
    padding: 10px 25px;
    border-radius: 50px;
}
.HomeWhatService .HomeDetailService .HomeDetailItem .HomeImg img{
    position: relative;right: -15px;
    transform: scale(1,1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.HomeWhatService .HomeDetailService .HomeDetailItem:hover .HomeImg img {
    transform: scale(1.1,1.1);
}
.HomeWhatService .HomeDetailService .HomeDetailItem .HomeDes {
    font-size: 10pt;color: #757575;
    height: 30px;
}
.HomeDetailService .link-Blog img {transform: rotateZ(180deg);}
.WhyNeed .need .BannerWhyNeed .BannerWhyNeedHome{
    padding: 10px 30px;
    border-radius: 50px;
    background: #FF7F6C;
    word-spacing: 5px;
    font-size: 17px;
}
.WhyNeed .need .imgHomeNeed{
    margin-top: -100px;
}

.CaseStudy {margin-bottom: 150px;}
.TitleStyudy p span {
    padding: 20px 40px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .05);
    background: white;
    border-radius: 50px;
    font-size: 17px;
    color: #FF7F6C;
}
.CaseStudy .Study .DescribeStyudy p {
    font-size: 18px;
    width: 90%;
    color: #757575;
    line-height: 35px;
}
.CaseStudy .Study .LinkStyudy a {
    background: linear-gradient(-80deg, #4D32B2,#7763C4);
    padding: 20px 60px;
    border-radius: 50px;
    border: 1px;
    font-size: 15px;
    box-shadow: 0px 30px 40px rgba(81, 55, 179, 0.5) !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.CaseStudy .Study .LinkStyudy a:hover {
    border: 1px solid #4D32B2;
    color:  #4D32B2 !important;
    font-size: 14px;
    background: none;
}
.CaseStudy .ImgStudy img {
    border-radius: 20px;
    box-shadow: 0px 10px 15px rgb(0,0,0,.06);
}

.CompanySure {
    background: #FAF9FF;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 150px;
}
.CompanySure .TopCopmanySection .TitleTopCompany {margin-top: 80px;}
.CompanySure .TopCopmanySection .TitleTopCompany h1{font-size: 35px;}
.CompanySure .TopCopmanySection .DescribeTopCompany p {
    font-size: 18px;
    color: #757575;
    width: 100%;
}
.CompanySure .Company {margin-top: 80px;}
.CompanySure .Company .sliderCompany .item .SliderImgCompany {
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
    padding: 15px 10px;
    border-radius: 8px;
}
.CompanySure .Company .sliderCompany .item .SliderImgCompany img {margin: auto;}
.CompanySure .Company .sliderCompany .owl-stage {padding-top: 15px;padding-bottom: 15px;}
.CompanySure .ImgCompanyTop img {width: 50%;}

.HomeBlogs {margin-bottom: 150px;}
.HomeBlogs .HomeBlog .SliderHomeBlog .item {width: 55%;margin: auto;}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .DescribeBlog {
    width: 80%;
    margin: auto;
    font-size: 17px;
    color: #707070;
    margin-bottom: 40px;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .DetailTimeBlog {text-align: left !important;} 
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .DetailTimeBlog .spantime {
    background-color: #F8F8F8;
    padding: 10px 25px 5px 25px;
    color: #757575;
    border-radius: 50px;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .TitleHomeBlog h3 {
    width: 55%;
    margin-left: 0px !important;
    margin-right: auto !important;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .TitleHomeBlog p {
    color: #B7B7B7;
    font-size: 17px;
    width: 85%;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .TitleHomeBlog p a {color: #757575;}
.HomeBlogs .HomeBlog .SliderHomeBlog .item .card .card-img {border-radius: 5px;}
.HomeBlogs .HomeBlog .SliderHomeBlog .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: white;
    border: 1px solid #B4B4B4;
    font-size: 25px;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .owl-nav button:hover {
    color: #707070;
}
.HomeBlogs .HomeBlog .SliderHomeBlog .owl-nav button.owl-next {
    position: relative;
    right: 120px;
    transform: scale(-1);
}
.HomeBlogs .HomeBlog .SliderHomeBlog .owl-nav button.owl-prev {
    position: relative;
    left: 120px;
    transform: scale(-1);
}

.MapSection {
    margin-bottom: 200px;
}
.MapSection .accordionMapClient .accordion-item {width: 400px;}
.MapSection .accordionMapClient .accordion-collapse{border: none;}
.MapSection .accordionMapClient .accordion-button{border: none;}
.MapSection .accordionMapClient .accordion-button::after {display: none;}
.MapSection .accordionMapClient .accordion-button img {
    margin: auto;
    width: 50px;
    height: 50px;
}
.MapSection .accordionMapClient .accordion-button {
    width: 50px;
    height: 50px;
    margin: auto;
    background: none;
}
.MapSection .accordionMapClient .accordion-body {
    font-size: 14px;
    width: 90%;
    padding: 10px;
    margin: auto;
    color: #757575;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .06);
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.MapSection .accordionMapClient .accordion-item .imgShape {
    position: relative;
    top: 10px;
}
.MapSection .accordionMapClient .accordion-item {
    position: absolute;
    background: none;
}
.MapSection .accordionMapClient .Asia {
    top: 10%;
    right: 8%;
}
.MapSection .accordionMapClient .Africa {
    bottom: 45%;
    right: 32%;
}
.MapSection .accordionMapClient .AmercaTop {
    top: 28%;
    left: 10%;
}
.MapSection .accordionMapClient .AmercaBottom {
    bottom: 25%;
    left: 15%;
}
.MapSection .accordionMapClient .Australlia {
    bottom: 17%;
    right: 0%; 
}

.MapSection .SliderImgMap .card .card-img {
    width: 70px;
    height: 70px;
    margin: auto;
}
.MapSection .SliderImgMap .card .card-body {
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 10px;
}
.MapSection .SliderImgMap .owl-stage {padding-top: 20px;padding-bottom: 20px;}



/*
    banner Section Styles
*/
.bannerSection{
    margin-top: 129px;
    background: url('../img/Public/BannerBlog.png');
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
}
.bannerSection .bannerTransprancy {
    height: 100%;
    background: linear-gradient(-100deg,rgba(80,54,179,0.47),rgba(119,99,196,0.6));
}
.bannerSection .bannerTransprancy .navigateBanner  i{transform: scale(-1);}


/*
    blogs Section Styles
*/
.blogs {
    margin-top: 100px;
    margin-bottom: 80px;
}
.blogs .blog .card {background: none;}
.blogs .blog {margin-bottom: 70px;}
.blogs .blog:nth-child(odd) {
    padding-left: 25px;
}
.blogs .blog:nth-child(even) {
    padding-right: 25px;
}
.blogs .blog:nth-last-child(1),
.blogs .blog:nth-last-child(2) {
    margin-bottom: 0px;
}
.blogs .blog .card .card-img {border-radius: 8px;} 
.blogs .card .card-body .describe-Blog {
    font-size: 19px;
    width: 80%;
}
.blogs .card .card-body .link-Blog {font-size: 18px;}
.blogs .card .card-body .link-Blog img {
    position: relative;
    right: 0px;
    transform: scale(-1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.blogs .card .card-body .link-Blog:hover img {
    right: -5px;
}
.blogs .paginate {margin-top: 80px;}
.blogs .paginate .pagination .page-item .page-link {
    margin-left: 5px;
    margin-right: 5px;
    color: #3E3E3E;
    width: 50px;
    height: 50px;
    background-color: #F8F7F3;
    font-size: 22px;
    border-radius: 8px;
    border: none;
}
.blogs .paginate .pagination .page-item .page-link span {
    position: relative;
    bottom: -5px;
    right: -8px;
}
.blogs .paginate .pagination .page-item .page-link i {
    transform: scale(-1);
}
.blogs .paginate .pagination .page-item .page-link i.fa-angle-left {left: 8px !important;}
.blogs .paginate .pagination .page-item .page-link i.fa-angle-right {right: -8px !important;}
.blogs .paginate .pagination .page-item.active .page-link,
.blogs .paginate .pagination .page-item:hover .page-link {
    background-color: #553BB5;
    color: white;
}


/*
    bannerSectionDetail Section Styles
*/
.bannerSectionDetail {
    margin-top: 150px;
    margin-bottom: 80px;
}
.bannerSectionDetail .card {border-radius: 25px;}
.bannerSectionDetail .card .card-img {border-radius: 20px;height: 450px;}
.bannerSectionDetail .card .card-body {
    padding-left: 90px;padding-right: 90px;
    margin-top: 80px;
}
.bannerSectionDetail .card .card-body .date .bgTxt {
    padding: 10px 20px;
    background-color: #FBFBFB;
    border-radius: 50px;
    margin-bottom: 30px;
}
.bannerSectionDetail .card .card-body .describe-Blog p {
    font-size: 22px;
    color: #757575;
    line-height: 40px;
}
.bannerSectionDetail .card .card-body .describe-Blog .descQ {
    width: 90%;
}
.bannerSectionDetail .card .card-body .tagsBlog .tag{
    color: #3E3E3E;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    display: inline-block;
}

/*
    banner Section Styles
*/
.bannerAdsCamping {
    margin-top: 180px;
    margin-bottom: 150px;
}
.bannerAdsCamping .manageTitle {
    width: 90%;
    font-size: 33px;
}
.bannerAdsCamping .IndestryTitle {
    width: 90%;
    font-size: 30px;
}
.bannerAdsCamping .AdverstingTitle {
    width: 90%;
    font-size: 33px;
}
.bannerAdsCamping .TitleBanner h1 {line-height: 65px;}
.bannerAdsCamping .DescribeBanner p {
    font-size: 19px;
    width: 90%;
    line-height: 40px;
    color: #757575;
}
.bannerAdsCamping .VideoBanner .PlayVideo {
    z-index: 2;
    top: 0px;
    border-radius: 30px;

}
.bannerAdsCamping .VideoBanner .PlayVideored {
    background: linear-gradient(180deg,rgba(255, 107, 108, .34),rgba(242, 184, 175, .34));
}
.bannerAdsCamping .VideoBanner .PlayVideoBlue {
    background: linear-gradient(180deg,rgba(77, 50, 178, .19),rgba(119, 99, 196, .19));
}
.bannerAdsCamping .VideoBanner img {border-radius: 30px;}
.bannerAdsCamping .LinkAddBanner a{
    padding: 20px 60px;
    border-radius: 50px;
    color: white;
    background: linear-gradient(180deg,#FF573F,#FF806E);
    border: 2px;
    font-size: 15px;
    box-shadow: 0px 30px 30px rgb(0,0,0,.08);
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.bannerAdsCamping .LinkAddBanner a:hover {
    color: #FF573F;
    font-size: 14px;
    border: 2px solid #FF573F;
    background: none;
}

/*
    WhatService Section Styles
*/
.WhatService {margin-bottom: 150px;}
.WhatService .DescribeService {margin-bottom: 100px;}
.WhatService .DescribeService h2 {font-size: 30px;}
.WhatService .DescribeService .d1 {color: #757575;}
.WhatService .DetailService .DetailItem .Icons img {
    position: relative;
    right: -15px;
}
.WhatService .DetailService .DetailItem .detal{color: #3E3E3E;}
.WhatService .DetailService .DetailItem .detal h5:nth-child(1){
    font-size: 16px;
}
.WhatService .DetailService .DetailItem .detal .d2 {
    width: 80%;
    margin: auto;
    line-height: 30px;
    color: #B1B1B1;
    font-size: 15px;
}

/*
    WhyNeed Section Styles
*/
.WhyNeed {
    padding: 70px 50px 70px 50px;
    background: linear-gradient(-45deg , #5036B3,#624BBB,#7763C4);
    border-radius: 25px;
    margin-bottom: 100px;
}
.WhyNeed .need .Titleinfo h1{font-size: 27px;}
.WhyNeed .need .info {margin-bottom: 70px;}
.WhyNeed .need .info p{
    width: 90%;
    line-height: 35px;
    font-size: 19px;
}
.WhyNeed .need .info img {transform: scale(-1);}
.WhyNeed .need .LinkDev {
    background-color: white;
    padding: 20px 35px;
    font-size: 17px;
    border-radius: 50px;
    color: #7763C4;
    border: 1px solid white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.WhyNeed .need .LinkDev:hover {
    background: none;
    color: white;
    border: 1px solid white;
}
.WhyNeed .need .imgNeed img{
    width: 90%;
}

/*
    ClientService Section Styles
*/
.ClientService {margin-bottom: 100px;}
.ClientService .ItemsClientService .NavMor {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.ClientService .accordion-button::after {display: none;}
.ClientService .ItemsClientService .NavMor .owl-item {
    position: relative;
    width: 150px;
    font-size: 13pt;
    justify-content: center;
    background: none;
    border-bottom: 2px solid #C8C8C8;
    color: #757575;
    font-family: 'pingReg';
}
.ClientService .ItemsClientService .owl-item .accordion-button {
    background: none;
    color: #757575;
    margin: auto;
    font-family: 'pingReg';
    align-items: center;
    justify-content: center;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    font-size: 15px;
}
.ClientService .ItemsClientService .owl-item .accordion-button.active {
    border-bottom: 2px solid #553BB5;
    color: #4D32B2;
    font-family: 'pingBold';    
}

.ClientService .Products .owl-nav {
/*    position: absolute;
    top: -80px;
    right: 0px;
*/
}
.ClientService .Products .owl-nav button {
    width: 80px;
    height: 40px;
    box-shadow: none !important;
    outline: none !important;
    background: none;
    transform: scale(-1);
}
.ClientService .Products .item img {
    border: 3px solid #F1F2F6;
    border-radius: 30px;
}
.ClientService .Products .owl-nav button:hover{
    background: none;
    color: #553BB5;
}
.ClientService .Products .owl-nav button {
    color: #553BB5;
}
.ClientService .Products .owl-nav .disabled:hover {
    color: #B2B2B2;
}
.ClientService .Products .owl-nav button i {
    font-size: 50px;
    position: relative;
    top: -5px;
}

/*
    PopularQuestions Section Styles
*/
.PopularQuestions {margin-bottom: 150px;}
.PopularQuestions .Questions {
    background-color: #F8F8FF;
    padding: 70px 70px;
    border-radius: 30px;
}
.PopularQuestions .Questions .accordion-item{
    background: none !important;
    border-bottom: 1px solid #B7B7B7;
    border-radius: 0px;
    padding-bottom: 30px;
    
}
.PopularQuestions .Questions .accordion-item .accordion-header {border: none !important;}
.PopularQuestions .Questions .QuestionItem {margin-bottom: 80px;}
.PopularQuestions .Questions .accordion-item .accordion-button::after {
    position: absolute;
    left: -50px;
    top: 10px;
    background: linear-gradient(-180deg , #5036B3,#624BBB,#7763C4);
    fill: white !important;
    width: 40px;
    height: 40px;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' style='fill: white;' width='20' height='20' viewBox='0 -3 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 18px;
}
.PopularQuestions .Questions .accordion-button,
.PopularQuestions .Questions .accordion-collapse {
    background: none !important;
    border: none;
}
.PopularQuestions .Questions .accordion-body {
    font-size: 20px;
    color: #757575;
    line-height: 40px;
    width: 90%;
    border: none;
}
.PopularQuestions .Questions .IfQuestions span {
    background-color: #EFEFFF;
    border-radius: 10px;
}

/*
    ContactUs Section Styles
*/
.ContactUs {margin-bottom: 100px;}
.ContactUs .ContactUsSection {
    background-image: url('../img/Public/ContactImg.png');
    background-repeat: no-repeat;
    background-size: 25% 100%;
    background-position: center right;
    padding: 40px 0px;
} 
.ContactUs .ContactUsSection .ShadowSection{
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.ContactUs .ContactUsSection .BottomContactSection {
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 40px !important;
}
.ContactUs .ContactUsSection .TopContactSection{
    height: 40px;
    background-color: #7763C4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.ContactUs .ContactUsSection .BottomContactSection .fa {
    font-size: 6pt;
    color: #BC86DA;
}
.ContactUs .ContactUsSection .BottomContactSection .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #E3E3E3;
}
.ContactUs .ContactUsSection .BottomContactSection .form-control:focus {
    border-bottom: 2px solid #BC86DA;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox label {
    position: relative;
    cursor: pointer;
    user-select: none;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox .type {
    padding-left: 30px;
    font-size: 12.5px;
    position: relative;
    bottom: -1px;
    color: #CACACE;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox input:checked ~ .checkmark {
    background-image: url('../img/Icon/Cheack.svg');
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center center;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox input:checked ~ .type{
    color: #BC86DA;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs 
.itemBoxinput:checked ~ .checkmark:after {
    display: block;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .itemBox .checkmark {
    position: absolute;
    top: 0;
    left: right;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    border: 2px solid #E8E9FF;
    background-color: white;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs {
    padding: 0px 20px;
}
.ContactUs .ContactUsSection .BottomContactSection .ItemDivs .item {
    margin-bottom: 15px;
}
.ContactUs .ContactUsSection .BottomContactSection textarea {
    resize: vertical;
}
.ContactUs .ContactUsSection .BottomContactSection .itemForm {margin-bottom: 40px;}
.ContactUs .ContactUsSection .BottomContactSection .BtnSubmit button {
    width: 200px;
    padding: 20px 0px;
    background:linear-gradient(-100deg,#553BB5,#7763C4);
    border: 2px solid ;
    border-radius: 50px;
    color: white;
    box-shadow: 0px 30px 30px rgba(98, 74, 187,0.1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.ContactUs .ContactUsSection .BottomContactSection .BtnSubmit button:hover svg g path {
    fill: #7763C4;
}
.ContactUs .ContactUsSection .BottomContactSection .BtnSubmit button:hover {
    background:white;
    color: #7763C4;
    border: 2px solid #7763C4;
}
.ContactUs .ContactUsSection .BottomContactSection .ImgContact img {width: 100%;}
/*
    footer Section Styles
*/
.footer {
    background-color: #553BB5;
    padding-top: 50px;
    position: sticky;
    top: 100%;
}
.footer .Nav-Footer .Img-footer {
    width: 120px;
    height: auto;
}
.footer .Nav-Footer .whats span {font-size: 25px;position: relative;top: 5px;}
.footer .socialMedia {padding-bottom: 40px;}
.footer .link-footer a h5:hover{color: #999898;}
.footer .socialMedia a {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
}
.footer .socialMedia a:hover {
    top: -10px;
}
.footer .CopyRights {background-color: rgba(184, 173, 224, 0.24);}