/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');


.main-font {
    font-family: 'Montserrat', sans-serif;
}

.alt-font {
    font-family: 'Oswald', sans-serif;
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #FEB400;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

/* Selection */
*::selection {
    background: #420568;
    color: #FEB400;
}

/* Scroll Bar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #420568;  */
    border-radius: none;
    background: #FEB400;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #420568;
    border-radius: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase !important;
}

.h1,
h1 {
    font-size: 3rem;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #02aeb3;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 1.8em;
}

.btn.btn-large {
    font-size: 14px;
    padding: 11px 41px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* button background */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #FEB400;
    color: #FEB400
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
    background: #FEB400 !important;
    color: #ffffff !important
}

.btn.btn-black-white-background {
    background: #420568;
    border-color: #420568;
    color: #ffffff;
    z-index: 99;
}

.btn.btn-black-white-background:hover,
.btn.btn-transparent-black:focus {
    background: #ffffff !important;
    color: #420568 !important;
    border-color: transparent !important;
}

.btn.btn-transparent-purple {
    background: transparent;
    border-color: #02aeb3;
    color: #02aeb3
}

.btn.btn-transparent-purple:hover,
.btn.btn-transparent-purple:focus {
    background: #02aeb3 !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #FEB400;
    border-color: #FEB400;
    color: #ffffff
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: transparent !important;
    border-color: #FEB400;
    color: #FEB400 !important
}

.btn.btn-purple {
    background: #02aeb3;
    border-color: #02aeb3;
    color: #ffffff
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
    background: transparent !important;
    border-color: #02aeb3;
    color: #02aeb3 !important
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}


.white-tran-black-btn {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-tran-black-btn:hover {
    color: #420568 !important;
    ;
    background-color: #ffffff !important;
    border: 1px solid transparent !important;
}

.white-blue-btn {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 25px;
    color: #FEB400;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-blue-btn:hover {
    color: #ffffff;
    ;
    background-color: #02aeb3 !important;
    border: 1px solid transparent;
}

.white-tran-yellow-btn {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-tran-yellow-btn:hover {
    color: #420568 !important;
    ;
    background-color: #FEB400 !important;
    border: 1px solid transparent !important;
}

.blue-and-black-btn {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 35px;
    ;
    color: #ffffff;
    ;
    font-weight: 600;
    background-color: #5bbdbb;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.blue-and-black-btn:hover {
    color: #ffffff !important;
    ;
    background-color: #420568 !important;
    border: 1px solid transparent;
}

.yellow-and-black-btn {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 35px;
    ;
    color: #ffffff;
    ;
    font-weight: 600;
    background-color: #FEB400;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.yellow-and-black-btn:hover {
    color: #ffffff !important;
    ;
    background-color: #420568 !important;
    border: 1px solid transparent;
}


/* background color */
.bg-main {
    background: #02aeb3;
}

.bg-black {
    background: #420568;
}

.bg-black-light {
    background: #FEB400;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #02aeb3;
}

.bg-pink {
    background-color: #f033b5;
}

.bg-purple {
    background-color: #9556f5;
}

/* text-color */
.main-color {
    color: #02aeb3;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg a i.fa-twitter {
    background-color: #02aeb3;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg a i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg a i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
    background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
    background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #02aeb3;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* Service Section Start */

.flex-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: space-around;
    width: 100%;
    padding: 20px;
}

.card_container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;

}

.wallet {
    --bg-color: #FEB400;
    --bg-color-light: #F0E7FF;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
    border-radius: 0;
}


.card {
    width: 220px;
    height: 321px;
    background: #420568;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    box-shadow: 5px 3px 36px -9px grey;
}

.card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
    transform: scale(4) translateZ(0);
}

.card:hover .circle {
    border-color: var(--bg-color-light);
    background: var(--bg-color);
}

.card:hover .circle:after {
    background: var(--bg-color-light);
}

.card:hover p {
    color: #420568;
}

.card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 5px 10px #888888;
}

.card p {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    font-weight: 700;
    z-index: 1000;
    transition: color 0.3s ease-out;
    text-align: center;
}

.circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #420568;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circle:after {
    content: "";
    width: 118px;
    height: 118px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transition: opacity 0.3s ease-out;
}

.circle img {
    width: 100px;
    height: 100px;
    z-index: 10000;
    transform: translateZ(0);
}

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 70px;
    left: 50px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

/* Service Section End */



/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #0976B4;
}

.social-icon-clr a i.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ===================================
        Header
======================================*/

/*upper-nav*/

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11111;
}

.upper-nav {
    padding: 25px 0;
}

.upper-nav .contact-info {
    display: flex;
    align-content: center;
}

.contact-info span {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.contact-social-icons .upper-social-icons {
    margin-bottom: 0;
}

.contact-social-icons .upper-social-icons li:first-child {
    margin-left: 0;
}

.contact-social-icons .upper-social-icons li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
}

.contact-social-icons .upper-social-icons li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.contact-social-icons .upper-social-icons li a i {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-social-icons .upper-social-icons li a:hover {
    background-color: #ffffff;
}

.contact-social-icons .upper-social-icons li .facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.contact-social-icons .upper-social-icons li .twitter-text-hvr:hover {
    color: #0976B4 !important;
}

.contact-social-icons .upper-social-icons li .linkedin-text-hvr:hover {
    color: #0976B4 !important;
}

.contact-social-icons .upper-social-icons li .instagrams-text-hvr:hover {
    color: #c13584 !important;
}

/*.contact-social-icons a i:hover.fa-facebook-f {color: #3B5998;}*/
/*.contact-social-icons a i:hover.fa-twitter {color: #0976B4;}*/
/*.contact-social-icons a i:hover.fa-linkedin-in {color: #0976B4;}*/
/*.contact-social-icons a i:hover.lni-instagram-filled {color: #e8715c;}*/

.navbar {
    padding: 0;
    background: #ffffff;
}

.navbar .navbar-brand {
    padding: 25px 30px;
}

.navbar .navbar-brand img {
    max-width: 125px;
}

.navbar-nav {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin-right: 15px;
}

.navbar-nav .nav-item .nav-link {
    color: #420568;
}

/* ===================================
    Side Menu
====================================== */
#site-mmenu-svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(-180deg);
    z-index: 1;
    height: 100px;
}

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #420568 url("../img/For\ purple.png") no-repeat fixed center;
    background-size: cover;
    z-index: 1114 !important;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
    /*opacity:0;*/
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active {
    opacity: 1;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

.side-menu .navbar-brand {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;

}

.side-menu .navbar-brand img {
    width: 30%;
    margin: auto;
    display: block;
    animation: prop_rotate 1s linear infinite;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 100px;
    right: 100px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    top: 70px;
    display: inline-block;
}

.sidemenu_btn i {
    font-size: 30px;
    color: #ffffff;
}

.side-menu .inner-wrapper {
    padding: 5.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.side-nav .navbar-nav {
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: inline-block;
    margin: 10px 20px;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #FEB400;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: #FEB400;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons-simple li:last-child {
    margin-right: 0;
}

.side-footer p {
    color: #FFFFFF;
}


.social-icons-simple li a {
    display: block;
    color: #FEB400;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* ===================================
    Side Menu
====================================== */

.banner {
    background: #420568;
    z-index: 111;
}

.banner .banner-row {
    height: 100vh;
    /* padding-top: 120px; */
}

.banner-text-left h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 60px;
    margin-top: -55px;
}

.banner-text-left p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    margin-left: 7px;
    font-size: 18px;
    color: #420568;
}

.overlay-yellow-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FEB400;
}

.banner-text-right {
    padding: 50px 20px;
    padding-bottom: 70px;
    position: relative;
    margin-right: 20px;
}

.banner-right-area-content {
    position: relative;
    z-index: 11;
    color: #ffffff;
}

.banner-right-area-content h2 {
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin-bottom: 20px;
    text-transform: initial !important;
}

.banner-right-area-content h2 .main-bold-text {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.banner-right-area-content p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


#banner_svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(-180deg);
    z-index: 1;
    height: 200px;
}

/* WhatsApp Floating Button Start */
.float_WA {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 7px 11px;
}

.float_WA i {
    font-size: 52px
}

/* WhatsApp Floating Button End */


/* ===================================
   Services
====================================== */
.about-sec {
    background: #FEB400 url("../img/For\ yellow.png") no-repeat fixed center;
    background-size: cover;
    position: relative;
    overflow: visible;
    /* margin-top: 120px; */
    padding-top: 250px;
    /* padding-bottom: 200px; */
}

#about-header-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    transform: rotateY(-180deg);
    z-index: 11;
    height: 200px;
}

.service-details {
    transform: translateY(-132px);
    /*transition: .8s ease all;*/
}

.service-details h1 {
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #420568;
}

.service-details h1 span {
    font-size: 45px;
    color: #420568;
}

.service-details p {
    width: 70%;
    color: #32301f;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 500;
}

.service-details a {
    margin-top: 60px !important;
}


.about-sec .services-area .services {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about-sec .services-area .services .service-card {
    margin-bottom: 80px;
}

.about-sec .services-area .services:last-child .service-card,
.about-sec .services-area .services:nth-child(3) .service-card {
    margin-bottom: 0;
}

.about-sec .services-area .services:nth-child(3),
.about-sec .services-area .services:nth-child(4) {
    transform: translateX(150px);
}

.about-sec .services-area .services .service-card .icon-holder {
    margin-bottom: 12px;
    transition: .5s ease;
}

.about-sec .services-area .services .service-card .icon-holder i {
    color: #420568;
    font-size: 70px;
}

.about-sec .services-area .services:hover .service-card .icon-holder i {
    color: #be34e0;
    transition: 0.3s;
}

.about-sec .services-area .services:hover .service-card .icon-holder {
    animation: .8s pulse infinite;
    /*transform: translateY(-10px);*/
}

.about-sec .services-area .services .service-card .card-heading {
    color: #32301f;
    font-size: 28px;
    font-family: Oswald, sans-serif;
    transition: .5s ease;
    font-weight: 300;
    text-transform: initial !important;
}

.about_sec_img {
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 98;
    transform: rotate(16deg);
    left: 200px;
    bottom: -140px;
}

.about_sec_img img {
    z-index: 98;
}

.about_sec_img:hover img {
    animation: img_pulse 2s infinite !important;

}

@keyframes img_pulse {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

/* ===================================
   Skill Section
====================================== */
.skill-sec {
    background: #ffffff url("../img/For\ White\ .png") no-repeat fixed center;
    background-size: cover;
}

.skill-sec .skill-details .sub-title {
    color: #5bbdbb;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial !important;
    margin-bottom: 20px;
}

.skill-sec .skill-details .title {
    color: #FEB400;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 30px;
}

.skill-sec .skill-details .paragraph {
    color: rgba(0, 0, 0, 0.7);
    font-family: Roboto, "sans-serif";
    font-size: 14px;
    font-weight: 400;
}

.skill-sec .skill-bars {
    padding-top: 60px;
}

.skill-sec .skill-bars .progress-item .progress-bar {
    background-color: #FEB400 !important;
    position: relative;

}

.skill-sec .progress-item .progress-bar span {
    display: block;
    position: absolute;
    top: -32px;
    font-size: 13px;
    line-height: 10px;
    right: -1.4em;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #420568;
    padding: 7px;
}

.skill-sec .progress-item .progress-bar i {
    color: black;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skill-sec .skill-bars .progress-item .progress {
    height: 15px !important;
    overflow: visible;
    /*margin-right: 15px;*/
}

.skill-sec .skill-bars .progress-item {
    padding-right: 15px;
}

.skill-sec .skill-bars .progress-item:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
}

.skill-sec .skill-bars .progress-item h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 15px;
    color: #142022;
    margin-bottom: 15px;
    text-transform: initial !important;
}

.skill-sec .skill-bars .progress-item {
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
    float: left;
}


/* ===================================
   Team SECTION
====================================== */
.team-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #420568 url("../img/For\ purple.png") no-repeat fixed center;
    background-size: cover;
}

#team-header-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
    height: 200px;
}

#team-foot-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 200px;
}

.team-section .team-details .sub-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial !important;
    margin-bottom: 20px;
}

.team-section .team-details .title {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-section .team-member-area {
    margin-top: 20px;
}

.team-section .image-holder {
    cursor: pointer;
}

.team-section .image-holder:hover~.team-name {
    color: #FEB400;
}

.team-section .image-holder img {
    height: 250px;
    width: 250px;
    background-color: #FEB400;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.team-section .team-name {
    margin-top: 20px;
    color: #ffffff;
    transition: .5s ease all;
}


.testimonial-team .owl-item .item {
    transition: .5s ease;
}

.testimonial-team .owl-item.center .item {
    margin-top: 60px;
}

.testimonial-team .owl-item.center~.owl-item .item {
    margin-top: 120px;
}

.team-section .circle {
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#team-circle-left {
    top: 40%;
    left: -4%;
    transform: translateY(42%);
    opacity: 0;
    transition: .5s ease;
}

#team-circle-right {
    top: 70%;
    right: -4%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s ease;
}

#team-circle-right i {
    font-size: 16px;
    z-index: 1111;
    color: #ffffff;
}

#team-circle-left i {
    font-size: 16px;
    z-index: 1111;
    color: #ffffff;
}

.team-section:hover #team-circle-right,
.team-section:hover #team-circle-left {
    opacity: 1;
}

/***********************************/
/*  PORTFOLIO CSS                   /
/***********************************/
.portfolio-sec {
    background: #FFFFFF url("../img/For\ White\ .png") no-repeat fixed center;
    background-size: cover;
    margin-bottom: 30px;
    /*transition: .8s ease;*/
}

.portfolio-sec .container {
    max-width: 1140px;
}

.portfolio-sec .heading {
    color: #420568;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: bold;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #420568;
    font-family: 'Montserrat', sans-serif;
    margin-right: 15px;
    border-bottom: solid 2px transparent;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #FEB400;
    background: transparent;
    border-bottom: solid 3px #FEB400;

}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(254, 180, 0, 0.8);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #420568;
    border-color: #FEB400;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text {
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span {
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2) {
    transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
    /*z-index: -1 !important;*/
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data {
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail {
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text {
    color: #420568;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    opacity: 0.7;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child {
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num {
    color: #420568;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-sec {
    padding-top: 150px;
    padding-bottom: 180px;
    background: #FEB400 url("../img/For\ yellow.png") no-repeat fixed center;
    background-size: cover;
}

#testimonial-header-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
    height: 200px;
}

#testimonial-foot-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 200px;
}

.testimonial-sec .testimonial-title .heading {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #420568;
    font-size: 50px;
}

.testimonial-sec .testimonial-title .heading span {
    color: #ffffff;
}

.testimonial-sec .testimonial-area .testimonial-carousel {
    margin-top: 70px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder {
    display: block;
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i {
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text {
    color: #420568;
    font-weight: 500;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name {
    color: #420568;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-transform: initial !important;
}


.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .owl-item:nth-child(2n) .item {
    margin-top: 60px;
}


/* ===================================
   Partners Slider
====================================== */
.brand-sec {
    background: #FFFFFF url("../img/For\ White\ .png") no-repeat fixed center;
    background-size: cover;
}

.partners-slider .logo-item img {
    max-width: 170px;
    display: inline-block;
}

.brand-sec .partners-slider .owl-item:nth-child(2) .logo-item {
    margin-top: 30px;
}

.brand-sec .partners-slider .owl-item:nth-child(3) .logo-item {
    margin-top: 50px;
}

.brand-sec .partners-slider .owl-item:nth-child(4) .logo-item {
    margin-top: 70px;
}





/* ===================================
   Partners Slider
====================================== */

.lastest-blog {
    padding-top: 200px;
    padding-bottom: 250px;
    background: #420568 url("../img/For\ purple.png") no-repeat fixed center;
    background-size: cover;
}

#blog-header-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
}

#blog-foot-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
}

.lastest-blog .blog-content h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.lastest-blog .blog-content h1 span {
    font-size: 60px;
    color: #FEB400;
}

.lastest-blog .blog-content p {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 35px;
}

.lastest-blog .blog-img {
    position: relative;
    width: 90%;
    top: 35px;
}

.lastest-blog .blog-img img {
    width: 100%;
}

.lastest-blog .blog-img .slider-img {
    width: 83%;
    position: absolute;
    left: 50.5%;
    top: 38%;
    transform: translate(-50%, -50%);
}


.lastest-blog .circle {
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
}

#blog-circle-left {
    position: absolute;
    top: 104px;
    left: -100px;
    color: #ffffff;
    opacity: 0;
    transition: .5s ease all;
}


#blog-circle-right {
    position: absolute;
    right: -40px;
    color: #ffffff;
    bottom: 165px;
    opacity: 0;
    transition: .5s ease all;
}

.lastest-blog:hover #blog-circle-right,
.lastest-blog:hover #blog-circle-left {
    opacity: 1;
}


.lastest-blog .pot-2 {
    position: absolute;
    z-index: 1111;
    left: 200px;
    bottom: -25px;
    width: 300px;
    height: 300px;
    transform: rotate(6deg);
}



/* ===================================
      Contact sec css
====================================== */

.contact-sec {
    background: #ffffff url("../img/For\ White\ .png") no-repeat fixed center;
    background-size: cover;
    padding-bottom: 0;
}

.contact-sec .heading {
    color: #420568;
    font-size: 40px;
    margin-bottom: 40px;
}

.contact-sec .contact-form {
    width: 95%;
}

.contact-sec .contact-form input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder {
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea {
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .purple-btn {
    margin-top: 15px;
}

/*contact details*/
.contact-sec .contact-background {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details {
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading {
    margin-bottom: 35px;
}

.contact-sec .contact-details .text {
    color: #420568;
    opacity: .8;
}

.contact-sec .contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li {
    color: #420568;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;

}

.contact-sec .contact-details ul li i {
    color: #420568;
}

.contact-sec .contact-details ul li:first-child {
    width: 60%;
}

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #FEB400;
}

.contact-sec .contact-details ul li i.addr {
    color: #f71c52;
    font-size: 44px;
}

.contact-sec .contact-details ul li i.phone {
    color: #554c86;
}

.contact-sec .contact-details ul li i.email {
    color: #39d47a;
    transform: rotate(-30deg);
}


/* ===================================
   Footer
====================================== */

.footer-style-1 {
    margin-bottom:-280px;
    background: #ffffff url("../img/For\ White\ .png") no-repeat fixed center;
    background-size: cover;
    padding: 5rem 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #420568;
    color: #ffffff;
}

.company-about {
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #02aeb3;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #02aeb3;
}



/* ===================================
    Background images
====================================== */

.bg-img1 {
    /*background-image: url("../img/cover-background.jpg");*/
}

.bg-img2 {
    /*background-image: url("../img/testimionial.jpg");*/
}

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}



/**/
/*STAND ALONE PAGE*/


.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    color: #FEB400;
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    color: #FEB400;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 50px;
    color: #420568;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text {
    color: #420568;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Montserrat', sans-serif;
    color: #420568;
}


/* ===================================
   Fix Nav
====================================== */

.fixed-nav-on-scroll {
    background-color: #420568;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 1111;
    width: 100px;
    padding: 20px 10px;
    animation: .5s fadeInRight;
}

.fixed-nav-on-scroll .row {
    /*width: 0%;*/
}

.fixed-nav-on-scroll .logo-fixed-scroll {
    width: 50%;
    display: inline-block;
    float: left;
}

.fixed-nav-on-scroll .logo-fixed-scroll img {
    animation: prop_rotate 0.8s linear infinite;
    width: 100%;
    margin: auto;
    display: inline-block;
}

@keyframes prop_rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    width: 30%;
    float: right;
    margin-left: 10%;
}

.fixed-nav-on-scroll .fixed-icon-scroll i {
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
}

.fixed-nav-appear {
    display: block;
}

/*.fixed-nav-on-scroll .box-content img{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/


/* ===================================
   Other Page
====================================== */

.page-title {
    position: relative;
    text-align: center;
    background: url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.standalone-content-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#standalone-svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(-180deg);
    z-index: 1;
    height: 150px;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #420568;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 4rem;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #420568;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #420568;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}


.page-breadcrumb li a {
    color: #420568;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 17px;
}

.page-breadcrumb li a .icon {
    margin-right: 4px;
    color: #420568;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}


/* ===================================
        Preloader
====================================== */

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 11111111;
    background: #420568 url("../img/For\ purple.png") no-repeat fixed center;
    background-size: cover;

}

.spinner {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    animation: prop_rotate 1s linear infinite;
    animation-delay: 0.5s;
}

.container1>div,
.container2>div,
.container3>div {
    /* width: 16px;
    height: 16px;
    border: 5px solid #FEB400;
    background-color: #fff;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out; */
    /* Prevent first frame from flickering when animation starts */
    /* -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */

}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}


.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}



.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

/* Video section  */

/* .our_video {
    height: 100vh;
} */
.reel_sec {
    width: 100%;
    height: 160vh;
    padding: 150px 0;
    background: #FEB400 url("../img/For\ yellow.png") no-repeat fixed center;
    background-size: cover;
    /* position: relative;
    top: 55px; */
}

.reel_video {
    width: 100%;
    height: 600px;
    object-fit: fill;
}

.vid_icon {
    position: absolute;
    top: 180px;
    left: 50px;
    font-size: 40px;
    color: #ffffff;
}

#mute {
    display: none;
}

/* Custom Slider Start*/
.bg_video {
    width: 100%;
    height: 100vh;
    object-fit: fill;
    /* z-index: -1;
    position: fixed;
    top: 0; */
}

.slide_container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.Slide {
    width: 100%;
    height: 100%;
    background: #420568;
}

.slider {
    width: 100%;
    /* position: relative; */
    height: 100%;
}

.slider--control {
    z-index: 50;
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.slider--control.left {
    left: 4rem;
}

.slider--control.right {
    right: 4rem;
}

.slider--control label {
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform: scale(0);
    transition: transform 0s 0s;
}

.slider--el {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 2.8s, z-index 0.1s;
    overflow: hidden;
}

.slider--el.anim-5parts .part {
    position: absolute;
    top: 0;
    width: 20.1%;
    height: 100%;
    overflow: hidden;
    will-change: transform;
}

.slider--el.anim-5parts .part:before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    width: 500%;
    height: 100%;
    /* Third Slide */
    background-image: url("../img/Desktop\ 03.jpg");
}

.slider--el.anim-5parts .part.part-1 {
    transition: transform 1.1s 0.3s;
    left: 0%;
}

.slider--el.anim-5parts .part.part-1:before {
    left: 0%;
}

.slider--el.anim-5parts .part.part-2 {
    transition: transform 1.1s 0.5s;
    left: 20%;
}

.slider--el.anim-5parts .part.part-2:before {
    left: -100%;
}

.slider--el.anim-5parts .part.part-3 {
    transition: transform 1.1s 0.7s;
    left: 40%;
}

.slider--el.anim-5parts .part.part-3:before {
    left: -200%;
}

.slider--el.anim-5parts .part.part-4 {
    transition: transform 1.1s 0.5s;
    left: 60%;
}

.slider--el.anim-5parts .part.part-4:before {
    left: -300%;
}

.slider--el.anim-5parts .part.part-5 {
    transition: transform 1.1s 0.3s;
    left: 80%;
}

.slider--el.anim-5parts .part.part-5:before {
    left: -400%;
}

.slider--el.anim-5parts .part {
    transform: translateY(100%);
}

.slider--el.anim-9parts .slider--el-bg {
    perspective: 2000;
}

.slider--el.anim-9parts .part {
    position: absolute;
    width: 33.5%;
    height: 33.5%;
    overflow: hidden;
    will-change: transform;
    transform-origin: 0% 100%;
}

.slider--el.anim-9parts .part:before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    width: 300%;
    height: 300%;
    /* Second Slide */
    background-image: url("../img/Desktop\ 02.jpg");
}

.slider--el.anim-9parts .part.left-top {
    top: 0%;
    left: 0%;
    transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
}

.slider--el.anim-9parts .part.left-top:before {
    top: 0%;
    left: 0%;
}

.slider--el.anim-9parts .part.mid-top {
    top: 0%;
    left: 33.33333%;
    transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s;
}

.slider--el.anim-9parts .part.mid-top:before {
    top: 0%;
    left: -100%;
}

.slider--el.anim-9parts .part.right-top {
    top: 0%;
    left: 66.66667%;
    transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s;
}

.slider--el.anim-9parts .part.right-top:before {
    top: 0%;
    left: -200%;
}

.slider--el.anim-9parts .part.left-mid {
    top: 33.33333%;
    left: 0%;
    transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
}

.slider--el.anim-9parts .part.left-mid:before {
    top: -100%;
    left: 0%;
}

.slider--el.anim-9parts .part.mid-mid {
    top: 33.33333%;
    left: 33.33333%;
    transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s;
}

.slider--el.anim-9parts .part.mid-mid:before {
    top: -100%;
    left: -100%;
}

.slider--el.anim-9parts .part.right-mid {
    top: 33.33333%;
    left: 66.66667%;
    transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s;
}

.slider--el.anim-9parts .part.right-mid:before {
    top: -100%;
    left: -200%;
}

.slider--el.anim-9parts .part.left-bot {
    top: 66.66667%;
    left: 0%;
    transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
}

.slider--el.anim-9parts .part.left-bot:before {
    top: -200%;
    left: 0%;
}

.slider--el.anim-9parts .part.mid-bot {
    top: 66.66667%;
    left: 33.33333%;
    transition: transform 0.9s 0.8s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.2s;
}

.slider--el.anim-9parts .part.mid-bot:before {
    top: -200%;
    left: -100%;
}

.slider--el.anim-9parts .part.right-bot {
    top: 66.66667%;
    left: 66.66667%;
    transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s;
}

.slider--el.anim-9parts .part.right-bot:before {
    top: -200%;
    left: -200%;
}

.slider--el.anim-9parts .part {
    transform: rotateX(90deg);
    opacity: 0;
}

.slider--el.anim-3parts .part {
    position: absolute;
    top: 0;
    width: 33.5%;
    height: 100%;
    overflow: hidden;
    transition: transform 1.5s 0.3s;
    will-change: transform;
}

.slider--el.anim-3parts .part:before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    width: 300%;
    height: 100%;
    /* Fourth Slide */
    background-image: url("../img/Desktop\ 04.jpg");
}

.slider--el.anim-3parts .part.left {
    left: 0;
}

.slider--el.anim-3parts .part.left:before {
    left: 0;
}

.slider--el.anim-3parts .part.mid {
    left: 33.33333%;
}

.slider--el.anim-3parts .part.mid:before {
    left: -100%;
}

.slider--el.anim-3parts .part.right {
    left: 66.66667%;
}

.slider--el.anim-3parts .part.right:before {
    left: -200%;
}

.slider--el.anim-3parts .left {
    transform: translate3D(-100%, -33.333%, 0);
}

.slider--el.anim-3parts .mid {
    transform: translate3D(0, 100%, 0);
}

.slider--el.anim-3parts .right {
    transform: translate3D(100%, -33.333%, 0);
}

.slider--el.anim-4parts .part {
    position: absolute;
    width: 50.2%;
    height: 50.2%;
    overflow: hidden;
    will-change: transform;
}

.slider--el.anim-4parts .part:before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    width: 200%;
    height: 200%;
    /* First Slide */
    background-image: url("../img/Desktop\ 01.jpg");
}

.slider--el.anim-4parts .part.top {
    top: 0;
    transition: transform 1.3s 0.3s;
}

.slider--el.anim-4parts .part.top:before {
    top: 0;
}

.slider--el.anim-4parts .part.bot {
    top: 50%;
    transition: transform 1.3s 0.5s;
}

.slider--el.anim-4parts .part.bot:before {
    top: -100%;
}

.slider--el.anim-4parts .part.left {
    left: 0;
}

.slider--el.anim-4parts .part.left:before {
    left: 0;
}

.slider--el.anim-4parts .part.right {
    left: 50%;
}

.slider--el.anim-4parts .part.right:before {
    left: -100%;
}

.slider--el.anim-4parts .left {
    transform: translateX(-100%);
}

.slider--el.anim-4parts .right {
    transform: translateX(100%);
}

.slider--el-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    transition: transform 1s 1.5s;
    will-change: transform;
}

.slider--el-bg .part:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.slider--el-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20rem;
    transition: opacity 0.3s;
    opacity: 0;
}

.slider--el-heading {
    position: relative;
    top: -185px;
    font-size: 8rem;
    /* font-family: Tesla; */
    text-transform: uppercase;
    color: #fff;
}

/* CONTROL */
#page1:checked~.slider--el-1 {
    z-index: 10;
}

#page1:checked~.slider--el-1 .slider--el-bg {
    transform: scale(0.834);
}

#page1:checked~.slider--el-1 .slider--el-content {
    opacity: 1;
    transition: opacity 0.3s 1.8s;
}

#page1:checked~.slider--el-1 .part {
    transform: translateZ(0);
    opacity: 1;
}

#page2:checked~.slider--el-2 {
    z-index: 10;
}

#page2:checked~.slider--el-2 .slider--el-bg {
    transform: scale(0.834);
}

#page2:checked~.slider--el-2 .slider--el-content {
    opacity: 1;
    transition: opacity 0.3s 1.8s;
}

#page2:checked~.slider--el-2 .part {
    transform: translateZ(0);
    opacity: 1;
}

#page3:checked~.slider--el-3 {
    z-index: 10;
}

#page3:checked~.slider--el-3 .slider--el-bg {
    transform: scale(0.834);
}

#page3:checked~.slider--el-3 .slider--el-content {
    opacity: 1;
    transition: opacity 0.3s 1.8s;
}

#page3:checked~.slider--el-3 .part {
    transform: translateZ(0);
    opacity: 1;
}

#page4:checked~.slider--el-4 {
    z-index: 10;
}

#page4:checked~.slider--el-4 .slider--el-bg {
    transform: scale(0.834);
}

#page4:checked~.slider--el-4 .slider--el-content {
    opacity: 1;
    transition: opacity 0.3s 1.8s;
}

#page4:checked~.slider--el-4 .part {
    transform: translateZ(0);
    opacity: 1;
}

#page1:checked~.slider--control.left .page4-left {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page1:checked~.slider--control.right .page2-right {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page2:checked~.slider--control.left .page1-left {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page2:checked~.slider--control.right .page3-right {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page3:checked~.slider--control.left .page2-left {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page3:checked~.slider--control.right .page4-right {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page4:checked~.slider--control.left .page3-left {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

#page4:checked~.slider--control.right .page1-right {
    z-index: 5000;
    transform: scale(1);
    transition: transform 0s 2.1s;
}

/* Mouse over animation start */
.cursor_animation_block {
    background: url("../img/Background.png") no-repeat fixed center;
    padding: 0;
}

/* #cursor_animation {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#elements h1 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    opacity: .5;
    font-size: 70px;
    z-index: 2;
} */

#elements img {
    transition: none;
}

#elements {
    text-align: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: unset;
    transform-origin: 50% 50% 0px;
    z-index: 2;
}

/* Text */
/* .text_elements {
    text-align: center;
    position: relative;
  } */

/* border */
/* .grey_border {
    width: 600px;
    height: 500px;
    opacity: 0.7;
    border: 15px solid #FEB400;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
} */

/* grey bg */
/* .bg_element {
    background-image: url("../img/Item\ 01.png");
    margin: auto;
    width: 450px;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
} */

/* triangle */
/* .element1 {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 2;
} */

/* pink erasor */
/* .element2 {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 2;
} */

/* yellow ball */
/* .element3 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 2;
} */

/* black pencil */
/* .element4 {
    width: 40%;
    height: 45%;
    position: absolute;
    top: 15%;
    left: 60%;
    z-index: 2;
} */

/* brown pencil left */
/* .element5 {
    width: 8%;
    height: 15%;
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 2;
} */

/* glasses left */
/* .element6 {
    width: 30%;
    height: 45%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
} */

/* brown pencil right */
/* .element7 {
    width: 35%;
    height: 30%;
    position: absolute;
    top: 70%;
    right: 10%;
    z-index: 1;
} */

/* eraser right */
/* .element8 {
    width: 15%;
    height: 40%;
    position: absolute;
    top: 0%;
    right: 10%;
    z-index: 1;
} */

/* button */
.btn_quote {
    width: 200px;
    height: 50px;
    background: #feb400;
    position: absolute;
    bottom: 180px;
    z-index: 999;
    text-align: center;
    margin: -10px -111px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

.ground {
    width: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.para_obj {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.para_txt1 {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    z-index: 3;
}

.para_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    z-index: 2;
}

.b_element {
    animation: b_circle 6s linear infinite;
}

@keyframes b_circle {
    0% {
        transform: rotate(0deg) translate(-10px) rotate(0deg);

    }

    100% {
        transform: rotate(-360deg) translate(-10px) rotate(360deg);
    }
}

/* Mouse over animation end */

/* Custom Slider End*/

/* Event Slider Start */
.brand-sec {
    height: 100vh;
    padding: 20px 0;
}

.container {
    height: 100%;
}

.heading {
    margin: 0px 0 50px 0px;
}

.event_body {
    width: 400px;
    height: 400px;
    /* margin: 28px 10px; */
    box-shadow: 5px 3px 36px -9px grey;
    background-color: white;
}

.body_top {
    height: 60%;
}

.body_top img {
    width: 100%;
    height: 100%;
}

.body_bottom {
    height: 40%;
}

.event_date {
    width: 30%;
    height: 100%;
    text-align: center;
    padding: 25px 0;
    float: left;
    color: #161616;
}

.event_date h2 {
    color: #420568;
}

.event_date h5 {
    color: #420568;
}

.event_para {
    text-align: left;
    width: 70%;
    height: 100%;
    padding: 25px 20px;
    float: left;
    color: black;
}

.event_para h2 {
    font-size: 25px;
    color: #FEB400;
}

.event_para p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

/* modal */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #FEB400;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #430568;
    color: white;
}

.modal-body {
    padding: 2px 16px;
    height: 80vh;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #430568;
    color: white;
}


.overlayy {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: .5s ease;
    opacity: 1;
}

.event_body:hover .overlayy {
    top: -40%;
    height: 40%;
    background-color: #FEB400;
}

.event_text {
    color: #430568;
    background-color: #FEB400;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #430568;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/* modal slider */
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    height: 90%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

/* Next & previous buttons */
.prev_modal,
.next_modal {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next_modal {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev_modal {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev_modal:hover,
.next_modal:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.modal_text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.modal_numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.modal_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* The dots/bullets/indicators */
.modal_dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #FEB400;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active_modal,
.modal_dot:hover {
    background-color: #430568;
}

/* Fading animation */
.slide_fade {
    animation-name: slide_fade;
    animation-duration: 1.5s;
}

@keyframes slide_fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Event Slider End */

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/* ===================================
    Media Queries
   ====================================== */


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}



@media (min-width: 991px) and (max-width: 1069px) {
    .sidemenu_btn {
        display: none;
    }

    /* Service section */
    .flex-container>div {
        max-width: 100%;
        flex: 0 1 30%;
    }
}


@media screen and (max-width:767px) {

    section {
        padding: 4.5rem 0;
    }

    .home-banner {
        padding: 7rem 0 4.5rem;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
        margin: 0;
    }

    .parallax-box {
        padding: 1.5rem 0;
    }

    .parallax-box i {
        font-size: 2.2rem;
    }

    .parallax-box h2 {
        font-size: 2.2rem;
    }

    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .side-menu {
        width: 380px;
    }

    /* Service section */
    .flex-container {
        padding: 40px;
    }

    .flex-container>div {
        max-width: 100%;
        flex: 0 1 100%;
        transform: skew(0deg, 0deg);
    }

    /* Event modal */
    .modal-body {
        height: auto;
    }

    .modal {
        padding-top: 130px;
    }

    /* Hover Effect */
    #elements {
        height: 70vh;
    }

    .btn_quote {
        bottom: 65px;
    }

    .para_txt {
        bottom: 50px;
    }

    .para_txt1 {
        bottom: 50px;
    }
}


@media screen and (max-width:991px) {

    body {
        text-align: center;
    }

    .home-banner {
        padding: 10rem 0 7.5rem;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

    .services-skill {
        margin-bottom: 2rem;
    }

    .team-item {
        margin-top: 4rem;
    }

    .about-list li {
        display: inline-block;
    }

    .testimonial-post {
        display: inline-block;
    }

    .testimonial-post .post {
        display: inline-block;
    }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .blog-comment {
        margin-bottom: 4rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .blog-post-navigation {
        padding: 4rem 0;
    }

    /* STANDALONE */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .custom_slide {
        top: 0;
    }

    .about_sec_img img {
        left: 50%;
    }
}

@media screen and (max-width:991px) {

    /* Slider */
    .slider--el-heading {
        font-size: 5rem;
        top: 280px;
    }

    .slider--el-content {
        padding: 10rem;
    }

    /* Slider end */

    .side-menu .btn-close {
        top: 38px;
        right: 40px;
    }

    .side-nav .navbar-nav .nav-item {
        display: block;
    }

    .side-nav .navbar-nav {
        margin-bottom: 50px;
    }

    /*toggle btn*/
    .sidemenu_btn {
        position: absolute;
        right: 150px;
        top: 70px;
    }

    .sidemenu_btn i {
        font-size: 30px;
        color: #420568;
    }

    /*side menu*/
    #site-mmenu-svg {
        bottom: 0;
        height: 100px;
    }

    .side-menu .side-nav {
        margin-bottom: 0;
    }

    /*banner*/
    .banner {
        position: relative;
    }

    .banner .banner-row {
        /* height: 160vh; */
        /* padding-top: 200px; */
        width: 100%;
        margin: 0 auto;
    }

    .banner-text-right {
        padding-bottom: 50px;
        margin-right: 0;
        transform: translateY(-70px);
    }

    /*ABOUT SEC*/
    #about-header-svg {
        height: 100px;
        top: -100px;
    }

    .about-sec {
        padding-top: 50px;
    }

    .about-sec .services-area .services:nth-child(3),
    .about-sec .services-area .services:nth-child(4) {
        transform: translateX(0px);
    }

    .about-sec .services-area .services:last-child .service-card,
    .about-sec .services-area .services:nth-child(3) .service-card {
        margin-bottom: 80px;
    }

    .service-details {
        transform: translateY(0px);
        margin-bottom: 80px;
    }

    .service-details h1 {
        font-size: 60px;
    }

    .service-details p {
        width: 100%;
        font-weight: 500;
    }

    #banner_svg {
        bottom: -1px;
        height: 100px;
    }

    .about_sec_img {
        width: 350px;
        height: 350px;
        left: 300px;
        bottom: -130px;
    }

    /*Skill Section Css*/
    .skill-sec .skill-details .title {
        font-size: 60px;
    }

    .skill-sec .skill-bars .progress-item:nth-child(even) {
        padding-left: 0;
    }

    .skill-sec .skill-bars .progress-item {
        padding-right: 0;
    }

    .skill-sec .skill-bars .progress-item {
        width: 100%;
    }

    /*Team section css*/
    #team-header-svg {
        top: -1px;
        height: 160px;
    }

    .team-section {
        padding-top: 180px;
    }

    .team-section .team-details .title {
        font-size: 45px;
    }

    .team-section .circle {
        display: none;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }

    .testimonial-team .owl-item.center~.owl-item .item {
        margin-top: 0;
    }

    #team-foot-svg {
        bottom: -1px;
        height: 150px;
    }

    /*Portfolio section css*/
    .portfolio-sec .heading {
        font-size: 60px;
    }

    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }


    /*Testimonial section css*/
    .testimonial-sec {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    #testimonial-header-svg {
        top: -1px;
        height: 150px;
    }

    .testimonial-sec .testimonial-title .heading {
        font-size: 45px;
    }

    #testimonial-foot-svg {
        bottom: -1px;
        height: 150px;
    }

    /*sponsers section css*/


    /*Blog section Css*/
    #blog-header-svg {
        top: -1px;
        height: 150px;
    }

    .lastest-blog .blog-content h1 {
        font-size: 60px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 60px;
    }

    .lastest-blog .blog-img {
        width: 100%;
    }

    .lastest-blog .pot-2 {
        position: absolute;
        z-index: 1111;
        left: 250px;
        bottom: -50px;
    }

    #blog-foot-svg {
        position: absolute;
        bottom: -1px;
        height: 150px;
    }

    .lastest-blog .circle {
        display: none;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }

    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width:855px) {

    /* Slider */
    .slider--el-heading {
        font-size: 4rem;
    }


    .sidemenu_btn {
        right: 90px;
    }
}

/*@media (max-width: 575.98px) {*/
@media (max-width: 767px) {

    /* Slider */
    .slider--el-heading {
        font-size: 4rem;
    }

    /*toggle btn*/
    .sidemenu_btn {
        position: absolute;
        right: 130px;
        top: 70px;
    }

    .sidemenu_btn i {
        font-size: 30px;
        color: #420568;
    }

    /*side menu*/
    #site-mmenu-svg {
        bottom: 0;
        height: 100px;
    }

    .side-menu .side-nav {
        margin-bottom: 0;
    }

    /*banner*/
    .banner {
        position: relative;
    }

    .banner .banner-row {
        /*height: 110vh;*/
        /*padding-top: 200px;*/
        width: 100%;
    }

    .banner-text-right {
        padding-bottom: 50px;
        margin-right: 0;
        transform: translateY(-70px);
    }

    /*ABOUT SEC*/
    #about-header-svg {
        height: 100px;
        top: -99px;
    }

    .about-sec {
        padding-top: 50px;
    }

    .about-sec .services-area .services:nth-child(3),
    .about-sec .services-area .services:nth-child(4) {
        transform: translateX(0px);
    }

    .about-sec .services-area .services:nth-child(3) .service-card {
        margin-bottom: 80px;
    }

    .service-details {
        transform: translateY(0px);
        margin-bottom: 80px;
    }

    .service-details h1 {
        font-size: 45px;
    }

    .service-details p {
        width: 100%;
    }

    #banner_svg {
        bottom: -1px;
        height: 100px;
    }

    .about_sec_img {
        left: 25%;
        bottom: -40px;
        width: 200px;
        height: 200px;
    }

    /*Skill Section Css*/
    .skill-sec .skill-details .title {
        font-size: 45px;
    }

    .skill-sec .skill-bars .progress-item:nth-child(even) {
        padding-left: 0;
    }

    .skill-sec .skill-bars .progress-item {
        padding-right: 0;
    }

    .skill-sec .skill-bars .progress-item {
        width: 100%;
    }

    /*Team section css*/
    #team-header-svg {
        top: -2px;
        height: 100px;
    }

    .team-section {
        padding-top: 150px;
    }

    .team-section .team-details .title {
        font-size: 45px;
    }

    .team-section .circle {
        display: none;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }

    .testimonial-team .owl-item.center~.owl-item .item {
        margin-top: 0;
    }

    #team-foot-svg {
        bottom: -1px;
        height: 100px;
    }

    /*Portfolio section css*/
    .portfolio-sec .heading {
        font-size: 45px;
    }

    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }

    .blue-and-black-btn {
        padding: 7px 20px;
    }

    /*Testimonial section css*/
    #testimonial-header-svg {
        top: -1px;
        height: 100px;
    }

    .testimonial-sec .testimonial-title .heading {
        font-size: 45px;
    }

    #testimonial-foot-svg {
        bottom: -2px;
        height: 100px;
    }

    /*sponsers section css*/

    .brand-sec .partners-slider .owl-item:nth-child(2) .logo-item {
        margin-top: 0px;
    }

    .brand-sec .partners-slider .owl-item:nth-child(3) .logo-item {
        margin-top: 0px;
    }

    .brand-sec .partners-slider .owl-item:nth-child(4) .logo-item {
        margin-top: 0px;
    }

    /*Blog section Css*/
    #blog-header-svg {
        top: -1px;
        height: 100px;
    }

    .lastest-blog .blog-content h1 {
        font-size: 45px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 45px;
    }

    .lastest-blog .blog-img {
        width: 100%;
    }

    #blog-foot-svg {
        position: absolute;
        bottom: -1px;
        height: 100px;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }

    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    /*standalone svg*/
    #standalone-svg {
        height: 100px;
    }
}


@media (max-width: 622.98px) {
    .sidemenu_btn {
        right: 80px;
    }

    .event_body {
        width: 360px;
    }

    .brand-sec {
        height: auto;
    }

    .partners-slider {
        margin: 50px 0;
    }

    .reel_sec {
        padding: 150px 0;
        height: 85vh;
    }

    .reel_video {
        height: 100%;
    }

    .btn.btn-large {
        line-height: 2em;
    }
}

@media (max-width: 575.98px) {

    /* Slider */
    .slider--el.anim-4parts .part:before {
        background-image: url("../img/banner_phone.jpg");
    }

    .slider--el-heading {
        font-size: 2rem;
        top: 185px;
    }

    .slider--el-content {
        padding: 7rem;
    }

    .slider--control.right {
        right: 1rem;
    }

    .slider--control.left {
        left: 1rem;
    }

    .side-menu {
        width: 100%;
    }

    .sidemenu_btn {
        right: 27px;
    }

    .banner .banner-row {
        height: 100vh;
        /* padding-top: 200px; */
        width: 100%;
    }

    .navbar .navbar-brand img {
        max-width: 50px;
    }

    .sidemenu_btn {
        right: 27px;
        top: 70px;
    }

    .lastest-blog .pot-2 {
        left: 70px;
        bottom: -66px;
        width: 60%
    }

    .contact-social-icons .upper-social-icons li a {
        height: 30px;
        width: 30px;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding-top: 0;
    }

    .side-menu .navbar-brand img {
        margin-top: 20px;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.3rem;
    }

    /* Hover Effect */
    #elements {
        height: 50vh;
    }

    .para_txt {
        bottom: 100px;
    }

    .para_txt1 {
        bottom: 100px;
    }

    .btn_quote {
        width: 120px;
        height: 30px;
        bottom: 60px;
        margin: 53px -59px;
        font-size: 10px;
    }

    /* Video Sound Icon */
    .vid_icon {
        font-size: 25px;
        left: 5%;
        top: 28%;
    }
}

@media (max-width: 360.98px) {
    .banner .banner-row {
        height: 100vh;
        /* padding-top: 200px; */
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding: 0 5rem;
    }

    .side-menu .navbar-brand {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .side-nav .navbar-nav {
        margin-bottom: 45px;
    }
}

@media (max-width: 400px) {
    .modal {
        padding-top: 280px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .sidemenu_btn {
        top: 70px !important;
    }
}


@media (max-width: 320px) {

    .contact-social-icons .upper-social-icons li a {
        height: 15px;
        width: 15px;
    }

    .upper-nav .contact-info {
        font-size: 13px;
    }

    .sidemenu_btn {
        top: 70px;
    }
}



@media (min-width: 1200px) and (max-width: 1599px) {

    /*custom classes*/
    .btn.btn-large {
        font-size: 14px;
        padding: 7px 30px;
        line-height: 1.8em;
    }

    /*Banner SECTION*/
    #banner_svg {
        height: 100px;
    }

    .banner-text-right {
        padding: 30px 20px;
    }

    .banner-text-left h1 {
        font-size: 50px;
    }

    .banner-right-area-content h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .banner-text-left p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    /* About Section */

    #about-header-svg {
        height: 100px;
        top: -100px;
    }

    .about-sec .services-area .services .service-card .icon-holder i {
        font-size: 70px;
    }

    .about-sec .services-area .services .service-card .card-heading {
        font-size: 25px;
    }

    .about-sec .services-area .services .service-card {
        margin-bottom: 60px;
    }

    .services-area-width-manage {
        width: 80%;
    }

    /* Skill*/
    .skill-sec .skill-details .title {
        font-size: 50px;
    }

    /* Team */
    .team-section .team-details .title {
        font-size: 50px;
    }

    #team-header-svg {
        height: 100px;
    }

    #team-foot-svg {
        height: 100px;
    }

    #team-circle-left {
        left: -3%;
    }

    #team-circle-right {
        right: -3%;
    }

    /*portfolio-sec*/
    .portfolio-sec .heading {
        color: #420568;
        margin-bottom: 0;
        font-size: 50px;
    }

    /*testimional*/
    #testimonial-header-svg {
        height: 100px;
    }

    testimonial-foot-svg {
        height: 100px;
    }

    /*Blog */
    .lastest-blog .blog-content h1 {
        font-size: 50px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 50px;
    }

    .lastest-blog .circle {
        height: 35px;
        width: 35px;
    }

    #blog-circle-left {
        left: -50px;
    }

    #blog-circle-right {
        right: -5px;
    }

    .about_sec_img {
        left: 25%;
    }

}

@media (min-width: 1600px) {
    .sidemenu_btn {
        margin-right: 5rem;
    }

    .banner-text-right {
        margin-right: 80px;
    }

    .banner-row {
        padding-top: 0;
    }

    /* About Section */
    .services-area-width-manage {
        width: 100%;
    }

    /* Team Section */
    #team-circle-left {
        top: 40%;
    }

}

@media screen and (min-width: 1900px) {
    .about_sec_img {
        left: 410px;
    }

    .lastest-blog .pot-2 {
        left: 500px;
    }
}

#shadow-host-companion {
    padding: 0px !important;
}
.fa-twitter:before {
    content: "\e61b";
}