.preeloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #006dfe;
    border-radius: 40px;
    display: block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 10
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.color-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: #fff;
    right: -245px;
    text-align: left;
    top: 30%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: -3px 0 25px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: -3px 0 25px -2px rgba(0, 0, 0, .2);
    box-shadow: -3px 0 25px -2px rgba(0, 0, 0, .2)
}

.color-plate.active {
    right: 0
}

.color-plate .color-plate-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    color: #333 !important;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0 5px #00000036
}

.color-plate h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500
}

.color-plate p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px
}

.color-plate span {
    width: 42px;
    height: 35px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px
}

.color-plate span:hover {
    cursor: pointer
}

.color-plate span.color1 {
    background: #006dfe
}

.color-plate span.color2 {
    background: #ff7979
}

.color-plate span.color3 {
    background: #09b6dd
}

.color-plate span.color4 {
    background: #31e080
}

#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center
}

#scrollUp i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: 0 0;
    background: #006dfe;
    border-radius: 3px;
    font-size: 19px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
    box-shadow: 0 4px 19px #00000038
}

#scrollUp i:hover {
    background: #fff;
    color: #333
}

.demo-section {
    width: 100%;
    height: 100%;
    background: #fff
}

.demo-section.overlay:before {
    background: linear-gradient(45deg, #006dfe, #1407b3);
    opacity: 1
}

.demo-section.section {
    padding: 40px 0
}

.demo-section .demo-content {
    position: relative;
    text-align: center
}

.demo-section .demo-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 68px;
    text-transform: capitalize;
    text-shadow: 0 3px 7px #00000040
}

.demo-section .demo-content h2 span {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-top: 10px
}

.demo-section .demo-content p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px
}

.demo-section .demo-content .logo {
    margin: 0;
    padding: 0
}

.demo-section .demo-content .button {
    margin-top: 30px
}

.demo-section .demo-content .check-btn {
    border-radius: 3px;
    background: #fff;
    color: #333;
    box-shadow: 0 3px 22px #00000017;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 14px
}

.demo-section .demo-content .check-btn:before {
    display: none
}

.demo-section .demo-content .check-btn:hover {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.demo-thumb {
    background: #fff
}

.demo-thumb .single-thumb {
    margin-bottom: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.demo-thumb .single-thumb a {}

.demo-thumb .single-thumb a img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.demo-thumb .single-thumb:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 30px #00000024
}

.demo-thumb .single-thumb a span {
    display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0;
    display: block;
    display: block;
    text-align: center;
    padding: 10px 20px;
    background: #006dfe;
    display: block
}

.demo-thumb .single-thumb:hover a span {
    color: #fff
}

.site-header {
    position: relative
}

.site-header .logo {

}

.site-header .header-bottom {
    width: 100%;
    z-index: 333;
    margin-top: 10px;
}

.site-header .topbar {

    padding: 10px 0
}

.site-header .topbar p {}

.site-header .social-contact {
    display: inline-block;
    float: right
}

.site-header .social-contact ul {
    text-align: right
}

.site-header .social-contact ul li {
    display: inline-block;
    margin-right: 15px
}

.site-header .social-contact ul li:last-child {
    margin-right: 0
}

.site-header .social-contact ul li a {
    color: #777
}

.site-header .social-contact ul li a:hover {
    color: #006dfe
}

.site-header .main-menu {
    background: 0 0;
    z-index: 99;
    text-align: center;
    position: relative
}

.site-header .button {
    color: #006dfe;
    border-radius: 30px;
    padding: 10px 30px;
    border-radius: 3px;
    display: inline-block;
    float: right;

    overflow: hidden;
    position: relative;
    z-index: 2
}

.site-header .button:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #006dfe;
    z-index: -1;
    opacity: .2
}

.site-header .button:hover {
    background: #006dfe;
    color: #fff
}

.site-header .navigation {

}

.site-header .nav li {
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.site-header .nav li a {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding: 30px 15px;
    z-index: 3
}

.site-header .nav li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    height: 34px;
    width: 0%;
    background: #006dfe;
    margin-bottom: -17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 3px;
    z-index: -1
}

.site-header .nav li:hover a:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.site-header .nav li:hover a {
    color: #fff
}

.site-header .nav li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.site-header .nav li.active a {
    color: #fff
}

.site-header .nav li a i {
    margin-left: 10px;
    font-size: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.site-header .nav li a:hover {
    color: #fff
}

.site-header .nav li:hover a i {
    transform: rotate(180deg)
}

.site-header.sticky .header-bottom {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    animation: fadeInDown .5s both .5s;
    box-shadow: 0 0 13px #00000054
}

.hero-header {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    background: linear-gradient(45deg, #006dfe, #1407b3)
}

.hero-header-content {
    padding: 124px 0;
    display: block;
    display: inline-block
}

.hero-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center
}

.hero-header-content p {
    text-align: left;
    color: #fff;
    margin-top: 20px
}

.hero-header h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 55px;
    text-align: left;
    color: #fff
}

.hero-header .button {
    margin-top: 20px
}

.hero-header .btn {
    text-align: left;
    float: left;
    background: #fff;
    color: #333;
    border: none;
    box-shadow: none;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff !important;
    margin-right: 10px
}

.hero-header .btn i {
    font-size: 13px;
    display: inline-block;
    margin-left: 4px
}

.hero-header .btn:last-child {
    margin: 0
}

.hero-header .btn:hover {
    background: #fff;
    color: #006dfe !important;
    border-color: transparent
}

.hero-header .btn.primary {
    background: #fff;
    color: #006dfe !important;
    border-color: transparent
}

.hero-header .btn:before {
    display: none
}

.hero-header .hero-header-image {
    margin-top: 80px;
    text-align: center
}

.hero-header .hero-header-image img {}

.hero-header input {
    display: inline-block;
    width: 240px;
    height: 50px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 400
}

.hero-header .input-form {
    margin-top: 30px
}

.hero-header .input-group-append {
    display: inline-block
}

.hero-header .input-group-append .app-btn {
    width: 120px;
    height: 50px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.hero-header .input-group-append .app-btn:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.home-v3 {
    text-align: center
}

.home-v3 .hero-header-content {
    text-align: center;
    padding: 124px 100px
}

.home-v3 .hero-header-content p {
    text-align: center
}

.home-v3 .hero-header-content h1 {
    text-align: center
}

.home-v3 .button {
    margin-top: 30px;
    text-align: center;
    display: inline-block
}

.home-v3 .owl-item.active .single-slider h1 {
    animation: bounceIn 1s both 1s
}

.home-v3 .owl-item.active .single-slider p {
    animation: fadeIn .7s both 1.3s
}

.home-v3 .owl-item.active .single-slider .btn {
    animation: fadeIn .9s both 1.8s
}

.home-v3 .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -23px
}

.home-v3 .owl-carousel .owl-nav div {
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    position: absolute;
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%
}

.home-v3 .owl-carousel .owl-nav div:hover {
    background: #fff;
    color: #006dfe;
    border-color: transparent
}

.home-v3 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px
}

.home-v3 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px
}

.brands {
    padding: 50px 0;
    text-align: center
}

.brands .slingle-brand {
    text-align: center
}

.brands .slingle-brand img {
    width: 115px;
    text-align: center;
    opacity: .3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    display: inline-block
}

.brands .slingle-brand img:hover {
    opacity: 1;
    cursor: pointer
}

.brands .slingle-brand.active img {
    opacity: 1
}

.work {
    background: #f5f8ff
}

.work .single-work {
    text-align: left;
    position: relative;
    padding: 120px 30px 30px;
    box-shadow: 0 0 10px #00000014;
    border-radius: 3px;
    background: #fff;
    height: 100%;
}

.work .single-work .serial span {
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 3px;
    background: #006dfe1c;
    color: #006dfe;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.work .single-work:hover .serial span {
    background: #006dfe;
    color: #fff
}

.work .single-work h3 {
    color: #333;
    font-weight: 400;
    font-size: 15px
}

.work .single-work p {
    margin-top: 20px;
    line-height: 24px
}

.services-area {
    background: #fff
}

.services-area .info-text {
    position: relative;

}

.services-area .short-title {
    color: #006dfe
}

.services-area .main-title {
    margin: 15px 0 30px
}

.services-area .des {
    font-size: 18px;
}

.services-area .button {
    margin-top: 30px
}

.services-area .button .btn {
    display: inline-block;
    margin-right: 10px
}

.services-area .button .btn:hover {
    color: #fff
}

.services-area .button .btn:last-child {
    margin: 0
}

.product-counter-section {
    padding: 100px 0;
    background: linear-gradient(45deg, #006dfe, #1407b3)
}

.product-counter-section.overlay:before {
    background: #2889e4;
    opacity: .9
}

.counter-content-wrap i {
    float: left;
    margin-right: 15px;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    align-items: center;
    top: 5px;
    color: #fff
}

.product-counter-section .counter-title {
    font-size: 28px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 500
}

.product-counter-section .counter-text {
    color: #fff;
    margin: 0
}

.product-counter-section .counter-list {
    font-size: 1.143rem
}

.product-counter-section .counter-list li {
    text-align: center;
    margin: 0 32px;
    display: inline-block
}

.product-counter-section .counter-list .count {
    font-size: 29px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    color: #fff
}

.product-counter-section .counter-list li .number {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.product-counter-section .counter-list .title {
    display: block;
    font-size: 16px;
    color: #fff
}

.pricing-table {
    background: #fff;
    position: relative
}

.pricing-table .single-table {
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 60px 20px;
    box-shadow: 0 0 20px rgba(18, 22, 25, .1);
    overflow: hidden
}

.pricing-table .single-table .popular {
    color: #fff;
    background: #006dfe;
    display: inline-block;
    padding: 5px 70px;
    position: absolute;
    right: -60px;
    top: 14px;
    font-size: 13px;
    transform: rotate(45deg)
}

.pricing-table .single-table .table-head {}

.pricing-table .single-table .title {
    font-size: 23px;
    font-weight: 300
}

.pricing-table .single-table .title span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #888
}

.pricing-table .single-table .amount {
    position: relative;
    color: #333;
    font-size: 35px;
    display: inline-block;
    margin: 45px 0;
    font-weight: 600
}

.pricing-table .single-table .curency {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    left: -14px;
    top: -7px
}

.pricing-table .single-table .duration {
    color: #888;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    right: -25px;
    bottom: -6px
}

.pricing-table .table-list li {
    color: #888;
    margin-bottom: 6px;
    font-size: 13px
}

.pricing-table .table-list li:last-child {
    margin-bottom: 0
}

.pricing-table .button {
    margin-top: 30px
}

.pricing-table .btn {
    padding: 14px 32px;
    color: #fff
}

.testimonials {
    background: #f5f8ff;
    position: relative
}

.testimonials .single-testimonial {
    text-align: left;
    padding: 40px 40px 50px;
    margin-bottom: 27px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin: 12px 20px;
    box-shadow: 0 0 10px #00000017;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.testimonials .single-testimonial:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #006dfe;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials .single-testimonial:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.testimonials .single-testimonial p {
    color: #333;
    font-size: 16px;
    font-weight: 300
}

.testimonials .single-testimonial .bottom {
    position: relative;
    padding-left: 90px;
    margin-top: 40px
}

.testimonials .single-testimonial img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -13px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials .single-testimonial .name {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px
}

.testimonials .single-testimonial .name span {
    display: block;
    font-size: 13px;
    color: #888;
    font-weight: 400;
    margin-top: 3px;
    text-transform: capitalize
}

.testimonials .owl-dots {
    position: absolute;
    right: -80px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 5px rgba(51, 51, 51, .5);
    box-shadow: 0 0 20px rgba(51, 51, 51, .21);
    top: 44%;
    margin-top: -47px;
    padding: 10px 25px;
    border-radius: 3px;
    margin: 0 0 0 -52px;
    transform: rotate(90deg);

}

.testimonials .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px
}

.testimonials .owl-dots .owl-dot:last-child {
    margin: 0
}

.testimonials .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    background: #006dfe;
    position: relative;
    border: 1px solid transparent
}

.testimonials .owl-dots .owl-dot:hover span {
    border-color: transparent
}

.testimonials .owl-dots .owl-dot.active span,
.testimonials .owl-dots .owl-dot:hover span {
    border-color: #006dfe;
    background: 0 0
}

.team .title-line {
    margin-bottom: 40px
}

.team .single-team {
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    overflow: hidden;
    text-align: center
}

.team .single-team .info-head {
    padding: 35px 30px;
    background: #f5f8ff;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.team .single-team .info-head:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background: #006dfe;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.team .single-team:hover .info-head:before {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.team .single-team:hover .info-head {
    border-color: transparent
}

.team .single-team .image img {
    height: 100%;
    width: 100%
}

.team .single-team .info-box {
    text-align: center
}

.team .single-team .info-box .name {
    display: block;
    font-size: 17px;
    color: #333;
    margin-bottom: 3px;
    text-transform: capitalize
}

.team .single-team:hover .info-box .name {
    color: #fff
}

.team .single-team .info-box .name a {
    font-weight: 400
}

.team .single-team:hover .info-box .name a {
    color: #fff
}

.team .single-team .info-box .designation {
    color: #aaa;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.team .single-team:hover .info-box .designation {
    color: #fff
}

.team .single-team .social-links {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 15px
}

.team .single-team .social-links .social li {
    display: inline-block;
    margin-right: 15px
}

.team .single-team .social-links .social li:last-child {
    margin-right: 0
}

.team .single-team .social-links .social li a {
    color: #666;
    display: block;
    font-size: 14px
}

.team .single-team:hover .social-links .social li a {
    color: #fff
}

.faq-section {
    background: #f5f8ff
}

.faq-section .btn {
    color: #fff
}

.faq-section .faq-container {
    max-width: 991px;
    width: 100%
}

.faq-section .card-header {
    border-bottom: 1px solid #d8e3fe;
    background-color: transparent;
    padding: 1.55rem .55rem
}

.faq-section .card-header .arrow-container {
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem;
    background-image: url(/../images/arrow-up.svg)
}

.faq-section .card-header .collapsed .arrow-container {
    background-image: url(/../images/arrow-down.svg)
}

.faq-section .card-body {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .03em;
    color: #8d96bd;
    padding-left: 3rem;
    padding-right: 3rem
}

.faq-section .card-with-button {
    display: grid;
    grid-template-columns: calc(70% - 1rem) calc(30% - 1rem);
    grid-gap: 2rem;
    align-items: center
}

.faq-section .simple-card .btn-link {
    text-align: left;
    border: none;
    color: #888;
    font-size: 16px;
    background: 0 0
}

.faq-section .simple-card button {
    border: none
}

.faq-section .simple-card .btn-link:hover {
    text-decoration: none;
    color: #006dfe
}

.blog {
    background: #fff
}

.blog .blog-title {
    text-align: center
}

.blog .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.blog .single-news img {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.blog .single-news .news-head {
    position: relative;
    overflow: hidden
}

.blog .single-news .news-content {
    text-align: left;
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 30px;
    position: relative;
    top: -25px;
    left: 0;
    z-index: 0;
    box-shadow: 0 0 10px #00000014;
    margin: 0 15px
}

.blog .single-news .news-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 25px
}

.blog .single-news .news-body h2 a {
    color: #2c2d3f
}

.blog .single-news .news-body h2:hover a {
    color: #006dfe
}

.blog .single-news .news-content p {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23px
}

.blog .single-news .news-body .date {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px
}

.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: 0 0
}

.main-sidebar .single-widget {
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px
}

.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px
}

.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #006dfe
}

.main-sidebar .single-widget:last-child {
    margin: 0
}

.main-sidebar .search {
    position: relative
}

.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: 0 0;
    padding: 0 70px 0 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
    border: 1px solid #eee
}

.main-sidebar .search .button {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #a8a8a8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0
}

.blog-single .single-comment .content .button {
    padding: 0
}

.main-sidebar .search .button:hover {
    background: #006dfe;
    color: #fff
}

.main-sidebar .categor-list {
    margin-top: 15px
}

.main-sidebar .categor-list li {}

.main-sidebar .categor-list li {
    margin-bottom: 10px
}

.main-sidebar .categor-list li:last-child {
    margin-bottom: 0
}

.main-sidebar .categor-list li a {
    display: inline-block;
    color: #444;
    font-size: 14px;
    font-weight: 500
}

.main-sidebar .categor-list li a:hover {
    color: #006dfe;
    padding-left: 7px
}

.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible
}

.main-sidebar .recent-post {}

.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0
}

.main-sidebar .single-post:last-child {
    padding-bottom: 0;
    border: none
}

.main-sidebar .single-post .image {}

.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px
}

.main-sidebar .single-post .content {
    padding-left: 100px
}

.main-sidebar .single-post .content h5 {
    line-height: 18px
}

.main-sidebar .single-post .content h5 a {
    color: #2c2d3f;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0
}

.main-sidebar .single-post .content h5 a:hover {
    color: #006dfe
}

.main-sidebar .single-post .content .comment {}

.main-sidebar .single-post .content .comment li {
    color: #888;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px
}

.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0
}

.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px
}

.main-sidebar .side-tags {}

.main-sidebar .single-widget {
    margin-bottom: 50px;
    background: #fff
}

.main-sidebar .side-tags .tag {
    margin-top: 40px
}

.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 18px
}

.main-sidebar .side-tags .tag li a {
    background: #fff;
    color: #333;
    padding: 9px 18px;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 13px;
    background: #f6f7fb;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500
}

.main-sidebar .side-tags .tag a:hover {
    color: #fff;
    background: #006dfe;
    border-color: transparent
}

.main-sidebar .newsletter {}

.main-sidebar .newsletter .letter-inner {
    position: relative;
    padding: 35px 30px;
    box-shadow: 0 0 12px #00000014;
    z-index: 2;
    overflow: hidden
}

.main-sidebar .newsletter .letter-inner h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.main-sidebar .newsletter .letter-inner p {
    margin-bottom: 20px
}

.main-sidebar .newsletter .letter-inner .form-inner {
    position: relative
}

.main-sidebar .newsletter .letter-inner input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    padding: 0 60px 0 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border-radius: 5px
}

.main-sidebar .newsletter .letter-inner .form-inner a {
    height: 42px;
    width: 100%;
    background: #006dfe;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px
}

.main-sidebar .newsletter .letter-inner .form-inner a:hover {
    background: #0661d9;
    color: #fff
}

.blog-single {
    background: #fff;
    padding: 70px 0 100px
}

.blog-single .blog-single-main {
    margin-top: 30px;
    background: #fff
}

.blog-single .blog-detail {
    background: #fff
}

.blog-single .image {
    position: relative
}

.blog-single .image img {
    width: 100%;
    height: 100%
}

.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0 15px
}

.blog-single .blog-meta {
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd6e;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.blog-single .blog-meta .author i {
    color: #006dfe;
    margin-right: 10px;
    font-size: 13px
}

.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right: 1px solid #ddd;
    padding: 0 15px;
    font-weight: 500;
    color: #888
}

.blog-single .blog-meta .author a:first-child {
    padding-left: 0
}

.blog-single .blog-meta .author a:last-child {
    padding-right: 0;
    border: none
}

.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: #666
}

.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: #006dfe
}

.blog-single .blog-meta span a:hover {
    color: #006dfe
}

.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px
}

.blog-single .content p:last-child {
    margin: 0
}

.blog-single blockquote {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    padding: 10px 20px;
    background: #f6f6f6;
    padding: 30px 40px 30px 70px;
    color: #555;
    border: none;
    margin-bottom: 25px;
    border-left: 3px solid #006dfe
}

.blog-single blockquote i {
    font-size: 30px;
    color: #006dfe;
    position: absolute;
    left: 20px;
    top: 20px
}

.blog-single .content .img-post {
    margin-bottom: 25px
}

.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px
}

.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 15px;
    font-weight: 500
}

.blog-single .share-social .content-tags .tag-inner {
    padding-left: 60px
}

.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px
}

.blog-single .share-social .content-tags .tag-inner li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background: #f4f7fc;
    font-size: 13px;
    font-weight: 500;
    color: #
}

.blog-single .share-social .content-tags .tag-inner li a:hover {
    color: #fff;
    background: #006dfe
}

.blog-single .comments {
    margin-top: 40px
}

.blog-single .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px
}

.blog-single .comments .comment-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #006dfe
}

.blog-single .comments {}

.blog-single .comments .single-comment {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-left: 95px
}

.blog-single .comments .single-comment.left {
    margin-left: 110px
}

.blog-single .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0
}

.blog-single .single-comment .content {}

.blog-single .single-comment .content h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: capitalize
}

.blog-single .single-comment .content h4 span {
    display: inline-block;
    font-size: 13px;
    color: #8d8d8d;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 5px
}

.blog-single .single-comment .content p {
    color: #666;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    line-height: 22px
}

.blog-single .single-comment .content .button {}

.blog-single .single-comment .content .btn {
    display: inline-block;
    color: #666;
    font-weight: 400;
    color: #333;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: 0 0;
    padding: 0
}

.blog-single .single-comment .content .btn:hover {
    color: #006dfe !important
}

.blog-single .single-comment .content .btn:before {
    display: none
}

.blog-single .single-comment .content a i {
    display: inline-block;
    margin-right: 5px
}

.blog-single .single-comment .content a:hover {
    color: #006dfe
}

.blog-single .reply form {
    padding: 40px;
    box-shadow: 0 0 10px #00000024;
    border-radius: 10px
}

.blog-single .reply .reply-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px
}

.blog-single .reply .reply-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #006dfe
}

.blog-single .reply .form-group {
    margin-bottom: 20px
}

.blog-single .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0;
    color: #333 !important;
    border: none;
    border: 1px solid #eee
}

.blog-single .reply .form-group textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0;
    color: #333 !important;
    border: none;
    border: 1px solid #eee
}

.blog-single .reply .form-group label {
    color: #333;
    position: relative
}

.blog-single .reply .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px
}

.blog-single .reply .button {
    text-align: left;
    margin-bottom: 0
}

.blog-single .reply .button .btn {
    height: 50px;
    border: none
}

.contact-us {
    position: relative;
    background: #f5f8ff
}

.contact-us .contact-head {
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.contact-us .title {
    margin-bottom: 30px
}

.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #006dfe
}

.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600
}

.contact-us .single-head {
    padding: 50px;
    height: 100%;
    background-image: url(/../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 5
}

.contact-us .single-head.overlay:before {
    background: #006dfe;
    opacity: .6;
    z-index: -1
}

.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px
}

.contact-us .single-info i {
    color: #006dfe;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: #fff
}

.contact-us .single-info ul li:last-child {
    margin-bottom: 0
}

.contact-us .single-info ul li {
    color: #fff;
    font-weight: 500
}

.contact-us .single-info ul li a {
    font-weight: 400;
    color: #fff
}

.contact-us .single-info ul li a:hover {
    color: #fff
}

.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 18px
}

.contact-us .single-info .title span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500
}

.contact-us .form-main {
    padding: 50px
}

.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    border-radius: 0;
    font-weight: 400;
    border-radius: 5px
}

.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0;
    resize: none;
    font-weight: 400;
    border-radius: 5px
}

.contact-us .form .form-group label {
    color: #333;
    position: relative
}

.contact-us .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px
}

.contact-us .form .button {
    margin: 0
}

.contact-us .form .button .btn {
    height: 50px;
    border: none
}

.get-started {
    text-align: center;
    background: linear-gradient(45deg, #006dfe, #1407b3)
}

.get-started .small-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.get-started .main-title {
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    margin: 30px 0;
    display: block
}

.get-started .des {
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.get-started .btn {
    background: #fff;
    margin-top: 40px;
    font-size: 14px;
    color: #006dfe;
    border: 1px solid transparent;
    font-weight: 600
}

.get-started .btn:hover {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.newsletter {
    background-image: url(images/newsletter-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.newsletter.overlay:before {
    background: linear-gradient(-45deg, #2e0ea0, #8f0fa0);
    opacity: .9
}

.newsletter .section-title .lines {
    background: #fff
}

.newsletter .section-title .lines:before {
    background: #fff
}

.newsletter .section-title .lines:after {
    background: #fff
}

.newsletter .section-title h2 {
    margin-bottom: 12px;
    color: #fff
}

.newsletter .section-title p {
    color: #fff
}

.newsletter .subscribe-form {
    position: relative
}

.newsletter .common-input {
    height: 60px;
    width: 100%;
    border: none;
    color: #333;
    box-shadow: none;
    text-shadow: none;
    border-radius: 30px;
    padding: 0 35px;
    font-weight: 500;
    font-size: 14px;
    padding-right: 155px
}

.newsletter .button {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    height: 40px;
    top: 10px;
    right: 10px;
    box-shadow: 0 10px 30px 0 rgba(124, 33, 255, .3)
}

.newsletter .button:hover {
    box-shadow: none
}

.newsletter {
    background: #fcfdff
}

.newsletter .subscribe-text {}

.newsletter .subscribe-text h6 {
    font-size: 22px;
    margin-bottom: 10px
}

.newsletter .subscribe-text p {}

.newsletter .subscribe-form {
    position: relative
}

.newsletter .common-input {
    height: 60px;
    width: 300px;
    border: none;
    color: #333;
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 14px;
    background: #efeff7
}

.newsletter .btn {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 180px;
    position: relative;
    top: -2px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(188, 199, 255, .75)
}

.newsletter .button:hover {
    box-shadow: none
}

.error-page {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee
}

.error-page .error-inner {
    display: inline-block
}

.error-page .error-inner h1 {
    font-size: 140px;
    text-shadow: 3px 5px 2px #3333;
    color: #006dfe;
    font-weight: 700
}

.error-page .error-inner h1 span {
    display: block;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    text-shadow: none
}

.error-page .error-inner p {
    padding: 20px 15px
}

.error-page .search-form {
    width: 100%;
    position: relative
}

.error-page .search-form input {
    width: 400px;
    height: 50px;
    padding: 0 78px 0 30px;
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px
}

.error-page .search-form input:hover {
    padding-left: 35px
}

.error-page .search-form .btn {
    width: 80px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    background: #006dfe;
    display: inline-block;
    position: relative;
    top: -2px
}

.error-page .search-form .btn i {
    font-size: 16px
}

.error-page .search-form .btn:hover {
    background: #333
}

.mail-seccess {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee
}

.mail-seccess .success-inner {
    display: inline-block
}

.mail-seccess .success-inner h1 {
    font-size: 100px;
    text-shadow: 3px 5px 2px #3333;
    color: #006dfe;
    font-weight: 700
}

.mail-seccess .success-inner h1 span {
    display: block;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    text-shadow: none;
    margin-top: 20px
}

.mail-seccess .success-inner p {
    padding: 20px 15px
}

.mail-seccess .success-inner .btn {
    color: #fff
}

.footer {
    background: #edf2ff;
    border-top: 1px solid #d8e3fe;
    padding: 100px 0 25px
}

.footer li {
    margin-bottom: 5px;
    list-style: none
}

.footer p {
    font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em;
    text-transform: unset;
    color: #666;
    margin-bottom: .3rem
}

.footer p a {
    color: #3d4f9f
}

.footer .single-footer.f-link li a {
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    font-weight: 400
}

.footer .single-footer.f-link li a:hover {
    color: #006dfe;
    padding-left: 7px
}

.footer h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #444;
    margin-bottom: 20px
}

.footer .nav-item {
    max-width: fit-content
}

.footer .footer-social {
    display: block;
    margin-top: 10px
}

.footer .footer-social li {
    display: inline-block;
    margin-right: 15px
}

.footer .footer-social li a {
    color: #8d96bd
}

.footer .footer-social li a:hover {
    color: #006dfe
}

.footer .copyright {
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px
}
@media (max-width:767px) {
    .site-header .topbar{
        background-color: white;
    }

}
 .site-header.sticky .header-bottom{
    background-color: white;
    margin: 0;
    padding: 10px 0px;
}
.site-header .navigation {
    display: flex;
    height: 100%;
    align-items: center;

}
.navbar-edit-me{
display: flex;
align-items: center;
justify-content: center;
}
.banner-image .main-text{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 40px;
    width: 70%;
    text-align: center;
}
.banner-ok{
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text{
    display: flex;
    justify-content: center;
max-width: 53%;
    height: 100%;
    flex-direction: column;
    text-transform: capitalize;


}
.home-banner{
    display: flex;
    flex-direction: column;
    flex-flow: column;
}
.banner-text h1{
    text-align: start;
    font-weight: bold;

}
.second-text{
    font-size: 23px;
    font-weight: 600;
    text-align: start;
    word-wrap: break-word;
    line-height: 1.5;
}
.banner-image{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-image .main-text{
    width: 80%;
    font-size: 35px;
    line-height: 1.2;
text-transform: capitalize;
}
.banner-image img{
    max-width: 75%;
}
.tags-home{
    margin-top: 20px;
}
.tags-home span{
    padding: 12px ;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    font-size: 30px;
    box-shadow: 11px 6px 25px -13px rgba(0,0,0,0.75);
    margin-left: 5px;
    transition: 0.5s;
}
.tags-home span:hover{
    transform: translateY(-5px);
}
.main-menu img{
display: none;
}
.site-header.sticky .main-menu img{
    display: block;
}
.info-media.right{
    height: 100%;
    width: 100%;
    display: flex;

}
.col-12 .info-media.right img{
    width: 100%;
}
@media (max-width:991px) {
    .second-product{
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    }

}
@media (max-width:1000px){
    .banner-text{
         max-width: 100%;
         text-align: center !important;
    }
    .banner-text h1{
text-align: center;
font-size: 45px;
margin-bottom: 20px;
    }
    .banner-text .second-text{
        text-align: center;
    font-size: 20px;    }
    .banner-image {
        width: 100%;
    }
    .banner-ok{
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
    }
}
.banner-zayliobutton{
    display: flex;
    flex-direction: column;
}
.banner-zayliobutton .banner-text h1{
    text-align: center !important;
    font-size: 60px !important;
}
.banner-zayliobutton .second-text{
    text-align:center;
    font-size: 27px;
}
.banner-zayliobutton p{
    text-align:center;
    font-size: 27px;
    font-weight: 600;
    margin-top: 5px;
}
