:root {
  font-size: 62.5%;
  --primary-color: #fe7e00;
  --hover-color: #00b7f5;
  --bColor: #121829;
  --white: #ffffff;
  --black: #000000;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'DiodrumW03';
    font-weight: 400;
    color: #121829;
    font-size: 18px;
    line-height: 28px
}

html,
body {
    overflow-x: hidden;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #121829;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #121829
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

img::selection {
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212931;
    ;
}

h1,
.h1 {
    font-size: 58px;
    line-height: 70px;
}

h2,
.h2 {
    font-size: 44px;
    line-height: 54px;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 50px
}

h4,
.h4 {
    font-size: 28px;
    line-height: 32px
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

p {
    margin-bottom: 20px;
}


button {
    border: none;
    transition: all 0.4s ease 0s
}

section {
    padding: 100px 0
}

.section_100 {
    padding: 100px 0
}

p:last-child {
    margin-bottom: 0 !important;
}

.main-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1170px
}

.bg_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.bg_gray {
    background: #F1F2F2
}

.bg_dark {
    background-color: #0e0f23;
    ;
    color: #fff
}

.bg_orange {
    background-color: #fe7e00;
    ;
    color: #fff
}

.bg_light {
    background-color: #00b7f5;
    ;
    color: #fff
}

.orange_border {
    border: 1px solid #fe7e00;
    color: #fff
}

.light_border {
    border: 1px solid #00b7f5;
    color: #fff
}

.white_border {
    border: 1px solid #fff;
    color: #fff
}

.white_text,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p,
.white_text a {
    color: #fff
}

.text_orange {
    color: #fe7e00 !important;
}

.text_light {
    color: #00b7f5 !important
}

.cta-btn {
    display: inline-block;
    padding: 10px 35px;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.cta-btn::after {
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
    content: "";
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width .6s ease 0s, height .6s ease 0s;
	-moz-transition: width .6s ease 0s, height .6s ease 0s;
	-webkit-transition: width .6s ease 0s, height .6s ease 0s;
	-ms-transition: width .6s ease 0s, height .6s ease 0s;
	-o-transition: width .6s ease 0s, height .6s ease 0s;
	width: 0;
	z-index: -1;
}
.cta-btn.bg_orange::after {
	background: #00b7f5 none repeat scroll 0 0;
}
.cta-btn.orange_border::after{
	background: #fe7e00 none repeat scroll 0 0;
}
.cta-btn.bg_light::after {
	background: #fe7e00 none repeat scroll 0 0;
}
.cta-btn.light_border::after{
	background: #00b7f5 none repeat scroll 0 0;
}

.cta-btn:hover::after {
	height: 562.5px;
	width: 562.5px;
}

.cta-btn:hover {
	color: #fff;
}
.letter_space {
    letter-spacing: 3px
}

.site-logo {
    max-width: 240px;
}

.header-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fe7e00;
    border: 5px solid rgba(83, 61, 39, 0.9);
    display: inline-block;
    line-height: 1px;
    text-align: center
}

.header-toggle span {
    display: inline-block;
    width: 22px;
    background: #fff;
    height: 2px;
    transform: translateY(7px);
    transition: all 0.4s ease 0s
}

.header-area {
    padding: 15px 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: 0.3s all;
}

body .header-area.fixed-header {
    padding: 10px 0;
    background: #0e0f23;
}

body.overflow .header-area.fixed-header {
    background: transparent;
    transition-delay: 0.1s;
}


.banner-area .fall-star {
    position: absolute;
    top: 10%;
    left: 53%;
    animation: fall-star 2s forwards;
    width: 140px;
    animation-delay: -0.2s;
    animation-duration: 2s
}

.banner-area .fall-star-2 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    animation: fall-star 2s forwards;
    width: 160px;
    animation-delay: -0.6s;
}

.banner-area .fall-star-3 {
    position: absolute;
    bottom: -92%;
    left: -23%;
    animation: fall-star 2s forwards;
    width: 160px;
    animation-delay: -0.2s;
    animation-duration: 2.2s;
}

.banner-area .fall-star-4 {
    position: absolute;
    bottom: -169%;
    left: -22%;
    animation: fall-star 2s forwards;
    width: 160px;
    animation-delay: 0s;
    animation-duration: 1.3s;
}

.banner-area .fall-star-5 {
    left: -66%;
    bottom: -183%;
}

.banner-right {
    position: relative
}

@keyframes fall-star {
    0% {
        transform: rotate(315deg) translateX(0);
        opacity: 0
    }

    70% {
        opacity: 0.5
    }

    100% {
        transform: rotate(315deg) translateX(800px);
        opacity: 1
    }
}

.banner-area {
    padding-top: 200px;
    position: relative;
    z-index: 1
}

.banner_star_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
}

.banner-area .container {
    position: relative
}

.banner_star_2 {
    width: 30px;
    right: 50%;
    top: -35%;
    animation-delay: 1s
}

.banner_star_3 {
    width: 40px;
    bottom: -22%;
    right: 35%;
    animation-delay: 1.6s
}

.banner_star_4 {
    width: 15px;
    right: -10px;
    top: -90px;
    animation-delay: 1.4s
}

.banner_star_5 {
    width: 25px;
    right: -5%;
    bottom: 50%;
    animation-delay: .7s
}

.banner_star_6 {
    right: 30%;
    width: 40px;
    top: 8%;
    animation-delay: 2s
}

.banner_star_7 {
    right: 22%;
    bottom: -10%;
    width: 30px;
    animation-delay: 1.2s
}

.banner_star_8 {
    right: 43%;
    width: 13px;
    bottom: 10%;
}

.banner_star_9 {
    width: 10px;
    right: 22%;
    top: -76px;
    animation-delay: 1s
}

.star_blinkin {
    position: absolute;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.banner-left {
    padding-top: 50px
}

.banner-rocket {
    position: absolute;
    top: 1px;
    width: 570px !important;
    left: -14px;
}

.banner-left p {
    margin: 20px 0
}

.banner-left .cta-btn {
    margin-right: 10px
}

.banner-left .cta-btn {
    margin-right: 10px
}

.content-text .cta-btn {
    margin-right: 10px
}

.content-text p {
    margin: 20px 0
}

.service_area .row:last-child {
    padding: 0 15px
}

.service-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 40px;
}

.service_area .slider {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    height: 500px
}

.service_area .slick-track {
    padding: 50px 0
}

.service_area .slider::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: #00b7f5;
    transform: rotate(45deg);
    top: -120px;
    right: -120px;
}

.service-icon img {
    margin: 0 auto;
    width: 110px;
}

.service-text {
    margin-top: 30px
}

.service-action {
    margin-top: 50px
}

.service-action i {
    transition: all 0.4s ease 0s
}

.service_area .slider:hover {
    transform: scaleY(1.1);
    background-color: #121829;
}

.service_area .slider:hover .service-action i {
    color: #fff
}

.service_area .slider .service-box {
    transform: scaleY(1);
    transition: all 0.4s ease 0s;
}

.service_area .slider:hover .service-box {
    transform: scaleY(.9)
}

.service_area .slider:hover h2,
.service_area .slider:hover p {
    color: #fff
}

.service_area .slider {
    margin: 0 15px;
    transition: all 0.4s ease 0s;
    transform: scale(1)
}

.facts_inn {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px
}

.facts_box {
    max-width: 50%;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    flex: 0 0 50%;
}

.facts_box .h1 {
    font-weight: 400
}

.facts_anim_img {
    width: 34%;
    margin: -295px auto 0;
}

.facts_area {
    padding-top: 400px;
    margin-top: -300px;
}

.facts_area .content-area {
    position: relative
}

.facts_area .container {
    position: relative
}

.fact_star_left {
    position: absolute;
    left: 0;
    width: 50%;
    top: -5%;
}

.fact_star_1 {
    width: 35px;
    left: 20%;
    top: -23%;
    animation-delay: .7s;
}

.fact_star_7 {
    width: 8px;
    left: 9%;
    top: 0%;
    animation-delay: 1.7s;
}

.fact_star_2 {
    width: 20px;
    left: 40%;
    top: 10%;

}

.fact_star_3 {
    width: 50px;
    left: 21%;
    bottom: -33%;
    animation-delay: 2.2s;
}

.fact_star_4 {
    width: 33px;
    left: 16%;
    bottom: -15%;
}

.fact_star_5 {
    width: 12px;
    left: 2%;
    bottom: 45%;
    animation-delay: 1.3s;
}

.fact_star_6 {
    width: 43px;
    left: 40%;
    top: 25%;
    animation-delay: .7s;
}

.facts_area.in-view .fall-star-1 {
    position: absolute;
    top: 93%;
    left: 9%;
    animation: fall-star 2s forwards;
    width: 140px;
    animation-delay: -0.2s;
    animation-duration: 3s;
}

.facts_area.in-view .fall-star-2 {
    position: absolute;
    top: 47%;
    left: -15%;
    animation: fall-star 2s forwards;
    width: 140px;
    animation-delay: -0s;
    animation-duration: 1.2s;
}

.facts_area.in-view .fall-star-3 {
    position: absolute;
    top: 88%;
    left: -12%;
    animation: fall-star 2s forwards;
    width: 140px;
}

.different-area .container {
    position: relative
}

.different-area .fall-star-1 {
    position: absolute;
    top: 0%;
    left: 36%;
    animation: fall-star 2s forwards;
    width: 140px;
    animation-delay: -0.2s;
    animation-duration: 3s;
}

.different-area .fall-star-2 {
    position: absolute;
    top: 100%;
    left: 80%;
    animation: fall-star 2s forwards;
    width: 140px;
    animation-delay: -0.8s;
    animation-duration: 1.5s;
}

.different-area .fall-star-3 {
    position: absolute;
    bottom: 100%;
    left: 30%;
    animation: fall-star 2s forwards;
    width: 140px;
}

.different-area {
    position: relative
}

.different-star {
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 0;
}


.facts_area .content-img img {
    animation-name: stage-2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-name: stage-2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: stage-2;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: stage-2;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: stage-2;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    transform-origin: center;
}

@-webkit-keyframes stage-2 {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@keyframes stage-2 {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

.testimonial-item {
    padding: 0 50px 30px 50px;
    position: relative;
    margin-top: 100px;
}

.testimonial-item p {
    margin: 20px 0
}

.testimonial_meta {
    margin-top: 35px
}

.testimonial_meta span {
    font-weight: 500;
    display: block;
    color: #0e0f23;
}

.testimonial_title {
    font-size: 20px;
}

.testimonial_desg {
    font-size: 18px
}

.testimonial-item > img:not(.profile-image) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 67%;
    top: 0px;
    z-index: -1;
}

.testimonial-item > img.profile-image {
    width: 120px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #fff;
}

.testimonial-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 16px;
    color: #252c35;
    opacity: 1
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: #fe7e00;
}

.partner-slider-wrap {
    margin-top: 70px
}

.partner_slider {
    margin: 0 35px;
    height: 170px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.appointment-form li {
    position: relative
}

.appointment-form label {
    color: #fff;
    position: absolute;
    cursor: text;
    transform: translateY(-22px);
    transition: transform 0.3s ease;
    left: 15px;
    bottom: 0px;
    letter-spacing: 2px;
    font-size: 15px;
    z-index: 1;
}

.appointment-form p {
    left: 15px;
    bottom: 0px;
    letter-spacing: 2px;
    font-size: 15px;
    z-index: 1;
}

.checkbox label {
    transform: translateY(0);
    position: static;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 10px;
}

.checkbox {
    display: inline-block;
    margin-right: 20px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
}

.checkbox label {
    transform: translateY(0);
    position: static;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 0;
    left: 0;
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border-bottom: 2px solid #5d2d51;
    box-shadow: none;
    padding: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    top: -3px;
}

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 15px;
    width: 10px;
    height: 20px;
    border: solid #5d2d51;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.appointment-form input[type="text"],
.appointment-form select,
.appointment-form textarea,
.appointment-form input[type="email"],
.appointment-form input[type="date"] {
    width: 100%;
    height: 80px;
    font-size: 18px;
    transition: 0.6s;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 60px;
    padding: 25px 10px 0;
    color: #fff;
}

.appointment-form textarea {
    overflow: hidden
}

.appointment-form select {
    text-indent: -9999px;
    position: relative;
    padding-left: 10px
}

.appointment-form input[type="date"] {
    text-indent: -999px;
    position: relative;
    padding-left: 50px
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
    outline: none;
}

.appointment-form .animation label {
    transform: translateY(-45px);
}

.appointment-form .animation select,
.appointment-form .animation input[type="date"] {
    text-indent: 0
}

.appointment-form li {
    margin: 5px 0;
    padding: 0 5px
}

.appointment-form input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.appointment-form input[type="date"]::after {
    background: url(../img/date_icon.png) no-repeat scroll center center/cover;
    width: 25px;
    height: 25px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    opacity: 0
}

.appointment-form .animation input[type="date"]::after {
    opacity: 1
}

.appointment-form ul {
    padding: 0 10px
}

.appointment-form button {
    margin-top: 7px;
    background: transparent
}

.appointment-area .content-text .h1 {
    font-size: 75px;
    line-height: 85px
}

.appointment-area {
    background-position: -200px 0px;
}

.appointment-form select option {
    color: #000
}

.footer_top {
    padding: 100px 0
}

.footer_contact .letter_space {
    font-size: 18px
}

.info-appoint img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.marker-icon img {
    height: 20px
}

.footer_contact ul li {
    display: inline-block;
    width: 48%;
    margin-top: 7px
}

.footer_contact {
    margin-top: 40px
}

.footer-social {
    margin-top: 40px
}

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

.footer-social ul li:last-child {
    margin: 0
}

.footer-social ul li a {
    color: #5B5E69;
    font-size: 22px
}

.footer-social ul li a:hover {
    color: #fff
}

.footer-widget .cta-btn {
    width: 200px;
    text-align: center;
    margin-left: 5px
}

.google-partner img {
    width: 180px;
    margin-left: auto;
}

.copyright-inn p,
.copyright-inn p a {
    display: inline-block;
    font-size: 12px;
    color: #5B5E69;
}

.copyright-inn p {
    margin-right: 10px;
    padding-right: 10px;
    line-height: normal;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright-inn p:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.child-breadcrumb {
    height: 700px;
}



.inner {
    padding: 0 60px;
    font-weight: 500;
    color: #212931;
}

.child-contnet-inn img {
    margin: 80px 0 0
}

.child-contnet-inn h1,
.child-contnet-inn h2,
.child-contnet-inn h3,
.child-contnet-inn h4,
.child-contnet-inn h5,
.child-contnet-inn h6 {
    margin-bottom: 25px
}

.child-contnet-inn blockquote {
    position: relative;
    font-size: 22px;
    margin: 30px 0
}

.child-contnet-inn blockquote::before {
    position: absolute;
    content: "";
    top: 0;
    left: -25px;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.child-contnet-inn blockquote::after {
    position: absolute;
    content: "";
    top: 0;
    right: -25px;
    height: 100%;
    width: 5px;
    background-color: #fe7e00;
}

.child-contnet-inn ol {
    margin: 50px 0;
    padding-left: 30px;
}

.child-contnet-inn ol li {
    padding-left: 30px;
    margin: 14px 0;
    font-weight: 500;
    font-size: 18px;
    counter-increment: list;
    list-style-type: none;
    position: relative;
}

.child-contnet-inn ol li:before {
    color: #fe7e00;
    content: "0"counter(list)".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 30px;
    font-size: 20px;
}

.child-contnet-inn ul {
    margin-bottom: 30px;
}

.child-contnet-inn ul li {
    padding-left: 10px;
    margin: 14px 0 14px 20px;
    font-weight: 500;
    font-size: 18px;
    list-style-type: disc;
    position: relative;
}

.child-contnet-inn ul li::marker {
    color: #fe7e00;
}

.child-contnet-inn .cta-btn.orange_border {
    color: #212931;
    margin-left: 10px
}

.breadcrumb-area {
    padding-top: 70px;
}

.contact-breadcrumb .breadcrumb-left ul {
    display: flex;
    flex-wrap: wrap;
}

.contact-breadcrumb .breadcrumb-left ul li {
    margin-right: 50px;
    margin-top: 10px
}

.contact-breadcrumb .breadcrumb-left ul li:last-child {
    margin-right: 0
}

.contact-breadcrumb .appointment-form {
    padding: 40px;
    background: #fff;
    position: relative;
    border: 2px solid #e9e9e9;
    z-index: 2;
}

.contact-breadcrumb .appointment-form form {
    margin-top: 20px;
}

.contact-breadcrumb .appointment-form input,
.contact-breadcrumb .appointment-form select {
    background-color: #f3f3f3;
    color: #52524f;
    font-weight: 400;
    border-bottom: 2px solid #5d2d51;
}

.contact-breadcrumb .appointment-form label {
    color: #0e0f23;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-form-inn {
    position: relative
}

.contact-form-inn .bg_shadow {
    bottom: -85px;
    left: 0;
    width: 100%;
    position: absolute
}

.contact-breadcrumb .appointment-form button {
    width: 100%;
    background: #fe7e00 !important;
    text-align: center;
    height: 80px;
    cursor: pointer
}

.contact-breadcrumb .contact-form-inn {
    transform: translateY(120px)
}

.contact_page_testimonial {
    padding-top: 200px
}


.swiper-scrollbar {
    background: #d6d6d6;
}

.swiper-container-horizontal > .swiper-scrollbar {
    height: 5px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.swiper-scrollbar-drag {
    background-color: #fe7e00;
    border-radius: 0
}

.swiper-wrapper img {
    width: 100%;
    box-shadow: 0 12px 26px -2px rgba(0, 0, 0, 0.54);
}

.team-wrapper .slider {
    position: relative;
}

.team-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-meta {
    position: absolute;
    bottom: -67%;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 0 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
    transition: all 0.4s ease 0s
}

.team_details {
    opacity: 0;
    transition: all 0.4s ease 0s
}

.team-meta .h5 {
    margin: 0
}

.team-meta p {
    font-size: 14px;
    line-height: 22px
}

.team-wrapper .swiper-slide:after {
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 5px;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.team-wrapper .swiper-slide::before {
    position: absolute;
    content: "";
    top: -150px;
    right: -100px;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    background-color: #fe7e00;
    transition: all 0.4s ease 0s
}

.team-wrapper .swiper-slide:hover::before {
    width: 800px;
    height: 800px;
    opacity: 0.8;
}

.team-wrapper .swiper-slide:hover:after {
    opacity: 0
}

.team_social li {
    display: inline-block;
    margin-right: 10px
}

.team-wrapper .swiper-slide:hover .team-meta {
    bottom: 30px
}

.team-wrapper .swiper-slide:hover .team_details {
    opacity: 1
}

.team-area {
    margin-top: 100px
}

.team_holder {
    margin-top: 50px
}

.story-area {
    height: 1000px
}

.story-area .content-text {
    max-width: 400px
}

.story-area .content-text p:last-child {
    font-weight: 500
}

.story-tab-area {
    margin-top: -650px;
    background: #F1F2F2;
}

.story-tab {
    background: #fff;
    position: relative
}

.story-tab .nav-tabs {
    background: #f1f2f2;
    border: none
}

.story-tab .nav-tabs .nav-link {
    padding: 30px 60px;
    color: #0e0f23;
    font-weight: 500;
    font-size: 22px;
    border: none
}

.story-tab .tab-content {
    padding: 40px 150px 100px 150px;
}

.story-area {
    background-position: 100px 0;
    margin-top: 120px;
    position: relative
}

.story-star-bg {
    position: absolute;
    top: 0;
    width: 60%;
    right: 0
}

.story-area .container {
    position: relative
}

.story_cartoon {
    position: absolute;
    right: 16%;
    width: 300px;
    top: -290px;
    animation: bounce 3s infinite;
    z-index: 1
}

.about-area {
    position: relative;
    z-index: 1
}

.service_area {
    position: relative;
    z-index: 2;
}

.service_area:after {
    content:"";
    background: #0e0f23;
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
    height: 300px;
}

.service_area .container {
    position: relative;
    z-index: 2;
}

.facts_area {
    padding-top: 100px;
    margin-top: 0px;
}

.about_star_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: -1
}

.about-area .content-img {
    position: relative
}

.about-area .container {
    position: relative
}

.about_star_1 {
    width: 32px;
    left: 27%;
    top: 17%;
}

.about_star_2 {
    width: 10px;
    left: 36%;
    top: 43%;
    animation-delay: 1s
}

.about_star_3 {
    width: 10px;
    left: -7%;
    top: 21%;
    animation-delay: 1.5s
}

.about_star_4 {
    width: 12px;
    left: 7%;
    top: 70%;
}

.about-area .content-img .rocket {
    position: absolute;
    width: 133px;
    left: 26.5%;
    top: 263px;
    z-index: 1;
}

.rocket.in-view {
    margin-top: -1800px;
    transition: 4s ease;
    transition-delay: 3.5s;
}

.rocket-base + img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s all;
    z-index: 222;
}

.rocket.in-view + .rocket-base + img {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 3.5s;
}

.rocket.in-view + .rocket-base {
    opacity: 0;
    transition: 0.3s all;
    transition-delay: 3.78s;
}

@media only screen and (max-width: 991px) {

.rocket.in-view {
    transition-delay: 0.5s;
}

.rocket.in-view + .rocket-base + img {
    transition-delay: 0.5s;
}

.rocket.in-view + .rocket-base {
    transition-delay: 0.78s;
}	
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        transform: translate3d(0px, -4px, 0);
    }

    100% {
        transform: translate3d(0px, 0px, 0);
    }
}

.navigation-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    overflow: hidden;
    z-index: 9
}

.navigation-menu > * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu .nav-bg {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.nav_bg_shape {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 44%;
    height: auto;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0
}

.navigation-menu .nav-bg2 {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background: #171d30;
}

.navigation-menu .inner {
    position: relative;
    z-index: 9;
}

.navigation-menu address {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: translate(-30%, 40%);
    transform: translate(-30%, 40%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0;
}

.navigation-menu.open address {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-menu address h4 {
    color: #fff;
}

.navigation-menu address p a {
    position: relative;
    color: #ccc
}

.navigation-menu address p a:after {
    position: absolute;
    content: "";
    bottom: -3px;
    height: 2px;
    left: 0;
    width: 100%;
    background: #9d8e5b;
}

.navigation-contact ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation-contact ul li {
    margin-right: 50px !important;
}

.navigation-contact ul li:last-child {
    margin: 0 !important
}

.navigation-menu .inner ul li {
    display: block;
    margin: 25px 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.navigation-menu .inner ul li a span {
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    top: -20px;
}

.navigation-menu .inner ul li a:hover span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-right: 20px;
}

.navigation-menu .inner ul li a {
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    position: relative
}

.navigation-contact {
    margin-top: 50px
}

.navigation-contact ul li a {
    font-size: 16px !important;
    line-height: normal !important
}

.navigation-menu .inner ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fe7e00;
    ;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.navigation-menu .inner ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.navigation-menu p,
.navigation-menu a {
    font-size: 20px;
    letter-spacing: 1px;
}

.navigation-menu.open {
    top: 0;
}

.navigation-menu.open .nav-bg {
    height: 100%;
}

.navigation-menu.open .nav-bg2 {
    height: 100%;
}

.navigation-menu .inner ul li a:hover,
.navigation-menu address p a:hover {
    color: #fe7e00;
}

.navigation-menu.open ul li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-menu.open ul li:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.navigation-menu.open ul li:nth-child(2) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.navigation-menu.open ul li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.navigation-menu.open ul li:nth-child(4) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.navigation-menu.open ul li:nth-child(5) {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.navigation-menu.open ul li:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.navigation-menu.open .nav_bg_shape {
    opacity: 1;
    transition-delay: 1s;
}

.menu_bg_text {
    position: absolute;
    color: #3a988b;
    letter-spacing: 2px;
    left: -17px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 38px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 15px;
    font-size: 1.5rem;
}

.navigation-menu.open .menu_bg_text {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-social ul {
    text-align: center
}

.navigation-social ul li {
    display: inline-block !important;
    margin-right: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.navigation-social ul li:last-child {
    margin-right: 0 !important;
}

.navigation-social ul li a {
    font-size: 20px !important;
    color: #5B5E69 !important;
}

.navigation-social ul li a::after {
    display: none
}

.navigation-social ul li a:hover {
    color: #fff !important;
}

.header-toggle.active > span {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(14px) translateX(0) rotate(45deg);
    width: 70%;
}

.header-toggle.active > span:nth-child(2n) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header-toggle.active > span:nth-child(3n) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-4px) translateX(0) rotate(-45deg);
    width: 70%;
}

.header-toggle.active span:nth-child(3n) {
    margin-top: 8px;
}

/*responsive*/
@media only screen and (min-width: 1600px) {
    .skew_top {
        border-left: 3000px solid #fff
    }

    .practice_skew .skew_top {
        border-left: 3000px solid #f9f9fa
    }

    .skew_bottom,
    .practice_skew .skew_bottom {
        border-right: 3000px solid #fff
    }
}

@media(max-width: 991px) {
    .navigation-menu .inner ul li {
        margin: 5px 0
    }

    .navigation-menu .inner ul li a {
        font-size: 22px;
        line-height: 30px
    }

    .navigation-menu p,
    .navigation-menu a {
        font-size: 16px
    }

    .navigation-menu .inner ul {
        margin-left: 0
    }

    .navigation-menu address {
        padding-left: 15px
    }

    .navigation-menu .inner {
        padding: 0;
        height: calc(100vh - 5rem);
        overflow: auto;
    }

    .navigation-menu.open address {
        padding-bottom: 40px
    }

    .cta-btn {
        text-align: center;
        padding: 10px 25px
    }

}

@media(max-width: 767px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 46px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 40px;
    }

	.navigation-menu .inner {
		height: calc(100vh - 8rem);
		top: 8rem;
		position: absolute;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

    .banner-rocket {
        top: 5%;
        width: 90%;
        left: 4%;
    }

    .banner-left {
        padding-top: 0
    }

    .banner-left .h1 {
        font-size: 36px
    }

    .banner-left .cta-btn,
    .content-text .cta-btn {
        margin-right: 5px;
        padding: 10px 18px;
    }

    .navigation-contact ul li {
        margin-right: 0 !important
    }

    .navigation-contact ul {
        flex-direction: column
    }

    .navigation-contact {
        margin-bottom: 30px
    }

    .banner-left p br {
        display: none
    }

    .facts_inn {
        padding: 0
    }

    .different-area {
        padding-top: 0;
        text-align: center
    }

    .different-area .col-lg-6 .content-text {
        margin-top: 0;
        margin-bottom: 30px
    }

    .appointment-area .content-text .h1 {
        font-size: 46px;
        line-height: 54px;
    }

    .banner-area {
        padding-top: 150px
    }

    .about-area .content-img .rocket {
        width: 70px
    }

    .service-box {
        padding: 20px
    }

    .facts_area {
        padding-top: 200px
    }

    .facts_box {
        padding: 0
    }

    .different-area .content-text {
        text-align: left
    }

    .facts_anim_img {
        width: 60%;
        margin: -75px auto 0;
    }

    .testimonial-item {
        padding: 0 30px 20px 30px;
    }

    .testimonial-item br {
        display: none
    }

    .footer-widget p {
        font-size: 14px
    }

    .footer-widget .cta-btn {
        margin-left: 5px;
        padding: 8px 15px;
        width: auto
    }

    .copyright-inn {
        text-align: center
    }

    .team-meta .h5 {
        margin: 0;
        font-size: 16px;
    }

    .team-meta {
        bottom: -60%;
        padding: 0 15px;
    }

    .story_cartoon {
        right: 0%;
        width: 35%;
        top: -290px;
    }

    .story-tab .tab-content {
        padding: 20px 100px 80px 100px;
    }
    .contact-breadcrumb {
        padding-top: 150px !important
    }
    .contact-form-inn .bg_shadow{
        bottom: -50px
    }
        .appointment-form label {
    left: 10px;
    letter-spacing: 0;
    font-size: 12px;
}
    .appointment-form input[type="text"], .appointment-form select, .appointment-form textarea, .appointment-form input[type="email"], .appointment-form input[type="date"]{
        height: 60px
    }
    .appointment-form .animation label {
    transform: translateY(-28px);
}
    .appointment-form label {
        transform: translateY(-14px);
    }
}

@media(max-width: 575px) {

    .banner-area {
        text-align: center
    }

    .banner_bg {
        background-image: none !important
    }

    .about-area {
        padding-top: 100px !important
    }

    .about-area .content-text {
        margin-top: 30px;
        text-align: center
    }

    .service_area {
        padding-top: 100px !important
    }

    .facts_area {
        padding-top: 200px
    }

    .content-text {
        margin-top: 30px
    }

    .appointment-area .content-text {
        text-align: center
    }

    .appointment-area .appointment-form {
        margin-top: 30px
    }

    .footer-widget {
        text-align: center
    }

    .footer_contact ul li {
        width: 100%
    }

    .footer_contact ul li > div {
        justify-content: center
    }

    .google-partner img {
        margin: 30px auto;
    }

    .copyright-inn {
        text-align: center;
        padding-bottom: 10px
    }

    .copyright-inn p {
        margin: 5px
    }
    

}

@media(max-width: 420px) {

    .banner-left .cta-btn,
    .about-area .cta-btn,
    .different-area .cta-btn,
    .footer-widget .cta-btn, .child-contnet-inn .cta-btn {
        width: 100%;
        margin: 5px 0 !important;
    }

.about-area .content-img .rocket {
    width: 78px;
    left: 26.8%;
    top: 141px;
}

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    p br {
        display: none
    }

    .facts_anim_img {
        width: 100%;
        margin: 0 auto;
    }

    .inner {
        padding: 0
    }

    .story-area {
        height: 1350px;
        padding-top: 0;
        margin-top: 0
    }
    .team-meta .h5{
        font-size: 22px
    }
    .team-meta{
        bottom: -70%
    }
    .story-tab-area {
        margin-top: -650px;
    }

    .story_cartoon {
        position: static;
        top: 0;
        width: 60%
    }

    .story-tab .tab-content {
        padding: 30px;
    }

    .story-tab .nav-tabs .nav-link {
        padding: 30px
    }

    

}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-menu .inner {
        padding: 100px 0
    }

    .navigation-menu .inner ul li {
        margin: 20px 0;
    }

    .navigation-menu .inner ul li a {
        font-size: 30px;
        line-height: 30px;
    }

    .navigation-menu p,
    .navigation-menu a {
        font-size: 20px
    }

    .banner-left {
        padding-top: 0
    }

    .about-area .content-img .rocket {
        width: 85px
    }

    .facts_inn {
        padding-left: 0
    }

    .facts_anim_img {
        width: 70%;
        margin: -95px auto 0;
    }

    .appointment-area .content-text .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .info-appoint p {
        font-size: 14px
    }

    .footer-widget .cta-btn {
        width: auto;
        padding: 10px 20px;
    }

    .story_cartoon {
        right: 0
    }
    .contact-form-inn .bg_shadow{
        bottom: -70px
    }
    .contact-breadcrumb {
        padding-top: 150px !important
    }
    h1, .h1 {
    font-size: 50px;
    line-height: 70px;
}
    h3, .h3 {
    font-size: 32px;
    line-height: 44px;
}
    .appointment-form label {
    left: 10px;
    letter-spacing: 0;
    font-size: 12px;
}
    .appointment-form input[type="text"], .appointment-form select, .appointment-form textarea, .appointment-form input[type="email"], .appointment-form input[type="date"]{
        height: 60px
    }
    .appointment-form .animation label {
    transform: translateY(-28px);
}
    .appointment-form label {
        transform: translateY(-14px);
    }
    .team-meta .h5{
        font-size: 20px
    }
    .team-meta {
    bottom: -63%;
    padding: 0 20px;
}
}

@media(max-width: 740px) {}

@media (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {
    .navigation-menu .inner {
        height: calc(100vh - 9rem);
        bottom: 0;
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
    }

    .banner-left {
        padding-top: 0px;
    }

    .about-area .content-img .rocket {
        width: 90px
    }

    .service-box {
        padding: 25px
    }

    .service_area .slider {
        height: 585px
    }

    .facts_area {
        padding-top: 200px
    }

    .facts_inn {
        padding-left: 0
    }

    .facts_anim_img {
        width: 60%;
        margin: -95px auto 0;
    }

    .footer-widget .cta-btn {
        width: auto;
        padding: 10px 25px;
    }

    .info-appoint p {
        font-size: 14px
    }

    .copyright-inn {
        text-align: center
    }

    .appointment-area .content-text .h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .contact-breadcrumb {
        padding-top: 150px !important
    }
    .contact-form-inn .bg_shadow{
        bottom: -50px
    }
    h3, .h3 {
    font-size: 26px;
    line-height: 35px;
}
    h2, .h2 {
    font-size: 34px;
    line-height: 46px;
}
}

@media (width: 1024px) {
    .footer-widget .cta-btn {
        width: 175px;
    }
    .contact-form-inn .bg_shadow{
        bottom: -70px
    }
    .testimonial-item .h3 br{
        display: none;
        font-size: 36px;
        line-height: 45px
    }
    h3, .h3 {
    font-size: 34px;
    line-height: 50px;
}
}

.appointment-form .gform_fields .gfield {
    position: relative;
    margin: 5px 0;
    padding: 0 5px;    
}

.appointment-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.appointment-form .gform_fields .gfield_required {
    display: none;
}

.appointment-form .ui-datepicker-trigger {
    position: absolute;
    bottom: 23px;
    left: 20px;
    opacity: 0;
    width: calc(100% - 40px);
    height: 25px;
    z-index: 22;
}

.appointment-form #field_1_7 input {
    font-size: 0px;
}

.appointment-form #field_1_7.animation input {
    font-size: 14px;
    color: #fff;
}

.appointment-form #field_1_7 ::-webkit-input-placeholder {
    color: #fff;
}

.appointment-form #field_1_7 :-ms-input-placeholder {
    color: #fff;
}

.appointment-form #field_1_7 ::placeholder {
    color: #fff;
}

.gform_validation_errors {
    display: none !important;
}

.gfield_validation_message {
    font-size: 0px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 10px;
}

.gfield_validation_message:after {
    content: "*";
    font-size: 30px;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
}

@media (max-width: 767px) {

.appointment-form .gform_fields {
    display: block;
}

.appointment-form .gform_fields .gfield {
    width: 100%;
}

}

@media (min-width: 992px) {

.appointment-form .gform_fields > div:first-child label {
    left: 15px;
}

.appointment-form .gform_fields > div:first-child select {
    padding-left: 10px;
}

}

#ui-datepicker-div {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    margin-top: -35px;
    width: 268px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    z-index: 10 !important;
    margin-left: 7px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}

#ui-datepicker-div .ui-datepicker-prev {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #383838;
}

#ui-datepicker-div .ui-datepicker-next {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #383838;
}

#ui-datepicker-div .ui-datepicker-title {
    width: calc(100% + 10px);
    display: flex;
    margin: 0 -5px;
}

#ui-datepicker-div .ui-datepicker-title select {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0 5px;
}

#ui-datepicker-div table {
    border: 1px solid #ddd;
    width: 100%;
    margin: 15px 0 0
}

#ui-datepicker-div table th,
#ui-datepicker-div table td {
    border: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

#ui-datepicker-div table th {
    background-color: #fe7e00;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-color: #fe7e00;
}

#ui-datepicker-div * {
    text-shadow: none !important;
}

#ui-datepicker-div table td.ui-datepicker-today,
#ui-datepicker-div table td a.ui-state-default.ui-state-highlight {
    color: #fff;
    background-color: #fe7e00;
}

.gform_footer {
    text-align: right;
    padding: 0 5px;
}

.appointment-form input[type="submit"] {
    margin-top: 7px;
    display: inline-block;
    padding: 10px 35px;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.appointment-form input[type="submit"]:hover {
    background: #fff;
    color: #fe7e00;
}

.gform_confirmation_message {
    width: 100%;
    font-size: 16px;
    transition: 0.6s;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    color: #fff;
    text-align: center;
}

.page-id-156 {
    background: #F1F2F2;
}   


.contact-breadcrumb .appointment-form input[type="submit"] {
    width: 100%;
    background: #fe7e00 !important;
    text-align: center;
    height: 80px;
    cursor: pointer;
    margin-top: 7px;
    display: inline-block;
    padding: 10px 35px;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    color: #fff;
}

.contact-breadcrumb .appointment-form #field_1_7.animation input {
    font-size: 14px;
    color: #52524f;
}

.contact-breadcrumb .appointment-form #field_1_7 ::-webkit-input-placeholder {
    color: #52524f;
}

.contact-breadcrumb .appointment-form #field_1_7 :-ms-input-placeholder {
    color: #52524f;
}

.contact-breadcrumb .appointment-form #field_1_7 ::placeholder {
    color: #52524f;
}

.contact-breadcrumb .gform_confirmation_message {
    font-size: 15px;
    transition: 0.6s;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fe7e00;
    text-align: center;
}

.contact-breadcrumb .row {
    min-height: 600px;
}

body {
    overflow: hidden;
}    

.blog-heading {
    background-color: #0e0f23;
    color: #fff;
    padding: 180px 0 230px;
}

.blog-listing {
    margin-top: -100px;
}

.case-listing{
    padding-top: 100px;
}

.blog-listing .post-thumbnail img,
.case-listing .post-thumbnail img {
    width: 100%;
    height: auto;
}


.blog-listing article,
.case-listing article {
    margin-bottom: 50px;
    height: calc(100% - 50px);
    position: relative;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.blog-listing article .cta-btn,
.case-listing article .cta-btn {
    position: static;
}

.blog-listing article .cta-btn:before,
.case-listing article .cta-btn:before {
    content: "";
    width: 10000%;
    height: 10000%;
    position: absolute;
    top: -1000%;
    left: -1000%;
}

.blog-listing article h2 a,
.case-listing article h2 a {
    color: #0e0f23;
}

.blog-listing article:hover h2 a,
.case-listing article:hover h2 a {
    color: #fe7e00;
}

.blog-listing article h2,
.case-listing article h2  {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin: 15px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.blog-listing .entry-meta,
.case-listing .entry-meta {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.blog-listing .entry-meta > span,
.case-listing .entry-meta > span {
    margin-right: 25px;
}

.blog-listing .entry-content,
.blog-listing p,
.case-listing .entry-content,
.case-listing p {
    font-size: 16px;
    line-height: 25px;
}

.blog-listing .cta-btn,
.case-listing .cta-btn {
    letter-spacing: 3px;
    color: #fe7e00;
    background: transparent !important;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navigation {
    margin: 20px 0 100px;
    text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: #eee;
    cursor: pointer;
    padding: 0 12px;
    color: #000;
    min-width: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #fe7e00;
    color: #fff;
}

.blog-single-content {
    margin-top: -130px;
    padding-top: 0;
}

.blog-single-content .entry-content img,
.blog-single-content .post-thumbnail img {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.blog-heading .entry-meta {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.blog-heading .entry-meta a {
    color: #fff;
}

.blog-heading .entry-meta > span {
    margin-right: 25px;
}



.blog-single-content .post-navigation {
    border-bottom: 1px solid #ddd;
}

.blog-single-content .post-navigation .nav-links {
    display: flex;
}

.blog-single-content .post-navigation .nav-links > div {
    width: 50%;
    padding: 20px 20px 20px 0px;
}

.blog-single-content .post-navigation .nav-links > div + div {
    border-left: 1px solid #ddd;
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
}

.blog-single-content .post-navigation .nav-links > div span {
    display: block;
}

.blog-single-content .post-navigation .nav-links > div span:first-child {
    color: #fe7e00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-single-content .post-navigation .nav-links > div a {
    color: #fe7e00;
    line-height: 21px;
    font-weight: 500;
}

.blog-social {
    display: block;
    padding-top: 20px;
    color: #787878;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.blog-social a {
    background-color: #fe7e00;
    color: #f0edee;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fe7e00;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 2px;
    border-radius: 50px;
}    

.blog-social a:hover {
    background-color: transparent;
    color: #fe7e00;
    border: 1px solid #fe7e00;
}    

.blog-single-content .post-navigation .nav-links > div span:first-child em {
    display: inline-block;
    width: 7px;
}

.blog-single-content .post-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 15px;
}

.blog-single-content .post-navigation .nav-links {
    display: flex;
}

.blog-single-content .post-navigation .nav-links > div {
    width: 50%;
    padding: 20px 20px 20px 0px;
    text-align: left;
}

.blog-single-content .post-navigation .nav-links > div + div {
    border-left: 1px solid #ddd;
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
}

.blog-single-content .post-navigation .nav-links > div span {
    display: block;
}

.blog-single-content .post-navigation .nav-links > div span:first-child {
    color: #fe7e00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-single-content .post-navigation .nav-links > div a {
    color: #fe7e00;
    line-height: 21px;
    font-weight: 500;
}

.blog-social {
    display: block;
    padding-top: 20px;
    color: #787878;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.blog-social a {
    background-color: #fe7e00;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fe7e00;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
    border-radius: 50px;
}    

.blog-social a:hover {
    background-color: transparent;
    color: #fe7e00;
    border: 1px solid #fe7e00;
}    

.blog-single-content .post-navigation .nav-links > div span:first-child em {
    display: inline-block;
    width: 7px;
}

@media only screen and (max-width: 991px) {

.blog-heading {
    background-color: #0e0f23;
    color: #fff;
    padding: 130px 0 150px;
}

}

.error-404 {
    position: relative;
    padding: 200px 0 110px;
}

.error-404:before {
    content:"";
    background: #0e0f23;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
}

.blog-single-content ul {
    margin: 50px 0;
    padding-left: 30px;
}

.blog-single-content ul li {
    padding-left: 5px;
    margin: 14px 0;
    font-weight: 500;
    font-size: 18px;
    list-style-type: disc;
    position: relative;
}

.blog-single-content ul li::marker {
    color: #fe7e00;
    font-size: 20px;
}

.blog-single-content ul ul {
    margin: 0px 0 !important;
}

.blog-single-content figure {
    width: 100% !important;
}

.wp-caption-text {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    margin: -15px 0 30px
}

.blog-listing .post-thumbnail,
.case-listing .post-thumbnail {
    max-height: 220px;
    overflow: hidden;
	background: #fff;
}

.blog-listing .post-thumbnail img,
.case-listing .post-thumbnail img {
    min-height: 220px;
}

.banner-area .banner-right {
    transform: rotate(-62deg)
}

.banner-area .banner-right img:first-child{
    transform: rotate(62deg)
}

@media only screen and (min-width: 1200px) {

.home .navigation-menu + .bg_cover {
    background-position: center -80px;
    background-size: cover !important;
}

}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.content-text {
    position: relative;
    z-index: 2;
}

.about-area:before {
    content: "";
    background: url(../img/banner-bg-moon.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
}

.facts_area.in-view .content-area:not(.different-area) .star_blinkin + .fall-star-1 {
    top: 93%;
    left: -43%;
}

.facts_area.in-view .content-area:not(.different-area) .star_blinkin + .fall-star-1 + .fall-star-2 {
    top: 142%;
    left: -14%;
}

.facts_area.in-view .content-area:not(.different-area) .star_blinkin + .fall-star-1 + .fall-star-2 + .fall-star-3 {
    top: 175%;
    left: -55%;
}

.facts_area.in-view .content-area.different-area .star_blinkin + .fall-star-1 {
    top: auto;
    bottom: -140%;
    left: -5%;
}

.facts_area.in-view .content-area.different-area .star_blinkin + .fall-star-1 + .fall-star-2 {
    top: 408%;
    left: 29%;
}

.facts_area.in-view .content-area.different-area .star_blinkin + .fall-star-1 + .fall-star-2 + .fall-star-3 {
    top: 411%;
    left: -36%;
}


@media only screen and (max-width: 767px) {

.about-area:before {
    content: "";
    background: url(../img/banner-bg-moon.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background-size: cover;
}

}

.child-content + section .testimonial-item {
    margin-top: 0px;
    margin-bottom: 50px;
}

.gallery-block {
    background: #fff;
}

.gallery-block .container {
    max-width: 800px;
}

.gallery-block .container h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.gallery-block .container .row {
    margin-top: 30px;
}

.gallery-block .container .row a {
    display: table;
    margin: 20px 0;
}

.gallery-block .container .gallery-image-item {
    background: #000;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border: 15px solid #fff;
    position: relative;
}

.gallery-block .container .gallery-image-item:hover img  {
    opacity: 0.5;
}

.gallery-block .container .gallery-image-item i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    opacity: 0;
    z-index: 2;
}

.gallery-block .container .gallery-image-item:hover i {
    opacity: 0.85;
}

.author-bio {
    border-top: 1px solid #d5d5d5;
    margin: 30px 0 50px;
    padding: 30px 0 0
}

.author-bio img {
    margin: 0 0 30px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.author-bio h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.author-bio .author-description + a {
    display: table;
    margin-top: 12px;
    letter-spacing: 2px;
    color: #fe7e00;
    background: transparent !important;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-form input {
    border: 1px solid #0e0f23;
    padding: 10px 15px;
}

.search-form input[type="submit"] {
    border: 1px solid #0e0f23;
    background: #0e0f23;
    color: #fff;
    padding: 10px 15px;
}

.page-id-617 .facts_area  + .bg_gray:not(.contact_page_testimonial) {
	padding-top: 0px;
}

.child-content + .bg_gray:not(.contact_page_testimonial) {
    padding: 0;
}

.contact_page_testimonial.alt {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact_page_testimonial.alt .testimonial-item > img:first-child {
    top: -50px;
}

.contact_page_testimonial.alt + .contact_page_testimonial:not(:last-of-type) {
    background: #fff;
}

.contact_page_testimonial.alt + .contact_page_testimonial:not(:last-of-type) .testimonial-item > img:first-child {
    filter: invert(1);
    opacity: 0.03;
}

.contact_page_testimonial.alt .testimonial-item > img:not(.profile-image) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    top: 0 !important;
    z-index: -1;
    height: calc(100% + 50px);
}

.contact_page_testimonial.alt .testimonial-item {
    padding: 30px 50px 30px 50px;
}

.custom-text-content i {
    color: #000;
    font-size: 80px;
}

.custom-text-content h2 {
    font-weight: bold;
    font-size: 35px;
    max-width: 450px;
    margin: 0 auto 15px;
    line-height: 1.3
}

.custom-text-content a.cta-btn {
    margin-top: 30px;
}

.stats img {
    display: block;
    margin: 0 auto;
}

.stats i,
.stats h3,
.stats h4 {
    color: #fe7e00;
}

.stats h3 + p {
    font-weight: bold;
    color: #fe7e00;
}

.page-id-617 .facts_area {
    background: #0e0f23;
    padding: 0;
}

.page-id-617 .facts_area .facts_anim_img {
    display: none;
}

.page-id-617 .child-contnet-inn br {
    display: none;
}


@media(max-width: 991px) {



}

/* css issue fixes */
.navigation-menu.open ul li:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.navigation-menu.open ul li:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.navigation-menu.open ul li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6;
}

.navigation-menu.open ul li:nth-child(4) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.navigation-menu.open ul li:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.navigation-menu.open ul li:nth-child(6) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.navigation-menu.open ul li:nth-child(7) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.navigation-menu.open ul li:nth-child(8) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.navigation-menu.open ul li:nth-child(9) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.navigation-menu.open ul li:nth-child(10) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.navigation-menu.open ul li:nth-child(11) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.navigation-menu.open ul li:nth-child(12) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.navigation-menu.open ul li:nth-child(13) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.navigation-menu.open ul li:nth-child(14) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}
.navigation-menu.open .navigation-contact ul li:nth-child(1) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.navigation-menu.open .navigation-contact ul li:nth-child(2) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.navigation-menu.open .navigation-social ul li:nth-child(1) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.navigation-menu.open .navigation-social ul li:nth-child(2) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.navigation-menu.open .navigation-social ul li:nth-child(3) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.navigation-menu.open .navigation-social ul li:nth-child(4) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.navigation-menu.open .navigation-social ul li:nth-child(5) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.navigation-menu.open .navigation-social ul li:nth-child(6) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.child-contnet-inn .inner + img {
	margin-bottom: 35px;
}

.page-id-581 .child-contnet-inn .inner + img{
	margin-left: auto;
  margin-right: auto;
}

.child-contnet-inn ul li,
.inner {
	font-weight: 400;
}

.child-content.alt {
    margin-top: -160px;
}

.child-content.alt h1 {
    margin-bottom: 150px;
}

.alt .child-breadcrumb {
    max-height: 500px;
}

.child-content p a:not(.cta-btn) {
	color: #fe7e00;
}

.service_area {
    border-top: 100px solid transparent;
}

.theme-option.testimonial-slider .slick-dots li:last-child{
	display: none;
}

@media (max-width: 575px) {

body .service_area {
    border-top: 0px solid transparent;
    padding-top: 40px !important;
}

.facts_area {
    padding-top: 0px;
}

.appointment-area {
	padding-top: 30px;
}
	
.story-tab-area {
    padding-bottom: 0;
}
	
}

.team-section {
    position: relative;
    padding-top: 150px !important;
}

.team-section .child-contnet-inn .top_inner {
    color: #fff;
    z-index: 0;
	position: relative;
}

.team-section .child-contnet-inn .top_inner:before {
    content:"";
    position: relative;
    background-color: #0e0f23;
    position: absolute;
    width: 1000%;
    height: 500%;
    bottom: -250px;
    left: -500%;
    z-index: -1;
}

.content-section {
    position: relative;
    padding-top: 150px !important;
    padding-bottom: 0;
}

.content-section .top_inner {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.content-section .top_inner:before {
    content:"";
    position: relative;
    background-color: #0e0f23;
    position: absolute;
    width: 1000%;
    height: 500%;
    bottom: 150px;
    left: -500%;
    z-index: -1;
}

.content-section .top_inner.top-inner-no-image {
    margin-bottom: 0px;
}

.content-section .top_inner.top-inner-no-image:before {
    bottom: -70px;
}

.team-area {
    position: relative;
    z-index: 2;
}

.story-tab-area {
	padding-bottom: 0px !important;
}

.contact_page_testimonial:not(.alt) {
    padding-top: 100px;
}

.contact_page_testimonial.alt {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact_page_testimonial.alt a.cta-btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {

.gallery-block + section {
	padding-top: 0px !important;
}
	
.contact_page_testimonial.alt .testimonial-slider-two {
	margin-bottom: 70px;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {

.about-area .content-img .rocket {
    top: 140px;
}

}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 1000;
  border-radius: 5px;
}

#scrollUp:hover {
  background: var(--hover-color);
}

.case-study .banner-area {
  position: relative;
  padding-top: 160px;
  background-color: #0e0f23;
}

.case-study .banner-area .banner-bottom-image {
  margin-top: 80px;
}

.case-study .banner-area .banner-bottom-image img{
    display: initial;
}

.case-study .banner-area .brand-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.case-study .banner-area .brand-logo img {
  max-width: 200px;
}

.case-study .banner-area h1 {
    font-size: 52px;
    line-height: 62px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}

@media (min-width: 992px) {

.case-study .banner-area h1 {
    padding: 0 5%;
}
	
}

.case-study .banner-area .banner-info {
  margin-bottom: 60px;
}

.case-study .banner-area .counter-area .sigle-counter {
  text-align: center;
  margin-top: 30px;
}

.case-study .banner-area .counter-area .sigle-counter .counter {
  margin-bottom: 10px;
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.case-study .banner-area .counter-area .sigle-counter .counter-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.3;
  display: block;
}

.case-study .banner-area .case-study-area {
  margin-top: 80px;
}

.case-study .banner-area .case-study-area iframe{
    width: 100%;
    margin-bottom: 40px;
}

.case-study .banner-area .case-study-area .title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--white);
}

.case-study .banner-area .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 160px;
}

.case-study .banner-area .author-info .author-left {
  margin-right: 60px;
  text-align: center;
}

.case-study .banner-area .author-info .author-left .athor-image {
  margin-bottom: 15px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.case-study .banner-area .author-info .author-left .author-name {
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: capitalize;
  color: #258BC4;
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
	font-weight: 600;
}

.case-study .banner-area .author-info .author-left .author-designation {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  line-height: 1.3;
}

.case-study .banner-area .author-info .author-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-study .banner-area .author-info .author-right p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.case-study .section-one {
  padding: 160px 0;
  background-color: #0e0f23;
}

.case-study .section-one .section-one-info {
  margin-bottom: 70px;
}

.case-study .section-one .section-one-info .brand-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.case-study .section-one .section-one-info .brand-logo img {
  max-width: 200px;
}

.case-study .section-one .section-one-info h1 {
  font-size: 52px;
  line-height: 62px;
  text-transform: capitalize;
  color: #ffffff;
}

.case-study .section-one .section-one-info h1 span {
  color: var(--primary-color);
}

.case-study .section-one .quation-section {
  margin-top: 70px;
  margin-left: 150px;
}

.case-study .section-one .quation-section .quation-text p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

.case-study .section-one .quation-section .quation-info {
  width: 200px;
  margin-left: auto;
  margin-top: 50px;
}

.case-study .section-one .quation-section .quation-info .name {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.case-study .section-one .quation-section .quation-info .designation {
  color: var(--hover-color);
  font-weight: 400;
}

.case-study .result-area {
  padding: 160px 0;
  background-color: #0e0f23;
  padding-top: 50px;
  padding-bottom: 100px;
}

.case-study .result-area .result-subtitle {
  font-size: 32px;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.case-study .result-area .result-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 52px;
  color: var(--hover-color);
  font-weight: 400;
}

.case-study .result-area p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}

.case-study .clint-area {
  padding: 160px 0;
}

.case-study .clint-area .clint-wrap {
  padding-left: 150px;
  position: relative;
}

.case-study .clint-area .clint-wrap .clint-quation-image {
  position: absolute;
  max-width: 100px;
  top: -40px;
  left: 0;
}

.case-study .clint-area .clint-wrap p {
  font-size: 32px;
  line-height: 42px;
}

.case-study .testimonial-area {
  padding: 160px 0;
  background-color: #F1F2F2;
}

.case-study .testimonial-area .single-testimonial {
  position: relative;
  z-index: 1;
}

.case-study .testimonial-area .single-testimonial .quote-image {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 40%;
  top: 50%;
  z-index: -1;
  margin: 0 auto;
}

.case-study .testimonial-area .single-testimonial p {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: var(--primary-color);
}

.case-study .schedule-area {
  position: relative;
  padding-top: 160px;
  padding-bottom: 500px;
  background-color: #0E0F23;
  z-index: 1;
}

.case-study .schedule-area .schedule-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 500px;
}

.case-study .schedule-area::before {
  background-image: url("https://ricketyroo.com/wp-content/themes/ricketyroo/assets/img/banner-bg-moon.png");
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  z-index: -1;
}

.case-study .schedule-area .brand-logo {
  display: inline-block;
  margin-bottom: 50px;
}

.case-study .schedule-area .brand-logo img {
  max-width: 220px;
}

.case-study .schedule-area h5 {
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 500;
}

.case-study .schedule-area .schedule-btn {
  display: inline-block;
  padding: 15px 35px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.case-study .solution-area {
  padding-top: 160px;
  background-color: #0E0F23;
  color: #ffffff;
}

.case-study .solution-area .solution-image-area {
  margin-top: 160px;
}

.case-study .solution-area .solution-image-area img{
    display: initial!important;
}

.case-study .solution-area .solution-title {
  margin-bottom: 35px;
  font-size: 40px;
  font-size: 500;
  color: var(--primary-color);
}

.case-study .solution-area .single-solution-text {
  margin-bottom: 50px;
}

.case-study .solution-area .single-solution-text h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.case-study .solution-area .single-solution-text p {
  font-size: 18px;
  line-height: 28px;
}

.case-study .single-bockquote {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  padding: 50px 40px;
  background-color: #ffffff;
}

.case-study .single-bockquote .quote-icon {
  position: absolute;
  left: 40px;
  top: -25px;
  max-width: 40px;
}

.case-study .single-bockquote p {
  margin: 0;
  color: #121829;
  font-size: 18px;
  line-height: 28px;
}

.case-study .challenges-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0E0F23;
    width: 100%;
    max-width: 950px;
    margin: 60px auto 0;
}

.case-study .challenges-area .challenges-sidebar {
  width: 400px;
  background-color: #121829;
  height: 100%;
}

.case-study .challenges-area .challenges-sidebar .sidebar-bottom-image {
  margin-top: 80px;
}

.case-study .challenges-area .challenges-sidebar .sidebar-top {
  padding: 50px 15px;
  background-color: #F1F2F2;
  text-align: center;
}

.case-study .challenges-area .challenges-sidebar .sidebar-top img {
  max-width: 160px;
}

.case-study .challenges-area .challenges-sidebar .sidebar-info {
  padding: 40px 25px;
}

.case-study .challenges-area .challenges-sidebar .about-project {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--white);
}

.case-study .challenges-area .challenges-sidebar .about-project .title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  display: block;
}

.case-study .challenges-area .challenges-sidebar .about-project p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}

.case-study .challenges-area .challenges-sidebar .highlight-area {
  padding: 30px 0;
}

.case-study .challenges-area .challenges-sidebar .highlight-area .highlight-title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--hover-color);
}

.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight {
  margin-bottom: 50px;
}

.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: block;
}

.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight ul {
  padding-left: 15px;
  list-style: disc;
}

.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight ul li {
  margin-bottom: 15px;
  padding-left: 5px;
  color: var(--white);
}

.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight ul li:last-child {
  margin-bottom: 0;
}

.case-study .challenges-area .challenges-contect {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 70px 50px;
}

.case-study .challenges-area .challenges-contect .challenges-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
}

.case-study .challenges-area .challenges-contect .challenges-top p {
  font-size: 24px;
  line-height: 36px;
}

.case-study .challenges-area .challenges-contect h4 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}

.case-study .challenges-area .challenges-contect p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}

.case-study .challenges-area .challenges-contect .single-bockquote p {
  color: #121829;
  margin: 0;
}

@media (max-width: 1199px) {
  .case-study .banner-area h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .case-study .banner-area .banner-info {
    margin-bottom: 30px;
  }
  .case-study .banner-area .author-info .author-left {
    margin-right: 30px;
  }
  .case-study .section-one .section-one-info h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .case-study .section-one .quation-section {
    margin-top: 30px;
    margin-left: 0;
  }
  .case-study .section-one .quation-section .quation-info {
    width: 80%;
    margin-left: auto;
    margin-top: 30px;
  }
  .case-study .challenges-area .challenges-contect .challenges-title {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .case-study .challenges-area .challenges-contect h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .case-study .challenges-area .challenges-contect .challenges-top p {
    font-size: 22px;
    line-height: 34px;
  }
  .case-study .result-area .result-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 46px;
  }
  .case-study .clint-area .clint-wrap {
    padding-left: 100px;
  }
  .case-study .clint-area .clint-wrap .clint-quation-image {
    max-width: 60px;
    top: 0;
  }
  .case-study .clint-area .clint-wrap p {
    font-size: 26px;
    line-height: 38px;
  }
  .case-study .testimonial-area .single-testimonial .quote-image {
    width: 80%;
  }
  .case-study .schedule-area h5 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 991px) {
  .case-study .challenges-area .challenges-sidebar {
    width: 350px;
  }
  .case-study .challenges-area .challenges-sidebar .highlight-area .highlight-title {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .case-study .testimonial-area .single-testimonial .quote-image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .case-study .challenges-area .challenges-sidebar {
    width: 100%;
  }
  .case-study .challenges-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (max-width: 575px) {
  .case-study .clint-area .clint-wrap p {
    font-size: 22px;
    line-height: 32px;
  }
  .case-study .section-one .section-one-info h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .case-study .section-one .quation-section .quation-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .case-study .section-one .quation-section .quation-info {
    width: 85%;
  }
  .case-study .challenges-area .challenges-contect .challenges-title {
    font-size: 32px;
  }
  .case-study .challenges-area .challenges-contect h3 {
    font-size: 22px;
  }
  .case-study .challenges-area .challenges-contect .challenges-top p {
    font-size: 18px;
    line-height: 30px;
  }
  .case-study .single-bockquote {
    padding: 41px 30px;
  }
  .case-study .single-bockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .case-study .challenges-area .challenges-contect p {
    font-size: 16px;
    line-height: 26px;
  }
  .case-study .solution-area .single-solution-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .case-study .result-area p {
    font-size: 16px;
    line-height: 26px;
  }
  .case-study .result-area .result-title {
    font-size: 26px;
    line-height: 36px;
  }
  .case-study .testimonial-area .single-testimonial p {
    font-size: 22px;
    line-height: 32px;
  }
  .case-study .clint-area .clint-wrap {
    padding-left: 60px;
  }
  .case-study .clint-area .clint-wrap .clint-quation-image {
    max-width: 40px;
  }
  .case-study .clint-area .clint-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
  .case-study .challenges-area .challenges-contect {
    padding: 40px 15px;
  }
  .case-study .schedule-area h5 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
  .case-study .schedule-area .schedule-btn {
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .case-study .section-one .quation-section {
    margin-top: 0;
  }
  .case-study .schedule-area .schedule-image {
    max-width: 100%;
  }
  .case-study .schedule-area {
    padding-top: 80px;
    padding-bottom: 350px;
  }
  .case-study .section-one {
    padding: 80px 0;
  }
  .case-study .challenges-area .challenges-sidebar .sidebar-bottom-image {
    margin-top: 0;
  }
  .case-study .solution-area {
    padding-top: 0;
  }
  .case-study .solution-area .solution-image-area {
    margin-top: 80px;
  }
  .case-study .result-area {
    padding: 80px 0;
  }
  .case-study .clint-area {
    padding: 80px 0;
  }
  .case-study .testimonial-area {
    padding: 80px 0;
  }
  .case-study .testimonial-area .single-testimonial .quote-image {
    width: 30%;
  }
  .case-study .banner-area {
    padding-top: 110px;
  }
}

@media (max-width: 480px) {
  .case-study .banner-area .author-info .author-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .case-study .banner-area .author-info {
    text-align: center;
  }
  .case-study .banner-area .author-info {
    margin-top: 30px;
  }
  .case-study .banner-area .case-study-area {
    margin-top: 60px;
  }
  .case-study .banner-area h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .case-study .banner-area .banner-bottom-image {
    margin-top: 60px;
  }
}

@media (max-width: 414px) {
  .case-study .testimonial-area .single-testimonial .quote-image {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
	.theme-option.testimonial-slider .slick-dots li:last-child{
		display: inline-block;
	}
}
.case-study .section-one .quation-section {
    margin-top: 70px;
    margin-left: 0;
}
.case-study .section-one .quation-section .quation-info {
    width: 65%;
	margin-top: 0;
}
.case-study .section-one .quation-section .quation-info .designation {
    font-size: 22px;
}
.case-study .challenges-area .challenges-sidebar .highlight-area .single-highlight ul li {
    list-style: disc;
}
.extra-style.challenges-area .challenges-sidebar .highlight-area .single-highlight .title {
	color: var(--white);
}
.extra-style.challenges-area .challenges-sidebar .highlight-area .highlight-title {
    font-size: 26px;
    margin-bottom: 10px;
}
.extra-style.challenges-area .challenges-sidebar .about-project .title {
	color: var(--hover-color);
}
.extra-style.challenges-area .about-project p {
	font-size: 16px;
	line-height: 26px;
	color: var(--white);
}
.extra-style.challenges-area .about-project p span {
	font-size: 24px;
}
.extra-style.challenges-area .challenges-sidebar .about-project{
    padding-bottom: 50px;
}
.case-study .challenges-area .challenges-sidebar .sidebar-top img {
    max-width: 300px;
    margin: 0 auto;
}
.case-study .challenges-area .challenges-contect .single-bockquote p cite {
	display: block;
	margin-top: 15px;
	font-style: normal;
}
.case-study .banner-area .author-info .author-right p {
    font-size: 22px;
}
.case-study .banner-area .author-info {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 60px;
}
.case-study .banner-area .author-info .author-right {
	padding-top: 40px;
}
.case-study .banner-area .banner-bottom-image {
    margin-top: 20px;
}
.case-study .solution-area {
    padding-top: 60px;
}
.case-study .solution-area .solution-image-area {
    margin-top: 60px;
}
.case-study .solution-area {
    padding-top: 60px;
}
.case-study .solution-area .solution-image-area {
    margin-top: 20px;
}
.case-study .schedule-area {
    padding-top: 60px;
    padding-bottom: 350px;
}
.case-study .banner-area .banner-info {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
		.case-study .banner-area .author-info .author-right p {
    font-size: 16px;
			line-height: 26px;
}
}
@media (max-width: 480px) {
	.case-study .banner-area .author-info .author-left .athor-image {
    margin: 0 auto;
    margin-bottom: 30px;
}
	.case-study .banner-area .author-info .author-right {
    padding-top: 0;
}

}
.seo-case-studies-area h2 {
     margin-bottom: 15px;
     font-size: 62px;
     font-weight: 400;
     text-transform: capitalize;
     color: #ffffff;
}
.seo-case-studies-area p {
     margin-bottom: 45px;
     font-size: 24px;
     line-height: 34px;
     color: #ffffff;
}
.seo-case-studies-area .primary-btn {
     display: inline-block;
     padding: 15px 30px;
     min-width: 200px;
     text-align: center;
     background: #fe7e00;
     text-decoration: none;
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
     color: #ffffff;
}
/* service-area */
.service-area {
     padding: 100px 0 70px 0;
}
.service-area .single-service {
     display: block;
     margin-bottom: 30px;
     text-decoration: none;
}
.service-area .single-service .service-thumbnail {
     position: relative;
}
.service-area .single-service .service-thumbnail .thumbnail {
     width: 100%;
     height: auto;
}
.service-area .single-service .service-thumbnail .service-overlay {
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0, .6);
     top: 0;
     left: 0;
}
.service-area .single-service .service-thumbnail .service-overlay img {
     max-width: 200px;
}
.service-area .single-service .view-text {
     padding: 15px;
     background: #fe7e00;
     color: #ffffff;
     text-transform: capitalize;
     font-size: 16px;
     font-weight: 400;
     text-align: center;
     margin: 0;
}
/* about-area */
.case-studies-cta {
     padding: 0 0 100px 0;
}
.case-studies-cta h2 {
     margin-bottom: 40px;
     font-size: 42px;
     line-height: 52px;
     font-weight: 400;
     color: #212931;
}
.primary-btn {
     display: inline-block;
     padding: 15px 35px;
     background: #fe7e00;
     font-size: 16px;
     font-weight: 400;
     color: #ffffff;
     text-transform: capitalize;
     text-decoration: none;
     box-sizing: border-box;
     border: none;
     margin: 5px;
}
.primary-btn:hover {
     background: #fe7e00;
     color: #ffffff;
}
.outline-btn {
     display: inline-block;
     padding: 14px 35px;
     background: transparent;
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
     text-decoration: none;
     box-sizing: border-box;
     border: 1px solid #fe7e00;
     color: #212931;
     margin: 5px;
}
.outline-btn:hover {
     color: #212931;
}
@media (max-width: 1199px) {
     .seo-case-studies-area h2 {
          font-size: 42px;
     }
     .seo-case-studies-area p {
          margin-bottom: 35px;
          font-size: 18px;
          line-height: 32px;
     }
     .about-area h2 {
          font-size: 36px;
          line-height: 46px;
     }
}
@media (max-width: 991px) {
     .seo-case-studies-area .seo-case-text {
          text-align: center;
     }
     .about-area h2 {
          font-size: 32px;
          line-height: 42px;
     }
}
@media (max-width: 767px) {
     .seo-case-studies-area {
          padding: 120px 0;
     }
}
@media (max-width: 480px) {
     .seo-case-studies-area h2 {
          font-size: 36px;
     }
     .about-area h2 {
          font-size: 30px;
     }
}
@media (max-width: 360px) {
     .primary-btn {
          padding: 15px 25px;
          font-size: 14px;
     }
     .outline-btn {
          padding: 14px 25px;
          font-size: 14px;
     }
}

.seo-case-studies-area .rocket.in-view {
    margin-top: -500px;
    max-width: 170px;
}
.seo-case-studies-area .banner-area .banner-right {
	float: right;
}
.seo-case-studies-area {
	overflow: hidden;
}
.seo-case-studies-area .fall-star-4 {
    bottom: -182%;
    left: 35%;
}
.seo-case-studies-area .fall-star-3 {
    position: absolute;
    bottom: -200%;
    left: 50px;
    animation: fall-star 2s forwards;
    width: 160px;
    animation-delay: -0.2s;
    animation-duration: 2.2s;
}
.seo-case-studies-area .banner_star_3 {
    width: 40px;
    bottom: -6%;
    left: -9%;
    animation-delay: 1.6s;
}
.seo-case-studies-area .banner_star_6 {
    left: -9%;
    width: 40px;
    top: 46%;
    animation-delay: 2s;
}
.seo-case-studies-area .banner_star_8 {
    left: 0%;
    width: 13px;
    bottom: 119%;
}
.seo-case-studies-area .banner_star_2 {
    width: 30px;
    right: 47%;
    top: -16%;
    animation-delay: 1s;
}
.seo-case-studies-area .banner_star_7 {
    right: 7%;
    bottom: 7%;
    width: 30px;
    animation-delay: 1.2s;
}
.seo-case-studies-area .banner_star_4 {
    width: 15px;
    right: 129px;
    top: -90px;
    animation-delay: 1.4s;
}
.seo-case-studies-area.banner-area {
    padding-top: 200px;
	  padding-bottom: 50px
}
.seo-case-studies-area .fall-star-2 {
    bottom: -75%;
}
.seo-case-studies-area .cta-btn {
	width: 280px;
	padding: 14px 35px;
	text-align: center;
	font-weight: 400;
}
.case-studies-cta .cta-btn {
    margin: 5px
}
.case-studies-cta .orange_border {
	padding: 9px 35px;
		color: #000000;
	transition: all .3s;
}
.case-studies-cta .orange_border:hover {
	color: #ffffff;
}
.service-area .single-service .view-text {
    font-size: 18px;
}
.seo-case-studies-area.banner-area .banner-right {
    position: relative;
    bottom: -58px;
    left: 16%;
}
.service-area .single-service {
	transition: all .5s;
}
.service-area .single-service:hover {
	box-shadow: 0 5px 25px rgba(0,0,0, .3)
}
.service-area .single-service .view-text {
	transition: all .5s;
}
.service-area .single-service:hover .view-text {
	background: #00b7f5;
}
.service-area .single-service .service-thumbnail {
	overflow: hidden;
}
.service-area .single-service .service-thumbnail .thumbnail {
	transition: all .5s;
} 
.service-area .single-service:hover .service-thumbnail .thumbnail {
	transform: scale(1.1);
} 
@media (max-width: 1024px) {
	.seo-case-studies-area .fall-star-3 {
        bottom: -221%;
        left: -52px;
	}
	.seo-case-studies-area .fall-star-4 {
        bottom: -227%;
        left: 21%;
    }
    .seo-case-studies-area .fall-star-2 {
        bottom: -88%;
        left: 0;
    }
}
@media (max-width: 991px) {
	.seo-case-studies-area .fall-star-3 {
        bottom: -205%;
        left: -76px;
    }
}
@media (max-width: 575px) {
	.seo-case-studies-area .rocket.in-view {
        margin-top: 0;
        max-width: 250px;
        margin: 0 auto;
    }
	.seo-case-studies-area.banner-area .banner-right {
        bottom: 0;
        float: inherit;
		left: 0;
    }
}
@media (max-width: 480px) {
	.seo-case-studies-area .rocket.in-view {
        margin-top: 0;
        max-width: 100px;
        margin: 0 auto;
    }
}

body.single-case-studies {
    background-color: #0e0f23;
}

.case-study .banner-area .banner-bottom-image {
    display: none;
}

.case-study .challenges-area .challenges-sidebar {
    height: 100% !important;
    padding-bottom: 250px;
    position: sticky !important;
    top: 80px;
}

@media (min-width: 1051px) {

body.single-case-studies,
body.single-case-studies .main-wrapper {
    overflow: initial !important;
}

body.single-case-studies svg {
	overflow: initial !important;
}	
	
#Layer-2 {
	x: 400 !important;
}
	
}

.case-study .banner-area .banner-bottom-image {
    display: none;
}

.single-solution-text {
    margin-bottom: 40px;
}

.single-solution-text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.single-solution-text p {
    font-size: 18px !important;
}

body.single-case-studies {
  background: #0e0f23;
}		
#Layer-2 {
			animation-name: layer-1;
			animation-duration: 5s;
			animation-iteration-count: infinite;
			-webkit-animation-name: layer-1;
			-webkit-animation-duration: 5s;
			-webkit-animation-iteration-count: infinite;
			-moz-animation-name: layer-1;
			-moz-animation-duration: 5s;
			-moz-animation-iteration-count: infinite;
			-ms-animation-name: layer-1;
			-ms-animation-duration: 5s;
			-ms-animation-iteration-count: infinite;
			-o-animation-name: layer-1;
			-o-animation-duration: 5s;
			-o-animation-iteration-count: infinite;
			transform-origin: center;
		}

		@-webkit-keyframes layer-1 {
			0% {
				-webkit-transform: rotate(-2deg);
				transform: rotate(-2deg);
			}

			50% {
				-webkit-transform: rotate(2deg);
				transform: rotate(2deg);
			}

			100% {
				-webkit-transform: rotate(-2deg);
				transform: rotate(-2deg);
			}
		}

		@keyframes layer-1 {
			0% {
				-webkit-transform: rotate(-2deg);
				transform: rotate(-2deg);
			}

			50% {
				-webkit-transform: rotate(2deg);
				transform: rotate(2deg);
			}

			100% {
				-webkit-transform: rotate(-2deg);
				transform: rotate(-2deg);
			}
		}		
		
		.solution-image-area.aos-animate #Layer-20 {
			position: relative;
			animation-name: layer-20;
			animation-duration: 2s;
			animation-iteration-count: 1;
			transform-origin: center;			
		}		

		@-webkit-keyframes layer-20 {
			0% {
				X: -300px;
				y: 250px;
				opacity: 0;			
			}

			100% {
				x: 0;
				y: 69;
				opacity: 1;			
				transition: 0.3s all;
			}
		}	

.solution-image-area.aos-animate #Layer-21 {
			position: relative;
			animation-name: layer-21;
			animation-duration: 3s;
			animation-iteration-count: 1;
			transform-origin: center;			
		}		

		@-webkit-keyframes layer-21 {
			0% {
				X: 617;
				y: 260;
				opacity: 0;			
			}

			100% {
				x: 917;
				y: 130;
				opacity: 1;			
				transition: 0.5s all;
			}
		}	

.case-study .solution-area {
    position: relative;
    padding-bottom: 380px;
    overflow: hidden !important;
}

.solution-area .container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.case-study .solution-area .solution-image-area {
    margin-top: 20px;
    width: 1500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -117px;
}

body.single-case-studies .schedule-area {
    overflow: hidden !important;
    position: relative;
}		

.schedule-image {
  width: 500px;
  height: auto;
  bottom: 20px !important;
  top: auto;
  left: 100px !important;
}


.schedule-image svg {
  width: 500px;
  height: auto;
  bottom: 0;
  top: auto;
  left: 0;
}
		
.schedule-image.aos-animate #Layer-s2 {
    position: relative;
    animation-name: layer-s2;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    transform-origin: center;			
    opacity: 0;		
	animation-delay: 1s;
}		

@-webkit-keyframes layer-s2 {
    0% {
        opacity: 1;			
    }

    100% {
        opacity: 0;		
        transition: 0.2s all;
    }
}	

.schedule-image.aos-animate #Layer-s3 {
        position: relative;
        animation-name: layer-s3;
        animation-duration: 3s;
        animation-iteration-count: 1;
        transform-origin: center;	
		animation-delay: 1s;
		animation-fill-mode: forwards;
}		

.schedule-image #Layer-s3.d-none {
		opacity: 0;
}

    @-webkit-keyframes layer-s3 {
        0% {
            y: 5;
            opacity: 1;			
        }

        100% {
            y: -2150;
            opacity: 1;			
            transition: 0.5s all;
        }
    }	


  .case-study-wrap {
      position: relative;
  }

  .case-study-wrap .container {
      position: relative;
      z-index: 22;
  }

  .case-study-wrap .banner_top_1 {
    position: absolute;
    top: -219px;
    left: calc(50% + 1200px);
    transform: translateX(-50%) rotate(-25deg);
    z-index: 11;
    width: 1100px;
  }

  .case-study-wrap .banner_top_2 {
    position: absolute;
    top: -219px;
    left: calc(50% - 1250px);
    transform: translateX(-50%) rotate(25deg) scaleX(-1) ;
    z-index: 11;
    width: 1100px;
  }

.postid-829 .section-one-info {
    margin-bottom: 25px !important;
}

.postid-829 .section-one-info h1 {
    font-size: 52px;
    line-height: 62px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}

.postid-829 .result-area {
    padding-bottom: 0px;
    padding-top: 120px;
}

.postid-829 .clint-area p {
    color: #fff;
}

.postid-829 .case-study .section-one {
    padding-bottom: 30px
}

@media only screen and (min-width: 1051px) and (max-width: 1350px) {
.case-study .testimonial-area .single-testimonial .quote-image {
    width: 60%;
}
	
}

@media only screen and (max-width: 1050px) {

.schedule-image.in-view #Layer-s2 {
    position: relative;
    animation-name: layer-s2;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    transform-origin: center;			
    opacity: 0;		
	animation-delay: 1s;
}		

.schedule-image.in-view #Layer-s3 {
        position: relative;
        animation-name: layer-s3;
        animation-duration: 3s;
        animation-iteration-count: 1;
        transform-origin: center;	
		animation-delay: 1s;
		animation-fill-mode: forwards;
}		

	
.case-study .challenges-area .challenges-contect {
    padding-left: 25px !important;
	padding-right: 25px !important;
}
	
.case-study .solution-area .solution-image-area {
    left: calc(50% - 68px);
}

.case-study .solution-area,
.case-study .result-area {
    padding-left: 20px !important;
	padding-right: 20px !important;
}

.schedule-image {
  width: 300px;
  height: auto;
  bottom: 107px !important;
  top: auto;
  left: 21px !important;
}

.schedule-image svg {
  width: 300px;
}
	
.case-study .testimonial-area .single-testimonial .quote-image {
    width: 30%;
}	
			
}

body.single-case-studies .case-study-wrap-image, .case-study-wrap-image {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden !important;
    height: 100%;
}

.header-area {
    z-index: 8889;
}
.navigation-menu {
    z-index: 8888;
}

@media only screen and (min-height: 400px) and (max-width: 992px) {

.navigation-menu .inner .row {
	height: 100%
}

}

@media only screen and (max-width: 992px) {

.postid-829 .section-one-info {
    margin-top: 40px;
}

.case-study .section-one .quation-section .quation-info {
    width: 100%;
    margin-top: 15px;
}
	
.case-study .section-one .quation-section {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: -30px;
}	
	
.case-study .section-one .quation-section .quation-info .designation {
    font-size: 17px;
}	
	
.postid-829 .result-area {
    padding-bottom: 0px;
    padding-top: 20px;
}	
}

.custom-header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}

.sd-header {
    background: #0e0f23;
    padding: 150px 0;
    margin-bottom: -80px;
}

.sd-header h1 {
    color: #fe7e00;
    font-size: 50px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    max-width: 900px;
    margin: 0 auto 50px;
    padding-bottom: 40px;
}

.sd-header .container {
}

.sd-header h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px;
}

.sd-header p {
    color: #fff;
    font-size: 25px;
    margin: 0;
    line-height: 35px;
}

.sd-header .container {
    max-width: 900px;
}

.sd-header .container img {
    max-height: 200px;
}

.sd-content h3 {
    font-size: 32px;
    margin: 0 0 15px;
}

.sd-content {
    padding: 0 0 50px;
    border-bottom: 1px solid #e5e5e5;
}

.sd-content p {
    margin-bottom: 20px;
}

body.single-strategic_discovery .main-wrapper {
    padding-bottom: 100px;
    color: #000;
}

body.single-strategic_discovery .main-wrapper > .container {
    padding: 40px 40px 0;
    background: #fff;
}

.sd-content table {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.sd-content table td {
    border: 1px solid #ddd;
    padding: 15px 20px;
}

.sd-content ul {
    margin: 0 0 0 15px;
}

.sd-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.sd-content ul li::marker {
    color: #fe7e00;
}

.sd-content ol {
    margin: 0 0 0 15px;
}

.sd-content ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

.sd-content ol li::marker {
    color: #fe7e00;
}


@media only screen and (max-width: 767px) {

.sd-header h1 {
    font-size: 36px;
}

body.single-strategic_discovery .main-wrapper {
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 28px;
}

.sd-content table td {
    border: 1px solid #ddd;
    padding: 15px 20px;
    line-height: 1.3;
}

.sd-content table td:first-child {
    width: 150px;
}

body.single-strategic_discovery .main-wrapper > .container {
    padding: 40px 30px 0;
}

}

@media only screen and (max-width: 575px) {

.sd-header .container {
    padding: 0 30px;
    text-align: center;
}

.sd-header .container img {
    max-height: 120px;
    margin: auto;
    display: block;
    margin: 0 auto 30px;
}

.sd-header h2 {
    font-size: 32px;
    margin: 0 0 10px;
    line-height: 1.2;
}    

.sd-header p {
    font-size: 20px;
}
    
.sd-content h3 {
    font-size: 28px;
}

}

body.single-strategic_discovery .main-wrapper br {
    display: inline;
}   

@media only screen and (min-width: 576px) and (max-width: 991px)  {

.sd-header .container {
    padding: 0 40px;
}

}

.single-proposals .main-wrapper .container {
    padding: 0 20px;
}

body.single-proposals {

}

body.single-proposals .row {
    margin: 0 -20px;
}

body.single-proposals [class*="col-"] {
    padding: 0 20px;
}

.proposal-hero {
    background: #131429 url(../img/proposal-hero.png) no-repeat center center / contain;
    padding: 150px 0 100px;
    margin-bottom: 0px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

body.single-proposals .custom-header {
    position: absolute;
    right: 30px;
    left: auto;
    top: 30px;
}

.logo-icon {
    position: absolute;
    left: 0;
    width: 80px;
    margin: 20px;
    top: 0;
}

.proposal-hero h1 {
    max-width: 1170px;
    color: #fff;
    padding: 0 150px 0 20px;
    margin: 0 auto 120px;
    font-size: 60px;
    letter-spacing: 0px;
    font-weight: 600;
}

.proposal-hero p {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    top: 0px;
}

.proposal-hero p span {
    color: #fe7e00;
}

.proposal-hero > img {
    width: 900px;
    margin: 0;
    display: block;
    position: absolute;
    bottom: -300px;
    right: -300px;
}

.proposal-hero .container {
    position: relative;
    z-index: 2;
}

.proposal-content {
    padding: 0 0 100px 0;
    min-height: 100vh;
}

body.single-proposals .bg-dark {
    background: #0e0f23 !important;
    color: #fff;
}

.proposal-content.bg-dark .head h3 {
    color: #fff;
}

.proposal-content.bg-dark .head p{
    color: #fff;
    opacity: 0.6;
}

body.single-proposals .bg-dark h2,
body.single-proposals .bg-dark h3:not(.gsection_title),
body.single-proposals .bg-dark li ,
body.single-proposals .bg-dark p {
    color: #fff;
}

.proposal-content ul {
    margin: 0 0 30px 50px;
}

.proposal-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.proposal-content ul li::marker {
    color: #000;
}

.proposal-content ol {
    margin: 0 0 30px 15px;
}

.proposal-content ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

.proposal-content ol li::marker {
    color: #fe7e00;
}

.proposal-image.pi-image-bg {
    padding: 100px 0;
}
.proposal-image-text {
    padding: 0 0 100px 0;
}

.proposal-image-text.extra-space {
    padding-bottom: 265px;
}

.image {
    margin-top: 20px;
}

.image a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: table;
    margin: 20px auto 0;
}

.text-bottom {
    padding: 50px 0 0;
    font-size: 25px;
}

.approval {
    padding: 100px 0;
    background: #eee;
}

.approval form {
    padding: 40px;
    background: #fff;
    margin-top: 35px;
}

.approval form label {
    color: #000;
}

.approval #field_13_32 legend,
.approval #field_13_22 legend {
    display: none;
}

.approval .gfield_html *,
.approval form .gsection_title {
    color: #000 !important;
    font-size: 28px;
}

.approval form .gsection_title {
    border-bottom: 1px solid #ddd;
    margin: 15px 0 15px;
}

.approval .gfield_html {
    padding: 30px 15px 15px !important;
}

.approval .gfield_html p {
    font-size: 17px;
}

.approval #input_13_21_Container {
    margin-bottom: 15px;
    min-width: 100%;
}

.approval #input_13_21_Container canvas {
    border: 1px solid #ddd !important;
    height: 200px !important;
    width: 100% !important;
}

.approval .gfield {
    margin-bottom: 15px;
}

.approval div.gfield > label ,
.approval .gfield > legend {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}

.approval select,
.approval div.gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #ddd;
}

.approval .gform_fields {
    display: flex;
    flex-wrap: wrap;
}

.approval .gfield_required {
    display: none;
}


.approval .gfield_radio {
    display: flex;
}

.approval .gfield_radio > div {
    margin-right: 20px;
}

.approval #input_13_18,
.approval #input_13_19 {
    display: flex;
}

.approval #input_13_18 input,
.approval #input_13_19 input {
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
}

.approval #input_13_18 div,
.approval #input_13_19 div {
    width: 100%;
}

.approval #input_13_18 div:nth-child(2) input,
.approval #input_13_19 div:nth-child(2) input {
    border-left: none;
    border-right: none;
}

.approval #input_13_21_toolbar {
    position: absolute !important;
    right: 30px;
    top: 40px;
    z-index: 22;
    width: auto !important;
}

.approval #field_13_21 {
    position: relative;
}

.table-of-contents {
    background: #141429 url(../img/tab-background.png) no-repeat center bottom;
    min-height: 100vh;
    background-size: cover;
    padding-bottom: 180px;
}

.table-of-contents h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
}

.table-of-contents ul li {
    margin-top: 15px;
}

.table-of-contents ul li a {
    color: #fff;
    font-size: 24px;
}

.table-of-contents ul li a:hover {
    color: #fe7e00;
}

.table-of-contents .container {
    position: relative;
    padding: 70px 15px !important;
}

.table-of-contents .container img {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 700px;
}

.multi-content .row p {
    font-size: 20px;
}

.multi-content .row ol {
    margin-left: 20px;
    margin-bottom: -25px;
}

.multi-content .row ol li {
    list-style: decimal;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 3px;
}

.multi-content .row ol li::marker {
    color: #fe7e00;
}

.text-bottom,
.text-bottom * {
    color: #fe7e00;
    font-weight: 600;
}

.table-of-contents.text-pricing {
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-of-contents.text-pricing p {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}

#field_13_22 label {
    font-weight: 600;
}

#field_13_22 input {
    width: 19px;
    height: 19px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.text-pricing strong {
    color: #fe7e00;
}

.sticky-toc {
    background: #0f0f29;
    position: fixed;
    top: -65px;
    left: 0;
    width: 100%;
    z-index: 222;
    text-align: center;
    transition: 0.4s all;
}

.sticky-toc.act {
    top: 0;
    transition: 0.4s all;
}

.sticky-toc ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.sticky-toc ul li {
    margin: 0;
    border: 1px solid rgba(255,255,255,0.1);
    border-width: 0 1px;
    
}

.sticky-toc ul li a {
    color: #fff;
    display: table;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 600;
}

.sticky-toc ul li a:hover {
    color: #fe7e00;
}

.toc-wrap ul {
    margin: 109px 0 30px 55px;
    display: table;
}


.toc-wrap ul li {
    list-style: none;
    counter-increment: index;
    margin: 0 0 25px;
}

.toc-wrap ul li:before {
	content: '' counter(index)' ';
    color: #fe7e00;
    font-size: 50px;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.toc-wrap ul li:first-child:before ,
.toc-wrap ul li:nth-child(2):before ,
.toc-wrap ul li:nth-child(3):before ,
.toc-wrap ul li:nth-child(4):before ,
.toc-wrap ul li:nth-child(5):before ,
.toc-wrap ul li:nth-child(6):before ,
.toc-wrap ul li:nth-child(7):before ,
.toc-wrap ul li:nth-child(8):before ,
.toc-wrap ul li:nth-child(9):before {
	content: '0' counter(index)' ';
}

.toc-wrap ul li a {
    font-size: 28px;
}

@media only screen and (max-width: 991px) {

.approval form .gsection_title {
    line-height: 1.2;
}

.approval #input_8_21_Container {
    margin-bottom: 30px;
    max-width: 100%;
}

.approval {
    padding: 50px 0;
}

.table-of-contents.text-pricing p {
    font-size: 35px;
}

.logo-icon {
    width: 60px;
}

.custom-header {
    width: 220px;
}

.proposal-hero h1 {
    margin: 0 auto 30px;
    font-size: 35px;
    line-height: 1.2;
}

.proposal-hero p {
    font-size: 27px;
    line-height: 1.3;
    top: -15px;
}

.proposal-hero {
    margin-bottom: 0;
}

.proposal-content .head {
    margin-bottom: 30px !important;
}

.table-of-contents.text-pricing {
    min-height: auto;
}

.approval form {
    padding: 20px;
}

.approval form .gsection_title {
    font-size: 22px;
    padding-bottom: 20px;
}

}

@media only screen and (max-width: 767px) {

.table-of-contents .container {
    padding: 50px 20px 240px !important;
}

.table-of-contents .container img {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 350px;
    left: 0;
    margin: auto;
}

}

@media only screen and (max-width: 600px) {

.gfield_checkbox .gchoice {
    display: flex;
}

.gfield_checkbox .gchoice input {
    margin: 0 8px 0 0;
    position: relative;
    top: 6px;
}

.approval .gform_fields {
    display: block;
    flex-wrap: wrap;
}

}

.single-proposals .main-wrapper br {
    display: inline !important;
}

.table-of-contents h3:empty,
.text-bottom:empty {
    display: none;
}

body.single-proposals .gform_footer {
    text-align: left;
    padding: 10px 20px 0;
}

body.single-proposals .gform_footer input[type="submit"] {
    display: inline-block;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fe7e00;
    color: #fff;
    border: none;
}

body.single-proposals .gform_footer input[type="submit"]:hover {
    background-color: #00b7f5;
    color: #fff;
}

.ty {
    display: none;
    align-items: center;
    height: 100vh;
    justify-content: center;
    text-align: center;
}

.logo-icon,
body.single-proposals .custom-header {
    z-index: 2;
}

.approval .gfield_description {
    display: none;
}

.approval .gfield_description.validation_message.gfield_validation_message {
    display: block;
    font-size: 15px !important;
    color: red;
    position: relative;
    right: 0;
    top: 0;
}

.approval .gfield_validation_message:after {
    display: none;
}
body.page-id-1143 .content-section {
    background: #0e0f23;
} 

body.page-id-1143 .content-section form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 22;
}
body.page-id-1143 .content-section form label {
    font-weight: bold;
    color: #0e0f23;
    font-size: 16px;
    padding-bottom: 10px;
}

body.page-id-1143 .content-section form input ,
body.page-id-1143 .content-section form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 20px;
    height: 40px;
    margin-bottom: 20px;
}

body.page-id-1143 .content-section form textarea {
    height: 150px;
}

body.page-id-1143 .content-section form .gform_footer {
    text-align: left;
    padding: 0;
}

body.page-id-1143 .content-section form input[type="submit"] {
    display: inline-block;
    padding: 0px 35px;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fe7e00;
    color: #fff;
    border: none;
    height: 45px;
}

body.page-id-1143 .content-section form input[type="submit"]:hover {
    background-color: #00b7f5;
    color: #fff;
}

.approval form .gsection_description {
    color: #000;
}

#field_13_51,
#field_13_50 {
    transform: scale(0);
    height: 0px;
    width: 0px;
    padding: 0;
    margin: 0;
}

.gform_confirmation_message {
    position: relative;
    z-index: 2;
}

.sticky-side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.sticky-side > div,
.sticky-side > a {
    background: #00b7f5;
    position: relative;
    height: 50px;
    margin: 5px 0;
    cursor: pointer;
	display: table;
}

.sticky-side > div span ,
.sticky-side > a span {
    height: 50px;
    color: #fff;
    position: absolute;
    right: 50px;
    background: #00b7f5;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    white-space: nowrap;
    width: 0px;
    overflow: hidden;
    transition: 0.3s all;
}

.sticky-side > div:hover span ,
.sticky-side > a:hover span {
    width: auto;
    overflow: hidden;
    padding: 0 10px 0 20px;
}

.sticky-side i {
    font-style: normal;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: #00b7f5;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sticky-side svg {
    width: 32px;
}

.sticky-side svg *{
    fill: #fff;
}

body.single-proposals .main-wrapper strong {
    font-weight: 600;
}

.p-head {
    background: url(../img/ry-head-desktop.png) no-repeat center bottom;
    padding: 80px 0;
    margin-bottom: 50px;
}

.p-head .h2 {
    position: relative;
    top: -15px;
}

.proposal-content ,
.proposal-content p,
.proposal-content h3:not(.h2) {
    color: #000;
}

.proposal-image-text,
.proposal-image-text p,
.proposal-image ,
.proposal-image p,
.proposal-content ,
.proposal-content p {
    font-size: 22px;
    line-height: 32px;
}

.proposal-content h3:not(.h2) {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 25px 0 5px;
}

.pi-image-bg {
    background: #fff url(../img/image-bg.png) no-repeat top center    
}

.pi-image-bg h3 {
    margin-bottom: 120px;
}

.proposal-image h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.proposal-image h4 span {
    font-weight: 400;
    font-size: 15px;
    padding-left: 12px;
}

.proposal-image {
    padding-bottom: 100px;
}

.recommended-content {
    border: 5px solid #fe7e00;
    padding: 35px 30px 30px 30px;
    margin-top: 60px;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

.recommended-content span {
    background: #fff;
    position: absolute;
    top: -19px;
    left: 30px;
    padding: 0 20px;
    color: #fe7e00;
    font-weight: 600;
}

.image a:not(.image-wrap a) {
    color: #fe7e00;
    border-bottom: 1px solid ;
}

.proposal-image .item {
    background: #f1f1f1;
    padding: 40px 50px 50px;
    border-radius: 10px;
    height: 100%;
}

.proposal-header {
    min-height: 995px;
    background-color: #141429 !important;
    padding: 280px 0 100px;
}

.proposal-header h3 {
    color: #fff;
    font-size: 45px;
    line-height: 1.3;
    font-weight: 600;
}
    
.proposal-image-text ul {
    margin: 0 0 20px 30px;
}

.proposal-image-text ul li {
    list-style: disc;
    margin-bottom: 5px;
}    

.img-caption {
    font-weight: 600;
    text-align: right;
    color: #fe7e00;
}

.proposal-content blockquote {
    margin-top: 110px;
    float: right;
    padding-left: 110px;
    position: relative;
    background: #f7f7f9;
    padding: 30px 40px 30px 50px;
    border-radius: 15px;
    display: table;
}

.proposal-content blockquote:before {
    content: "";
    background: url(../img/icon-quote.png) no-repeat top left;
    width: 94px;
    height: 70px;
    position: absolute;
    top: -2px;
    left: -42px;
    transform: scale(0.7);
}

.proposal-content blockquote p {
    font-weight: 600;
}

.proposal-content blockquote cite {
    font-style: normal;
    color: #fe7e00;
    display: block;
    padding: 5px 0 0;
    text-align: right;
    font-size: 24px;
}

.proposal-pricing {
    background: #141429 url(../img/pricing-header-new.png) no-repeat center top / cover;
    min-height: 850px;
    padding: 180px 0 100px;
}

.proposal-header h4, .proposal-pricing p {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.proposal-header h4 span ,
.proposal-pricing p span {
    color: #fe7e00;
}

.proposal-pricing h3, .proposal-header h3.text-white {
    font-size: 40px;
    margin-bottom: 20px;
    color: #00b7f5 !important;
}
    
.p-head {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.client-content {
    padding-bottom: 100px;
}

.client-content .subheading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.client-content .subheading span {
    color: #5592c4;
    font-size: 30px;
    font-weight: 600;
}

.client-content .subheading * {
    display: inline-block;
}


.client-content .subheading p {
    font-size: 25px;
    padding-left: 15px;
    font-weight: 400;
}


.client-content .item {
    background: #f4f4f6;
    margin: 100px 0 0;
    padding: 120px 40px 60px 50px;
    position: relative;
    border-radius: 25px;
    margin-right: 40px;
}

.client-content .item img {
    position: absolute;
    top: -100px;
    width: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.client-content .item p {
    font-size: 25px;
    line-height: 1.4;
}

.client-content .item cite {
    font-style: normal;
    display: block;
    padding: 15px 0 0;
    text-align: right;
    font-size: 24px;
}

.client-content .item cite span {
    color: #fe7e00;
    font-weight: 600;
    display: block;
}

.client-content .ytube {
    position: relative;
}

.client-content .ytube a > div {
    position: absolute;
    bottom: 50px;
    left: 40px;
    display: flex;
    align-items: center;
}

.client-content .ytube a > div i {
    background: red;
    width: 80px;
    height: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 20px;
}

.client-content .ytube a > div span {
    color: #fff;
    font-size: 17px;
    display: block;
    line-height: 35px;
    letter-spacing: 2px;
}

.client-content .ytube a > div span b {
    display: block;
    font-size: 38px;
    letter-spacing: 0px;
}

.client-content .alt {
    font-size: 22px;
    line-height: 32px;
}

.client-content .alt ul {
    margin: 0 0 20px 50px;
}

.client-content .alt ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.pstats  {
    margin-bottom: 40px;
}

.pstats h4 {
    color: #fe7e00;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 18px;
}

.pstats .row {

}

.pstats .row > div {
    padding: 0 15px;
    width: 33.3333%;
}

.pstats .row > div em {
    color: #fe7e00;
    font-style: normal;
    display: block;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
}

.pstats .row > div span {
    font-size: 23px;
    font-weight: 400;
}

.p-quote {
    background: #f4f4f6;
    padding: 40px;
    border-radius: 15px;
}

.p-quote > p {
    font-size: 16px;
    line-height: 22px;
}

.p-quote .row {
    margin-top: 30px !important;
}

.p-quote .p-quote-logo {
    max-height: 35px;
}

.p-quote .p-quote-author {
    justify-content: flex-end;
}

.p-quote .p-quote-author img {
    width: 50px;
}

.p-quote .p-quote-author cite {
    font-style: normal;
    font-size: 17px;
    display: block;
    line-height: 1.2;
    text-align: right;
    padding-right: 15px;
}

.p-quote .p-quote-author cite span {
    color: #fe7e00;
    display: block;
    font-weight: 600;
}

.h-thank-you {
    min-height: 100vh;
    background: url(../img/tyou-bg-new.png) no-repeat;
    padding: 230px 0 100px;
    background-position: right top;
    background-size: cover;
    margin-bottom: -4px;
}

.h-thank-you h3 {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 600;
}

.h-thank-you h4 {
    color: #fe7e00;
    font-size: 90px;
    line-height: 1.2;
    font-weight: 600;
}

.h-thank-you img {
    max-width: 400px;
    margin-top: -90px;
    margin-bottom: 90px;
}

.image.with-border img {
    border: 1px solid #eee
}

.proposal-header h4 + p {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #fe7e00;
}

.proposal-image-text.extra-space {
    position: relative;
}

.proposal-image-text.extra-space .extra-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-position: top center !important;
    background-size: 100% !important;
}

@media only screen and (min-width: 1800px) {

.proposal-header ,
.table-of-contents {
    background-size: contain !important;
}

}

.proposal-content {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 991px) {

.proposal-pricing,
.proposal-header ,
.h-thank-you,
.table-of-contents,
.proposal-content,
.proposal-hero {
    min-height: auto;
}

.h-thank-you h4 {
    font-size: 60px;
}

.h-thank-you {
    padding: 100px 0 100px;
}

.h-thank-you h3 {
    font-size: 40px;
}

.proposal-header h4, .proposal-pricing p {
    font-size: 30px;
}

.proposal-hero h1 {
    padding: 0 20px 0 20px;
}

.proposal-hero h1 {
    margin: 30px auto 70px;
}


.proposal-image-text, .proposal-image-text p, .proposal-image, .proposal-image p, .proposal-content, .proposal-content p {
    font-size: 18px;
    line-height: 26px;
}

.proposal-content {
    padding: 0 0 55px 0;
}

.toc-wrap ul {
    margin: 50px 0 30px 15px;
}

.toc-wrap ul li {
    list-style: none;
    counter-increment: index;
    margin: 0 0 15px;
}

.toc-wrap ul li:before {
    font-size: 35px;
    margin-right: 5px;
}

.toc-wrap ul li a {
    font-size: 22px;
}

.proposal-image.pi-image-bg {
    padding: 50px 0;
}

.pi-image-bg h3 {
    margin-bottom: 50px;
}

.recommended-content {
    margin-top: 30px;
}

.proposal-image-text.extra-space .extra-image {
    height: 130px;
    background-size: cover !important;
}

.proposal-image-text.extra-space {
    padding-bottom: 130px;
}

.proposal-image-text {
    padding: 0 0 50px 0;
}

.proposal-content blockquote {
    margin-top: 40px;
}

.client-content .item p {
    font-size: 19px;
}

.client-content .item cite {
    font-size: 17px;
}

}

@media only screen and (max-width: 767px) {

.h-thank-you img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
}

.pstats {
    margin-top: 30px;
}

.client-content .ytube {
    margin-top: 30px;
}

.single-proposals .main-wrapper .proposal-image-text.pb-0 br {
    display: none;
}

.proposal-image-text.extra-space .extra-image {
    height: 100px;
    background-size: cover !important;
}

.multi-content .row .col-md-6:last-child {
    padding: 30px 20px
}

.multi-content .row ol {
    margin-bottom: 30px;
}

.proposal-image-text .col-md-6 {
    padding-bottom: 30px !important;
}

.p-quote .p-quote-author {
    margin-top: 30px;
}

}

@media only screen and (max-width: 575px) {

.proposal-header {
    padding: 70px 0 360px;
}

.proposal-pricing {
    padding: 100px 0 300px;
}

.approval #input_13_21_Container {
    margin-bottom: 30px;
    min-width: auto;
}

.approval #input_13_21_Container canvas {
    width: calc(100% - 40px) !important;
}

.pstats .row > div {
    padding: 0 15px 15px;
    width: 100%;
    text-align: center;
}

.proposal-pricing {
    background-size: cover;
    background-position: calc(50% + 80px) 50% !important;
}

.proposal-header {
    min-height: 100vh;
    padding: 120px 0 100px;
    background-size: 600px !important;
    background-position: bottom center !important;
}

.p-head {
    padding: 35px 0;
    background-size: cover;
}

.proposal-image h4 span {
    padding-left: 0;
    display: block;
}

.p-head .h2 {
    top: -2px;
}

.proposal-content .head {
    margin-bottom: 20px !important;
    background-size: cover;
}

.pi-image-bg {
    background-size: cover;
    background-position: center -135px;
}

.table-of-contents {
    background-size: contain;
    background-position: bottom center;
}

.proposal-hero > img {
    width: 300px;
    bottom: -90px;
    right: -110px;
}

.table-of-contents h3 {
    font-size: 35px;
    margin-top: 50px;
}

.image a {
    margin: 20px auto 31px;
}

.proposal-image {
    padding-bottom: 50px;
}

.recommended-content span {
    left: 20px;
}

.proposal-image .item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.client-content {
    padding-bottom: 50px;
}

.client-content .subheading {
    font-size: 30px;
}

.client-content .subheading span {
    font-size: 25px;
}

.client-content .subheading * {
    display: inline;
}

.client-content .item {
    margin-right: 0;
}

.h-thank-you {
    background: #141429;
    padding: 50px 0 0px;
}

.approval #input_13_21_toolbar {
    right: 20px;
    top: 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.proposal-hero > img {
    width: 400px;
    margin: 0;
    display: block;
    position: absolute;
    bottom: -127px;
    right: -118px;
}

.p-head {
    padding: 35px 0;
}

.proposal-image.pi-image-bg {
    padding: 50px 0;
    background-size: 1500px;
}

.proposal-header {
    padding: 120px 0 330px;
}

.proposal-pricing {
    padding: 120px 0 200px;
}

.client-content .subheading {
    font-size: 35px;
}

.client-content .subheading span {
    font-size: 28px;
}

.pstats {
    margin-top: 40px;
}


.h-thank-you img {
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.h-thank-you {
    background-position: calc(50% - 39px) top;
    padding: 150px 0 50px;
}

.single-proposals .main-wrapper .proposal-image-text.pb-0 br {
    display: none !important;
}

.single-proposals .main-wrapper .proposal-image-text.pb-0 {
    padding-bottom: 50px !important;
}

.client-content .ytube {
    margin-top: 40px;
}


}


#field_13_25 input {
    pointer-events: none;
}

.single-proposals #ui-datepicker-div {
    display: none;
}

.single-proposals .gform_confirmation_message {
    width: 100%;
    transition: 0.6s;
    border: none;
    border: none;
    background-color: none;
    padding: 0;
    color: #000;
    text-align: left;
    font-weight: 400;
    color: #121829;
    font-size: 18px;
    line-height: 28px;
}

.single-proposals .gform_confirmation_message br {
    display: none !important;
}

.approval .gf-submitted > h3,
.approval .gf-submitted > p {
    display: none;
}


@media print {

	.proposal-header {
		padding-top: 200px !important;
	}
	
.logo-icon {
    width: 60px;
}

.custom-header {
    width: 220px;
}
    
.col-lg-6 {
	float: left;
	width: 50%;
}
	
.col-lg-5 {
	float: left;
    width: 41.66666667%;
}
	
.col-lg-7 {
	float: left;
		width: 58.33333333%;
}	
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}

.anchor,
.sticky-toc,
.approval {
    display: none;
}  

.single-proposals .main-wrapper > div {
	page-break-after: always;
	min-height: 100vh;
}
     
.p-head {
    padding: 32px 0;
    margin-bottom: 15px;
}
	
.proposal-image-text, .proposal-image-text p, .proposal-image, .proposal-image p, .proposal-content, .proposal-content p {
    font-size: 18px;
    line-height: 23px;
}

.proposal-content h3:not(.h2) {
    font-size: 21px;
    line-height: 28px;
}
	
.pi-image-bg .image-wrap img {
	max-width: 700px;
	margin: 0 auto;
}

.pi-image-bg {
    background-size: 1900px;
}
	
.pi-image-bg h3 {
    margin-bottom: 50px;
}
	
.proposal-image.pi-image-bg {
    padding: 50px 0;
}

.proposal-image-text,
.proposal-image.pi-style-five,
.proposal-image-text.multi-content,
.proposal-image.pi-style-one,
.proposal-image.pi-style-two {
	padding-bottom: 20px;
}
	
.proposal-image.pi-style-five .image-wrap ,
.proposal-image.pi-style-two .image-wrap {
	max-height: 210px;
	overflow: hidden;
}

.proposal-image.pi-style-five .image-wrap img ,
.proposal-image.pi-style-two .image-wrap img {
	max-width: 450px;
	margin: 0 auto;
}
	
.proposal-image.pi-style-one .image-wrap img {
	max-width: 700px;
	margin: -25px auto;
}
	
.proposal-image.pi-style-one .image-wrap {
	max-height: 420px;
	overflow: hidden;
}
		
	.proposal-image-text.multi-content img {
		width : 400px;
	}
	
	.sticky-side {
		display: none;
	}
	.client-content,
	.h-thank-you,
	.proposal-image-text,
	.multi-content {
		height: 100vh;
		overflow: hidden;
	}
	
.multi-content .row ol li {
    font-size: 11px;
    line-height: 1.4;
}
	
.multi-content  .recommended-content {
    margin-top: 45px;
}	
	
.recommended-content {
    padding: 25px 30px 25px 30px;
    font-size: 17px;
}	
	
body.single-proposals .multi-content .row {
    margin-top: 15px !important;
}
	
	.proposal-content img {
		max-width: 800px;
		margin: 0 auto;
	}
	
.client-content .item p {
    font-size: 20px;
}
	
	.client-content .item cite {
    font-size: 19px;
	}
	
.h-thank-you {
    padding: 190px 0 100px;
}
	
.h-thank-you h3 {
    font-size: 40px;
}

.h-thank-you h4 {
    font-size: 70px;
}
	
.toc-wrap ul {
    margin: 50px 0 30px 40px;
}	

.toc-wrap ul li a {
    font-size: 18px;
}	

.toc-wrap ul li:before {
    font-size: 30px;
}
	
.toc-wrap ul li {
    padding-left: 60px;
    margin-bottom: 12px;
}
	
.table-of-contents {
	max-height: 100vh;
	overflow: hidden;
}	

	.proposal-image-text.default-style	img {
		max-width: 450px;
	}

	.proposal-content {
		padding-bottom: 40px;
		max-height: 100vh;
		overflow: hidden;
	}
	
.proposal-header {
    min-height: auto;
    padding: 80px 0 40px;
}
	
.table-of-contents {
    background: #141429 url(https://ricketyroo.com/wp-content/uploads/2022/07/tab-background.png) no-repeat center bottom / contain !important;
}
	
}

#field_13_54 * {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 600px)  {

#field_13_54 {
    text-align: left;
    margin: 0 0px -65px 150px;
}
	
}

@media only screen and (max-width: 599px)  {

#field_13_54 {
    margin: 0;
    padding: 0 20px !important;
}

#field_13_54 * {
    font-size: 15px;
}
    

}

.approval #field_13_21 {
    width: 100%;
}

.approval #input_13_21_Container {
    max-width: 100%;
}

.approval #input_13_21_Container canvas {
    width: 100% !important;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}

.appointment-form form.step__form .gfield_description {
    padding: 0px 0 15px;
}

.contact-style-new .contact-breadcrumb .contact-form-inn {
    transform: translateY(0px);
}

.contact-style-new {
    padding-top: 120px;
}

.contact-style-new + footer .footer_top  {
    padding-top: 0px;
}

body .mfp-bottom-bar ,
body .mfp-figure:after {
    opacity: 0;
}

.text-logos-wrap {
    display: flex;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.proposal-content .text-logos:first-child {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.proposal-content .text-logos:first-child li {
    list-style: none;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.proposal-content .text-logos:first-child li img {
    max-height: 90px;
    max-width: 280px;
}

.proposal-content .text-logos:last-child {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: 40%;
}

.proposal-content .text-logos:last-child li {
    list-style: none;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.proposal-content .text-logos:last-child li img {
    max-height: 180px;
    max-width: 280px;
}

.toc-wrap ul li {
    padding-left: 60px;
    position: relative;
}

.toc-wrap ul li:before {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
.table-of-contents .container {
    padding: 50px 20px 0px  !important;
}

}

@media only screen and (min-width: 768px) {

.toc-wrap ul {
    max-width: 600px;
}

.toc-wrap ul li {
    padding-left: 80px;
}

}


@media only screen and (max-width: 991px) {

.text-logos-wrap {
    justify-content: center;
}

.proposal-content .text-logos:first-child li img {
    max-width: 100%;
}


.proposal-content .text-logos:last-child li img {
    max-width: 100%;
}

}

@media only screen and (max-width: 575px) {

.proposal-content .text-logos:first-child {
    width: 100%;
}

.proposal-content .text-logos:last-child {
    width: 100%;
}

}

.sticky-toc ul li a {
    white-space: nowrap;
}

.sticky-toc {
    display: block;
    overflow: auto;
}

.sticky-toc ul {
	justify-content: flex-start;
}

.sticky-toc ul li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sticky-toc::-webkit-scrollbar-track
{
    background-color: #000;
}

.sticky-toc::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #000;
}

.sticky-toc::-webkit-scrollbar-thumb {
    background-color: #fe7e00;
}

.single-proposals .main-wrapper > div {
	scroll-margin-top: 50px;
}

