/*
 Theme Name: Bisylms
 Theme URI: 
 Author: Mosharof
 Author URI: 
 Description: Bisylms - Education HTML5 Responsive Template
 Version: 1.0
 License:
 License URI:
 */

/*==================================
 [Table of contents]
 ===================================
 1. Home Page
 2. About-Us Page
 3. Education Page
 4. Contact Page
 5. Footer
*/

/*------------------------------------------------------

/ 1. Home Page
/------------------------------------------------------*/
/*----  Header ------*/
.header-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: transparent;
    padding: 0;
}
.menu-icon {
    font-size: 35px;
    color: white;
    cursor: pointer;
    display: none;
}

.navbar.navbar-expand-lg{
    position: relative;
    margin: 0;
    padding: 0;
}
.navbar-brand{
    position: relative;
    padding: 22px 0;
    margin: 0;
    text-align: center;
}
.navbar-brand img{
    width: auto;
    height: 60px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-collapse.active {
    display: block;
    border-radius: 10px;
}
.navbar-expand-lg .navbar-nav{
    position: relative;
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 46px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav li > a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 23px 0 26px;
    position: relative;
}
.navbar-expand-lg .navbar-nav li:hover > a{
    color: #c2bed0;
}

/*---- SUBMIT BUTTON ----*/

.join-btn{
    margin-left: 20px;
    position: relative;
    height: 44px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
}
.join-btn:hover{
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}

/*---- WHATSAPP & INSTAGRAM BUTTON ----*/

.wp-button {
    color: #ffffff;
    background-color: #25d366;
    border: 0;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 48px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.inst-button{
    
    border: 0;
}
.float-inst {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 48px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

/*---- Home Section ------*/
.hero-banner-1{
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 190px;
}
.hero-banner-1:after{
    position: absolute;
    left: 0;
    bottom: -215px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/home_/left-shape.png) no-repeat left bottom;
}
.hero-content{
    position: relative;
    margin-right: -2px;
    margin-left: 4px;
    padding:0 40px;
}
.hero-content h1{
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
    margin: 0 20px 20px 0;
}
.hero-content p{
    line-height: 30px;
    margin-bottom: 36px;
}
.banner-thumb{
    position: relative;
    z-index: 2;
}
.banner-thumb img{
    height: 70%;
    width: 90%;
}
.hero-content h1{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.30s;
}
.hero-content p{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.35s;
}
.banner-thumb{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: .45s;
}
.shape-wrap{
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}
.b-shape-1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    margin: auto;
    text-align: center;
    animation: animationFramesOne 20s infinite linear;
}
.b-shape-2{
    position: absolute;
    left: 140px;
    top: 45%;
    animation: animationFramesTwo 20s infinite linear;
}
.b-shape-3{
    position: absolute;
    left: 60px;
    top: 40%;
    animation: animationFramesThree 20s infinite linear;
}
.b-shape-4{
    position: absolute;
    left: 60px;
    bottom: 80px;
    animation: animationFramesTwo 20s infinite linear;
}
/*---- Display Section ------*/

.display-section{
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0 70px;
}
.display-section .sec-title{
    margin-bottom: 100px;
}
 .grid-container{
    display: grid;
    grid-template-columns:  auto auto auto;
    grid-template-rows: auto auto ;
    grid-gap: 30px;
    padding: 10px 150px;
    text-align: center;
} 
.card-item-1{
    padding-top: 37px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(21, 14, 56, 0.08);
    -moz-box-shadow:    0px 2px 4px 0px rgba(21, 14, 56, 0.08);
    box-shadow:         0px 2px 4px 0px rgba(21, 14, 56, 0.08);
}
.card-item-1 img{
    width: 25%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.b-card-details{
    position: relative;
    padding: 30px 35px 37px;
}
.b-card-details h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-top: 10px;
    color: #5838fc;
}
.b-card-details h3 a{
    color: inherit;
}
.card-item-1:hover{
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
/*---- Video Section ----*/
.video-section{
    position: relative;
    margin-bottom: -150px;
}
.video-banner{
    background-image: url(../images/home_/Kupa\ 3.2_.png);
    width: 35%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px;
    min-height: 300px;
    /* -webkit-box-shadow: 0px 40px 70px 0px rgba(11, 2, 55, 0.16);
    -moz-box-shadow:    0px 40px 70px 0px rgba(11, 2, 55, 0.16);
    box-shadow:         0px 40px 70px 0px rgba(11, 2, 55, 0.16); */
    position: relative;
    z-index: 5;
}

/*---- Cta video Section ------*/
.cta-section{
    margin-bottom: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 125px;
}
.cta-section .sec-title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
}
.cta-section p{
    color: #fff;
    margin-bottom: 44px;
}
.cta-section .bisylms-btn{
    color: #5838fc;
    background: #fff;
}

/*---- Footer Section ------*/
.cta-wrapper{
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-top: -350px;
    padding: 30px 70px;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 40px 80px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 40px 80px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 40px 80px 0px rgba(11, 02, 55, 0.10);
}
.cta-wrapper img{
    height: 200px;
    width: auto;
}
.cta-wrapper h3{
    font-size: 34px;
    line-height: 44px;
    margin: 52px 0 0 -115px;
    width: 48%;
}
.cta-wrapper .bisylms-btn{
    margin-top: 75px;
}
.footer-1{
    position: relative;
    z-index: 3;
    padding: 100px 0 0;
    background: #f7f6fa;
}
footer .widget{
    margin: 0;
    padding: 0;
}
footer .widget .widget-title{
    font-size: 16px;
    line-height: 30px;
    color: #5838fc;
    margin-bottom: 20px;
}
.about-widget{
    position: relative;
    padding-right: 30px;
}
.about-widget img{
    height: 70px;
    margin: 0 0 23px;
}
.about-widget p{
    font-size: 15px;
    margin-bottom: 33px;
    font-weight: 600;
}
.ab-social{
    position: relative;
}
.ab-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 2px;
}
.ab-social a.fac{
    background: #446bb9;
}
.ab-social a.twi{
    background: #00aced;
}
.ab-social a.you{
    background: #f73434;
}
.ab-social a.lin{
    background: #007bb6;
}
.ab-social a.inst{
    background: green;
}
.ab-social a.inst{
    background: green;
}
.ab-social a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    -moz-box-shadow:    0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    box-shadow:         0px 10px 20px 0px rgba(9, 111, 150, 0.30);
}
footer .widget ul{
    margin: 0;
    padding: 0;
}
footer .widget ul li{
    list-style: none;
    display: block;
    font-size: 15px;
    line-height: 32px;
    color: #5d5a67;
    font-weight: 600;
}
footer .widget ul li a{
    color: inherit;
}
footer .widget ul li a:hover{
    color: #5838fc;
}
.copyright{
    position: relative;
    border-top: 1px solid rgba(14, 14, 55, .08);
    margin-top: 90px;
    padding: 22px 0 22px;
}
.copyright p{
    font-size: 13px;
    line-height: 26px;
    color: #767480;
    margin: 0;
}
.copyright p a{
    color: #5838fc;
}
.copyright p a:hover{
    color: #767480;
}
.contact-us li i {
    color: #5838fc;
}

/*---- HOME PAGE ENDS ------*/


/*---- ABOUT US PAGE STARTS ----*/

/*---- Page Banner Section ------*/
.page-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 240px 0 0;
    min-height: 320px;
}
.page-banner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to right, #8638fc, #7c38fc, #7138fc, #6538fc, #5838fc);
    opacity: .9;
}
.banner-title {
    font-size: 50px;
    line-height: .8;
    color: #ffffff;
    position: relative;
    z-index: 3;
    margin: 0 0 13px;
}

/*---- Abpage Section ----*/
.abpage-section-1{
    position: relative;
    padding: 110px 0 0;
}
.ab-thumb{
    position: relative;
    margin-right: 50px;
}
.ab-thumb img{
    height: auto;
    width: 100%;
}
.align-right{
    justify-content: right;
    text-align: right;
}
.align-center{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}
.ab-content-2{
    position: relative;
    padding: 34px 0 0;
}
.ab-content-2 h2{
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
}
.ab-content-2 p{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
}
/*---- Testimonial Section ------*/
.testimonial-section{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 85px 0 50px;
}
.testimonial-section .fact-wrapper{
    margin: 71px 0 64px;
}
.funfact-item-2 {
    position: relative;
    padding: 0 15px;
    width: 100%;
}
.fact-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 53px 0 0;
}

.fact-thumb{
    width: 70px;
    height: 70px;
    position: relative;
    background: #5838fc;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(56, 15, 2, 0.10);
    -moz-box-shadow:    0px 20px 40px 0px rgba(56, 15, 2, 0.10);
    box-shadow:         0px 20px 40px 0px rgba(56, 15, 2, 0.10);
    margin: 0 0 22px;
}
.fact-thumb img{
    max-height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}
.funfact-item-2 p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

/*---- Values Section ----*/
.values-section{
    padding: 85px 0 85px;
}
.course-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-item-1 {
    position: relative;
    width: 100%;
    background:#5838fc;
    border-radius: 20px;
    padding: 55px 30px 55px;
    margin-right: 40px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.course-item-1:after{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #5838fc #fff #fff #fff;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.course-item-1:last-child{
    margin-right: 0;
}
.course-item-1:hover{
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
.course-item-1:hover:after{
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}
.course-item-1 h4{
    color: white;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
}
.course-item-1 h4 a{
    color: white;
}
.course-item-1 h4 a:hover{
    color: #5838fc;
}
.fcf-thumb{
    position: relative;
    text-align: center;
    min-height: 215px;
}
.fcf-thumb img{
    max-width: 100%;
    height: auto;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .front-side, .back-side {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .front-side {
    color:black;
  }
  
  .back-side{
    color: black;
    transform: rotateY(180deg);
  }
  .back-side > div{
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }


/*---- ABOUT-US PAGE ENDS -----*/

/*---- EDUCATION PAGE STARTS -----*/

/*--- Education System Section ---*/

.align{
    justify-content: center;
}
.education-system-section{
    position: relative;
    padding: 110px 0 120px;
}
.education-system-section .ab-thumb{
    margin-right: 40px;
}
.course-item-2{
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 38px 15px 44px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 20px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 20px 50px 0px rgba(11, 02, 55, 0.10);
}
.course-thumb{
    position: relative;
    min-height: 137px;
    margin: 0 0 31px;
}
.course-thumb img{
    max-width: 100%;
    height: auto;
}
.course-item-2 h4{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 6px;
}
.course-item-2 h4 a{
    color: inherit;
}
.course-item-2 h4 a:hover{
    color: #fe7c54;
}
.course-item-2 p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.course-item-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px -3px 0px 0px rgba(254, 124, 84, 1);
    -moz-box-shadow: 0px -3px 0px 0px rgba(254, 124, 84, 1);
    box-shadow: 0px -3px 0px 0px rgba(254, 124, 84, 1);
}
.course-item-2:hover:after{
    visibility: visible;
    opacity: 1;
}
.course-item-2:hover{
    margin-top: -13px;
    border-color: #f5f5f8;
    box-shadow: none;
}
.cta-mailchimp{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px 65px 90px;
    margin-top: -235px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 40px 80px 0px rgba(28, 8, 125, 0.20);
    -moz-box-shadow: 0px 40px 80px 0px rgba(28, 8, 125, 0.20);
    box-shadow: 0px 40px 80px 0px rgba(28, 8, 125, 0.20);
}
.grid-container-education{
    display: grid;
    grid-template-columns:  auto auto auto auto auto auto;
    grid-template-rows: auto;
    grid-gap: 10px;
    text-align: center;
} 
.education-item{
    position: relative;
}
.education-item img{
        width: 55%;
        height: auto;
        border-radius: 10px 10px 0 0;
}
.education-details{
    position: relative;
    padding-top: 10px;
}
.education-details h4{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-top: 10px;
    color: #5838fc;
}
.education-details h3 a{
    color: inherit;
}

/*---- EDUCATION PAGE ENDS -----*/

/*---- CONTACT PAGE STARTS -----*/

.contact-section{
    position: relative;
    background: #f7f6fa;
    padding: 120px 0;
}
.contact-form{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    -moz-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
}
.contact-form h4{
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-form p{
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form textarea,
.contact-form input[type="email"] {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 0 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form textarea{
    height: 220px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="number"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="number"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="email"]:focus{
    background: transparent;
    border-color: #ece9f9;
    -webkit-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
}
.contact-form input[type="submit"]{
    height: 50px;
    border-radius: 3px;
    background: #5838fc;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    padding: 0 36px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form input[type="submit"]:hover{
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}

/*--------------------------------------------------------*/

@-webkit-keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@-webkit-keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@-webkit-keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
@keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
.submenu-toggler{
    display: none;
}
.fix-header{
    background: #5838fc;
    left: 0;
    position: fixed;
    right: 0;
    top: -1px;
    width: 100%;
    z-index: 999;
    transition: all 0.1s ease-out;
    box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
}
.header-01.fix-header .navbar-brand img {
    visibility: hidden;
    opacity: 1;
}
.sticky-logo{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.1s ease-out;
}


.header-01.fix-header .navbar-brand .sticky-logo {
    visibility: visible;
    opacity: 1;
}


.header-03.fix-header,
.header-02.fix-header{
    background: #fff;
}
.header-01.fix-header .navbar-brand{
    padding: 17px 0;
    transition: all 0.1s ease-out;
}

