/* TopBanner And Contact Form */
h1,
.h1 {
    font-size: 50px;
    line-height: 56px;
}
.header .nav__menu-link {
    padding: 10px 10px;
}
.header .nav__content {
    gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.header .nav {
    padding: 15px 0px;
}
.banner-two .banner-two__content {
    text-align: left;
}
.home-contact-area .text-success {
    color: #28a745 !important;
}
.home-contact-area .home-contact-content {
    background-size: cover;
    padding: 20px 30px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(69, 105, 231, .15);
    inset: 0px;
    z-index: -1;
    background-image: linear-gradient(180deg, #e0013f 0%, #111827 100%);
    transform: translateY(0px);
    transition: all .4s ease-in;
}
.home-contact-area .home-contact-content h2 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
   color: #fff;
    line-height: 40px;
}
.home-contact-area .home-contact-content .form-group {
    margin-bottom: 10px;
}
.home-contact-area .home-contact-content label {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}
.home-contact-area .home-contact-content input.form-control {
    height: 38px;
    border-radius: 5px;
    border: 1px solid #c0ccff;
    padding-left: 15px;
    font-size: 14px;
}
.home-contact-area .home-contact-content textarea.form-control {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c0ccff;
    height: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    padding-top: 10px;
}
.home-contact-area .home-contact-content .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.04rem #1d42d9;
    box-shadow: 0 0 0 0.04rem #1d42d9;
}
.home-contact-area .box-btn {
    background: #1d42d9;
    color: #fff;
    padding: 18px 25px;
    border: 1px solid transparent;
}
.home-contact-area .box-btn:hover {
    border: 1px dashed #1d42d9;
    background: #fff;
    color: #1d42d9;
}
.home-contact-area .form-submit-group{
    margin-top: 15px;
}
/* ContactForm Style */
#auto-response {
    display: none;
}
#auto-response p {
    font-size: 16px;
    text-align: center;
    margin-top: 15px !important;
    padding: 1px 0px;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 24px;
    color: #000;
}
#auto-response-failed {
    background: red;
    border-radius: 5px;
    padding: 8px 8px 10px;
    margin: 10px auto;
    display: none;
}
#auto-response-failed p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.iti {
    width: 100%;
    color: #fff;
}
.iti__country-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5f708f;
}
.iti__country-list {
    overflow: scroll;
    max-width: 385px;
}
form .form-group .iti--allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

/*========parsley=============*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border: 1px solid #5fba7d !important;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    margin: 0 0 10px;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #FF0101 !important;
    box-shadow: rgba(255, 1, 1, 0.47) 0px 0px 5px !important;
    font-weight: 300;
    margin: 0 0 10px;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    display: none;
}
.parsley-errors-list.filled {
    opacity: 1;
}
/*========Parsley/Contact Form end=============*/
.banner-two .left_btn {
    margin: 30px 0;
}
.header {
    border-bottom: 1px solid #ddd;
}
.banner-two {
    padding: 220px 0px 170px;
    background-size: cover;
    background-position: unset;
}
.banner-two .anime .one {
    top: 55%;
    left: calc(50% - 780px);
}
.banner-two .anime .two {
    left: calc(53% + 520px);
}
.banner-two .circ {
    top: 20%;
    left: 2%;
}
.banner-two .anime .three {
    bottom: 100px;
    left: 20%;
}
.banner-two .anime .four {
    bottom: 80px;
    right: 30%;
}
.banner-two .anime .five {
    bottom: 0px;
    left: 47%;
}
/* Features */
.section.features{
    margin-bottom: -40px;
}
.features .h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.features p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 28px;
    min-height: 140px;
}
.features a:hover{
    padding-left: 5px;
}
.features a i {
    line-height: 32px;
    text-align: center;
}
/* About Us */
.aboutus .abtimg img{
    max-width: 450px;
}
.counter_wrapper .single-count {
    text-align: center
}
@media(max-width: 767px) {
    .counter_wrapper .single-count {
        margin-bottom:30px
    }
    .single-count.xsm {
        margin-bottom: 0
    }
}
.counter_wrapper .single-count i {
    display: block;
    margin-bottom: 20px
}
.counter_wrapper .single-count i img {
    height: 70px
}
.counter_wrapper .single-count p {
    text-transform: capitalize;
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
}
.counter_wrapper .single-count .counter span {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}
.counter_wrapper .single-count .counter sup {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    top: -5px;
    display: inline-block
}

/* Our Services */
.service-area {
    position: relative;
    z-index: 1;
}  
.service-area .single-service {
    position: relative;
    -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    padding: 50px 20px 30px;
    background: url(../images/servicebg.png) center center;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}  
.service-area .single-service h2 {
    font-size: 20px;
    color: #181818;
    margin-bottom: 12px;
}  
.service-area .single-service .service-icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
    margin-bottom: 20px;
}
.service-area .single-service .service-icon img {
    -webkit-filter: hue-rotate(110deg);
    filter: hue-rotate(110deg);
}
.service-area .single-service .service-icon i {
    font-size: 22px;
    line-height: 44px;
}  
.service-area .single-service .service-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 0px;
}
.service-area .single-service .service-content .box-btn{
margin-top: 5px;
}
.service-area .single-service:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

/* Our Team */
.team-main .team-main-single .thumb .content p{
    font-size: 14px;
    line-height: 22px;
}
.team-main .team-main-single .thumb .content {
    transform: translateY(0px);
}
.team-main .team-main-single .thumb::before {
    transform: translateY(0px);
    background-image: linear-gradient(180deg, rgba(69, 105, 231, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.team-main .team-main-single:hover .thumb::before {
    transform: translateY(20px);
    background-image: linear-gradient(180deg, rgba(69, 105, 231, 0) 0%, #4569e7 100%);
}
/* Faq Section */
#faqOne .accordion h5 button {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px 15px;
}
.faq-light #faqOne .accordion-item .accordion-button:not(.collapsed){
    padding: 15px 20px 10px;
}
#faqOne .accordion .accordion-body {
    padding: 0px 20px 20px;
}
#faqOne .accordion-item .accordion-body p {
    line-height: 24px;
    font-size: 15px;
}

/* Testimonial section */
.testimonial .review__single .review-content .fw-7 {
    font-size: 15px;
}
.testimonial .review-content {
    margin: 30px 0px 40px;
}
.pricing-two .pricing-two__single::before{
    transform: translateY(0px);
}
/* Footer Section */
.home-two-light .footer-two {
    padding-top: 80px;
}
.footer-two p {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 10px;
}
.footer-two .bt::before {
    right: 0;
}
.footer-two .footer-two__single .social {
    margin-top: 10px;
}
/* Privacy Policy */
.page-title-area {
    padding: 170px 0 50px;
    position: relative;
    background-image: linear-gradient(90deg, #e0013f 0%, #8733ff 95.62%);
    background-size: 100% auto;
}
.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .1);
}
.page-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
.page-title .title h2 {
    color: #fff;
    margin-bottom: 10px
}
.page-title i.fa {
    margin: 0 3px
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.page-title .breadcrumb > li {
    font-size: 16px;
    text-transform: capitalize
}
.page-title .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.page-title ul.breadcrumb li a {
    color: #fff;
    font-size: 16px
}
.page-title .breadcrumb > .active {
    color: #000;
    font-weight: 500;
}
.privacy-area.section{
    padding: 80px 0;
}
.privacy-area h2{
    font-size: 30px;
    line-height: 40px;
}
.privacy-area p{
    margin-bottom: 15px;
    line-height: 26px;
}
.privacy-area ul{
    margin: -10px 0 15px;
}