html {
    scroll-behavior: smooth;
    scroll-padding: 200px;
}



/*===========================
<--start-main-header-css-->
=============================*/
.main-header-area {
    background-color: #f0f4f8;
}

/*--top-header--*/
.top-header-area {
    padding: 12px 0 0;
}
.top-bar-info a {
    font-size: 15px;
    color: #39374d;
    font-weight: 400;
}
.top-bar-info i {
    display: inline-block;
    color: #8513c6;
    margin-right: 6px;
}
hr.add-boder {
    margin-top: 10px;
    border-bottom: 1px solid #70b58d87;
}

/*===========================
   <--start-header-css-->
=============================*/
.header_menu ul {
    display: inline-block;
}
.header_menu ul li {
    display: inline-block;
    list-style: none;
}

.header_menu ul li a {
    font-size: 16px;
    display: inline-block;
    margin-right: 33px;
    padding: 32px 0;
    font-weight: 400;
    color: #39374d;
    position: relative;
}
.header_menu ul li a:hover{
    color:#8513c6;
}
.header_menu ul li a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    bottom: 29px;
    background: #8513c6;
    transition: 0.5s;
}
.header_menu ul li a:hover:before{
    width: 100%;
}
.header_menu ul li i {
    display: inline-block;
    font-size: 16px;
    color: #39374d;
    font-weight: 600;
}
.header_menu ul li a:hover i{
    color:#27ae60 ;
}
.header-button {
    display: inline-block;
}
.header-button a {
    display: inline-block;
    background: #8513c6;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.header-button a:hover {
    color: #8513c6;
    border: none;
}
 .header-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
 .header-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}
/*--sub-menu-css--*/
.header_menu ul li .sub-menu {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 0px 0;
    border-radius: 3px;
    top: 115%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    visibility: hidden;
    width: 215px;
    border-top: 3px solid #8513c6;
}
.add-new-menubar:hover .sub-menu{
    visibility:visible;
    top:100%;
    opacity:1;
}
.header_menu ul li .sub-menu ul li {
    display: block;
}
.header_menu ul li .sub-menu ul {
    display: block;
    text-align: left;
    
}
.header_menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: #39374d;
    font-weight: 500;
    border: 1px solid #fff;
    width: 100%;
}
.header_menu ul li .sub-menu ul li a:hover{
    color:#8513c6;
    background: #f0f4f8;
    width: 100%;
    border:1px solid #8513c6;
}

.header_menu ul li .sub-menu ul li a:before {
    position: inherit !important;
}

.sticky{
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: 0.5s;
    z-index: 9;
}
/*===========================
  <--start-hero-css-->
=============================*/
.hero-area {
    background: url(assets/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
    position: relative;
}
.hero-area:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.hero-area .container {
    z-index: 2;
}
.hero-subtitle h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.hero-main-title h1 {
    font-size: 55px;
    color: #fff;
    line-height: 56px;
    text-transform: unset;
}
.hero-desc p {
    width: 53%;
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0 0;
    color: #fff;
}
.hero-button a {
    color: #fff;
    display: inline-block;
    background-color: #8513c6;
    padding: 12px 33px;
    border-radius: 5px;
    margin-top: 33px;
    z-index:1;
    position: relative;
}
.hero-button a:hover {
    color: #8513c6;
    border: none;
}
 .hero-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
 .hero-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}
.hero-button i {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

/*===========================
 <--start-serives-css-->
=============================*/
.services-area {
    background-color: #f0f4f8;
    padding: 100px 0 85px;
    position: relative;
    z-index: 1;
}
.single-services-box {
    border-radius: 5px;
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background-color: #ffffff;
    text-align: center;
    padding: 37px 0 16px;
    margin-bottom: 14px;
}
/*serives-inner-pages-add-class*/
.single-services-box.margin-bottom {
    margin-bottom: 32px;
}

.single-services-box.item-grid {
    margin-top: 20px;
}
.single-services-box:hover .services-box-ion img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.serivces-box-content h4 {
    color: #e74c3c;
    font-size: 22px;
    margin: 12px 0 0;
}
.serivces-box-content p {
    color: #2c3e50;
    font-weight: 400;
    font-size: 16px;
}
.services-sinle-shape {
    position: absolute;
    left: 19%;
    top: 14%;
    z-index: -1;
}
/*--shape-animation--*/
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


/*--section-title--*/
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 50px;
}
.section-main-title h1 {
    font-size: 35px;
    line-height: 45px;
    text-transform: unset;
}
.setion-sub-title h4 {
    font-size: 16px;
    color: #8513c6;
    text-transform: uppercase;
    position: relative;
    margin-bottom: -6px;
    display: inline-block;
}
.section-description p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px
}
.section-section-text p {
    font-size: 16px;
    font-weight: 400;
}
/*--section-desc-text-center--*/
.section-desc p {
    width: 61%;
    margin: auto;
    font-weight: 400;
    margin-top: 17px;
}

.services-button a {
    display: inline-block;
    color: #fff;
    background: #8513c6;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 18px;
    z-index: 1;
    position: relative;
}
.services-button a:hover {
    color: #8513c6;
    border: none;
}
.services-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.services-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}

/*===========================
  <--start-about-css-->
=============================*/
.about-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
.about-button a {
    display: inline-block;
    background: #8513c6;
    color: #fff;
    padding: 13px 36px;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}
.about-button a:hover {
    color: #8513c6;
    border: none;
}
.about-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.about-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}

.single-about-thumb img {
    width: 100%;
    margin-left: 30px;
}
.about-sinle-shape {
    position: absolute;
    right: 17.2%;
    bottom: 34%;
    z-index: -1;
}


/*===========================
<--start-why-chosse-css-->
=============================*/
.why-chosse-area {
    padding: 0 0 100px;
}
.why-chosse-thumb {
    position: relative;
}
.why-chosse-thumb img {
    width: 100%;
    margin-left: -22px;
}
.vedio-icon {
    position: absolute;
    left: 39%;
    bottom: 41%;
}
.vedio-icon i {
    display: inline-block;
    color: #8513c6;
    background: #ffff;
    width: 75px;
    height: 75px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 10px solid #8513c6;
}
.chosse-list {
    margin-top: 16px;
    position: relative;
}
.chosse-list ul li {
    margin-top: 7px;
    font-size: 16px;
    color: ;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}
.chosse-list ul li i {
    display: inline-block;
    margin-right: 13px;
    background: #8513c6;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 13px;
}

/*===========================
<--start-services-tow-css-->
=============================*/
.services-area-tow {
    padding: 90px 0 200px;
    background: #f0f4f8;
}

/*services-inner-pages*/
.services-area-tow.minus-padding-b {
    padding: 82px 0 62px;
    background: #f0f4f8;
}
.col-md-12.text-center {
    margin-bottom: 44px;
}
.services-box-tow {
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background: #fff;
    padding: 16px 26px 19px;
    margin-bottom: 36px;
}
.ser-box-tow-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
}
.services-box-tow-content {
    display: flex;
}
.services-box-icon {
    background-color: rgba(39,174,96,0.1);
    width: 167px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 17px;
    margin-top: 7px;
    border-radius: 5px;
    position: relative;

}
.services-box-tow:hover .services-box-icon img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.services-box-icon:before {
    position: absolute;
    content: "";
    width: 61px;
    height: 60px;
    left: 0px;
    top: 0;
    background-color: rgba(39,174,96,0.1);
    border-radius: 5px;
    transition: 0.5s;
}
.services-box-tow:hover .services-box-icon:before{
    transform: rotate(45deg);
}
.services-box-butn i {
    display: inline-block;
    margin-left: 7px;
    color:#8513c6;
}
.services-box-tow-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 14px;
}
.services-box-butn a {
    color: #8513c6;
    font-weight: 400;
    margin-left: 80px;
    display: inline-block;
}


/*===========================
<--start-call-do-action-css-->
=============================*/
.row.add-backgrond {
    background-color: #f0f4f8;
    padding: 31px 0 45px;
    margin-top: -135px;
    position: relative;
    border-radius: 5px;
}
.call-do-action-content {
    text-align: center;
}
.coll-do-action-sub-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: ;
}
.call-do-action-main-title h1 {
    font-size: 35px;
    line-height: 40px;
    text-transform: unset;
}
.coll-do-action-button a {
    color: #fff;
    background: #8513c6;
    display: inline-block;
    padding: 12px 42px;
    border-radius: 5px;
    margin-top: 27px;
    position: relative;
    z-index: 1;
}
.coll-do-action-button a:hover {
    color: #8513c6;
    border: none;
}
.coll-do-action-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.coll-do-action-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}

/*===========================
<--start-finance-planning-css-->
=============================*/
.finance-planning-area {
    background: url(assets/images/finance-plan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -150px;
    padding: 217px 0 327px;
    background-attachment: fixed;
}
/*srvices-inner-pages-add-section*/
.finance-planning-area.style-tow {
    background: url(assets/images/finance-plan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
    margin-top: 0;
}

.finance-planning-title h4 {
    color: #fff;
    font-size: 20px;
}
.finance-planning-desc p {
    color: #fff;
    font-weight: 400;
    width: 88%;
    margin: 13px 0 28px;
}
.finance-planing-list ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.finance-planing-list ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 13px;
    background: #8513c6;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

/*===========================
 <--start-contact-one-css-->
=============================*/
.row.out-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0,0,0,0.1));
    background-color: #ffffff;
    margin-top: -254px;
    padding: 46px 48px 62px;
    position: relative;
    z-index: 1;
}
.contact-infor-box {
    display: flex;
    margin-bottom: 17px;
}
.infor-icon i {
    font-size: 29px;
    display: inline-block;
    background-color: rgba(39,174,96,0.2);
    color: #8513c6;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border-radius: 4px;
    margin-top: 11px;
    margin-right: 21px;
}
.infor-title h4 {
    font-size: 20px;
}
.infor-title p {
    font-size: 16px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 0;
    position: relative;
}
.contact-form {
    position: relative;
}
.contact-form-title h4 {
    font-size: 22px;
    color: #39374d;
}
.contact-form-title p {
    font-size: 17px;
    color: #6d6d6d;
    font-weight: 400;
    margin: -6px 0 32px;
}
.contact-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 27px;
    background-color: #f0f4f8;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    outline: 0;
    padding-left: 13px;
    padding-right: 13px;
}
.contact-form textarea {
    display: inline-block;
    width: 100%;
    outline: 0;
    background-color: #f0f4f8;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 120px;
    padding: 12px 15px 0;
}
.submit-button button {
    background: #8513c6;
    color: #fff;
    border: transparent;
    padding: 15px 37px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
  transition:0.5s;
}
.submit-button button:hover {
    color: #8513c6;
    border: none;
}
.submit-button button:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #8513c6;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.submit-button button:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #8513c6;
    background: #fff;
    color: #8513c6;
}

/*===========================
<--start-footer-css-->
=============================*/
.footer-area {
    background-color: #242324;
    padding: 318px 0 0;
    margin-top: -324px;
    position: relative;
}
.footer-area.add-inner {
    margin: 0;
    padding: 95px 0 0;
}
.row.add-before-boder {
    position: relative;
}
.row.add-before-boder::before {
    content: "";
    width: 98%;
    height: 1px;
    top: 23%;
    background: #1c4c30;
    position: absolute;
    left: 11px;
    display: inline-block;
}
.footer-logo {
    margin-top: 5px;
}
.footer-desc p {
    margin-top: 47px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.footer-social-address ul li {
    display: inline-block;
    list-style: none;
}
.footer-social-address ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.2);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    margin-top: 9px;
}
.footer-social-address ul li i:hover{
    background:#8513c6;
    color: #fff;
}
.footer-title h4 {
    font-size: 22px;
    color: #8513c6;
    font-weight: 700;
    margin-bottom: 39px;
}
.footer-info ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
}
.footer-menu ul li {
    list-style: none;
    margin-bottom: 12px;
}
.footer-menu ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    transition: 0.5s;
}
.footer-menu ul li a:hover i{
    color:#8513c6;
}
.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.footer-menu ul li a:hover{
    color:#27ae60 !important;
}
.footer-text p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    width: 90%;
}
.footer-subscribe-form {
    position: relative;
    margin: 22px 0;
}
.footer-subscribe-form input {
    background: #8513c6;
    border: transparent;
    height: 58px;
    border-radius: 5px;
    padding-left: 15px;
    width: 100%;
    outline: 0;
    padding-right: 51%;
    color: #fff;
}
.footer-subscribe-form input::placeholder {
    color: #fff;
}
.subcribe-button button {
    border: transparent;
    background: #fff;
    padding: 8px 19px;
    position: absolute;
    right: 5px;
    top: 7px;
    border-radius: 5px;
    color: #8513c6;
}
/*--copy-right-area--*/
.copy-right-area {
	margin-top: 60px;
	border-top: 1px solid #1c4c30;
}
.copy-rihgt-content p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 16px;
}
.copy-rihgt-content i {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
}
.copy-right-content-right ul li {
    display: inline-block;
}
.copy-right-content-right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: 19px;
    margin-top: 15px;
}

.copy-right-content-right ul li a:hover{
	color:#8513c6;
}

/*===========================
 <--start-breadcumb-css-->
=============================*/
.breadcumb-area {
    background: url(assets/images/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.breadcumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(334deg, rgba(7,85,253,0) 0%, #a3222f 82%);
    top: 0;
    right: 0;
}
.breadcubm-title h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.breadcubm-title ul li {
    display: inline-block;
    margin-right: 2px;
    color: #fff;
    font-size: 18px;
}
.breadcubm-title ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.breadcubm-title ul li i {
    display: inline-block;
    color: #fff;
    margin-left: 6px;
    font-size: 16px;
}

/*===========================
  <--start-counter-css-->
=============================*/
.counter-area {
    background: #8513c6;
    padding: 92px 0 94px;
}
.single-counter-box {
    text-align: center;
}
.counter-box-content h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}
.counter-box-content span {
    display: inline-block;
    color: #fff;
    font-size: 50px;
}
.counter-box-content p {
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
/*===========================
  <--start-team-css-->
=============================*/
.team-area {
    padding: 85px 0 100px;
}
.single-team-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-thumb{
    position:relative;
}
.team-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(39,174,96,0.7);
    transform: scale(0);
    transition: 0.5s;
}
.single-team-box:hover .team-thumb:before{
    transform:scale(1);
}
.team-thumb img {
    width: 100%;
}
.team-social-icon {
    background: #fff;
    position: absolute;
    right: -53px;
    top: 32%;
    padding: 15px 18px;
    transition: 0.5s;
}
.single-team-box:hover .team-social-icon{
    right:0px;
}
.team-social-icon ul li {
    list-style: none;
}
.team-social-icon ul li i {
    display: inline-block;
    color: #8513c6;
    font-size: 14px;
}
.team-content {
    text-align: center;
    border-bottom: 5px solid #8513c6;
    border-radius: 0 0 6px 6px;
    padding: 15px 0 16px;
}
.team-content h4 {
    font-size: 20px;
    color: ;
    font-weight: 500;
}
.team-content p {
    color: #8513c6;
    font-size: 16px;
    margin: 0;
    margin-top: -8px;
}

/*--why-choose-area-tow--*/
.why-chosse-area-tow {
    background: #f0f4f8;
    padding: 98px 0 100px;
}

/*===========================
<--start-contact-area-css-->
=============================*/
.contact-area-tow {
    padding: 100px 0 100px;
}
.row.tow-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0,0,0,0.1));
    background-color: #ffffff;
    padding: 44px 46px 61px;
}

.google-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

/*===========================
<--start-sevices-details-css-->
=============================*/
.service-details {
    padding: 99px 0 100px;
    background: #f7f9fd;
}
.service-details-imgs{
    overflow: hidden;
}
.service-details-imgs img {
    width: 100%;
    border-radius:5px;
    transition: 0.5s;
}
.service-details-imgs img:hover{
    transform: scale(1.1);
}
.services-datails-title h4 {
    margin: 11px 0 7px;
}
.service-details-text-1 p {
    text-align: justify;
    font-weight: 400;
}
.service-details-text-2 p {
    text-align: justify;
}
.service-details-text-3 p {
    margin-top: 26px;
    text-align: justify;
     font-weight: 400;
}
.planning-list ul li {
    list-style: none;
    margin-left: 31px;
    position:relative;
}
.planning-list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -24px;
    top: 9px;
    background: #8513c6;
    border-radius: 50px;
}

/*-services-details-sidber-*/
.sidebar-category {
    margin-left: 12px;
    background: #8513c6;
    padding: 30px 0px 42px;
    border-radius: 5px;
}
.sidebar-category-list ul li {
    list-style: none;
}
.sidebar-category h4 {
    margin-left: 54px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.sidebar-category-list {
    margin-left: 50px;
    position: relative;
}
.sidebar-category-list ul li {
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
    width: 84%;
}
.sidebar-category-list ul li a {
    display: inline-block;
    padding: 7px 33px;
    font-size: 17px;
}
.sidebar-category-list ul li a:hover {
    color: #8513c6;
}
.sidebar-need-help {
    background: #8513c6;
    margin-top: 50px;
    margin-left: 15px;
    padding: 28px 0 40px;
    border-radius: 5px;
}
.need-help-phone {
    display: flex;
    margin-left: 90px;
    position: relative;
    margin-top: -7px;
}
.sidebar-help-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color:#fff;
}
.need-help-text {
    text-align: center;
}
.need-help-text p {
    color: #fff;
    font-weight: 400;
}
.phone-icon i {
    padding-right: 9px;
    font-size: 18px;
    color: #fff;
}
.phone-number span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

/*===========================
  <--start-portfolio-css-->
=============================*/
.portfolio-area {
    padding: 82px 0 62px;
}

/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}
li.current_menu_item {
    background: #27ae60 !important;
}
.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #39374d;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.portfolio_menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #e91f4f;
    transform: scale(0);
    border-radius: 30px;
    transition: .5s;
}
.single-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}
.signle-portfolio-thumb {
    position: relative;
}
.signle-portfolio-thumb:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(39,174,96,0.7);
    transform: scale(0);
    transition: 0.5s;
}
.single-portfolio-box:hover .signle-portfolio-thumb:before{
    transform: scale(1);
}
.signle-portfolio-thumb img {
    width: 100%;
}
.portfolio-box-icon {
    position: absolute;
    left: 47%;
    bottom: 103%;
    transition:0.5s;
}
.single-portfolio-box:hover .portfolio-box-icon{
    bottom: 42%;
}
.portfolio-box-icon i {
    color: #fff;
    font-size: 24px;
}
.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 108px;
}
.single-portfolio-box:hover .poftolio-content{
    bottom:0;
}
.poftolio-content h6 {
    font-size: 18px;
    color: #8513c6;
    margin-top: 10px;
}
.poftolio-content h4 a {
    font-size: 22px;
    color: #222;
    margin-top: -16px;
    transition:0.5s;
}
.poftolio-content h4 a:hover{
    color:#8513c6;
}

/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 100px 0 76px;
}
.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}
.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}
.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}
.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
}
.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    color: #222;
    font-size: 16px;
}
.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}
.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.port-dtl-social-icon ul {
    display: inline-block;
}
.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}
.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #8513c6;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #8513c6;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}
.port-dtl-social-icon ul li i:hover{
    background:#8513c6;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}
.port-dlt-text p {
    text-align: justify;
}

/*=================================
   <--blog-grid-area-->
================================*/
.blog-grid-area {
    padding: 100px 0 70px;
    background: #f0f4f8;
}
.single-blog-box {
    position: relative;
    margin-bottom: 30px;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}
.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}
.meta-blog {
    position: absolute;
    bottom: 0;
    left: 0;
}
.meta-blog span {
    display: inline-block;
    background: #8513c6;
    color: #fff;
    font-size: 17px;
    padding: 7px 17px;
}
.blog-content {
    filter: drop-shadow(0 0 9px rgba(91,50,245,0.1));
    background: #fff;
    padding: 28px 30px 25px;
    text-align: center;
}
.blog-content h4 a {
    font-size: 22px;
    line-height: 30px;
}
.single-blog-box:hover .blog-content h4 a{
    color:#8513c6;
}
.blog-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.blog-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.blog-button a:hover{
    color:#8513c6;
}

/*--start-pagination-css--*/
.pagination-box {
    text-align: center;
    margin-top: 43px;
}
.pagination-box ul li {
    display: inline-block;
    list-style: none;
}
.pagination-box ul li a {
    display: inline-block;
    border: 1px solid #8513c6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #8513c6;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    margin-left: 5px;
}
.pagination-box ul li a:hover{
    background:#8513c6;
    border:1px solid #8513c6;
    color:#fff;
}
.pagination-box ul .active a {
    background: #8513c6;
    display: inline-block;
    color: #fff;
    border: 1px solid #8513c6;
}
.pagination-box ul li i {
    display: inline-block;
    color: #8513c6;
    font-size: 18px;
    transition:0.5s;
}
.pagination-box ul li a:hover i{
    color:#fff;
}


/*=================================
   <--start-blog-details-css-->
================================*/
.blog-details-area {
    padding: 100px 0 100px;
}
.blog-details-area.tow-Column-blog {
    padding: 100px 0 70px;
}
.blog-details-area.blog-list-1 {
    padding: 100px 0 70px;
}
.bllog-thumb{
    overflow: hidden;
}
.bllog-thumb img {
    width: 100%;
    transition: 0.5s;
}
.bllog-thumb img:hover{
    transform: scale(1.1);
}
.post-metainfo {
    margin-top: 16px;
}
.post-metainfo ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}
.post-metainfo ul li i {
    display: inline-block;
    color: #8513c6;
    font-size: 14px;
    margin-right: 7px;
}
.blog-details-title h1 {
    font-size: 30px;
    margin-top: 6px;
}
.blog-details-descption p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 13px;
    margin-bottom: 22px;
}
blockquote {
    background: #f0f4f8;
    padding: 18px 41px;
    margin: 0;
    font-size: 16px;
    border-left: 6px solid #8513c6;
    border-radius: 5px;
    font-style: italic;
    line-height: 26px;
    font-weight: 500;
}
.blockquote-footer {
    display: block;
    font-size: 18px;
    color: #8513c6;
    margin-top: 10px;
}
/*--tag-share--*/
.tag-share {
    display: flex;
    justify-content: space-between;
}
.item {
    display: flex;
}
.tag-name {
    margin-top: 5px;
    position: relative;
    margin-left: 18px;
    display: inherit;
}
.tag-name a {
    background: #8513c6;
    padding: 7px 12px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    border: 1px solid #8513c6;
}
.tag-name a:hover{
    background: transparent;
    color:#27ae60 ;
    border:1px solid #8513c6;
}
.social-icon ul li {
    display: inline-block;
    list-style: none;
    margin-left: 11px;
}
.social-icon ul li i{
    display: inline-block;
    transition: 0.5s;
}
.social-icon ul li i:hover{
    color:#8513c6;
}
/*--Start-comment-area-css--*/
.author-comment-box {
    margin-top: 96px;
    position: relative;
}
.reply-btn {
    float: right;
}
.reply-btn a {
    background: #8513c6;
    color: #fff;
    padding: 3px 23px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}
.author-avatar-thumb {
    margin-right: 29px;
}
.author-avatar-thumb img {
    border-radius: 100%;
    width: 80%;
}
.author-comment-box p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -9px;
}
.comment-post-date span {
    font-size: 16px;
}
/*--Start-blog-details-comment-box-cs---*/
.blog-comment-box {
    border-top: 1px solid #8513c6;
    margin-top: 32px;
}
.blog-comment-title h5 {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.comment input {
    outline: 0;
    padding-left: 20px;
    width: 46%;
    margin-right: 24px;
    opacity: 0.5;
    height: 39px;
    border-radius: 5px;
    background-color: #f0f4f8;
    border: 1px solid rgba(0,0,0,0.1);
    padding-right: 20px;
}

.comment textarea {
    width: 96%;
    margin-top: 36px;
    outline: 0;
    padding-left: 12px;
    padding-top: 9px;
    opacity: 0.5;
    border-radius: 5px;
    height: 200px;
    background-color: #f0f4f8;
    border: 1px solid rgba(0,0,0,0.1);
}
.comment button {
    background: #8513c6;
    border: transparent;
    color: #fff;
    padding: 7px 21px;
    margin-top: 34px;
    border-radius: 2px;
	transition:0.5s;
    border:1px solid #8513c6;
}
.comment-button button {
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
}
.comment button:hover{
    background: transparent;
    border:1px solid #8513c6;
    color:#8513c6;
}
/*--blog-details-sidebar-css--*/
.blog-details-sidebar {
    padding: 0 0 0 24px;
}
.sidebar-title h4 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
}
.sidebar-search-box{
    position:relative;
}
.sidebar-search-box input {
    height: 40px;
    width: 85%;
    outline: 0;
    padding-left: 13px;
    border-radius: 50px;
    border: 1px solid #8513c6;
    padding-right: 48px;
}
.sidebar-search-box button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 67px;
    top: 66px;
}
.blog-details-sidebar-tags ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 17px;
}
.blog-details-sidebar-tags {
    margin-top: 34px;
}
.recent-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 34px;
    border-bottom: 1px solid #8513c6;
}
.resent-news-box {
    display: flex;
    margin-top: 17px;
    border-bottom: 1px solid #8513c6;
}
.resent-news-thumb img {
    padding-right: 25px;
}
.resent-news-content h4 a {
    display: inline-block;
    line-height: 25px;
    margin-top: 7px;
}
.resent-news-content h4 a:hover{
    color:#8513c6;
}
.resent-news-content p {
    margin-top: -8px;
    position: relative;
    color:#000;
}
.resent-news-content p i {
    display: inline-block;
    padding-right: 7px;
    color: #8513c6;
}
.sidebar-tags ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
}
.sidebar-tags ul li a {
    background: #8513c6;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
     border:1px solid #8513c6;
}
.sidebar-tags ul li a:hover{
    background: transparent;
    border:1px solid #8513c6;
    color:#8513c6;
}
 

/*=================================
    <--start-faqs-css-->
================================*/
.faqs-main-area {
    padding: 90px 0 100px;
    background: #f7f9fd;
    min-height: 400px;
}
.faqs-thumb img {
    width: 100%;
    margin-top: 16px;
    margin-left: 19px;
    transition: 0.5s;
}
.faq-content-title h4 {
    margin-bottom: 32px;
}
.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #8513c6;
    padding: 5px 0 5px;
}
.accordion li p {
    display: none;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
}
.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 15px;
    user-select: none;
    font-size: 18px;
}
.accordion li h3 strong {
    height: 39px;
    width: 39px;
    background: #8513c6;
    display: inline-block;
    line-height: 39px;
    border-radius: 50%;
    color: #fff;
    margin-right: 22px;
    position: relative;
    z-index: 1;
}
.accordion li h3 strong::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: 49px;
    width: 49px;
    line-height: 45px;
    background: rgba(39,174,96,0.7);
    border-radius: 50%;
    opacity: 0.500;
    z-index: -1;
}
.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    position: absolute;
    right: 22px;
    content: " ";
    top: 29px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

h3.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 

/*--end-faqs-css--*/

/*=================================
  <--Start-error-area-css-->
 ================================*/
.error-area {
    padding: 300px 0 100px;
}
.error-content h1 {
    font-size: 100px;
    color:#8513c6;
    margin-bottom: 60px;
}
.error-content h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.error-description p {
    width: 67%;
    margin: 0 auto 29px;
    font-size: 16px;
}

.error-back-button a {
    display: inline-block;
    background:  #8513c6;
    color: #fff;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
 /*--end-error-area-css--*/


/*--scrollUp-section--*/
#scrollUp {
    bottom: 30px;
    background: #8513c6;
    color: #fff;
    font-size: 30px;
    height: 46px;
    right: 49px;
    text-align: center;
    border-radius: 55px;
    width: 45px;
    line-height: 40px;
}
#scrollUp i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}





/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}
.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #8513c6;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
.serivces-box-content {
    padding: 10px;
}
.serivces-box-content h4 {
    line-height: 24px;
    text-transform: none;
    margin-bottom: 10px;
}
.services-area a, .about-area a, .header_menu a, .footer-area a {
    text-transform: none;
}
.tariffs {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.tariff-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    width: 300px;
    position: relative;
    overflow: hidden;
}

.tariff-card::before,
.tariff-card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transition: transform 0.3s;
    z-index: 0;
}

.tariff-card::before {
    top: -60px;
    left: -60px;
    width: 150px;
    height: 150px;
    background-color: #cd70ff;
}

.tariff-card::after {
    bottom: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    background-color: ;
}

.tariff-card:hover::before,
.tariff-card:hover::after {
    transform: scale(1.2);
}

.tariff-header {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    z-index: 1;
}

.tariff-price {
    font-size: 2em;
    margin: 10px 0;
    color: #8513c6;
    position: relative;
    z-index: 1;
}

.tariff-features {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

.tariff-features li {
    margin: 5px 0;
    color: #555;
}

.tariff-button {
    background-color: #8513c6;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    z-index: 1;
}

.tariff-button:hover {
    background-color: #219653;
}
.coll-do-action-area {
    padding-bottom: 300px;
}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #f0f4f8;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #B3E5FC;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

#contact-modal .close-button {
    color: #0D47A1;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

#contact-modal .close-button:hover,
#contact-modal .close-button:focus {
    color: #8513c6;
    cursor: pointer;
}

#contact-modal h2 {
    color: #3ebfff;
    margin-bottom: 15px;
    text-transform: none;
}

#contact-modal label {
    display: block;
    margin: 10px 0 5px;
    color: #3ebfff;
}
#advantages {
    padding-top: 100px;
}
.twr_form_box label {
    font-size: 14px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    padding-left: 15px;
}

.twr_form_box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #4a90e2;
    cursor: pointer;
    margin: 0;
}

.twr_form_box input[type="checkbox"]:checked {
    background-color: #4a90e2;
}

.twr_form_box label:hover {
    color: #007bff;
}

.twr_form_box input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 3px rgba(72, 126, 255, 0.7);
}
#contact-modal input[type="text"],
#contact-modal input[type="number"],
textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #8513c6;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.header-logo img {
    max-width: 200px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
#contact-modal button[type="submit"] {
    background-color: #8513c6;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#contact-modal button[type="submit"]:hover {
    background-color: #3ebfff;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f4f8;
    color: #28283d;
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-button {
    background-color: #8513c6;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin-left: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cookie-button:hover {
    background-color: #3ebfff;
}

.modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-notice p {
    margin: 0;
}
.policy-subheading {
    font-size: 25px;
}
.policy-footer {
    padding: 0 !important;
    margin: 0 !important;
}
.return-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.return-green-button {
    background-color: #8513c6;
    color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.return-green-button:hover {
    background-color: #45a049;
}
@media (max-width: 700px) {
    .tariffs {
        display: block;
    }
    .tariff-card {
        margin-bottom: 20px;
        width: 100%;
    }
    .cookie-notice {
        display: block;
    }
}
