@charset "UTF-8";
@charset 'UTF-8';
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//itsfl.co/wp-content/themes/lambda/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://itsfl.co/wp-content/themes/lambda/assets/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://itsfl.co/wp-content/themes/lambda/assets/css/fonts/slick.eot);
    src: url(https://itsfl.co/wp-content/themes/lambda/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://itsfl.co/wp-content/themes/lambda/assets/css/fonts/slick.woff) format('woff'), url(https://itsfl.co/wp-content/themes/lambda/assets/css/fonts/slick.ttf) format('truetype'), url(https://itsfl.co/wp-content/themes/lambda/assets/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a,
img,
.btn,
input,
button,
:after,
:before {
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
}

.slide-left {
    animation-name: qodef-show-element-left;
}

.slide-bottom {
    animation-name: qodef-show-element-bottom;
}

.slide-top {
    animation-name: qodef-show-element-top;
}

.slide-right {
    animation-name: qodef-show-element-right;
}

.wow {
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.cust-title-22 {
    line-height: 1.2;
    font-size: 22px;
}

.cust-title-24 {
    font-size: 24px;
    line-height: 1.2;
}

.cust-title-30 {
    font-size: 30px;
    line-height: normal;
}

.cust-title-36 {
    font-size: 36px;
    line-height: normal;
}

.cust-title-40,
.cust-title-40 p {
    font-size: 40px;
    line-height: normal;
}

.cust-title-60 {
    font-size: 60px;
    line-height: normal;
}

.fw-bold {
    font-weight: bold;
}

.clr-red {
    color: #D10007 !important;
}

.text-justify p {
    text-align: justify;
}

.common-des p {
    text-align: justify;
}

#footer label {
    color: #fff;
    display: block;
    text-align: left;
}

#footer .wpcf7-form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    padding: 15px 5px;
    line-height: 0px;
}

#footer .wpcf7-submit {
    border: 0;
    display: block;
    color: white;
    margin: 0 auto;
    font-weight: 600;
    padding: 25px 60px;
    border-radius: 50px;
    background: #222222;
}

body #masthead {
    box-shadow: none !important;
}

body .commen_btn {
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #D10007 !important;
}

.main_service_box{
	padding: 0px 20px;
}

.main_service_box .slider-bg-img {
    background-size: cover;
    height: 360px;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: end;
    padding: 20px;
    transition: 0.6s;
}

.main_service_box .slider-bg-img::after {
    content: "";
    background-color: #00000099;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 12;
    border-radius: 10px;
}

.slider-bg-img h2 {
    color: white;
    font-weight: bold;
}

.slider-bg-img h4 {
    color: white;
    font-weight: bold;
}

.item a {
    display: block;
}

.slider-bg-img .inner_cont {
    height: 0;
    color: white;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(90px);
    -ms-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -webkit-transform: translateY(90px);
}

.slider-bg-img:hover .inner_cont {
    height: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

body .owl-carousel .owl-nav button {
    background-color: #fff !important;
    width: 50px;
    height: 50px;
    margin: 0 30px 0 0;
    border-radius: 50% !important;
    box-shadow: 0px 10px 30px #99999933;
}

.owl-theme .owl-nav {
    margin-top: 40px;
}

.industry_section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 38px #0303031a;
    border-radius: 48px;
    padding: 30px 25px;
    position: relative;
}

.ge-testi-bg {
    position: relative;
    padding: 90px 0;
}

.ge-testi-bg::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 100%;
    background: #222222;
}

.industry_section::after {
    position: absolute;
    top: 100px;
    right: 75px;
    content: '';
    width: 80%;
    height: 75%;
    border-radius: 50px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
}

.time_line_testimonial .test_cont {
    color: #555555;
    font-size: 18px;
    margin-bottom: 30px;
    background: url(https://atdeveloper.org/its/wp-content/uploads/2022/11/quote.png) no-repeat top right;
}

.time_line_testimonial .inner_cont img {
    width: 110px !important;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
}

.time_line_testimonial .inner_cont h3 {
    margin: 0;
    text-align: center;
    color: #212121;
    font-weight: 600;
}

.testimonial_slider .item {
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
    border-radius: 10px;
    padding: 30px 40px;
    text-align: center;
    margin: 15px 20px 10px 15px;
    position: relative;
}

.testimonial_slider .item::after {
    position: absolute;
    top: 60px;
    right: 15px;
    content: '';
    width: 90%;
    height: 75%;
    border-radius: 10px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
}

.cust-counter .odometer-inside {
    margin: 0 auto;
    color: #fff;
    width: max-content;
    font-size: 60px;
    font-weight: bold;
}

.cust-counter .odometer-inside::after {
    content: '+';
}

.cust-counter .counter:after {
    background-color: white;
}

.temas_sliders {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 23px #0000000d;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin: 20px;
}

.temas_sliders img {
    width: 150px !important;
    display: inline-block !important;
}

.temas_sliders h4 {
    font-weight: bold;
}

.bg_cover_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    margin-bottom: 0 !important;
    background-color: rgb(209 0 7 / 10%);
}

.services-grid .slider-bg-img {
    margin-bottom: 30px;
    height: 550px;
}

body #masthead #menu-header-menu .nav-highlight>a:after {
    background-color: #D10007 !important;
}

body #masthead #menu-header-menu .nav-highlight>a {
    color: #fff !important;
}

.ec-des-list ol {
    padding-left: 0;
}

.ec-des-list ol li {
    position: relative;
    margin: 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #3D3D3D;
    background: #fff;
    border-radius: 10px;
    list-style-type: none;
    padding: 10px 10px 10px 30px;
}

.ec-des-list ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 7px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background: transparent linear-gradient(180deg, #D10007 0%, #222222 100%) 0% 0% no-repeat padding-box;
}

body .box_shedow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #3e3e3e29;
    border-radius: 9px;
    padding: 40px;
}

.its-contact-sec .box_shedow {
    min-height: 310px;
}

body .shedow-padding {
    padding: 15px;
}

.menu .nav>li.menu-item-type-post_type>a {
    position: relative;
}

.menu .nav>li.menu-item-type-post_type>a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    content: '';
    width: 20px;
    height: 1px;
    opacity: 0;
    margin: 0 auto;
    border-radius: 0%;
    background: #ffffff;
}

.menu .nav>li.menu-item-type-post_type>a:hover:after,
.menu .nav>li.menu-item-type-post_type>a:focus:after,
.menu .nav>li.active>a::after {
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot span {
    margin: -6px 7px;
    width: 8px;
    height: 8px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #222222;
    width: 15px;
    height: 15px;
}

footer#footer {
    background-image: url(http://atdeveloper.org/its/wp-content/uploads/2023/01/Mask-Group-1.png);
    background-size: cover;
    background-position: bottom center;
}

.modal-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.modal-body .contact_form {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}

.modal-body .contact_form::after {
    display: none;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.close {
    opacity: 1;
    font-weight: normal;
    font-size: 30px;
    position: relative;
    top: 20px;
    background: transparent !important;
}

.modal-body .contact_form {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 50px;
}

.contact_form label {
    color: #000;
    display: block;
    text-align: left;
}

.contact_form .wpcf7-form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 40px;
    color: #000;
    padding: 15px 5px;
}

.contact_form .wpcf7-submit {
    display: block;
    color: #fff;
    border-radius: 8px;
    padding: 10px 40px;
    background: #222222;
    margin: 0 auto;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.modal-title {
    display: none;
}

.its-footer {
    position: relative;
    z-index: 1;
    padding: 200px 0 50px;
    background: url(http://atdeveloper.org/its/wp-content/uploads/2023/01/Mask-Group.png) no-repeat center;
    background-size: cover;
}

.its-footer::after,
.its-footer::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background: rgb(34, 34, 34);
}

.its-footer::after {
    z-index: -1;
    width: 100%;
    opacity: 0.5;
}

.its-footer::before {
    width: 50%;
    opacity: 0.9;
}

.its-footer-right {
    padding: 50px 100px 50px 50px;
}

.form-control {
    color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.its-label {
    font-size: 14px;
    font-weight: 500;
}

#footer .wpcf7-submit:hover,
#footer .wpcf7-submit:focus {
    background: rgba(209, 0, 7, 1);
}

.its-footer-copy {
    color: #fff;
}

.its-footer-copy p {
    margin-bottom: 0;
}

.its-footer-left {
    padding: 0 60px;
}

.its-footer-left h2 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.its-footer-left h2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    content: '';
    margin: auto;
    width: 300px;
    height: 180px;
    opacity: 0.03;
    border: 10px solid #fff;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.its-contact-head {
    position: relative;
    left: -75px;
    color: #fff;
    opacity: 0.03;
    margin: 50px 0;
    text-transform: uppercase;
    font: 900 150px/1 'Montserrat';
}

.its-footer-des {
    padding-bottom: 50px;
}

.its-footer-des h4 {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font: 600 18px/1 'Montserrat';
}

.its-footer-des h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
}

.its-footer-des p,
.its-footer-des a {
    color: #fff;
    font: 500 14px/1.5 'Montserrat';
}

.its-ft-ct-des p {
    display: flex;
    align-items: center;
}

.its-ft-ct-des p img {
    width: 20px;
    height: 25px;
    margin-right: 15px;
    object-fit: contain;
}

.its-social-list a {
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 37px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.its-social-list a:hover,
.its-social-list a:focus {
    opacity: 0.8;
}

.its-service-list {
    padding: 0 50px;
}

.industry_section p {
    font-size: 18px;
}

.testimonial_slider .owl-stage-outer {
    position: relative;
}

.testimonial_slider .owl-stage-outer::after {
    position: absolute;
    top: 60px;
    right: 15px;
    content: '';
    width: 90%;
    height: 75%;
    border-radius: 10px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;
    padding: 10px 25px;
}

.tz_time_line_testimonial {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tz_time_line_testimonial li {
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
    border-radius: 10px;
    padding: 50px 70px;
    text-align: center;
    margin: 15px 40px 70px 15px;
}

.tz_time_line_testimonial .slick-list::after {
    position: absolute;
    top: 80px;
    right: 5px;
    content: '';
    width: 93%;
    height: 78%;
    border-radius: 10px;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px #0000000d;
}

.tz_time_line_testimonial .test_cont {
    color: #555555;
    font-size: 18px;
    margin-bottom: 30px;
    background: url(https://bdasolutions.co/wp-content/uploads/2022/10/quote.png) no-repeat top right;
}

.tz_time_line_testimonial img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.tz_time_line_testimonial .inner_cont h3 {
    margin: 0;
    color: #212121;
    font-weight: 600;
}

.tz_time_line_testimonial .slick-prev::before,
.tz_time_line_testimonial .slick-next::before {
    opacity: 1;
    padding: 0;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 29px;
    color: #212121;
    line-height: 45px;
    border-radius: 50%;
    font-family: inherit;
    background-color: #fff;
    box-shadow: 0px 10px 30px #99999933;
}

.tz_time_line_testimonial .slick-prev:hover:before,
.tz_time_line_testimonial .slick-next:hover:before,
.tz_time_line_testimonial .slick-prev:focus:before,
.tz_time_line_testimonial .slick-next:focus:before {
    color: #fff;
    background: #D10007;
}

.tz_time_line_testimonial .slick-prev,
.tz_time_line_testimonial .slick-next {
    top: auto;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: 50px auto 0;
    background-color: transparent !important;
}

.tz_time_line_testimonial .slick-next {
    right: -70px;
}

.tz_time_line_testimonial .slick-prev {
    left: -70px;
}

.section-upper-footer {
    border-top: 0;
}

.full-width-img,
.full-width-img img {
    width: 100%;
}

.ec-counter-sec {
    position: relative;
    padding: 60px 0;
    margin-top: -60px;
}

.its-about-shape {
    margin-top: -55px;
}
.f-18 {
    font-size: 18px;
}
body .footer-btn {
    margin-top: 15px;
    display: block;
}

#menu-header-menu .menu-item-has-children:hover > ul.dropdown-menu{
	display:block;
}


@media only screen and (min-width: 992px) {
    .its-we-care {
        margin-top: -70px;
        padding-top: 70px;
    }

    .its-legal,
    .its-healthcare {
        position: relative;
        top: -150px;
    }

    #menu-item-48.nav-highlight {
        margin-right: 40px;
    }

    .its-pr-100 {
        padding-right: 100px;
    }

    .its-pl-100 {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1660px) {
    .its-contact-head {
        left: -35px;
        font-size: 110px;
    }

    .its-footer-left h2 {
        font-size: 42px;
    }

    .its-footer-left h2::after {
        width: 250px;
        height: 150px;
        border-width: 7px;
    }

    .its-footer {
        padding-top: 100px;
    }

    .its-footer-left {
        padding: 0 20px;
    }

    .its-service-list {
        padding: 0 30px;
    }

    .logo-navbar .nav>li>a {
        font-size: 14px;
    }

    .menu .navbar-brand img {
        max-height: 70%;
    }
}

@media only screen and (max-width: 1280px) {
    .menu .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .its-contact-head {
        font-size: 80px;
    }

    .its-footer-left h2 {
        font-size: 34px;
    }

    .its-footer-left h2::after {
        width: 200px;
        height: 100px;
        border-width: 5px;
    }

    .its-social-list a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 5px;
    }

    .its-footer-right {
        padding: 15px;
    }

    .logo-navbar .nav>li>a {
        font-size: 12px;
    }

    .cust-counter .odometer-inside {
        font-size: 40px;
    }

    .cust-title-24 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    body #masthead.navbar {
        background-color: #222 !important;
    }

    body .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .its-footer-des {
        padding-bottom: 15px;
    }

    .wpcf7-form .col-md-6:first-child {
        padding: 0 15px !important;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .its-footer::before {
        display: none;
    }

    .its-footer {
        padding-top: 0;
    }

    .its-contact-head {
        left: 0;
    }

    .its-footer-left {
        padding: 50px 15px;
        margin-bottom: 50px;
        background: rgba(34, 34, 34, 0.9);
    }

    .its-footer .col-md-6:first-child {
        padding: 0;
    }

    .menu .navbar-brand img {
        max-height: inherit;
        width: 190px;
    }

    #masthead .navbar-collapse.main-navbar.logo-navbar.navbar-right.collapse.in {
        background: transparent !important;
    }

    .logo-navbar .nav>li>a {
        padding-left: 0;
        color: #fff !important;
    }

    #menu-item-48 a {
        padding: 15px 30px !important;
        width: max-content;
    }

    .menu .nav>li.menu-item-type-post_type>a::after {
        right: auto;
        bottom: 0;
    }

    .tz_time_line_testimonial .test_cont {
        font-size: 14px;
    }

    .tz_time_line_testimonial .inner_cont {
        display: block;
    }

    .tz_time_line_testimonial img {
        margin: 0 auto 15px;
    }

    .tz_time_line_testimonial .inner_cont h3 {
        text-align: center;
    }

    .bd-testi-slider .slick-list::after {
        top: 80px;
    }

    .tz_time_line_testimonial .test_cont {
        min-height: 100px;
    }

    .res-991-center,
    .res-991-center * {
        text-align: center !important;
    }

    .ec-counter-sec .col-md-3:not(:last-child) {
        padding-bottom: 30px;
    }

    .its-about-shape img {
        width: 150px;
    }

    .its-about-shape,
    .ec-counter-sec {
        margin-top: -30px;
    }
}

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

    .cust-title-40,
    .cust-title-40 p {
        font-size: 26px;
    }

    .industry_section {
        margin: 0px 15px;
    }

    .industry_section::after {
        width: 100%;
        height: 75%;
        right: 0px;
    }

    .ge-testi-bg {
        padding: 0px 20px;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .ge-testi-bg::before {
        top: 100px;
        width: 100%;
    }

    .services-grid .slider-bg-img {
        height: 350px;
        margin-bottom: 15px;
    }

    .cust-title-36 {
        font-size: 26px;
    }

    .owl-theme .owl-nav {
        margin-top: 20px;
    }

    .tz_time_line_testimonial li {
        padding: 30px 20px;
        margin: 15px;
    }

    .tz_time_line_testimonial .slick-list::after {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .its-contact-head {
        font-size: 50px;
    }

    .its-footer-left h2 {
        font-size: 26px;
    }

    .its-footer-left h2::after {
        left: 50px;
        width: 150px;
        height: 90px;
    }
	body #gallery-1 .gallery-item {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.section-upper-footer .element-bottom-70 {
		margin-bottom: 0px!important;
	}
}


@-webkit-keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@keyframes qode-fade-in {
	0% {
		opacity: 0;
		visibility: hidden
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@-webkit-keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes qode-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10% {
		opacity: .5
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	90% {
		opacity: .5
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@keyframes qode-ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}
	10% {
		opacity: .5
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	90% {
		opacity: .5
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-webkit-keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes qode-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes qode-double-pulse {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes qode-cube {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@-webkit-keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes qode-rotating-cubes {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
		transform: translateX(42px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
		transform: translateX(42px) translateY(42px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes qode-stretch-delay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-webkit-keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes qode-bounce-delay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-rotate-circles {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px
	}
}

@keyframes qode-atom-position {
	50% {
		top: 80px;
		left: 80px
	}
}

@-webkit-keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@keyframes qode-atom-size {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
}

@-webkit-keyframes qode-atom-zindex {
	100% {
		z-index: 10
	}
}

@keyframes qode-atom-zindex {
	100% {
		z-index: 10
	}
}

@-webkit-keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@keyframes qode-atom-shrink {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@-webkit-keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-clock {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
}

@keyframes qode-clock-1 {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	30% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
	100% {
		-webkit-transform: rotate(-450deg);
		transform: rotate(-450deg)
	}
}

@-webkit-keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes qode-clock-2 {
	5% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	35% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@-webkit-keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes qode-clock-3 {
	10% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	40% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
}

@keyframes qode-clock-4 {
	15% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	45% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
	100% {
		-webkit-transform: rotate(-315deg);
		transform: rotate(-315deg)
	}
}

@-webkit-keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes qode-mitosis-invert {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-webkit-keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(.6, .8);
		transform: translate(50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-1 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, 25%) scale(.6, .8);
		transform: translate(50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, 50%) scale(.6, .6);
		transform: translate(50%, 50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(.6, .8);
		transform: translate(50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-2 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(25%) scale(1, .8);
		transform: translateX(25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(50%) scale(.8, .8);
		transform: translateX(50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(50%, -25%) scale(.6, .8);
		transform: translate(50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(50%, -50%) scale(.6, .6);
		transform: translate(50%, -50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(.6, .8);
		transform: translate(-50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-3 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, 25%) scale(.6, .8);
		transform: translate(-50%, 25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, 50%) scale(.6, .6);
		transform: translate(-50%, 50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(.6, .8);
		transform: translate(-50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
}

@keyframes qode-mitosis-ball-4 {
	12% {
		-webkit-transform: none;
		transform: none
	}
	26% {
		-webkit-transform: translateX(-25%) scale(1, .8);
		transform: translateX(-25%) scale(1, .8)
	}
	40% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	60% {
		-webkit-transform: translateX(-50%) scale(.8, .8);
		transform: translateX(-50%) scale(.8, .8)
	}
	74% {
		-webkit-transform: translate(-50%, -25%) scale(.6, .8);
		transform: translate(-50%, -25%) scale(.6, .8)
	}
	88% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(.6, .6);
		transform: translate(-50%, -50%) scale(.6, .6)
	}
}

@-webkit-keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes qode-lines-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-1 {
	50% {
		top: -100%;
		left: 200%
	}
	100% {
		top: 50%;
		left: 100%;
		z-index: 2
	}
}

@-webkit-keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-fussion-ball-2 {
	50% {
		top: 200%;
		left: 200%
	}
	100% {
		top: 100%;
		left: 50%;
		z-index: 1
	}
}

@-webkit-keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2
	}
}

@keyframes qode-fussion-ball-3 {
	50% {
		top: 200%;
		left: -100%
	}
	100% {
		top: 50%;
		left: 0;
		z-index: 2
	}
}

@-webkit-keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1
	}
}

@keyframes qode-fussion-ball-4 {
	50% {
		top: -100%;
		left: -100%
	}
	100% {
		top: 0;
		left: 50%;
		z-index: 1
	}
}

@-webkit-keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-1 {
	12% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	24% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-2 {
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	24% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	36% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@keyframes qode-wave-jump-3 {
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	36% {
		-webkit-transform: translate(20px, -40px);
		transform: translate(20px, -40px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100%,
	48% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0)
	}
}

@-webkit-keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}
}

@keyframes qode-wave-wipe {
	100%,
	48% {
		-webkit-transform: translateX(-120px);
		transform: translateX(-120px)
	}
}

@-webkit-keyframes qode-pulse-circles-pulse {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
		border-width: 50px
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0
	}
}

@keyframes qode-pulse-circles-pulse {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 1;
		border-width: 50px
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
		border-width: 0
	}
}

@-webkit-keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes qode-bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-webkit-keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes qode-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes qodef-img-from-left {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-img-from-left {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-img-to-left {
	0% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
}

@keyframes qodef-img-to-left {
	0% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
}

@-webkit-keyframes qodef-show-element-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-top {
	0% {
		-webkit-transform: translateY(-5%);
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-show-element-bottom {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		visibility: hidden;
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

@keyframes qodef-show-element-bottom {
	0% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		visibility: hidden;
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

@-webkit-keyframes qodef-show-element-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-left {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-show-element-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-show-element-right {
	0% {
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-top {
	0% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-top {
	0% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-left {
	0% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-left {
	0% {
		-webkit-transform: translateX(-2%);
		transform: translateX(-2%);
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes qodef-portfolio-show-element-right {
	0% {
		-webkit-transform: translateX(2%);
		transform: translateX(2%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}

@keyframes qodef-portfolio-show-element-right {
	0% {
		-webkit-transform: translateX(2%);
		transform: translateX(2%);
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0)
	}
}