@charset "UTF-8";

@font-face {
	font-family: 'Sofia Pro';
	src: url('../fonts/SofiaProRegular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/SofiaProRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/SofiaProRegular.woff') format('woff'), /* Modern Browsers */
		  url('../fonts/SofiaProRegular.ttf')  format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/SofiaProRegular.svg#65943740c25c4cb0404f4736aa9282c9') format('svg'); /* Legacy iOS */

	font-style:   normal;
	font-weight:  400;
	font-display: block;
}


@font-face {
	font-family: 'Sofia Pro';
	src: url('../fonts/SofiaProBold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/SofiaProBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/SofiaProBold.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/SofiaProBold.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/SofiaProBold.svg#65943740c25c4cb0404f4736aa9282c9') format('svg'); /* Legacy iOS */
	font-style:   normal;
	font-weight:  800;
	font-display: block;
  }


@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaProLight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/SofiaProLight.woff') format('woff'), /* Modern Browsers */
        url('../fonts/SofiaProLight.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/SofiaProLight.svg#65943740c25c4cb0404f4736aa9282c9') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
  font-display: block;
}

img{height: auto;}

:root {
    --taktical-text-blue: #5A68EF;
    --taktical-orange: #ffc44d;
    --taktical-blue: #5b56ea;
    --taktical-offset-blue: #5a68ef;
    --taktical-light-blue: #f1f3ff;
    --taktical-periwinkle: #ccccff;
    --taktical-text: #fff;
    --taktical-periwinkle-2: #909BFF;
    --taktical-section-border-radius: 5vw;
    --taktical-btn-border-radius: .8vw;
    --heading-h1: 70px;
    --taktical-hover: #dba12d;
    --anim-color-fade: #909bff;
    --anim-color-active: #3d49bc;
    --contact-text: #423ec2;
    --badge-color-filter: invert(1) brightness(1.5) hue-rotate(24deg);
    --box-shadow-cont : 0vw 12px 40px 4px rgb(0 0 0 / 12%);
}

.taktical-leaf {
    border-bottom-left-radius: var(--taktical-section-border-radius);
    border-top-right-radius: var(--taktical-section-border-radius)
}

.box-shadow-cont{
    box-shadow: var(--box-shadow-cont);
}

.taktical-light-blue{
    background-color: var(--taktical-light-blue);
}

.taktical-leaf-2{
    border-bottom-left-radius: 2vw;
    border-top-right-radius: 2vw;
}
.taktical-leaf-3{
    border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
}

.main .meet {
    padding: 4vw 0
}

.site-container {
    max-width: 93%;
    margin: auto;
    width: 100%;
    position: relative;
}
/*.site-container {*/
/*    max-width: 1920px;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    padding: 0 77px;*/
/*}*/

.site-container:after, .site-container:before{
    content: "";
    display: table;
}

.taktical-orange {
    color: var(--taktical-orange)
}

.taktical-blue {
    color: var(--taktical-text-blue)
}
.taktical-blue-bg{
    background-color: var(--taktical-blue);
}

.taktical-blue-bg .taktical-blue{
    color: #fff !important;
}

/* .taktical-leaf-style {
    border-radius: 0;
    text-align: center;
    border-bottom-left-radius: var(--taktical-btn-border-radius);
    border-top-right-radius: var(--taktical-btn-border-radius);
    font-size: 1vw;
    padding: 0 2.2vw;
    line-height: 3.2vw;
    min-height: 3.2vw;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: auto;
    cursor: pointer;
    box-shadow: .1vw .2vw .6vw .1vw rgba(24, 24, 24, 0.14);
    transition: all .2s ease-in-out;
    margin-right: 1vw;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    font-family: 'Sofia Pro';
    letter-spacing: -0.02vw;
} */
.taktical-leaf-style {
    border-radius: 0;
    text-align: center;
    border-bottom-left-radius: var(--taktical-btn-border-radius);
    border-top-right-radius: var(--taktical-btn-border-radius);
    font-size: 1vw;
    padding: 0 2.2vw;
    line-height: 3.2vw;
    min-height: 3.2vw;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: auto;
    cursor: pointer;
    box-shadow: .1vw .2vw .6vw .1vw rgba(24, 24, 24, 0.14);
    transition: all .2s ease-in-out;
    margin-right: 1vw;
    margin-left: 0;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    font-family: 'Sofia Pro';
    letter-spacing: -0.02vw;
}
.taktical-leaf-style.btn-xs{
    font-size: 1vw;
}


.taktical-leaf-style.orange {
    background: var(--taktical-orange);
    color: var(--taktical-text-blue);
    border: 0
}

.taktical-leaf-style.orange:hover,
.taktical-leaf-style.orange:active,
.taktical-leaf-style.orange:focus {
    background: var(--taktical-hover);
    color: var(--taktical-text-blue)
}

.effectHover {
    position: relative;
    overflow: hidden
}

.taktical-leaf-style:after,
.effectHover:after {
    content: '';
    display: block;
    position: absolute;
    top: -5vw;
    left: -12vw;
    background: #fff;
    width: 5vw;
    height: 10vw;
    opacity: .3;
    transform: rotate(-45deg);
    border-radius: 46vw
}

.taktical-leaf-style:hover:after,
.effectHover:hover:after {
    left: 107%;
    transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1)
}
ul{
    margin: 2vw 0;
}
ul li{
    font-size: 1.1vw;
    line-height: 1.5vw;
 margin-bottom: 1vw;   
}
ul li strong{
    font-weight: 600;
}
/*ul li:last-child{
    margin-bottom: 0 !important;
}*/


@media(max-width:767px) {
    ul{
        margin: 4vw 0;
    }
   ul li {
        font-size: 4vw;
        line-height: 4.2vw;
        margin-bottom: 5vw;
    }
    ul li{
    margin-bottom: 5vw;   
    }
    .taktical-leaf-style:after, .effectHover:after {
        top: -5vw;
        bottom: 0;
        left: -35vw;
        width: 20vw;
        height: 50vw;
        transform: rotate(-159deg);
        border-radius: 0;
    }
    .taktical-leaf-style:hover:after,
    .effectHover:hover:after{
        left: 135%;
    }

}

body {
    font-size: 1vw;
    font-family: 'Sofia Pro';
    font-weight: 400;
    padding-top: 3.5vw;
    background-color: #f5f5f7;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sofia Pro';
    font-weight: 900
}

a {
    color: var(--taktical-text-blue)
}

a:hover {
    color: #909bff
}



/***** navigation bar ********/
.taktical_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.taktical_header nav {
    padding: 0 0
}

.taktical_header button svg {
    width: 2vw;
    height: 2vw
}

.taktical_header button {
    position: relative;
    z-index: 9;
    padding: .2vw .5vw;
    margin: 0 .8vw 0 0;
    font-size: 0
}

.taktical_header ul,
.taktical_header ul li {
    list-style: none;
    marker: none;
    list-style-type: none;
    padding: 0
}

.taktical_header ul,
.taktical_header ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Sofia Pro';
}
.logo svg {
    width: 10.3vw;
    height: auto;
    margin: 0;
}

/*.home .logo {
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: all 0.2s ease;
}
.home.animate-logo .logo {
    overflow: hidden;
    opacity: 1;
    width: 16.66666667%;
}*/

.home .logo {
    overflow: hidden;
    width: 16.66666667%;
    opacity: 1;
}

@media (min-width:768px){
    .taktical_header nav {
        box-shadow: 0 0 0 0.1vw #E2E6FF;
    }
    .taktical-navigation-main{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        /* font-family: 'Lato', sans-serif; */
        font-weight: 800;
    }
    .taktical-navigation-main li{
        margin: 0 1vw;
    }
    .taktical-navigation-main li a{
        min-height: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        /*padding: 0 1vw;*/
        border-bottom:0.2vw solid transparent;
        font-size: 1vw;
    }
    .taktical-navigation-main li.active > a, .taktical-navigation-main li:hover > a{
        border-bottom-color:var(--taktical-orange);
    }

    .dropdownMenu {
        position: relative;
        text-align: left;
        padding: 0 1.4vw 0 0.8vw !important;
    }
    .dropdownMenu:after{
        content: '';
        background: url(../images/menu-dropdown.svg) no-repeat;
        background-size: contain;
        width: 0.7vw;
        height: 0.5vw;
        position: absolute;
        right: -0.2vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .taktical-navigation-submain {
        border-radius: 0vw 2vw 0vw 2vw;
        overflow: hidden;
        margin: 0.08vw 0 0 !important;
        padding: 0.8vw 0 !important;
        border: none;
    }
    .taktical-navigation-submain li{
        margin: 0;
        min-width: 15vw;
        position: relative;
    }
    .taktical-navigation-submain li a{
        padding: 0 1vw 0 3vw;
        justify-content: flex-start;
        min-height: 2.5vw;
        color: var(--taktical-blue);
        /* font-family: 'Roboto', sans-serif; */
        border: none;
    }
    .taktical-navigation-submain>li:after {
        content: '';
        width: 0.8vw;
        height: 0.8vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1.2vw;
        margin: auto;
        background-color: var(--taktical-orange);
        border-radius: 3vw;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: var(--taktical-light-blue);
    }
}


/*********** mobile menu start **************/

@media(max-width:767px) {
    
    /*.site-container{*/
    /*    max-width: 93% !important;*/
    /*    padding: 0 20px !important;*/
    /*}*/
    
    header .site-container{
        max-width: 100%;
        padding: 0;
        min-height: 8vw;
    }
    .logo svg {
            width: 28.3vw;
        margin: 0 0 0 1.5vw;
        height: auto;
    }
    /*.home .logo, .home.animate-logo .logo {
        opacity: 1;
        width: 33.33333333%;
    }*/
    header{
        min-height: 8vw;
    }
    header .logo {
        opacity: 1;
        width: 33.33333333%;
        z-index: 999;
        position: absolute;
        left: 0;
    }
    .home .logo {
        width: 33.33333333%;
    }
    @media only screen  and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
        header .logo {
        left: 0;
        top: -2vw;
        padding: 0;
        } 
    }
    @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
        header .logo {
        left: 0;
        top: 0;
        padding: 0;
        } 
        .logo svg{
            height: 12vw;
        }
    }
    @media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
        header .logo {
        left: 0;
        top: -2vw;
        padding: 0;
        } 
        .logo svg{
            height: 12vw;
        }
    }
      
    header .logo + div{
        z-index: 999;
        position: absolute;
        right: 0;
    }
    .menusidebanner {
        position: relative;
        overflow: hidden
    }
    .menusidebanner:before {
        content: '';
        background: url(../images/menu-left-still-anim.png) no-repeat;
        background-size: 27vw;
        position: absolute;
        width: 29vw;
        height: 36vw;
        left: 0;
        bottom: 0;
        margin: auto
    }
    
    .menusidebanner:after {
        content: '';
        background: url(../images/menu-right-still-anim.png) no-repeat;
        background-size: 30vw;
        position: absolute;
        width: 30vw;
        height: 29.8vw;
        right: 0;
        bottom: 0
    }
    

    
    .taktical-navigation-main {
        /* font-family: 'Lato', sans-serif; */
        font-weight: 800;
        width: 35vw;
        margin: 0;
        position: relative;
        margin: 5.5vw auto;
        z-index: 1;
        height: 100vw;
        overflow-y: auto;
    }
    
    .taktical-navigation-main>li {
        margin-bottom: 2.2vw;
        font-size: 1.4vw;
        line-height: 1.9vw;
        position: relative;
        width: 50%
    }
    
    .taktical-navigation-main>li:hover:after {
        content: '';
        width: 1vw;
        height: 1vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2vw;
        margin: auto;
        background-color: var(--taktical-orange);
        border-radius: 3vw
    }
    


    
    .navigation_item.with_sub a {
        position: relative
    }
    
    .taktical-navigation-main>li.navigation_item.with_sub a:after {
        content: '';
        background-image: url(../images/menu-right-arrow.svg);
        background-repeat: no-repeat;
        background-size: 1.4vw;
        width: 1.5vw;
        height: 1.2vw;
        position: absolute;
        right: -2vw;
        top: 0;
        bottom: 0;
        margin: auto;
        background-position: center
    }
    
    .taktical-navigation-main.with_sub>li {
        margin-bottom: 1vw;
        font-size: 1vw;
        line-height: 1.6vw;
        position: relative
    }

    .taktical-navigation-submain{
        border: none;
        margin-top: 3vw !important;
        background-color: transparent;
    }
    
    .taktical-navigation-submain li {
        margin-bottom: .65vw;
        font-weight: 400;
        letter-spacing: -0.02vw;
        font-size: 1.2vw
    }
    
    .taktical-navigation-submain a {
        text-align: center;
        color: var(--taktical-blue);
    }
    .taktical-navigation-submain a:after{
        display: none;
    }
    .taktical-navigation-main {
        padding: 10vw 5vw 35vw !important;
        text-align: center
    }

    .taktical_header button svg {
        width: 7vw;
        height: 7vw
    }
    .taktical_header button svg#menuIcon {
        height: 6vw;
        width: 7vw;
    }
    .taktical_header button {
        padding: .2vw .5vw;
        margin: 0 .8vw 0 1vw
    }

    .taktical_header nav {
        padding: 1.5vw 0
    }

    #taticalCollapseMenu {
        top: -11vw
    }

    body {
        padding-top: 12vw
    }


    .taktical-navigation-main>li {
        margin-bottom: 5vw;
        font-size: 4vw;
        line-height: 5.6vw;
        position: relative;
        width: 100%
    }


    .navigation_item.with_sub:hover .taktical-navigation-submain {
        visibility: visible;
        height: auto;
        transform: none;
        margin-top: 4vw;
        filter: none;
        opacity: 1;
        width: 100%
    }

    .taktical-navigation-main>li.navigation_item.with_sub a:after {
        background-size: 5vw;
        width: 3.5vw;
        height: 3.2vw;
        position: absolute;
        right: -6vw;
        top: 0;
        bottom: 0;
        margin: auto;
        background-position: right;
        transform: rotate(90deg)
    }

    .taktical-navigation-main {
        width: 100%
    }

    .taktical-navigation-submain li {
        margin-bottom: 1vw;
        font-size: 3.2vw;
        line-height: 5vw
    }

    .menusidebanner:before,
    .taktical-navigation-main>li:hover:after {
        display: none
    }

    .menusidebanner:after {
        content: '';
        background: url(../images/mobile-menuside.png) no-repeat;
        background-size: 100% !important;
        position: absolute;
        width: 100%;
        height: 40vw;
        left: 0;
        bottom: 0;
        z-index: 0
    }
}

/*********** mobile menu end **************/
/***** navigation bar  end********/



/*footer*/
footer {
    border-top: 0.2vw solid #E2E6FF;
    padding-bottom: 1vw;
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75vw;
    margin: 0 auto;
    padding-top: 1.2vw;
}
.footer-inner .footer-instabtn .btn{
    padding: 0 0;
    margin: 0 0.5vw;
    overflow: hidden;
    border-radius: 0.4vw;
}
.footer-inner .footer-instabtn .btn svg, .header-instabtn .btn svg {
    border-radius: 0.3vw;
}
.footer-logo img {
    width: 10vw;
    height: auto;
}
footer .footer-instabtn svg{
    width: 2vw;
    height: 2vw;
}
.footer-copyrightTxt{
    color: var(--taktical-text-blue);
    font-size: 0.8vw;
    margin-top: 1vw;
    margin-bottom: 0;
}

@media (max-width: 767px){
    .footer-inner{
        width: 100%;
    }
    .footer-logo img {
        width: 120px;
    }
    footer .footer-instabtn svg {
        width: 5vw;
        height: 5vw;
    }
    .footer-copyrightTxt {
    font-size: 3.5vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
}
footer {
    padding-bottom: 3vw;
    padding-top: 4vw;
}
}

/********* footer end ********/

.main {
    padding-top: 2vw;
}

.site-logo img {
    width: 15vw;
    height: auto;
}

svg#bannerHD {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 43vw;
    width: 40.8vw;
}

.intro {
    max-width: 35vw;
    margin: auto 9vw;
    font-size: 1.4vw;
    padding: 0 0 0 2vw
}

.intro h1 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: bold;
    letter-spacing: -0.05vw;
    margin-bottom: 2vw;
}
.intro p{
    margin-bottom: 1.5vw;
}
.banner {
    background: var(--taktical-blue);
    overflow: hidden;
    height: 43vw;
    color: var(--taktical-text);
    position: relative;
    box-shadow: var(--box-shadow-cont);
}
.banner .site-logo {
    position: absolute;
    left: 1vw;
    top: 1vw;
}
.site-para {
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-bottom: 1.5vw;
    font-weight: 100;
    letter-spacing: -0.02vw;
}
.site-para-short{
    font-size: 1vw;
    line-height: 1.6vw;
    margin-bottom: 1.5vw;
    font-weight: 100;
    letter-spacing: -0.02vw;
}
.site-heading {
    font-size: 4.4vw;
    letter-spacing: -0.05vw;
    line-height: 4.5vw;
    margin-bottom: 1vw;
}

.site-heading-mid{
    font-size: 3vw;
    line-height: 3.4vw;
    margin-bottom: 3vw;
}

.site-heading-small{
    font-size: 2.6vw;
    line-height: 3vw;
    margin-bottom: 3vw;
}

@media (max-width:767px){
    .site-heading-small {
        font-size: 6.6vw;
        line-height: 8vw;
        margin-bottom: 2vw !important;
        letter-spacing: -0.2vw;
    }
}

.banner-side {
    height: 40vw;
    width: 100%;
    max-width: 100%;
    object-fit: cover
}
.tak-anim {
    position: relative;
    height: 43vw;
}
.anim-p {
    width: 20vw;
    height: 43vw;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -2vw;
    top: -7vw;
    bottom: 0;
}
.anim-p2 {
    width: 20.4vw;
    height: 39vw;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 1vw;
}
.anim-row {
    display: flex;
    justify-content: space-between;
    min-height: 20vw;
}

.banner-circle {
    width: 10vw;
    height: 20vw;
    border-radius: 50vw;
    background-color: var(--anim-color-active);
    align-self: end;
    transform: translate(0vw, 0vw)
}

.thum-cicle {
    width: 10vw;
    height: 10vw;
    border-radius: 50vw;
    background-color: #fac04c;
    display: block;
    overflow: hidden;
    box-shadow: 0vw 0vw 3vw -1vw #000
}

.thum-cicle img {
    object-fit: cover;
    height: 10vw;
    width: 10vw
}

.banner_changer .thum-cicle {
    animation: mover 4s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

.banner-mirror .cicle-yellow {
    width: 10vw;
    height: 10vw;
    border-radius: 50vw;
    background-color: #fac04c;
    display: block;
    overflow: hidden;
    transform: translate(0vw, 0vw)
}

.banner-mirror .bottom-corner-rounded {
    display: block;
    position: relative;
    background-color: var(--anim-color-active);
    width: 10vw;
    height: 10vw;
    transform: translate(0vw, 0vw)
}

.banner-mirror .bottom-corner-rounded:after {
    content: '';
    background-color: #909bff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    border-bottom-right-radius: 50vw
}

.banner-big-circle {
    width: 20vw;
    height: 20vw;
    border-radius: 50vw;
    background-color: #909bff;
    box-shadow: 0vw 0vw 3vw -1vw #000
}

.banner-big-circle img {
    width: 100%;
    margin: 0;
    height: 20vw;
    object-fit: cover
}

.anim3 {
    width: 10vw;
    height: 20vw
}

.white {
    background-color: #fff
}

.dark_blue {
    background-color: var(--anim-color-active)
}

.light_blue {
    background-color: var(--anim-color-fade)
}

.yellow {
    background-color: var(--taktical-orange)
}

.circle_box_shadow_down {
    box-shadow: 0vw .5vw 1.2vw -0.5vw rgba(0, 0, 0, 1)
}

.circle {
    width: 10vw;
    height: 10vw;
    border-radius: 50vw;
    display: block
}

.switch {
    width: 10vw;
    height: 20vw;
    border-radius: 50vw
}

.rounded-corner {
    border-bottom-right-radius: 50vw;
    display: block;
    width: 10vw;
    height: 10vw
}

.banner-mirror .bottom-corner-rounded.top-right {
    background-color: transparent
}

.banner-mirror .bottom-corner-rounded.top-right:after {
    border-radius: 0;
    border-top-right-radius: 50vw;
    background-color: var(--taktical-orange)
}

.border-lr-cancel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}


/************** new banner for home page ***********/
.banner-new .rt-flt {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 26vw;
}
.banner-new .rb-flt {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 25vw;
}


@media(max-width:767px) {
    .anim-p {
        position: static;
    }
    .anim-p2 {
        position: static;
        height: 33vw;
    }
    .banner-new .rt-flt {
        width: 35vw;
    }
    .banner-new .rb-flt {
        bottom: auto;
        left: 0;
        top: 0;
        transform: rotate(180deg);
        width: 50vw;
    }
}


.meet {
    text-align: center
}


.brand-logo .meetswiper1, .brand-logo .meetswiper2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.brandLogoSwiper .swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.brandLogoSwiper .swiper-slide  {
    width: 12vw;
}
.brandLogoSwiper .swiper-slide:first-child, .brandLogoSwiper .swiper-slide:last-child {
    width: 100%;
    padding: 0 5.5vw;
    flex-wrap: nowrap;
}
.brandLogoSwiper .swiper-slide img {
    max-width: 100%;
    height: 5vw;
    object-fit: contain;
    width: 100%;
    margin: 0.5vw 0;
    padding: 0 2vw;
}

.swiper-wrapper {
    transition-timing-function: linear !important
}

.brandLogoSwiper .swiper-slide:nth-child(odd) img {
    -webkit-filter: var(--badge-color-filter);
    filter: var(--badge-color-filter)
}


.swiper-grid-column>.swiper-wrapper {
    flex-direction: row
}


@media (max-width:767px){
    .meet{
        overflow: hidden;
    }
    .brandLogoSwiperMobile .brand-slide img {
    max-width: 100%;
    height: 17vw;
    object-fit: contain;
    width: 100%;
    margin: 1vw 0vw;
    padding: 0 4vw;
}
    
    .brandLogoSwiperMobile .brand-slide {
        width: 30vw;
        padding: 0 0;
        align-items: center;
    }
       
    .brandLogoSwiperMobile .brand-slide:nth-child(odd) img {
        -webkit-filter: var(--badge-color-filter);
        filter: var(--badge-color-filter)
    } 
    
}


.gameChanging {
    padding: 0;
    min-height: 31vw;
    box-shadow: var(--box-shadow-cont);
    overflow: hidden;
    position: relative;
    padding-top: 5vw;
    margin-bottom: 5vw;
    margin-top: 0;
    background-color: #fff;
}

.gameChanging:after {
    content: '';
    position: absolute;
    top: -12vw;
    left: 0;
    background-color: #f1f3ff;
    width: 42vw;
    height: 110vw;
    transform: rotate(-45deg);
    z-index: 0
}

.gameChanging:before {
    content: '';
    position: absolute;
    top: -28vw;
    right: -19%;
    background-color: #f1f3ff;
    width: 25vw;
    height: 70vw;
    transform: rotate(-45deg);
    z-index: 0
}

.gameChanging .people-img {
    max-height: none;
    position: relative;
    z-index: 2;
    width: auto;
    height: 34vw;
}

.gameChangeCont {
    position: relative;
    z-index: 2;
    max-width: 30vw
}

.gameChanging .bg-y-desktop:after {
    content: '';
    position: absolute;
    top: 13vw;
    left: -11vw;
    width: 46vw;
    height: 30vw;
    border-radius: 6vw;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 1
}

.gameChanging.blue .bg-y-desktop:after{
    background-color: var(--taktical-blue);
}

.subscribe_form {
    position: relative;
    height: 4vw
}

.subscribe_form input {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-top-right-radius: var(--taktical-btn-border-radius);
    border-top-left-radius: var(--taktical-btn-border-radius);
    border-bottom-left-radius: var(--taktical-btn-border-radius);
    color: var(--taktical-blue);
    font-size: 1.4vw;
    padding: 0 9.2vw 0 1.2vw;
    line-height: 100%;
    height: 3vw
}

.subscribe_form input:focus {
    color: var(--taktical-blue)
}

.subscribe_form .subscribe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
    border-bottom-left-radius: var(--taktical-btn-border-radius);
    border-top-right-radius: var(--taktical-btn-border-radius);
    background-color: var(--taktical-orange);
    color: var(--taktical-text-blue);
    z-index: 1;
    width: 34%;
    font-size: 1vw;
    height: 3vw;
    font-family: 'Sofia Pro';
    text-transform: uppercase;
    letter-spacing: -0.01vw;
    font-weight: 700;
}

.subscribe_form .subscribe:hover,
.subscribe_form .subscribe:active,
.subscribe_form .subscribe:focus {
    background: var(--taktical-hover);
    color: var(--taktical-blue)
}

.gameChangeCont .site-para {
    margin: 1.5vw 0 3vw;
    color: #423EC2;
}

.awe {
    background-color: var(--taktical-light-blue);
    text-align: center;
    padding: 5vw 0;
    margin-bottom: 3vw;
}

.awe .site-para {
    margin-bottom: 3vw
}

.awe .badges {
    max-width: 70vw;
    margin: 4vw auto 0
}

.awe .badges ul{list-style: none;padding:0;margin:0;display: flex;justify-content: center; align-items: center;}

.awe .badges .feaAwd {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 60vw;
    margin: auto;
}
.awe .badges .feaAwd li {
    width: 25%;
    padding: 1vw;
}
.awe .badges ul li img {
    width: 11vw;
    height: auto;
}

@media (max-width:767px){
    .awe {
    
    margin-bottom: 5vw;
}
    .awe .badges {
        max-width: 100%;
    }
    .awe .badges ul {
        flex-wrap: wrap;
        column-gap: 0;
        margin-bottom: 4vw;
    }
    .awe .badges ul li {
        width: 33%;
    }
   .awe .badges .feaAwd {
        justify-content: center;
        align-items: center;
        padding: 0;
        max-width: 80vw;
    }
    .awe .badges .feaAwd li {
        width: 43%;
        text-align: center;
    }
    .awe .badges ul li img {
        width: 27vw;
    }
}

.caseStudy_slides {
    position: relative;
    margin: 4vw 2% 4vw !important;
    height: 40vw;
    overflow: hidden;
    transition: all 200ms linear;
    background-color: var(--taktical-blue);
    opacity: 0.4;
}

.caseStudy_slider .owl-item.active .caseStudy_slides {
    background-color: var(--taktical-blue);
    box-shadow: 0 .5vw 2vw 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.caseStudy_slider .caseStudy_content {
    height: 40vw
}

.caseStudy_slider .caseStudy_content .caseStudy_content_left .caseStudy_content_img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin: 4vw auto 0;
    object-fit: contain;
    height: 28vw;
}

.caseStudy_content_right {
    padding: 0vw 7vw 0 0 !important;
    position: relative;
    z-index: 3
}

.caseStudy_content_left:after {
    display: none;
    content: '';
    position: absolute;
    top: 20vw;
    left: -3vw;
    width: 32vw;
    height: 32vw;
    border-radius: 7vw;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.caseStudy_content_left:before {
    display: none;
    content: '';
    position: absolute;
    top: 8vw;
    left: -9vw;
    width: 38vw;
    height: 41vw;
    border-radius: 7vw;
    background-color: var(--taktical-offset-blue);
    transform: rotate(-25deg);
    z-index: 1
}

/*.caseStudy_slider .caseStudy_content {
    visibility: hidden
}*/

.caseStudy_slider .owl-item.active .caseStudy_content_left:after,
.caseStudy_slider .owl-item.active .caseStudy_content_left:before {
    display: block
}

.caseStudy_slider .owl-item.active .caseStudy_content {
    visibility: visible
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--taktical-blue) !important;
    transition: all .2s ease-in-out
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: var(--taktical-orange) !important
}

.caseStudy_slider.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 30vw;
    margin: 0vw auto -3.2vw
}

.caseStudy_slider.owl-theme .owl-dots {
    width: 16vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-] svg {
    width: 3vw;
    height: 3vw
}

.caseStudy_slider.owl-theme .owl-dots .owl-dot span {
    width: 1vw;
    height: 1vw;
    margin: .8vw 1vw;
    border-radius: 30vw
}

.caseStudy_slider.owl-theme .owl-dots .owl-dot.active span,
.caseStudy_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc44d
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_right {
    padding: 0vw 0 0 5vw !important
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:after {
    content: '';
    position: absolute;
    top: -11vw;
    left: inherit;
    right: -3vw;
    width: 32vw;
    height: 32vw;
    border-radius: 7vw;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:before {
    content: '';
    position: absolute;
    top: -8vw;
    left: inherit;
    right: -9vw;
    width: 38vw;
    height: 41vw;
    border-radius: 7vw;
    background-color: #fff;
    transform: rotate(-25deg);
    z-index: 1
}

/*.caseStudy_content .taktical-leaf-style {
    font-size: 1.2vw
}*/


.partner {
    margin: 5vw 0;
    position: relative;
    min-height: 45vw;
    background:var(--taktical-light-blue);
    border-top-right-radius: 7vw;
    box-shadow: var(--box-shadow-cont);
}
.partner .top-desk{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
}

.partner .top-mob{
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.partner .partner-mid {
    position: relative;
    z-index: 1;
    width: 36vw;
    margin: auto;
    padding: 7vw 0 3vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2vw;
}

.bot-left{
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 14vw;
}
.bot-right{
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 14vw;
}

@media (max-width:767px){
    .partner {
    padding-bottom: 20vw;
    margin: 0vw 0 10vw;
}
    .partner .top-mob{
        
        display: block;
        position:relative;
    }
    .partner .top-desk{
        display: none;
    }
    .partner .partner-mid {
        width: 70vw;
    }
    .partner .partner-mid .site-heading{
        text-align: center;
    }
 
    .bot-left {
        width: 30vw;
        height: auto;
    }
    .bot-right {
        width: 30vw;
        height: auto;
    }
}

.client_say {
    text-align: center;
    margin: 3vw 0vw 5vw
}

.client_slider .light_box:after,
.client_slider .light_box:before {
    content: '';
    position: absolute;
    top: 10vw;
    left: -9vw;
    width: 26vw;
    height: 22vw;
    border-radius: 4vw;
    background-color: #fff;
    transform: rotate(-30deg);
    z-index: 1
}

.client_slider .light_box:before {
    left: inherit;
    right: -9vw;
    transform: rotate(30deg)
}

.client_slider .orange_box:after,
.client_slider .orange_box:before {
    content: '';
    position: absolute;
    top: 17vw;
    left: -6vw;
    width: 24vw;
    height: 18vw;
    border-radius: 4vw;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.client_slider .orange_box:before {
    left: inherit;
    right: -6vw;
    transform: rotate(45deg)
}

.client_slider .client_slides .client_content .client_content_img {
    margin: 1vw auto;
    object-fit: contain
}

.client_slider .client_slides .client_content .client_content_auth {
    font-weight: bold
}

.client_slider .client_slides .client_content {
    max-width: 32vw;
    margin: auto;
    letter-spacing: .02vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2vw;
    padding-top: 2vw;
    position: relative;
    z-index: 2
}

.client_slider .client_slides .client_content p {
    line-height: 1.8vw;
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
}

.client_slider .client_slides {
    position: relative;
    margin: 4vw 2% 4vw !important;
    height: 26vw;
    overflow: hidden;
    transition: all 200ms linear;
    background-color: #f1f3ff;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_slider .client_slides .client_content .client_content_img {
    max-width: 12vw;
    margin-bottom: 3vw;
}

.client_slider.owl-theme .owl-dots .owl-dot.active span,
.client_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc44d
}

.client_slider .owl-item.active .client_slides {
    
    box-shadow: 0 .5vw 2vw 0 rgba(0, 0, 0, 0.1)
}

.client_slider .owl-item:nth-child(odd) .client_slides{
    background-color: #fff;
}

.client_slider .owl-item:nth-child(odd) .light_box:after,
.client_slider .owl-item:nth-child(odd) .light_box:before {
    background-color: #f1f3ff
}

.client_slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--taktical-blue) !important;
    transition: all .2s ease-in-out
}

.client_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: var(--taktical-orange) !important
}

.client_slider.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 30vw;
    margin: 0vw auto -3.2vw
}

.client_slider.owl-theme .owl-dots {
    width: 16vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0
}

.client_slider.owl-theme .owl-nav [class*=owl-] svg {
    width: 3vw;
    height: 3vw
}

.client_slider.owl-theme .owl-dots .owl-dot span {
    width: 1vw;
    height: 1vw;
    margin: .8vw 1vw;
    border-radius: 30vw
}

.attention {
    background-color: var(--taktical-blue);
    margin-bottom: 4vw;
    box-shadow: var(--box-shadow-cont);
}

.attention_content {
    padding: 4vw 0vw;
    width: 40vw;
    margin: auto;
    text-align: center
}

.attention_content .site-heading {
    margin-bottom: 4vw
}

.anim_box {
    width: 20vw;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 30vw
}

.anim_box .sw_changer {
    width: 10vw;
    height: 20vw;
    border-radius: 50vw;
    background-color: var(--anim-color-active);
    align-self: end
}

.sw_circle {
    width: 10vw;
    height: 10vw;
    border-radius: 50vw;
    background-color: var(--anim-color-fade);
    display: block
}

.sw_drop {
    width: 10vw;
    height: 20vw;
    display: block;
    background-color: var(--anim-color-fade);
    border-bottom-left-radius: 50vw;
    border-bottom-right-radius: 50vw;
    animation: shrink 4s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

.sw_changer .sw_circle {
    animation: mover 4s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

.anim_mover {
    animation: mover 4s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@-webkit-keyframes moverhalf {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(70%)
    }
}

@keyframes moverhalf {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(70%)
    }
}

.anim_moverhalf {
    animation: moverhalf 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@-webkit-keyframes shrink {
    0% {
        height: 20vw
    }

    100% {
        height: 10vw
    }
}

@keyframes shrink {
    0% {
        height: 20vw
    }

    100% {
        height: 10vw
    }
}

.client_slider .owl-item.active.light_box:after {
    animation: leftlightbox 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation: none
}

.client_slider .owl-item.active .light_box:before {
    animation: rightlightbox 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation: none
}

@-webkit-keyframes leftlightbox {
    0% {
        transform: rotate(-30deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-25deg);
        border-radius: 5vw
    }
}

@keyframes leftlightbox {
    0% {
        transform: rotate(-30deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-25deg);
        border-radius: 5vw
    }
}

@-webkit-keyframes rightlightbox {
    0% {
        transform: rotate(30deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(25deg);
        border-radius: 5vw
    }
}

@keyframes rightlightbox {
    0% {
        transform: rotate(30deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(25deg);
        border-radius: 5vw
    }
}

.client_slider .owl-item.active .orange_box:after {
    animation: leftorangebox 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation: none
}

.client_slider .owl-item.active .orange_box:before {
    animation: rightorangebox 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation: none
}

@-webkit-keyframes leftorangebox {
    0% {
        transform: rotate(-45deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 5vw
    }
}

@keyframes leftorangebox {
    0% {
        transform: rotate(-45deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 5vw
    }
}

@-webkit-keyframes rightorangebox {
    0% {
        transform: rotate(45deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(50deg);
        border-radius: 5vw
    }
}

@keyframes rightorangebox {
    0% {
        transform: rotate(45deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(50deg);
        border-radius: 5vw
    }
}

.caseStudy_slider .owl-item.active .caseStudy_content_left:after {
    animation: studyfront 3s infinite;
    animation-direction: alternate
}

.caseStudy_slider .owl-item.active .caseStudy_content_left:before {
    animation: studyback 3s infinite;
    animation-direction: alternate
}

@-webkit-keyframes studyback {
    0% {
        transform: rotate(-25deg);
        border-radius: 7vw
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 10vw
    }
}

@keyframes studyback {
    0% {
        transform: rotate(-25deg);
        border-radius: 7vw
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 10vw
    }
}

@-webkit-keyframes studyfront {
    0% {
        transform: rotate(-45deg);
        border-radius: 7vw
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 10vw
    }
}

@keyframes studyfront {
    0% {
        transform: rotate(-45deg);
        border-radius: 7vw
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 10vw
    }
}

@-webkit-keyframes liteMove {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20%)
    }
}

@keyframes liteMove {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20%)
    }
}

.liteMove {
    animation: liteMove 4s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

.animation-delay-1 {
    animation-delay: 1s
}

.animation-delay-2 {
    animation-delay: 2s
}

.animation-delay-3 {
    animation-delay: 3s
}

.animation-delay-4 {
    animation-delay: 4s
}

.animation-delay-5 {
    animation-delay: 5s
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

@media(max-width:991px) {
    .brand-slide img {
        max-width: 100%;
        object-fit: contain
    }

    .brand-logo li {
        width: 33.33%
    }

    .intro h1 {
        font-size: 3.4vw;
        line-height: 3.8vw;
        margin-bottom: 1vw
    }

    .intro {
        font-size: 1.4vw;
        line-height: 2vw
    }

    :root {
        --taktical-section-border-radius: 7vw
    }

    /*.taktical-leaf-style {
        font-size: 2vw;
        padding: 0vw 2vw;
        line-height: 4.5vw;
        min-height: 4.5vw
    }*/

    .subscribe_form .subscribe {
        width: 34%
    }
}

@media(max-width:767px) {
    :root {
        --taktical-btn-border-radius: 3.2vw
    }

    .banner {
        height: auto
    }
    .banner .site-logo {
        position: unset;
    }
    

    .intro {
        max-width: 100%;
        padding: 5vw;
        font-size: 3.6vw;
        line-height: 5vw
    }
   

    .site-logo img {
        width: 40vw;
        max-width: 100%;
        filter: drop-shadow(0vw 1vw .5vw rgba(0, 0, 0, 0.3))
    }

    .intro h1 {
        font-size: 10vw;
        line-height: 10vw;
        margin-bottom: 4vw
    }

    .taktical-leaf-style {
        width: 100%;
        font-size: 5vw;
        padding: 0 0vw;
        line-height: 13vw;
        margin: 3vw 0 0;
        max-width: 100%;
        height: 13vw
    }

    .site-heading {
        font-size: 10vw;
        font-weight: bold;
        letter-spacing: -0.02vw
    }

    .meet {
        text-align: left
    }

    .site-para {
        font-size: 4.5vw;
        margin-bottom: 3.5vw;
        line-height: 6vw
    }
    .site-para-short {
        font-size: 3.8vw;
        margin-bottom: 1vw;
        line-height: 5vw;
    }

    .gameChanging:before {
        display: none
    }
   .gameChanging {
    margin: 5vw auto;
}

    .gameChangeCont {
        max-width: 100%;
        background: #fff;
        padding: 7vw 5vw
    }

    .gameChanging .people-img {
        z-index: 2;
        width: auto;
        height: 80vw;
    }

    .gameChanging .bg-y-desktop:after {
        content: '';
        position: absolute;
        top: 10vw;
        left: -46vw;
        width: 90vw;
        height: 175vw;
        border-radius: 6vw;
        background-color: var(--taktical-orange);
        transform: rotate(45deg);
        z-index: 1
    }

    .gameChanging:after {
        content: '';
        position: absolute;
        top: -7vw;
        left: 0;
        background-color: #f1f3ff;
        width: 70vw;
        height: 165vw;
        transform: rotate(-45deg);
        z-index: 0
    }

    .site-heading {
        font-size: 10vw;
        font-weight: bold;
        letter-spacing: -0.02vw;
        line-height: 10vw;
        margin-bottom: 4vw;
        text-align: left;
        font-weight: 900;
    }

    .subscribe_form {
        position: relative;
        height: auto
    }

    .subscribe_form input {
        position: static;
        height: 12vw;
        margin-bottom: 3vw;
        border-radius: 3vw;
        font-size: 5vw;
        padding: 0 3vw
    }

    .subscribe_form .subscribe {
        position: static;
        width: 100%;
        height: 13vw;
        font-size: 5vw;
        font-weight: bold;
        line-height: 100%
    }

    .awe {
        text-align: left;
        padding: 10vw 5vw
    }

    .awe br {
        display: none
    }

    .main .meet {
        padding: 10vw 0
    }

     .meet .site-container, .client_say .site-container {
        padding: 0vw 5vw 0;
    }   

    .client_say {
    margin: 0vw 0vw 5vw;
    text-align: left;
}

    .client_slider .client_slides {
        height: 125vw
    }

    .client_slider .orange_box:after,
    .client_slider .light_box:after {
        display: none
    }

    .client_slider .light_box:before {
        width: 35vw;
        height: 50vw;
        right: -9vw;
        bottom: 0;
        top: inherit
    }

    .client_slider .orange_box:before {
        width: 38vw;
        height: 38vw;
        bottom: -5vw;
        top: inherit;
        right: -9vw
    }

    .client_slider .client_slides .client_content {
        max-width: 80%;
        padding-bottom: 2vw;
        padding-top: 2vw
    }
.client_slider .client_slides .client_content p {
    line-height: 7vw;
    font-size: 5vw;
    min-height: 0;
    margin: 4vw 0;
}

.client_slider .client_slides .client_content .client_content_img {
    width: 30vw;
    height: auto;
    max-width: 100%;
}

    .client_slider.owl-theme .owl-dots {
        width: 45vw;
        margin: 5vw auto 0
    }

    .client_slider.owl-theme .owl-nav [class*=owl-] svg {
        width: 8vw;
        height: 8vw
    }

    .client_slider.owl-theme .owl-dots .owl-dot span {
        width: 3vw;
        height: 3vw
    }

    .client_slider.owl-theme .owl-nav [class*=owl-] {
        margin: .5vw
    }

    .client_slider.owl-theme .owl-nav {
        width: 75vw;
        margin: 5vw auto -7.2vw;
        display: none
    }

    .client_slider.owl-theme .owl-stage {
        padding-left: 5px !important
    }

    .attention_content {
        padding: 4vw 0vw 0;
        width: 85%;
        margin: auto;
        text-align: center
    }

  .attention {
    padding-bottom: 0;
    padding-top: 3vw;
    margin: 5vw 0 5vw;
}

    .caseStudy_slider .caseStudy_content {
        height: auto
    }

    .caseStudy_slides {
        min-height: 210vw;
    }
    .caseStudy_content_right {
        padding: 0vw 4vw 5vw 4vw !important
    }

    .caseStudy_content_right {
        height: 130vw;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

 .caseStudy_slider .caseStudy_content .caseStudy_content_left .caseStudy_content_img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin: 10vw auto 0;
    height: 70vw;
}
    .caseStudy_slider .caseStudy_content_right a {
        font-size: 4.5vw;
        padding: 0;
        height: 13vw;
        line-height: 13vw
    }

    .caseStudy_content_left:before {
        top: -10vw;
        left: -12vw;
        width: 75vw;
        height: 70vw
    }

    .caseStudy_content_left:after {
        top: 2vw;
        left: -25vw;
        width: 61vw;
        height: 57vw
    }

    .caseStudy_slider.owl-theme .owl-nav {
        width: 75vw;
        margin: 5vw auto -7.2vw;
        display: none
    }

    .caseStudy_slider.owl-theme .owl-dots {
        width: 45vw;
        margin: 5vw auto 0
    }

    .caseStudy_slider.owl-theme .owl-dots .owl-dot span {
        width: 3vw;
        height: 3vw
    }

    .caseStudy_slider.owl-theme .owl-nav [class*=owl-] svg {
        width: 8vw;
        height: 8vw
    }

    .caseStudy_slider.owl-theme .owl-nav [class*=owl-] {
        margin: .5vw
    }

    .caseStudy_slider .caseStudy_slides.variation .caseStudy_content_right {
        padding: 0vw 5vw 5vw 5vw !important
    }

    .caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:before {
        top: -15vw;
        left: inherit;
        right: -4vw;
        width: 66vw;
        height: 75vw
    }

    .caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:after {
        top: -27vw;
        left: inherit;
        right: 3vw;
        width: 57vw;
        height: 68vw
    }

    .caseStudy_slider.owl-theme .owl-stage {
        padding-left: 5px !important
    }

    .caseStudy_slider {
        margin: 5vw auto 10vw
    }

    .banner {
        height: auto
    }

    .tak-anim {
        transform: scale(2.33);
        transform-origin: top;
        height: 36vw;
    }

    .intro {
        transform: scale(1);
        transform-origin: top;
        margin-top: 40vw;
        margin-left: auto;
        margin-right: auto;
    }

    .caseStudy_slider .owl-item.active .caseStudy_slides {
        box-shadow: none
    }

    .client_slider .owl-item.active .client_slides {
        box-shadow: none;
        border: 2px solid rgb(204 204 204 / 16%);
        border-bottom: 5px solid #cccccc29;
        border-right: 4px solid #cccccc29
    }
}


/********************** contact us page *********************/
.contact {
    background-color: var(--taktical-blue);
    overflow: hidden;
    position: relative;
    margin-bottom: 3vw;
    margin-top: 2vw;
    box-shadow: var(--box-shadow-cont);
    min-height: 87vh;
}

.contact-wrapper {
    padding: 10vw 5vw 5vw 5vw;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.contact:after,
.contact:before {
    content: '';
    position: absolute;
    top: -4vw;
    left: -8vw;
    width: 25vw;
    height: 24vw;
    border-radius: 4vw;
    background-color: var(--anim-color-fade);
    transform: rotate(20deg);
    z-index: 1
}

.contact:before {
    left: inherit;
    right: -8vw;
    transform: rotate(-20deg)
}

.contact-wrapper:after,
.contact-wrapper:before {
    content: '';
    position: absolute;
    top: -3.6vw;
    left: -4.3vw;
    width: 21vw;
    height: 18vw;
    border-radius: 3vw;
    background-color: var(--taktical-orange);
    transform: rotate(-53deg);
    z-index: 2;
    
}

@-webkit-keyframes fltopywl {
    0% {
        transform: rotate(-53deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-40deg);
        border-radius: 5vw
    }
}

@keyframes fltopywl {
    0% {
        transform: rotate(-53deg);
        border-radius: 4vw
    }

    100% {
        transform: rotate(-40deg);
        border-radius: 6vw
    }
}


/* .contact-wrapper:after, .contact:after{
    animation: fltopywl 1.5s infinite ease-in-out;
    animation-direction: alternate;
}

.contact-wrapper:before, .contact:before{
    animation: fltopyrl 1.5s infinite ease-in-out;
    animation-direction: alternate;
} */

@-webkit-keyframes fltopyrl {
    0% {
        transform: rotate(-20deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-15deg);
        border-radius: 5vw
    }
}

@keyframes fltopyrl {
    0% {
        transform: rotate(-20deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-15deg);
        border-radius: 6vw
    }
} 

.contact-wrapper:before {
    left: inherit;
    right: -4.3vw;
    transform: rotate(53deg)
}
.contact-header {
    width: 40vw;
    margin: auto;
    text-align: center;
}

.contact-header h1 {
    margin-bottom: 1vw
}

.contact-content {
    width: 40vw;
    margin: 4vw auto 5vw
}

.form-box {
    padding-right: 2vw
}

.contact .form-control {
    border: 0.1vw solid #fff;
    border-radius: .8vw;
    background-color: rgba(0, 0, 0, 0.14);
    color: #fff;
    margin-top: .5vw;
    height: 3vw;
    padding: 0 1vw;
    line-height: 100%;
    font-size: 1vw;
    appearance: none;
    margin-bottom: 0.5vw;
}

.contact select.form-control {
    background: rgb(78 74 201) url(../images/form-select-dropdown.svg);
    background-size: .8vw;
    background-repeat: no-repeat;
    background-position: right .5vw center
}

.form-control.dob {
    background: rgb(78 74 201) url(../images/dob.svg);
    background-size: 1vw;
    background-repeat: no-repeat;
    background-position: right .5vw center;
    color-scheme: dark;
    cursor: pointer
}

:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0.14)
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7)
}


.contact-info-slide2,
.contact-info-slide3,
.contact-info-slide4,
.contact-info-slide5,
.contact-info-slide6{
    display: none;
}

.contact label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 1vw;
    margin-bottom: 0;
}

.contact fieldset {
    margin-bottom: .8vw
}

.contact .contact-submit {
    margin-top: .8vw
}
.contact-info-slidebtn .taktical-leaf-style{
    border: 0.2vw solid var(--taktical-orange);
}


.contact .address {
    background: #fff;
    border-radius: 2vw;
    overflow: hidden;
    margin-left: 0
}

.address-header {
    padding: 2vw 1vw
}

.address-header h2 {
    text-align: center;
    margin-bottom: 1vw;
    color: var(--contact-text);
    font-size: 1.6vw;
    line-height: 2vw
}

.address-info {
    list-style: none;
    color: var(--contact-text);
    font-size: .8vw;
    padding: 0 1vw 0 1vw;
    margin-bottom: 0;
    margin-top: 1.5vw
}

.address-info li {
    margin-bottom: 1vw;
    display: flex;
    align-items: start;
    justify-content: start
}

.address-info li:last-child {
    margin-bottom: 0
}

.address-info li span:first-child {
    /*width: 1vw;*/
    margin-right: 1vw
}

.address-info li span svg {
    width: 3vw;
    height: 3vw;
}

.address-info li a {
    text-decoration: none
}

.addrWrapper {
    display: flex;
    justify-content: center;
    gap: 2vw;
    align-items: stretch;
    margin-top: 3vw;
    padding:0 5vw;
}

.map iframe {
    width: 100%;
    height: 20vw;
    object-fit: cover
}


/************ contact form modification *************/

.contact fieldset > * {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.contact fieldset > fieldset {
    margin-bottom: 0.5vw;
    min-height: 4vw;
}
.contact .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: auto;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 3%;
}


.contact .cf7mls_next.action-button, .contact .cf7mls_back.action-button {
    margin: 0 !important;
    padding: 0.3vw 1vw 0.2vw !important;
    background-color: var(--taktical-orange);
    color: var(--taktical-text-blue);
    border-radius: 0 1vw 0 1vw;
    border: 0.1vw solid var(--taktical-orange);
    width: auto;
    font-size: 1vw;
    min-height: 2.8vw;
    font-weight: 600;
    font-family: 'Sofia Pro';
    text-transform: uppercase;
    line-height: 100%;
    overflow: hidden;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .cf7mls_back.action-button {
    width: 25%;
    flex:0;
}
.contact .cf7mls_back.action-button + .contact .cf7mls_next.action-button {
    width: 75%;
}

.contact .action-button::after {
    content: '';
    display: block;
    position: absolute;
    top: -5vw;
    left: -12vw;
    background: #fff;
    width: 5vw;
    height: 10vw;
    opacity: .3;
    transform: rotate(-45deg);
    border-radius: 46vw;
}


.contact .action-button:hover::after, .contact .action-button:hover::after {
    left: 107%;
    transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
}
.contact .cf7mls-btns .cf7mls_back.action-button{
    background-color: transparent;
    border-color:var(--taktical-orange);
    color: #fff;
}
.contact .cf7mls-btns .cf7mls_back.action-button {
    float: left;
}
.contact .cf7mls-btns .cf7mls_back.action-button img {
    max-width: 1.5vw;
    display: block;
    margin: auto;
    height: auto;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    margin-top: 4.5vw;
    color: #adadad;
    padding: 0;
    font-size: 0.8vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.init .wpcf7-response-output svg, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output svg {
    color: #adadad;
    fill: #adadad;
    margin: -0.2vw 0.5vw 0 0;
    height: auto;
    width: 1vw;
}
.wpcf7-not-valid-tip {
    color: #adadad;
    font-size: 1vw;
    font-weight: normal;
    display: block;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    color: #adadad;
    font-size: 0.8vw;
    margin-top: 0.2vw !important;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 12vw !important;
    padding-left: 3vw !important;
    margin-left: 0 !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
span.wpcf7-form-control-wrap.your-phone {
    margin-top: 0.8vw;
}

.contact .contact-submit {
    margin-top: .5vw;
    position: absolute;
    right: -1vw;
    font-size: 1vw;
    min-height: 2.8vw;
    line-height: 100%;
    padding: 0.3vw 1vw 0.2vw;
    width: 67%;
    box-shadow: none;
}
span.wpcf7-form-control-wrap.first-name, span.wpcf7-form-control-wrap.last-name {
    width: 49%;
}

span.wpcf7-form-control-wrap.your-email, span.wpcf7-form-control-wrap.your-phone{
    width: 100%;
}
.contact fieldset > fieldset .col-7.ps-0 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact fieldset + p .cf7mls_back.action-button {
    margin-top: -4vw !important;
    width: 25%;
    background-color: transparent;
    border-color: var(--taktical-orange);
    color: #fff;
    flex:0;
}
.contact .contact-submit {
    width: 70%;
}
@supports (-webkit-touch-callout: none) {
.contact .contact-submit {
    width: 57%;
}
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    margin: 0;
}
input[type="date"] {
    position: relative;
    background: rgb(78 74 201) url(../images/calendar-alt-solid.svg) no-repeat;
    background-size: 1vw;
    background-position: 96% center;
    line-height:100%;
}
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;
}
.contact .cf7mls-btns .cf7mls_back.action-button img, .contact fieldset + p .cf7mls_back.action-button img {
    max-width: 1.5vw;
}
@media (max-width:767px){
    input[type="date"]{
        background-size: 3vw;
    }
    .contact .cf7mls_next.action-button, .contact .cf7mls_back.action-button{
        border-radius: 0 2.5vw 0 2.5vw;
        font-size: 4vw;
        min-height: 8.8vw;
    }
    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 40vw !important;
    padding-left: 11vw !important;
    margin-left: 0 !important;
}
.contact fieldset + p .cf7mls_back.action-button {
    margin-top: -12vw !important;
    flex: 0;
}
.contact .contact-submit {
    margin-top: 3.8vw;
    margin-bottom: 0;
    min-height: 8.8vw;
    font-size: 4vw;
    line-height: 100%;
    height: auto;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    font-size: 3vw;
    line-height: 3vw;
    display: none;
}
.contact .cf7mls_next.action-button, .contact .cf7mls_back.action-button{
    width: 67%;
}
.contact .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    margin-bottom: 2.5vw;
    margin-top: 3vw;
    justify-content: space-between;
    align-items: stretch;
    min-height: 9vw;
}
.wpcf7 form.init .wpcf7-response-output svg, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output svg {
    margin: -3.2vw 1.5vw 0 0;
    width: 3vw;
}
.contact .cf7mls-btns .cf7mls_back.action-button img, .contact fieldset + p .cf7mls_back.action-button img {
    max-width: 4.5vw;
}

.contact .action-button::after {
        top: -5vw;
        bottom: 0;
        left: -35vw;
        width: 20vw;
        height: 50vw;
        transform: rotate(-159deg);
        border-radius: 0;
    }
    .contact .action-button:hover::after{
        left: 135%;
    }

}
    input::-webkit-date-and-time-value {
  text-align: left !important;
  padding: 3.2vw 3vw 2vw 1.5vw !important;
}

/*@media (max-width:991px){
    input::-webkit-date-and-time-value {
  text-align: left !important;
  padding: 3.2vw 3vw 2vw 1.5vw !important;
}
}*/
.intl-tel-input.allow-dropdown{
    position: relative;
}
/*.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    position: absolute;
}*/
/************ contact form modification end*************/

@media (max-width:1023px) and (min-width:768px){
    .contact-content {
    width: 60vw;
    margin: 6vw auto 7vw;
}
.contact-header {
    width: 60vw;
}
.contact-header .site-para {
    font-size: 2.2vw;
    line-height: 3vw;
}
.contact label {
    font-size: 1.6vw;
    min-height: 3vw;    
    line-height: 1;
    margin-bottom: 0.5vw;
}
.contact .form-control {
    margin-top: 0;
    height: 5vw;
    padding: 1vw 1vw;
    line-height: 100%;
    font-size: 1.6vw;
}
.contact .cf7mls_next.action-button, .contact .cf7mls_back.action-button {
    padding: 0.3vw 1vw 0.2vw !important;
    font-size: 1.6vw;
    min-height: 4.8vw;
    flex: 1;
}
.contact .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    margin-top: 1.8vw;
}
.address-header {
    padding: 3vw 2vw;
}
.address-header h2 {
font-size: 2.6vw;
line-height: 1.1;
text-align: left;
padding: 0 0 0 2vw;
}
.address-info .address-info-text {
    font-size: 1.8vw;
    line-height: 2.2vw;
}

.address-info li span svg {
    width: 4vw;
    height: 4vw;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel] {
padding-right: 17vw !important;
padding-left: 7vw !important;
margin-left: 0 !important;
}
.contact .contact-submit {
    margin-top: 1.5vw;
    font-size: 1.6vw;
    min-height: 4.8vw;
    padding: 0.3vw 1vw 0.2vw;
    width: 62%;
}
.contact fieldset + p .cf7mls_back.action-button {
    margin-top: -7vw !important;
    flex:0;
}
.contact fieldset > fieldset {
    margin-top: 0vw;
    min-height: 8vw;
}
.addrWrapper > div {
width: 48%;
}
.contact .cf7mls-btns .cf7mls_back.action-button{
    flex: 0;
}
}

@media(max-width:767px) {
    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 43vw !important;
    padding-left: 13vw !important;
    margin-left: 0 !important;
    margin-top: 2vw !important;
}
    .contact-wrapper {
        padding: 17vw 5vw 5vw 5vw
    }

   .contact-header {
    width: 73vw;
    text-align: left;
}
.contact-header .site-para{
        font-size: 3.6vw;
    line-height: 1.2;
}

    .contact-header h1 {
        margin-bottom: 4vw;
        font-size: 9vw;
        line-height: 9vw;
    }

    .contact-content {
        width: 100%;
        margin: 5vw auto 0
    }

    .contact .form-control {
    height: 10vw;
    border-radius: 2vw;
    font-size: 3vw;
    padding: 0 3vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    text-align: left;
}

    .contact label {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-bottom: 1vw;
}

.contact .contact-submit {
    margin-top: 1vw;
    margin-bottom: 0;
    right: 0;
    width: 67%;
    flex: 1;
    min-height: 9vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
   .contact .cf7mls_next.action-button{
        max-width: 65%;
   } 
   .cf7mls-btns #cf7mls-next-btn-cf7mls_step-1{
        max-width: 100% !important;
   }
}
    .contact .address {
    margin-bottom: 2vw;
    border-radius: 5vw;
}
    .addrWrapper{
        padding: 0 0;
        flex-wrap: wrap;
        margin-top: 10vw;
    }
    .address-header {
        padding: 5vw 4vw
    }

    .address-header h2 {
        margin-bottom: 3vw;
        font-size: 5.6vw;
        line-height: 6vw
    }

    .address-info {
        font-size: 3.2vw;
        padding: 0 4vw 0 2vw;
        margin-bottom: 0;
        margin-top: 3.5vw
    }

    .address-info li span svg {
        width: 4vw;
        height: 5vw
    }

    .address-info li {
        margin-bottom: 4vw
    }

    .address-info li span:first-child {
        width: 5vw;
        margin-right: 2vw;
        text-align: center
    }
    .contact .address:last-child {
    margin-bottom: 0;
}
    .map iframe {
        height: 75vw
    }
.form-box {
    padding-right: 0
}
    .contact {
        margin-bottom: 10vw
    }

    .contact select.form-control {
        background-size: 2.8vw;
        background-position: right 2.4vw center
    }

    .form-control.dob {
        background-size: 3vw;
        background-position: right 2.5vw center;
        line-height: 10vw
    }

    .contact fieldset {
        margin-bottom: 0;
    }
   .contact fieldset > fieldset {
    margin-bottom: 3vw;
    min-height: 10vw;
}

}

.ajax-new-loader {
    display: none;
    background-color: var(--taktical-blue);
    opacity: 0.75;
    width: 1vw;
    height: 1vw;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.ajax-new-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 0.4vw;
    left: 0;
    width: 0.3vw;
    height: 0.3vw;
    border: none;
    border-radius: 100%;
    transform-origin: 0.5vw;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.read-arrow-icon {
    width: 1.3vw;
    margin-left: 0.5vw;
}

@media (max-width: 767px){
	.ajax-new-loader{
		    width: 4vw;
    		height: 4vw;
	}
	.ajax-new-loader::before{
		top: 1.3vw;
		width: 1.3vw;
	    height: 1.3vw;
	    transform-origin: 2vw;
	}
   
    
    .read-arrow-icon {
        width: 5.3vw;
        margin-left: 1.5vw;
    }
}


/*** common css ***/

.top_banner {
    width: 100%;
    height: 43.6vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 5vw;
    box-shadow: var(--box-shadow-cont);
}

.top_banner svg {
    position: absolute;
    width: 100%;
    height: 43.6vw;
    left: 0;
    right: 0;
    top: 0;
}

.top_banner_content {
    z-index: 1;
    max-width: 50vw;
    margin: auto;
    text-align: center;
}


.top_banner_content .site-heading {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 0;
}

.top_banner_content .site-para {
    font-size: 1.1vw;
    line-height: 1.6vw;
    margin-bottom: 0;
}


.top_banner_content .mw{
    width: 57%;
    margin: auto;
}


.content_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0.8vw;
    margin-top: 5vw;
}

.top_banner_content .subscribe_form{
    margin-top: 3vw;
}

.content_filter .cont_f_btn {
    background: #fff;
    border-color: #909BFF;
    box-shadow: none;
    padding: 0 1vw;
    line-height: 2vw;
    min-height: 2.6vw;
    color: var(--tatkical-text-blue);
    outline: none;
    border-width: 0.1vw;
    border-style: solid;
    text-transform: inherit;
    font-weight: 400;
}


@media (max-width:991px){
    .content_filter .cont_f_btn {
        font-size: 1.4vw;
        height: 3vw;
        padding: 0 2vw;
        line-height: 3vw;
    }
    .top_banner_content .site-para {
        font-size: 1.4vw;
        line-height: 1.8vw;
        margin-top: 0.5vw;
    }
    .content_filter{
        margin-top: 4vw;
    }
    .top_banner_content .mw {
        width: 65%;
    }
}



.boxMain:after, .boxMain:before {
    content: '';
    position: absolute;
    top: -4vw;
    left: -5vw;
    width: 25vw;
    height: 20vw;
    border-radius: 4vw;
    background-color: rgba(144, 155, 255, 0.3);
    transform: rotate(-23deg);
    z-index: 1;
    animation: yboxAnim 1.5s infinite ease-in-out;
    animation-direction: alternate;
}
 @-webkit-keyframes yboxAnim {
    0% {
        transform: rotate(-25deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 5vw
    }
}

@keyframes yboxAnim {
    0% {
        transform: rotate(-25deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 6vw
    }
} 

.boxMain:before {
    top: inherit;
    bottom: -5vw;
    left: inherit;
    right: -5vw;
    transform: rotate(-28deg);
    height: 22vw;
    width: 26vw;
}
.boxSub:after, .boxSub:before {
    content: '';
    position: absolute;
    top: -3.5vw;
    left: -8.5vw;
    width: 21vw;
    height: 18vw;
    border-radius: 3vw;
    background-color: var(--taktical-periwinkle-2);
    transform: rotate(-130deg);
    z-index: 2;
    animation: ybackAnim 1.5s infinite ease-in-out;
    animation-direction: alternate;
    z-index: -1;
}
@-webkit-keyframes ybackAnim {
    0% {
        transform: rotate(-45deg);
        border-radius: 3vw
    }

    100% {
        transform: rotate(-35deg);
        border-radius: 5vw
    }
}

@keyframes ybackAnim {
    0% {
        transform: rotate(-45deg);
        border-radius: 4vw
    }

    100% {
        transform: rotate(-35deg);
        border-radius: 6vw
    }
}
.boxSub:before {
    top: inherit;
    bottom: -2.8vw;
    left: inherit;
    right: -6.5vw;
    transform: rotate(46deg);
    height: 19vw;
    width: 20vw;
}

.box-padding{
    padding: 5vw;
    margin: 0 auto 5vw;
    overflow: hidden;
    position: relative;
}

@media (max-width:767px){
    .boxSub:after, .boxSub:before {
        transform: rotate(-133deg) scale(1.5) !important;
    }
    .boxMain:after, .boxMain:before {
        transform: rotate(-27deg) scale(1.3) !important;
    }
    .box-padding {
        padding: 8vw 5vw;
        margin: 0vw auto 10vw;
    }
}

@media (min-width:768px){
    .inner-container{
        width: 75vw;
        margin: auto;
    }  
    .phase .inner-container{
        width: 70vw;
    }
    
}



.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@media (max-width: 767px){
    .wpcf7-not-valid-tip {
    margin-top: 0 !important;
    font-size: 3vw !important;
}
}

.loader{
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 2vw;
} 
.loader img {
    width: 100%;
    margin-top: 2vw;
}
.tagged-posts a.blog-gallery-item{ display:none; } 
#load_more{margin-bottom: 3vw;}


/*********** studio video banner *********/


.studio-banner .svg2 {
    position: absolute;
    top: -2vw;
    right: 0vw;
    width: 23vw;
    height: 23vw;
}

.studio-banner .site-heading {
    margin: 0 0 1vw;
    margin-left: 0;
    width: 100%;
}
.watch-video-banner .site-para {
    position: relative;
    z-index: 2;
    max-width: 47vw;
    font-size: 1.4vw;
    margin-bottom: 0.5vw;
}
.watch-video-banner .site-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 1vw;
}
.watch-video-banner {
    min-height: 33vw;
    padding: 5vw 5vw 3vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.watch-video-banner .taktical-leaf-style{
    margin-top: 2vw;
}

.logo-box {
    filter: grayscale(1) brightness(7.5);
    display: block;
    margin: 0;
    width: 20vw;
}
.logobox {
    /*background-color: var(--taktical-blue);*/
    background-color: transparent;
    border-radius: 1.5vw;
    width: 42.5vw;
    height: 24vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 1vw auto;
    overflow: hidden;
    box-shadow: var(--box-shadow-cont);
    box-shadow: none;
    position: relative;
}
/*.logobox iframe {
    height: 24vw;
    width: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
*/
.watch-video-banner:after {
    content: '';
    position: absolute;
    left: -14vw;
    bottom: 0;
    width: 50vw;
    height: 33vw;
    background: url(../images/studio/studio-section-svg.svg) no-repeat;
    background-size: 100%;
}

.watch-video-banner:before{
    content: '';
    position: absolute;
    width: 50vw;
    height: 33vw;
    right: -14vw;
    top: 0;
    background: url(../images/studio/studio-section-svg.svg) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.watch-video-banner .site-heading {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 1vw;
}

@media (max-width: 767px){
   .watch-video-banner {
    min-height: 60vw;
    padding: 10vw;
    margin: 0 auto;
}
    .logobox {
        width: 70vw;
        margin: 3vw auto 0;
        height: 40vw;
        border-radius: 3vw;
    }
    .logo-box {
    width: 35vw;
}
.watch-video-banner .site-para {
    max-width: 100%;
    font-size: 3.6vw;
    line-height: 1.2;
}
.watch-video-banner .taktical-leaf-style {
    margin-top: 4vw;
    position: relative;
    z-index: 2;
    width: auto;
    padding: 0 20vw;
    font-size: 4.8vw;
}
.watch-video-banner .site-heading {
    margin-bottom: 5vw;
    font-size: 11vw;
}
}

@media (min-width: 1919.99px) {
  .taktical-leaf-2 {
    border-bottom-left-radius: 38.4px;
    border-top-right-radius: 38.4px;
}

.taktical-leaf-3 {
    border-bottom-left-radius: 19.2px;
    border-top-right-radius: 19.2px;
}

.main .meet {
    padding: 76.8px 0;
}

.site-container {
    max-width: 93%;
}

.taktical-leaf-style {
    font-size: 19.2px;
    padding: 0 42.24px;
    line-height: 61.44px;
    min-height: 61.44px;
    box-shadow: 1.92px 3.84px 11.52px 1.92px rgba(24, 24, 24, 0.14);
    margin-right: 19.2px;
    letter-spacing: -0.384px;
}

.taktical-leaf-style.btn-xs {
    font-size: 19.2px;
}

.taktical-leaf-style:after,
.effectHover:after {
    content: '';
    display: block;
    position: absolute;
    top: -96px;
    left: -230.4px;
    background: #fff;
    width: 96px;
    height: 192px;
    opacity: .3;
    transform: rotate(-45deg);
    border-radius: 883.2px;
}

.taktical-leaf-style:hover:after,
.effectHover:hover:after {
    left: 107%;
    transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1)
}

ul {
    margin: 38.4px 0;
}

ul li {
    font-size: 21.12px;
    line-height: 28.8px;
    margin-bottom: 19.2px;
}


body {
    font-size: 19.2px;
    padding-top: 67.2px;
}

.taktical_header button svg {
    width: 38.4px;
    height: 38.4px
}

.taktical_header button {
    padding: 3.84px 9.6px;
    margin: 0 15.36px 0 0;
}

.logo svg {
    width: 197.76px;
}

/*********** mobile menu end **************/
/***** navigation bar  end********/

/*footer*/
footer {
    border-top: 3.84px solid #E2E6FF;
    padding-bottom: 19.2px;
}

.footer-inner {
    width: 1440px;
    padding-top: 23.04px;
}

.footer-inner .footer-instabtn .btn {
    margin: 0 9.6px;
    border-radius: 7.68px;
}

.footer-inner .footer-instabtn .btn svg,
.header-instabtn .btn svg {
    border-radius: 5.76px;
}

.footer-logo img {
    width: 192px;
}

footer .footer-instabtn svg {
    width: 38.4px;
    height: 38.4px;
}

.footer-copyrightTxt {
    font-size: 15.36px;
    margin-top: 19.2px;
}

/********* footer end ********/

.main {
    padding-top: 38.4px;
}

.site-logo img {
    width: 288px;
}

svg#bannerHD {
    height: 825.6px;
    width: 783.36px;
}

.intro {
    max-width: 672px;
    margin: auto 172.8px;
    font-size: 26.88px;
    padding: 0 0 0 38.4px;
}

.intro h1 {
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.96px;
    margin-bottom: 38.4px;
}

.intro p {
    margin-bottom: 28.8px;
}

.banner {
    height: 825.6px;
}

.banner .site-logo {
    left: 19.2px;
    top: 19.2px;
}

.site-para {
    font-size: 23.04px;
    line-height: 34.56px;
    margin-bottom: 28.8px;
    letter-spacing: -0.384px;
}

.site-para-short {
    font-size: 19.2px;
    line-height: 30.72px;
    margin-bottom: 28.8px;
    font-weight: 100;
    letter-spacing: -0.384px;
}

.site-heading {
    font-size: 84.48px;
    letter-spacing: -0.96px;
    line-height: 86.4px;
    margin-bottom: 19.2px;
}

.site-heading-mid {
    font-size: 57.6px;
    line-height: 65.28px;
    margin-bottom: 57.6px;
}

.site-heading-small {
    font-size: 49.92px;
    line-height: 57.6px;
    margin-bottom: 57.6px;
}


.banner-side {
    height: 768px;
}

.tak-anim {
    height: 825.6px;
}

.anim-p {
    width: 384px;
    height: 825.6px;
    left: -38.4px;
    top: -134.4px;
}

.anim-p2 {
    width: 391.68px;
    height: 748.8px;
    bottom: 19.2px;
}

.anim-row {
    min-height: 384px;
}

.banner-circle {
    width: 192px;
    height: 384px;
    border-radius: 960px;
    transform: translate(0px, 0px)
}

.thum-cicle {
    width: 192px;
    height: 192px;
    border-radius: 960px;
    box-shadow: 0px 0px 57.6px -19.2px #000
}

.thum-cicle img {
    height: 192px;
    width: 192px
}

.banner-mirror .cicle-yellow {
    width: 192px;
    height: 192px;
    border-radius: 960px;
    transform: translate(0px, 0px)
}

.banner-mirror .bottom-corner-rounded {
    width: 192px;
    height: 192px;
    transform: translate(0px, 0px)
}

.banner-mirror .bottom-corner-rounded:after {
    content: '';
    background-color: #909bff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    border-bottom-right-radius: 960px
}

.banner-big-circle {
    width: 384px;
    height: 384px;
    border-radius: 960px;
    background-color: #909bff;
    box-shadow: 0px 0px 57.6px -19.2px #000
}

.banner-big-circle img {
    height: 384px;
}

.anim3 {
    width: 192px;
    height: 384px
}

.circle_box_shadow_down {
    box-shadow: 0px 9.6px 23.04px -9.6px rgba(0, 0, 0, 1)
}

.circle {
    width: 192px;
    height: 192px;
    border-radius: 960px;
}

.switch {
    width: 192px;
    height: 384px;
    border-radius: 960px
}

.rounded-corner {
    border-bottom-right-radius: 960px;
    width: 192px;
    height: 192px
}

.banner-mirror .bottom-corner-rounded.top-right:after {
    border-radius: 0;
    border-top-right-radius: 960px;
    background-color: var(--taktical-orange)
}

/************** new banner for home page ***********/
.banner-new .rt-flt {
    width: 499.2px;
}

.banner-new .rb-flt {
    width: 480px;
}

.brandLogoSwiper .swiper-slide {
    width: 1 38.4px;
}

.brandLogoSwiper .swiper-slide:first-child,
.brandLogoSwiper .swiper-slide:last-child {
    width: 100%;
    padding: 0 105.6px;
    flex-wrap: nowrap;
}

.brandLogoSwiper .swiper-slide img {
    height: 96px;
    margin: 9.6px 0;
    padding: 0 38.4px;
}

.brandLogoSwiper .swiper-slide:nth-child(odd) img {
    -webkit-filter: var(--badge-color-filter);
    filter: var(--badge-color-filter)
}


.swiper-grid-column>.swiper-wrapper {
    flex-direction: row
}


.gameChanging {
    min-height: 595.2px;
    padding-top: 96px;
    margin-bottom: 96px;
}

.gameChanging:after {
    content: '';
    position: absolute;
    top: -230.4px;
    left: 0;
    background-color: #f1f3ff;
    width: 806.4px;
    height: 2112px;
    transform: rotate(-45deg);
    z-index: 0
}

.gameChanging:before {
    content: '';
    position: absolute;
    top: -537.6px;
    right: -19%;
    background-color: #f1f3ff;
    width: 480px;
    height: 1344px;
    transform: rotate(-45deg);
    z-index: 0
}

.gameChanging .people-img {
    height: 652.8px;
}

.gameChangeCont {
    max-width: 576px;
}

.gameChanging .bg-y-desktop:after {
    content: '';
    position: absolute;
    top: 249.6px;
    left: -211.2px;
    width: 883.2px;
    height: 576px;
    border-radius: 115.2px;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 1
}

.gameChanging.blue .bg-y-desktop:after {
    background-color: var(--taktical-blue);
}

.subscribe_form {
    height: 76.8px;
}

.subscribe_form input {
    font-size: 26.88px;
    padding: 0 176.64px 0 23.04px;
    height: 57.6px;
}

.subscribe_form input:focus {
    color: var(--taktical-blue)
}

.subscribe_form .subscribe {
    font-size: 19.2px;
    height: 57.6px;
    letter-spacing: -0.192px;
}

.gameChangeCont .site-para {
    margin: 28.8px 0 57.6px;
}

.awe {
    padding: 96px 0;
    margin-bottom: 57.6px;
}

.awe .site-para {
    margin-bottom: 57.6px
}

.awe .badges {
    max-width: 1344px;
    margin: 76.8px auto 0
}

.awe .badges .feaAwd {
    max-width: 1152px;
}

.awe .badges .feaAwd li {
    padding: 19.2px;
}

.awe .badges ul li img {
    width: 211.2px-211.2px;
}

.caseStudy_slides {
    margin: 76.8px 2%76.8px !important;
    height: 768px;
}

.caseStudy_slider .caseStudy_content {
    height: 768px;
}

.caseStudy_slider .owl-item.active .caseStudy_slides {
    box-shadow: 0 9.6px 38.4px 0 rgba(0, 0, 0, 0.1);
}

.caseStudy_slider .caseStudy_content .caseStudy_content_left .caseStudy_content_img {
    margin: 76.8px auto 0;
    height: 537.6px;
}

.caseStudy_content_right {
    padding: 0px 134.4px 0 0 !important;
}

.caseStudy_content_left:after {
    display: none;
    content: '';
    position: absolute;
    top: 384px;
    left: -57.6px;
    width: 614.4px;
    height: 614.4px;
    border-radius: 134.4px;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.caseStudy_content_left:before {
    display: none;
    content: '';
    position: absolute;
    top: 153.6px;
    left: -172.8px;
    width: 729.6px;
    height: 787.2px;
    border-radius: 134.4px;
    background-color: var(--taktical-offset-blue);
    transform: rotate(-25deg);
    z-index: 1
}

.caseStudy_slider .owl-item.active .caseStudy_content_left:after,
.caseStudy_slider .owl-item.active .caseStudy_content_left:before {
    display: block
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--taktical-blue) !important;
    transition: all .2s ease-in-out
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: var(--taktical-orange) !important
}

.caseStudy_slider.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 576px;
    margin: 0px auto -61.44px;
}

.caseStudy_slider.owl-theme .owl-dots {
    width: 307.2px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0
}

.caseStudy_slider.owl-theme .owl-nav [class*=owl-] svg {
    width: 57.6px;
    height: 57.6px
}

.caseStudy_slider.owl-theme .owl-dots .owl-dot span {
    width: 19.2px;
    height: 19.2px;
    margin: 15.36px 19.2px;
    border-radius: 576px
}

.caseStudy_slider.owl-theme .owl-dots .owl-dot.active span,
.caseStudy_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc44d
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_right {
    padding: 0px 0 0 96px !important
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:after {
    content: '';
    position: absolute;
    top: -211.2px;
    left: inherit;
    right: -134.4px;
    width: 614.4px;
    height: 614.4px;
    border-radius: 134.4px;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.caseStudy_slider .caseStudy_slides.variation .caseStudy_content_left:before {
    content: '';
    position: absolute;
    top: -153.6px;
    left: inherit;
    right: -172.8px;
    width: 729.6px;
    height: 787.2px;
    border-radius: 134.4px;
    background-color: #fff;
    transform: rotate(-25deg);
    z-index: 1
}

.partner {
    margin: 96px 0;
    min-height: 864px;
    border-top-right-radius: 134.4px;
}

.partner .partner-mid {
    width: 691.2px;
    padding: 134.4px 0 57.6px;
    gap: 38.4px;
}

.bot-left {
    width: 268.8px;
}

.bot-right {
    width: 268.8px;
}

.client_say {
    margin: 57.6px 0px 96px
}

.client_slider .light_box:after,
.client_slider .light_box:before {
    content: '';
    position: absolute;
    top: 192px;
    left: -172.8px;
    width: 499.2px;
    height: 422.4px;
    border-radius: 76.8px;
    background-color: #fff;
    transform: rotate(-30deg);
    z-index: 1
}

.client_slider .light_box:before {
    left: inherit;
    right: -172.8px;
    transform: rotate(30deg)
}

.client_slider .orange_box:after,
.client_slider .orange_box:before {
    content: '';
    position: absolute;
    top: 326.4px;
    left: -115.2px;
    width: 460.8px;
    height: 345.6px;
    border-radius: 76.8px;
    background-color: var(--taktical-orange);
    transform: rotate(-45deg);
    z-index: 2
}

.client_slider .orange_box:before {
    left: inherit;
    right: -115.2px;
    transform: rotate(45deg)
}

.client_slider .client_slides .client_content .client_content_img {
    margin: 19.2px auto;
}

.client_slider .client_slides .client_content {
    max-width: 614.4px;
    letter-spacing: 0.384px;
    padding-bottom: 38.4px;
    padding-top: 38.4px;
}

.client_slider .client_slides .client_content p {
    line-height: 34.56px;
    font-size: 21.12px;
    margin-bottom: 28.8px;
}

.client_slider .client_slides {
    position: relative;
    margin: 76.8px 2% 76.8px !important;
    height: 499.2px;
}

.client_slider .client_slides .client_content .client_content_img {
    max-width: 230.4px;
    margin-bottom: 57.6px;
}

.client_slider.owl-theme .owl-dots .owl-dot.active span,
.client_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc44d
}

.client_slider .owl-item.active .client_slides {

    box-shadow: 0 9.6px 38.4px 0 rgba(0, 0, 0, 0.1)
}

.client_slider .owl-item:nth-child(odd) .client_slides {
    background-color: #fff;
}

.client_slider .owl-item:nth-child(odd) .light_box:after,
.client_slider .owl-item:nth-child(odd) .light_box:before {
    background-color: #f1f3ff
}

.client_slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--taktical-blue) !important;
    transition: all .2s ease-in-out
}

.client_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: var(--taktical-orange) !important
}

.client_slider.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 576px;
    margin: 0px auto -61.44px
}

.client_slider.owl-theme .owl-dots {
    width: 307.2px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0
}

.client_slider.owl-theme .owl-nav [class*=owl-] svg {
    width: 57.6px;
    height: 57.6px
}

.client_slider.owl-theme .owl-dots .owl-dot span {
    width: 19.2px;
    height: 19.2px;
    margin: 15.36px 19.2px;
    border-radius: 576px
}

.attention {
    margin-bottom: 76.8px;
}

.attention_content {
    padding: 76.8px 0px;
    width: 768px;
}

.attention_content .site-heading {
    margin-bottom: 76.8px
}

.anim_box {
    width: 384px;
    height: 576px
}

.anim_box .sw_changer {
    width: 192px;
    height: 384px;
    border-radius: 960px;
}

.sw_circle {
    width: 192px;
    height: 192px;
    border-radius: 960px;
}

.sw_drop {
    width: 192px;
    height: 384px;
    border-bottom-left-radius: 960px;
    border-bottom-right-radius: 960px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}

@-webkit-keyframes moverhalf {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(70%)
    }
}

@keyframes moverhalf {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(70%)
    }
}

.anim_moverhalf {
    animation: moverhalf 3s infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

@-webkit-keyframes shrink {
    0% {
        height: 384px
    }

    100% {
        height: 192px
    }
}

@keyframes shrink {
    0% {
        height: 384px
    }

    100% {
        height: 192px
    }
}

@-webkit-keyframes leftlightbox {
    0% {
        transform: rotate(-30deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-25deg);
        border-radius: 96px
    }
}

@keyframes leftlightbox {
    0% {
        transform: rotate(-30deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-25deg);
        border-radius: 96px
    }
}

@-webkit-keyframes rightlightbox {
    0% {
        transform: rotate(30deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(25deg);
        border-radius: 96px
    }
}

@keyframes rightlightbox {
    0% {
        transform: rotate(30deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(25deg);
        border-radius: 96px
    }
}

@-webkit-keyframes leftorangebox {
    0% {
        transform: rotate(-45deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 96px
    }
}

@keyframes leftorangebox {
    0% {
        transform: rotate(-45deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 96px
    }
}

@-webkit-keyframes rightorangebox {
    0% {
        transform: rotate(45deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(50deg);
        border-radius: 96px
    }
}

@keyframes rightorangebox {
    0% {
        transform: rotate(45deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(50deg);
        border-radius: 96px
    }
}

@-webkit-keyframes studyback {
    0% {
        transform: rotate(-25deg);
        border-radius: 134.4px
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 192px
    }
}

@keyframes studyback {
    0% {
        transform: rotate(-25deg);
        border-radius: 134.4px
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 192px
    }
}

@-webkit-keyframes studyfront {
    0% {
        transform: rotate(-45deg);
        border-radius: 134.4px
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 192px
    }
}

@keyframes studyfront {
    0% {
        transform: rotate(-45deg);
        border-radius: 134.4px
    }

    100% {
        transform: rotate(-50deg);
        border-radius: 192px
    }
}

@-webkit-keyframes liteMove {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20%)
    }
}

@keyframes liteMove {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20%)
    }
}


/********************** contact us page *********************/
.contact {
    margin-bottom: 57.6px;
    margin-top: 38.4px;
    min-height: 87vh;
}

.contact-wrapper {
    padding: 192px 96px 96px 96px;
}

.contact:after,
.contact:before {
    content: '';
    position: absolute;
    top: -76.8px;
    left: -153.6px;
    width: 480px;
    height: 460.8px;
    border-radius: 76.8px;
    background-color: var(--anim-color-fade);
    transform: rotate(20deg);
    z-index: 1
}

.contact:before {
    left: inherit;
    right: -153.6px;
    transform: rotate(-20deg)
}

.contact-wrapper:after,
.contact-wrapper:before {
    content: '';
    position: absolute;
    top: -69.12px;
    left: -82.56px;
    width: 403.2px;
    height: 345.6px;
    border-radius: 57.6px;
    background-color: var(--taktical-orange);
    transform: rotate(-53deg);
    z-index: 2;

}

@-webkit-keyframes fltopywl {
    0% {
        transform: rotate(-53deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-40deg);
        border-radius: 96px
    }
}

@keyframes fltopywl {
    0% {
        transform: rotate(-53deg);
        border-radius: 76.8px
    }

    100% {
        transform: rotate(-40deg);
        border-radius: 115.2px
    }
}

@-webkit-keyframes fltopyrl {
    0% {
        transform: rotate(-20deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-15deg);
        border-radius: 96px
    }
}

@keyframes fltopyrl {
    0% {
        transform: rotate(-20deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-15deg);
        border-radius: 115.2px
    }
}

.contact-wrapper:before {
    left: inherit;
    right: -82.56px;
        transform: rotate(53deg);
}

.contact-header {
    width: 768px;
}

.contact-header h1 {
    margin-bottom: 19.2px;
}

.contact-content {
    width: 768px;
    margin: 76.8px auto 96px;
}

.form-box {
    padding-right: 38.4px;
}

.contact .form-control {
    border-radius: 15.36px;
    margin-top: 9.6px;
    height: 57.6px;
    padding: 0 19.2px;
    font-size: 19.2px;
    margin-bottom: 9.6px;
}

.contact select.form-control {
    background-size: 15.36px;
    background-position: right 9.6px center;
}

.form-control.dob {
    background-size: 19.2px;
    background-position: right 9.6px center;
}

.contact label {
    font-size: 19.2px;
}

.contact fieldset {
    margin-bottom: 15.36px
}

.contact .contact-submit {
    margin-top: 15.36px
}

.contact .address {
    border-radius: 38.4px;
}

.address-header {
    padding: 38.4px 19.2px
}

.address-header h2 {
    margin-bottom: 19.2px;
    font-size: 30.72px;
    line-height: 38.4px
}

.address-info {
    font-size: 15.36px;
    padding: 0 19.2px 0 19.2px;
    margin-top: 28.8px
}

.address-info li {
    margin-bottom: 19.2px;
}

.address-info li:last-child {
    margin-bottom: 0
}

.address-info li span:first-child {
    /*width:19.2px;*/
    margin-right: 19.2px
}

.address-info li span svg {
    width: 57.6px;
    height: 57.6px;
}

.addrWrapper {
    gap: 38.4px;
    margin-top: 57.6px;
    padding: 0 96px;
}

.map iframe {
    width: 100%;
    height: 384px;
}


/************ contact form modification *************/
.contact fieldset>fieldset {
    margin-bottom: 9.6px;
    min-height: 76.8px;
}

.contact .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    margin-top: 19.2px;
    margin-bottom: 9.6px;
}


.contact .cf7mls_next.action-button,
.contact .cf7mls_back.action-button {
    padding: 5.76px 19.2px 3.84px !important;
    border-radius: 0 19.2px 0 19.2px;
    border: 1.92px solid var(--taktical-orange);
    font-size: 19.2px;
    min-height: 53.76px;
}

.contact .action-button::after {
    content: '';
    display: block;
    position: absolute;
    top: -96px;
    left: -230.4px;
    background: #fff;
    width: 96px;
    height: 192px;
    opacity: .3;
    transform: rotate(-45deg);
    border-radius: 883.2px;
}


.contact .action-button:hover::after,
.contact .action-button:hover::after {
    left: 107%;
    transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
}

.contact .cf7mls-btns .cf7mls_back.action-button img {
    max-width: 28.8px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    margin-top: 86.4px;
    padding: 0;
    font-size: 15.36px;
}

.wpcf7 form.init .wpcf7-response-output svg,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output svg {
    margin: -3.84px 9.6px 0 0;
    width: 19.2px;
}

.wpcf7-not-valid-tip {
    font-size: 19.2px;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    font-size: 15.36px;
    margin-top: 3.84px !important;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 230.4px !important;
    padding-left: 57.6px !important;
    margin-left: 0 !important;
}

span.wpcf7-form-control-wrap.your-phone {
    margin-top: 15.36px;
}

.contact .contact-submit {
    margin-top: 9.6px;
    right: -19.2px;
    font-size: 19.2px;
    min-height: 53.76px;
    line-height: 100%;
    padding: 5.76px 19.2px 3.84px;
}

.contact fieldset+p .cf7mls_back.action-button {
    margin-top: -76.8px !important;
}

@supports (-webkit-touch-callout: none) {
    .contact .contact-submit {
        width: 57%;
    }
}

input[type="date"] {
    position: relative;
    background: rgb(78 74 201) url(../images/calendar-alt-solid.svg) no-repeat;
    background-size: 19.2px;
    background-position: 96% center;
    line-height: 100%;
}

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;
}

.contact .cf7mls-btns .cf7mls_back.action-button img,
.contact fieldset+p .cf7mls_back.action-button img {
    max-width: 28.8px;
}

input::-webkit-date-and-time-value {
    text-align: left !important;
    padding: 61.44px 57.6px 38.4px 28.8px !important;
}

.ajax-new-loader {
    width: 19.2px;
    height: 19.2px;
}

.ajax-new-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 7.68px;
    left: 0;
    width: 5.76px;
    height: 5.76px;
    border: none;
    border-radius: 100%;
    transform-origin: 9.6px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.read-arrow-icon {
    width: 24.96px;
    margin-left: 9.6px;
}


/*** common css ***/

.top_banner {
    height: 837.12px;
    margin-bottom: 96px;
}

.top_banner svg {
    height: 837.12px;
}

.top_banner_content {
    max-width: 960px;
}


.top_banner_content .site-heading {
    font-size: 96px;
    line-height: 96px;
}

.top_banner_content .site-para {
    font-size: 21.12px;
    line-height: 30.72px;
}

.content_filter {
    row-gap: 15.36px;
    margin-top: 96px;
}

.top_banner_content .subscribe_form {
    margin-top: 57.6px;
}

.content_filter .cont_f_btn {
    padding: 0 19.2px;
    line-height: 38.4px;
    min-height: 49.92px;
    border-width: 1.92px;
}

.boxMain:after,
.boxMain:before {
    content: '';
    position: absolute;
    top: -76.8px;
    left: -96px;
    width: 2230.4px -230.4px;
    height: 384px;
    border-radius: 76.8px;
    background-color: rgba(144, 155, 255, 0.3);
    transform: rotate(-23deg);
    z-index: 1;
    animation: yboxAnim 1.5s infinite ease-in-out;
    animation-direction: alternate;
}

@-webkit-keyframes yboxAnim {
    0% {
        transform: rotate(-25deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 96px
    }
}

@keyframes yboxAnim {
    0% {
        transform: rotate(-25deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-20deg);
        border-radius: 115.2px
    }
}

.boxMain:before {
    top: inherit;
    bottom: -96px;
    left: inhe 230.4px -230.4px;
    right: -96px;
    height: 422.4px;
    width: 499.2px;
}

.boxSub:after,
.boxSub:before {
    content: '';
    position: absolute;
    top: -67.2px;
    left: -163.2px;
    width: 403.2px;
    height: 345.6px;
    border-radius: 57.6px;
    background-color: var(--taktical-periwinkle-2);
    transform: rotate(-130deg);
    z-index: 2;
    animation: ybackAnim 1.5s infinite ease-in-out;
    animation-direction: alternate;
    z-index: -1;
}

@-webkit-keyframes ybackAnim {
    0% {
        transform: rotate(-45deg);
        border-radius: 57.6px
    }

    100% {
        transform: rotate(-35deg);
        border-radius: 96px
    }
}

@keyframes ybackAnim {
    0% {
        transform: rotate(-45deg);
        border-radius: 76.8px
    }

    100% {
        transform: rotate(-35deg);
        border-radius: 115.2px
    }
}

.boxSub:before {
    top: inherit;
    bottom: -53.76px;
    left: inherit;
    right: -124.8px;
    transform: rotate(46deg);
    height: 364.8px;
    width: 384px;
}

.box-padding {
    padding: 96px;
    margin: 0 auto 96px;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.loader {
    width: 38.4px;
}

.loader img {
    margin-top: 38.4px;
}

#load_more {
    margin-bottom: 57.6px;
}


/*********** studio video banner *********/


.studio-banner .svg2 {
    top: -38.4px;
    right: 0px;
    width: 441.6px;
    height: 441.6px;
}

.studio-banner .site-heading {
    margin: 0 0 19.2px;
}

.watch-video-banner .site-para {
    max-width: 902.4px;
    font-size: 26.88px;
    margin-bottom: 9.6px;
}

.watch-video-banner .site-heading {
    margin-bottom: 19.2px;
}

.watch-video-banner {
    min-height: 633.6px;
    padding: 96px 96px 57.6px;
    margin-top: 38.4px;
    margin-bottom: 19.2px;
}

.watch-video-banner .taktical-leaf-style {
    margin-top: 38.4px;
}

.logo-box {
    width: 384px;
}

.logobox {
    border-radius: 28.8px;
    width: 816px;
    height: 460.8px;
    margin: 19.2px auto;
}

.watch-video-banner:after {
    content: '';
    position: absolute;
    left: -268.8px;
    bottom: 0;
    width: 960px;
    height: 633.6px;
    background: url(../images/studio/studio-section-svg.svg) no-repeat;
    background-size: 100%;
}

.watch-video-banner:before {
    content: '';
    position: absolute;
    width: 960px;
    height: 633.6px;
    right: -268.8px;
    top: 0;
    background: url(../images/studio/studio-section-svg.svg) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.watch-video-banner .site-heading {
    margin-bottom: 19.2px;
}
}




