/*

--------------- Table Of Content ---------------------

--INSERT FONT

--INTRO SECTION STYLE

--DRAG & DROP SECTION STYLE

--TEMPLATES SECTION STYLE

--SHORTCODES SECTION STYLE

--CUSTOMER SECTION STYLE

*/



/***** INSERT FONT *****/

@font-face {

    font-family: "gotham-bold";

    src: url("font/GOTHAM-BOLD.OTF")format("truetype");

}



@font-face {

    font-family: "gotham-book";

    src: url("font/GOTHAM-BOOK.OTF")format("truetype");

}



@font-face {

    font-family: "gotham-thin";

    src: url("font/GOTHAM-THIN.TTF")format("truetype");

}



@font-face {

    font-family: "gotham-italic";

    src: url("font/GOTHAM-MEDIUMITALIC.OTF")format("truetype");

}

@font-face {

    font-family: 'MD-icon-home';

    src:  url('font/MD-icon-home.eot?hlxram');

    src:  url('font/MD-icon-home.eot?hlxram#iefix') format('embedded-opentype'),

    url('font/MD-icon-home.ttf?hlxram') format('truetype'),

    url('font/MD-icon-home.woff?hlxram') format('woff'),
    url('font/MD-icon-home.woff2?hlxram') format('woff2'),

    url('font/MD-icon-home.svg?hlxram#MD-icon-home') format('svg');

    font-weight: normal;

    font-style: normal;

}

[class^="builder-"], [class*=" builder-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'MD-icon-home' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.builder-video .path1:before {
    content: "\e907";
    color: rgb(208, 213, 220);
}
.builder-video .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(79, 80, 81);
}
.builder-demo-importer:before {
    content: "\e900";
}
.builder-dragh-and-drop:before {
    content: "\e901";
}
.builder-header-style:before {
    content: "\e902";
}
.builder-page-layouts:before {
    content: "\e903";
}
.builder-page-setting:before {
    content: "\e904";
}
.builder-portfolio-grid-editor:before {
    content: "\e905";
}
.builder-add-to-any:before {
    content: "\e906";
}
.builder-go-pricing:before {
    content: "\e90c";
}
.builder-master-slider:before {
    content: "\e999";
}
.builder-revolution:before {
    content: "\e99a";
}
.builder-woo-commerce:before {
    content: "\e9a1";
}

.builder-testimonials:before {
    content: "\e9e0";
}
.builder-view-demo:before {
    content: "\e9e1";
}

/***** General styles *****/

main{

    overflow-x: hidden;

}



h1,h2,h3,h4,h5,h6,p,ul{

    padding: 0;
    margin: 0;

}

.img-responsive {

    display: initial;

}



a:focus{

    text-decoration:none;

    outline: none;

}

a:active{

    text-decoration: none;

    outline: none;

}


.loading-bar {

    position: fixed;

    background-color: #fff;

    width: 100%;

    height: 100vh;

    z-index: 1000;

    top: 0;

    left: 0;

    opacity: 1;

    transition: 1s;

}

.massive-loading {

    position: relative;

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 50%;

    transform: translateY(-50%);

}



.load-fadeout{

    opacity: 0;

}



.img-loading-holder{

    width: 100px;

    height: 100px;

}

.img-loading-holder img{

    max-width: 100%;

}

/***** HEADER STYLES *****/
header {
    position: absolute;
    /*top: 0;*/
    display: block;
    left: 0;
    width: 100%;
    padding-top: 35px;
    z-index: 2;
}

header .logo,
header nav.left{
    float: left;
}

header nav.right{
    float: right;
}

header .logo{
    margin-right: 55px;
}

header nav ul {
    list-style: none;
}

header nav li{
    position: relative;
    float: left;
    margin: 0 16px;
    line-height: 42px;
    display: inline-block;
}
.whats-new-btn{
    display: none;
    border-radius: 4px;
    text-align: center;
    width: 127px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(112,82,222,.18);
    -moz-box-shadow: 0 8px 10px rgba(112,82,222,.18);
    box-shadow: 0 8px 10px rgba(112,82,222,.18);
    background-image: -webkit-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -moz-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -o-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -ms-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: linear-gradient(to right, rgba(77,38,215,.86), rgba(114,84,221,.86));
    transition: background .3s;
    margin: 0;
}
.second-header .whats-new-btn{
    margin: 0;
}
.whats-new-btn:hover {
    background-color: rgb(90, 56, 222);
    color: #fff;
    box-shadow: none;
    position: relative;
    top: 1px;

}
header .whats-new-btn a:hover{
    color: #fff;
}
.whats-new-btn a{
    color: #fff;
}

header nav.left ul.sf-menu > li{
    position: relative;
    float: left;
    margin: 0 27px;
    height: 35px;
    line-height: 47px;
}
header nav.left ul.sf-menu > li span{
    bottom: -3px;
}
header nav.all-themes-page li.demos-button{
    background-color: initial;
    border: 1px solid #fff;
    line-height: 40px;
}
header nav.all-themes-page li.demos-button:hover{
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);

}

header nav.all-themes-page li.demos-button a{
color:#fff;
}

header nav li.demos-button{
    line-height: 41px;
    width: 127px;
    margin-right: 0;
    margin-left: 0;
    background: #ff8036;
    border-radius: 4px !important;
    margin: 0 7px 0 30px;
    transition: 0.2s;
}

header nav li.demos-button a{
    display: block;
    transition-duration: 0.3s;
    color:#fff;
    font-size: 14px;
    font-family: 'gotham-book', sans-serif;
    text-align: center;

}

.demos-button:focus{
    color:#5f3cda;
}

.demos-button:active{
    color: #5f3cda;
}
header nav li.demos-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    transition: 0.2s;

}
header nav li.demos-button:hover a{
    color: rgba(255, 255, 255, 0.8);
}
header nav a{
    color: #fff;
    font-family: 'gotham-book', sans-serif;
    font-size: 14px;
}
header nav.all-themes-page a{
    color: #fff;
}
header nav.all-themes-page .whats-new-btn a{
    color: #fff;
}
header nav.all-themes-page a:hover{
    color: rgba(255, 255, 255, 0.6);
}
header nav.all-themes-page .whats-new-btn a:hover{
    color: #fff;
}
header nav.all-themes-page span.bar{
    background: #505b67;
}
header nav a:focus{
    color:#fff;
}
header nav  .whats-new-btn a:active{
    color: #fff;
}
header nav  .whats-new-btn a:focus{
    color: #fff;
}


header nav a:active{
    color: #fff;
}

header nav a:hover{
    color: rgb(0, 15, 45);
    transition: 0.2s;
}

li:hover span.bar {
    width: 100%;
}

li span.selected {
    background-color: #505054;
    padding: 6px 11px;
    border-radius: 5px;
    color: #fff !important;
}

span.bar{
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    bottom: 10px;
    transition: width .3s;
}

span.bar.bar2{
    bottom: -34px;
}

/*****second-header******/

.second-header {

    position: fixed;

    top: 0;

    display: none;

    left: 0;

    width: 100%;

    padding: 12px 0px 12px;

    z-index: 10;

    background-color: white;

    box-shadow: 0 1px 1px rgba(48, 48, 48, 0.12);

    justify-content: center;

    align-items: center;

}
.second-header-container{
    justify-content: center;
    display: flex;
    align-items: center;
}

.second-header-link{

    flex-basis: 100%;

    text-align: right;

    font-family: 'gotham-book', sans-serif;

    font-size: 15px;
    padding-right: 45px;
    color: #272837;

}

.read-more-header{

    display: inline-table;

    padding-left: 8px;

    transition-duration: 0.4s;

}

.second-header-link:hover .read-more-header {

    transform: translateX(8px);

    transition: all .6s;

    transition-duration: 0.4s;

    color: rgba(69, 69, 69, 0.87);

}

.second-header-link:focus{

    color: #000;

}

.second-header-link:hover{

    color: #7c8497;

}



.second-header .logo,

.second-header nav.left{

    float: left;

}



.second-header nav.right{

    float: right;

}



.second-header .logo{

    margin-right: 55px;



}



.second-header nav ul {

    list-style: none;



}



.second-header nav li{

    float: left;

    margin: 0 27px;

    height: 47px;

    line-height: 45px;



}

.second-header nav li.demos-button a{

    padding: 0 40px;
    height: 45px;
    text-align: center;
    display: block;
    transition-duration: 0.3s;

}

.second-header nav li.demos-button{

    border: 1px solid #181818;

    background-color: #181818;

    color: #fff;

    margin-right: 0;

    margin-left: 0;

    width:165px;
    border-radius: 3px !important;
}



.second-header nav li.demos-button:hover{

    color:#181818;

    background-color: #fff;

    border: 1px solid #181818;

    transition-duration: 0.3s;

}



.second-header nav a{

    color: #fff;

    font-family: 'gotham-book', sans-serif;

    font-size: 14px;

    transition-duration: 0.3s;

}



.second-header nav li.demos-button:hover a{

    color:#181818;

    background-color: #fff;

    transition-duration: 0.3s;

}

/****mobile header******/

.navigation-mobile, .mobile-header {

    display: block;



}



.mobile-header img {

    margin-top: 12px;

    margin-left: 10px;

}



.mobile-header {

    position: absolute;

    width: 100%;

    right: 0;

    top: 0;

    z-index: 2222;

    display: none;

}



.mobile-nav {

    width: 40px;

    height: 40px;

    background: transparent url(media/imges/mobile-nav-dark.png) no-repeat center;

    position: relative;

    z-index: 9999;

    display: inline-block;

    float: right;

    background-size: 25px;

    margin-top: 7px;

    margin-right: 6px;

}



.navigation-mobile {

    width: 100%;

    padding: 120px 60px;

    overflow: hidden;

    display: none;

    z-index: 1;

    text-align: left;

    position: relative;

}



.navigation-mobile ul {

    list-style: none;

    margin: 0;

}



.navigation-mobile li {

    font-size: 14px;

    font-weight: 400;

    position: relative;

    border-bottom: 1px solid rgba(51, 51, 51, 0.35);

}



.navigation-mobile ul li:last-child {

    border-bottom: none;

}



.navigation-mobile li ul {

    margin-left: 15px;

}



.navigation-mobile .sub-menu li {

    border-bottom: none;

    padding: 3px 0;

}



.navigation-mobile li a {

    padding: 5px 0;

    font-size: 15px;

    line-height: 45px;

    display: inline-block;

    position: relative;

    z-index: 1;

    color: #0c0c0c;

    font-family: 'Poppins', sans-serif;

    font-weight: 300;

    width: 30%

}



.navigation-mobile li .icon {

    margin-right: 10px;

}



.navigation-mobile li .arrow {

    display: inline-block;

    padding: 15px 10px;

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    text-align: right;

    font-size: 16px;

    cursor: pointer;

    line-height: 14px;

}



.navigation-mobile .sub-menu li a {

    padding: 3px 0;

}



.navigation-mobile > ul {

    padding: 0;

}



.navigation-mobile a {

    text-decoration: none;

}



.navigation-mobile li.separator {

    display: none;

}



.navigation-mobile .dropdown {

    display: none;

    margin-bottom: 15px;



}



.navigation-mobile .dropdown li a,

.navigation-mobile .dropdown .dropdown li a,

.navigation-mobile .dropdown li .arrow {

    padding: 10px;

}



.navigation-mobile .dropdown .dropdown li {

    margin-bottom: 0;

}





/***** INTRO SECTION STYLE *****/
.intro .row{
    margin-left: 0;
}
.ipad-landascape-img{

    display: none;

}

.container-full{

    width: calc(100% - 0px);

}



.intro{
    position: relative;
    overflow:hidden ;
    display: flex;
    justify-content:flex-start;
    align-items:center;
    background-size: cover;
    height:78vh;
    background-image:url("media/imges/M7.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.macbook-image{

    text-align: right;
    position: relative;

}

.video-container{
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 35px;
    position: absolute;
    width: 100%;
}

.macbook-video-intro{

   /* margin-top: 0!important;
    position: absolute;
    bottom: 15%;
    height: 69%;*/

}



    .macbook-image-responsive{
    display: none;

}
.intro-text-responsive{
    height: 100vh;
    display: flex;
    align-items: center;
}


.intro-text{
    padding-top: 25%;
}

.builder-play-button:focus{
    color:#fff;
}



.builder-play-button:active{

    color: #fff;

}



.builder-play-button{

    font-size: 25px;

    margin-left: -25px;

    display: flex;

    vertical-align: baseline;

    align-items: flex-end;

    justify-content: center;
    color:#515253;

}

.builder-play-button:hover{
    color: #515253;
}


.builder-play-button-responsive{

    position: absolute;

    bottom: -4px;
    left: 29% ;

}





.buttons-container a {

    display: inline-block;

}
.last-section .intro-bottom1 {
    border: 2px solid rgba(245, 249, 255, 0.64);
}
.last-section .intro-bottom3{
    display: none;
}


.intro-bottom1{

    font-family: 'gotham-book', sans-serif;
    background-color:transparent;
    border: 2px solid #e6e9ee;
    text-align:center;
    font-size:14px;
    width:48%;
    max-width:160px;
    color:#fff;
    display:block;
    margin:0 auto 20px;
    text-decoration:none;
    padding-top:16px;
    padding-bottom:16px;
    overflow: hidden;
    margin-left:0;
    transition-duration: 0.2s;
    border-radius: 4px !important;
}



.intro-bottom1:focus{

    color:#fff;

}



.intro-bottom1:active{

    color: #fff;

}
.intro-bottom1:hover{
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition-duration: .2s;
    color: rgba(255, 255, 255, 0.5);
}

.intro-bottom3{
    color: #353535;
    font-family: 'gotham-bold', sans-serif;
    text-align:center;
    font-size:14px;
    width:48%;
    max-width:160px;
    display:block;
    margin:0 auto 20px;
    text-decoration:none;
    padding-top:18px;
    padding-bottom:17px;
    overflow: hidden;
    margin-left:0;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    transition-duration: .2s;

}
.intro-bottom3{
    max-width: 139px;
    padding-top: 13px;
    padding-bottom: 16px;
}

.intro-bottom1{
    max-width: 170px;
    padding-top: 12px;
    padding-bottom: 14px;
}


.intro-bottom3:focus{

    color:#5f3cda;

}

.intro-bottom3:active{

    color: #5f3cda;

}




.intro-bottom3:hover
{
    background-color:#fff;
    color:#7d5aff;
    transition-duration: .2s;
    position: relative;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}



.intro-bottom2{

    font-family: 'gotham-book', sans-serif;

    background-color: transparent;

    text-align: left;

    font-size: 12px;

    color: #fff;

    text-decoration: none;

    display: inline-block;

    margin-left: 0;

    height: 35px;

    line-height: 46px;

    position: relative ;

    padding-top:35px ;

}



.intro-bottom2:focus{

    color:#fff;

}

.builder-play-button:hover span.bar {
    width: 85%;

}





.intro-bottom2:active{

    color: #fff;

}



.intro-bottom2:hover
{
    color: #fff;
    font-size:12px;
    text-decoration:none;
}





.version{

    font-size: 100px;

    font-family: 'gotham-book', sans-serif;

    color:#fff;

}

.intro-des{

    font-weight: 400;
    padding-bottom: 35px;

    color: #8193a8;

    line-height: 30px;

    font-size: 18px;

    font-family: 'gotham-book', sans-serif;

}



.intro-title{

    color: #fff;
    font-size: 42px;
    font-family: 'gotham-book', sans-serif;
    line-height: 56px;
    padding-bottom: 30px;
    font-weight: 300;
    letter-spacing: -3px;
    margin-top: -15px;
}





/***** DRAG & DROP SECTION STYLE *****/



.text-position{

    padding-top: 16%;
    max-width: 522px;


}

.text-position1{

    /*padding-top: 16%;*/

    max-width: 522px;

    padding-left: 20%;

}

.text-position.text-position-res{
    padding-top: 0;
}



.dragdrop{

    display: flex;

    justify-content:flex-start;

    align-items:center;

    padding-bottom: 50px;

    padding-top: 50px;

    overflow: hidden;
    background: transparent url("media/imges/purple-section.jpg") no-repeat center;
    background-size: cover;
}

.dragdrop .row{
    display: flex;
}

.drag-drop-text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-position p:nth-child(1) {

    color:#394959;

    font-size:14px;

    font-family: 'gotham-book', sans-serif;

    letter-spacing: 3px;

    font-weight: 600;

    padding-bottom: 15px;

}
.dragdrop .text-position p:nth-child(1) {
    color:#fff;
}



.dragdrop-title1{
    color:#fff;
    font-size:36px;
    font-family: 'gotham-book', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 46px;
    letter-spacing: -1px;
}

.dragdrop-overlay{
    position: relative;
}

.dragdrop-overlay:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    -webkit-box-shadow: 0px 25px 90px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow:   0px 25px 90px 0px rgba(0, 0, 0, 0.28);
    box-shadow:         0px 25px 90px 0px rgba(0, 0, 0, 0.28);
}

.dragdrop-des1{
    color:#dbd5f5;
    font-size:17px;
    font-family: 'gotham-book', sans-serif;
    line-height: 30px;
    padding-bottom: 47px;
}

.q1{
    color: #ffffff;
    font-size: 15px;
    font-family: 'gotham-thin', sans-serif;
    line-height: 25px;
    font-style: italic;
}

.user-name1{
    color:#fff;
    font-size:13px;
    font-family: 'gotham-italic', sans-serif;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dragdrop-title{

    color:#394959;

    font-size:36px;

    font-family: 'gotham-book', sans-serif;

    font-weight: 300;

    padding-bottom: 15px;

    line-height: 50px;

}



.dragdrop-des {

    color:#8193a8;

    font-size:17px;

    font-family: 'gotham-book', sans-serif;

    line-height: 30px;

    padding-bottom: 40px;

}

.user-img{

    padding-bottom: 10px;

}



q{

    color:#8193a8;

    font-size:15px;

    font-family: 'gotham-thin', sans-serif;
    line-height: 25px;
    font-weight: 600;
    font-style: italic;


}





.user-name{

    color:#899aad;

    font-size:13px;

    font-family: 'gotham-italic', sans-serif;

    padding-top: 20px;

    padding-bottom: 10px;

}

.user-rate{

    color:#394959;
    font-size:13px;
    font-family: 'gotham-book', sans-serif;
}





/***** BUILDER SECTION STYLE *****/


.slider-carousel{
    margin: 200px 0 150px;
}

.slider-carousel .gallery-cell{
    outline:none;
    transition: box-shadow 300ms;
    box-shadow: none;
    margin: 0 25px;
    opacity: .3;
    transition: opacity .5s;
}

.slider-carousel .gallery-cell.is-selected{
    opacity: 1;
    transition: opacity .5s;
}

.slider-carousel .gallery-cell.is-selected .cell-text-container {
    opacity: 1;
    transition: opacity 1.2s ease .1s;
}

.slider-carousel .gallery-cell img{
    -webkit-box-shadow: 0 11px 28px 4px rgba(0,0,0,.23);
    -moz-box-shadow: 0 11px 28px 4px rgba(0,0,0,.23);
    box-shadow: 0 11px 28px 4px rgba(0,0,0,.23);
    margin: 25px;
}

.cell-text-container {
    text-align: center;
    max-width: 495px;
    margin: 25px auto;
    opacity: 0;
    transition: opacity .2s;
}

.cell-text-container * {
    font-family: 'gotham-book', sans-serif
}

.cell-text-container h5{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #394959;
}

.cell-text-container p{
    font-size: 17px;
    color: #8193a8;
    margin-bottom: 35px;
}

.cell-text-container a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 183px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(112,82,222,.26);
    -moz-box-shadow: 0 8px 10px rgba(112,82,222,.26);
    box-shadow: 0 8px 10px rgba(112,82,222,.26);
    background-image: -webkit-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -moz-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -o-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: -ms-linear-gradient(left, rgba(77,38,215,.86), rgba(114,84,221,.86));
    background-image: linear-gradient(to right, rgba(77,38,215,.86), rgba(114,84,221,.86));
    transition: background .3s;
}

.cell-text-container a:hover{
    background-color: #6a4ade ;
    color: #fff;
    box-shadow: none;
    top: 1px;
    position: relative;
}

.slider-carousel .flickity-page-dots .dot.is-selected{
    width: 10px;
    border-radius:5px;
    transition:width 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slider-carousel .flickity-page-dots{
    bottom: -45px;
}

.builder{

    background-color: #181818;

    text-align: center;

    overflow: hidden;

}

.md-title{

    color:#fff;

    font-size:30px;

    font-family: 'gotham-book', sans-serif;

    text-align: center;

    line-height: 53px;

    padding-top: 105px;

    padding-bottom: 55px;

    font-weight: 300;
}



.item .item-icon{

    font-size: 60px;

    color: #444444;

    text-align: center;

}

.item .item-title{

    text-align: center;

    font-size: 14px;

    line-height: 21px;

    color:#444444;



}

.tab-content a{

    color: #d0d0d0;

    font-size: 15px;

    text-decoration: underline;

}

.tab-content a:hover{

    text-decoration: underline;

}



.tab-content a:hover{

    color: #d0d0d0;

}

/*** Tabs ***/

ul.tabs{

    list-style: none;

    font-family: 'gotham-book', sans-serif;

}



ul.tabs li{

    float: left;

    padding-right: 35px;

    padding-bottom: 55px;

}



ul.tabs li a{

    color: #515151;

    text-decoration: none;

    transition-duration: 0.4s;

}



ul.tabs li .icon{

    display: block;

    font-size: 52px;

}

.tabs{

    display: flex;

    justify-content: center;

}



.tabs i{

    padding-bottom: 20px;

    font-family: 'gotham-book', sans-serif;

}



ul.tabs li a:hover,

ul.tabs li a.active{

    color:#eaeaea;

    transition-duration: 0.4s;

    text-decoration: none;

}



#tab1 .tab-content,

#tab1 .tab-img{

    display:block;

    /*transform: translateY(400px);*/

}

.tab-img{

    opacity:0;

    animation-name: fadeInUp;

    animation-duration: .5s;

    animation-delay: .1s;

    animation-fill-mode: forwards;



}



.tab-content{

    color: #eaeaea;

    font-size:15px;

    font-family: 'gotham-book', sans-serif;

    line-height: 30px;

    padding-bottom: 65px;

    position: relative;

    animation-name: fadeIn;

    animation-duration: 1.3s;

    opacity:0;

    animation-fill-mode: forwards;

}





.tab-content p {

    display: inline-block;

    max-width: 770px;

}



/***** TEMPLATES SECTION STYLE *****/

.demos-category ul li{

    position: relative;

}



.demo-category-hover{

    position: relative;

}

.hidden-in-small-device {

    display: none !important;

}


.templates-title{

    font-family: 'gotham-book', sans-serif;

    font-size:36px;

    line-height: 48px;

    color:#394959;

    padding-bottom: 15px;

    padding-top: 130px;
    font-weight: 300;

}

.templates-title span{

    font-size: 36px;

}





ul.category-filter-title{

    list-style: none;

    font-family: 'gotham-book', sans-serif;

    font-size:15px;

    line-height: 38px;

    color:#8193a8;

    padding-bottom: 30px;

    padding-top: 40px;

}



ul.category-filter-title li:hover,

ul.category-filter-title li span.selected{

    color: #394959;

}



ul.layout-filter-title{

    list-style: none;

    font-family: 'gotham-book', sans-serif;

    font-size:15px;

    line-height: 38px;

    color:#8193a8;

    padding-bottom: 70px;

}



ul.layout-filter-title li:hover,

ul.layout-filter-title li span.selected{

    color: #181818;

}





.see-all-demo-bottom{

   font-family: 'gotham-book', sans-serif;
    text-align: center;
    font-size: 14px;
    width: 170px;
    color: #fff;
    display: block;
    margin-top: 2%;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    margin-left: 0;
    transition-duration: 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 10px   rgba(0, 0, 0, 0.47);
    background-image: -webkit-linear-gradient(left, #333333, rgba(66, 66, 66, 0.86));
    background-image: -moz-linear-gradient(left, #333333, rgba(66, 66, 66, 0.86));
    background-image: -o-linear-gradient(left, #333333, rgba(66, 66, 66, 0.86));
    background-image: -ms-linear-gradient(left, #333333, rgba(66, 66, 66, 0.86));
    background-image: linear-gradient(to right, #333333, rgba(66, 66, 66, 0.86));
    transition-duration: .3s;
    height: 50px;
}

.see-all-demo-bottom:focus{

    color:#181818;

}

.see-all-demo-bottom:active{

    color:#fff;

}

.see-all-demo-bottom:hover {

    background-color: #373738;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    transition-duration: 0.4s;
    box-shadow: none;
    top: 1px;
    position: relative;
}



.templates{

    background-color: #101010;

    padding: 0 0.6875% 0 6.8%;

    padding-top: 0;

    padding-bottom: 60px;

}

.templates .all-demos-btn{
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: -6.8%;
}



.thumbnail .title{

    color:#394959;

    font-size:12px;

    font-family: 'gotham-book', sans-serif;

    text-align: center;

    padding-top: 15px;
    padding-bottom: 20px;

    text-decoration:none;

}
.all-demos-templates .thumbnail .title{
      padding-top: 30px;
    padding-bottom: 0px;
}



.thumbnail .title a{

    position: relative;

}



.thumbnail .title span{

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

}



.thumbnail .title .builder-view-demo {

    transition: margin .4s;

    padding-left: 5px;

    display: inline-block;

    overflow: hidden;

    height: 28px;

    line-height: 47px;

    transition: transform .6s;

}





.demo-button {

    display:inline-block;

    height:30px;

    line-height:24px;

    overflow:hidden;

    position:relative;

    text-align:center;

    background-color: rgba(0,0,0,0);

    color:#fff;

    transition:0.1s;

    margin-top: -7px;



}
.thumbnail-general-title{
    position: absolute !important;
    text-align: center;
    width: 100%;
    display: block;
}

.thumbnail-general-style{
    display: flex;
    padding: 0px 56px;
    justify-content: space-around;
}

/*!* BUTTON DOWN *!*/

.label-down {

    display:block;

    margin:0px 50px;

    height:100%;

    position:relative;

    top:-100%;

    transition:0.3s;

    opacity: 1;

    transition-duration: .2s;

    transition-delay: .1s;



}
.label-down-general {
    display: block;
    margin: 0px 61px;
    height: 58%;


    transition:0.3s;

    opacity: 1;

    transition-duration: .2s;

    transition-delay: .1s;



}

.label-down1:before{

    content: 'PREVIEW';

}
.label-down1-general{
    -webkit-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

    transition-duration: .2s;

    opacity: 0;


}
.label-down-general-demo{
    white-space: nowrap;
    padding-left: 10px;
}

.label-down1{

    -webkit-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

    transition-duration: .2s;

    opacity: 0;


}

.thumbnail:hover .label-down {

    opacity: 0;

    -webkit-transform: translate3d(0, 30%, 0);

    transform: translate3d(0, 30%, 0);


}
.thumbnail:hover .label-down-general {

    opacity: 0;

    -webkit-transform: translate3d(0, 30%, 0);

    transform: translate3d(0, 30%, 0);


}


.thumbnail:hover .label-down1 {

    opacity: 1;

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0,-5px, 0);

    transition-duration: .3s;

    transition-delay: .2s;



}
.thumbnail:hover .label-down1-general {

    opacity: 1;

    -webkit-transform: translate3d(0, -5px, 0);

    transform: translate3d(0,-5px, 0);

    transition-duration: .3s;

    transition-delay: .2s;



}








.thumbnail:hover .builder-view-demo{

    transition-delay: .5s;

    transform: translateX(5px);

}





a, a:hover{


    text-decoration: none;

}



.thumbnail{

    margin-right: 30px;

    margin-bottom: 70px;

    width: 30%;

    height: 340px;

    float: left;

}



.thumbnail-style{

    position:relative;

    transition:all .3s ease-out;

    top:0;

}



.thumbnail-style:before{

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.3);

    opacity: 0;

    z-index: 1;

    -webkit-transition: opacity .3s;

}



.thumbnail:hover .thumbnail-style {

    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .2);

    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);

    top: -10px;

}





.thumbnail-style:hover:before{

    opacity: 1;

    -webkit-transition: opacity .3s;

}



.category-filter-title span , .layout-filter-title li span{

    cursor: pointer;
    padding-left: 11px;

}



/***** SHORTCODES SECTION STYLE *****/



.shortcode-text-position.text-position {

    max-width: 615px ;

    padding-top: 125px;

}



.shortcode-text-position{

    padding-left: 20%;

}



.shortcodes{

    display: flex;

    justify-content:flex-start;

    align-items:center;

    padding-top: 100px;

    overflow: hidden;


}

.shortcodes .macbook-image {

    padding-top: 0;

}

/***** CUSTOMER SECTION STYLE *****/

.customer{

    background-color: #f5f5f5;

    padding-bottom: 60px;

}



.container-middle{
    width: 1392px;

}



.testimonial-holder {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    margin-bottom: 70px;

}



.builder-testimonials{

    padding-top: 105px;

    padding-bottom: 25px;

    text-align: center;

    font-size: 30px;

    color: #6b4bde;

}



.customer-img{

    position: absolute;

    top: -35px;

    left: 50%;

    transform: translateX(-50%);

}



.customer-title{

    font-family: 'gotham-book', sans-serif;

    text-align: center;

    color:#394959;

    font-size:36px;

    line-height: 45px;

    padding-bottom: 26px;

}

.customer-des{

    font-family: 'gotham-book', sans-serif;

    text-align: center;

    color:#8193a8;

    font-size:16px;

    padding-bottom: 100px;
}



.customer-box{

    background-color:#fff;


    padding-left: 35px;

    padding-right: 35px;

    text-align: center;

    transition-duration: 0.4s;

    padding-top: 65px;

    -webkit-box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    -moz-box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    position: relative;

}



.customer-box-container:hover{



    transition-duration: 0.4s;

    -webkit-box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    -moz-box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.25);

    transform: scale(1.02,1.02);

}

.customer-box-container{

    transition-duration: 0.4s;
    width: calc(100% / 3 - 22px);
    margin: 0 17px;

}

.testimonial-holder .customer-box-container:first-child{
    margin-left: 0;
}
.testimonial-holder .customer-box-container:last-child{
    margin-right: 0;
}




.customer-box .customer-name,

.customer-box .customer-review p,

.customer-box .customer-reason{

    transition: color 0.4s;

}



.customer-name{

    font-family: 'gotham-book', sans-serif;

    color:#394959;

    font-size:15px;

    padding-bottom: 25px;

}



.customer-review p{

    font-family: 'gotham-book', sans-serif;

    color:#8b9caf;

    font-size:16px;

    line-height: 25px;

    height: 150px;

}

.icons.builder-testimonials{

    font-size: 15px;

    padding-top: 0;

    padding-bottom: 20px;

}

.customer-reason{

    font-family: 'gotham-book', sans-serif;

    color:#394959;

    font-size:14px;

    padding-bottom: 35px;

}

/***** EXTENSION SECTION STYLE *****/
.extensions .read-more:after {
    content: 'Discover';
    font-family: 'gotham-book', sans-serif;
    font-size: 14px;
    color: #7051de;
}

.extension-box:hover .read-more:after{
    color: #181818;
}

.extension{
    text-align: center;
    padding-top: 105px;
    padding-bottom: 105px;
    overflow: hidden;
}

.extension-img{
    position: relative;
    width: 100%;
 
}

.extensions {
    display: flex;
    justify-content: center;
}

.extension-sub{
    font-family: 'gotham-book', sans-serif;
    color:#8193a8;
    font-size:17px;
    padding-bottom: 20px;
}

.extension-title h3{
    font-family: 'gotham-book', sans-serif;
    color:#394959;
    font-size:36px;
    padding-bottom: 30px;
    font-weight: 300;
}

.extension-des{
    font-family: 'gotham-book', sans-serif;
    color:#8193a8;
    font-size:17px;
    padding-bottom: 80px;
    line-height: 32px;
    display: block;
    position: relative;
}

.extension-des p{
    display: inline-block;
    max-width: 800px;
}

.extension-holder{
    margin-bottom: 41px;
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
}

.extension-box{
    display: block;
    background-color:#fff;
    height: 100%;
    text-align: center;
    transition-duration: 0.4s;
    top: 0;
    position: relative;
    -webkit-box-shadow: -1px 0px 48px -8px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 0px 48px -8px rgba(0,0,0,0.2);
    box-shadow: -1px 0px 48px -8px rgba(0,0,0,0.2);
    transition-property: transform;
    transition: all .3s ease-out;
}

.svg-style{
    width: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
    margin: 0 auto;
    fill:#3a3a3a;
}

.extension-name{
    font-family: 'gotham-book', sans-serif;
    color:#394959;
    font-size:15px;
    padding-bottom: 10px;
}

.extension-name h3{
    padding-top: 38px;
}

.extension-info{
    font-family: 'gotham-book', sans-serif;
    color:#7e7e7e;
    font-size:13px;
    padding-bottom: 35px;
}

.builder-view-demo{
    color: #c3b9f0;
    font-size: 15px;
}

.extension-box .svg-style,
.extension-box .extension-name,
.extension-box .extension-info,
.extension-box .builder-view-demo{
    transition: color 0.4s;
}

.extensions .read-more {
    font-family: 'gotham-book', sans-serif;
    font-size: 10px;
    z-index: -1;
    color: #7e7e7e;
    text-decoration: none;
    transition-duration: 0.4s;
    width: 100%;
    transition: all .6s;
    left: 0;
    text-align: center;
}

.extensions .read-more span{
    text-transform: uppercase;
    font-family: 'gotham-book', sans-serif;
    font-size: 12px;
    color: #008cdd;
    transition: opacity .3s;
}

.more-info{
    position: relative;
    margin-bottom: 38px;
    margin-top: 2px;
}

.extension-box:hover .read-more .read-more-icon {
    transform: translateX(0px);
    transition: all .6s;
    color: rgba(37, 37, 37, 0.87);
}

.extension-box:hover .read-more span {
    transition: all .6s;
    color: rgba(37, 37, 37, 0.87);
}

.read-more-icon{
    top: 3px;
}

.extension-box:hover{
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
    top: -10px;
}

.extension-box .builder-view-demo {
    position: absolute;
    left: 66%;
    color: #7051de;
    transform: translateX(-50%);
    transition: transform .6s;
}

/***** FEATURES SECTION STYLE *****/
.feature{
    background-color: #7051de;
}

.feature-title{
    color:#fff;
    text-align: center;
    padding-top: 105px;
    font-family: 'gotham-book', sans-serif;
    font-size:36px;
}

.features-svg-style{
    width: 80px;
    padding-bottom: 25px;
    padding-top:90px;
}

.animate-svg {
    width: 90px;
    height: 90px;
}

.animate-svg path{
    transition: stroke-dashoffset 2s ease-in-out,opacity 0.3s,fill 400ms,stroke 400ms!important;
    opacity:0!important;
    stroke: #fff;
}

.animate-svg path.path-animated{
    stroke-dashoffset : 0!important;
    opacity:1!important;
}

.features-svg-title{
    font-family: 'gotham-book', sans-serif;
    font-size:16px;
    color:#fff;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.features-svg-des{
    font-family: 'gotham-book', sans-serif;
    font-size:14px;
    color:#c3b9f0;
    line-height: 25px;
    padding-right: 62px;
    height: 100px;
}

.features-read-more{
    font-family: 'gotham-book', sans-serif;
    font-size:12px;
    color:#c3b9f0;
    text-decoration: none;
    transition-duration: 0.4s;
}

.features-read-more:focus{
    color:#7e7e7e;
}

.features-read-more:active{
    color:#7e7e7e;
}

.features-read-more:hover,
.features-read-more:hover .builder-view-demo {
    color:#fff;
    text-decoration: none;
    transition-duration: 0.4s;
}

.feature .builder-view-demo{
    padding-left: 10px;
    display: inline-block;
    overflow: hidden;
    height: 28px;
    line-height: 47px;
}

.feature .container{
    width: 1360px;
}

.feature-bottom{
    font-family: 'gotham-book', sans-serif;
    text-align:center;
    font-size:15px;
    width:200px;
    color:#fff;
    display:block;
    margin:90px auto 105px;
    text-decoration:none;
    padding-top:15px;
    padding-bottom:15px;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   background: #5130c7;
}

.feature-bottom:focus{
    color:#fff;
}

.feature-bottom:active{
    color:#fff;
}

.feature-bottom:hover{
    background-color:rgba(81, 48, 199, 0.63);
    color:#fff;
    font-size:15px;
    text-decoration:none;
    display: block;
    overflow: hidden;
    transition-duration: 0.4s;

}

.feature-box .builder-view-demo {
    transition: margin .4s;
}

.features-read-more:hover .builder-view-demo{
    margin-left: 5px;
}

.read-more-text{
    display: inline-block;
}

/***** HEADER-STYLE SECTION STYLE *****/
.header-style .container{
    width: 1535px;
}

.header-style{
    background-color: #f5f5f5;
}

.header-style-title {
    font-family: 'gotham-book', sans-serif;
    font-size: 36px;
    color: #394959;
    padding-bottom: 35px;
    padding-top: 105px;
    text-align: center;
    font-weight: 300;
}

.header-style-des{
    font-family: 'gotham-book', sans-serif;
    font-size:17px;
    color:#8193a8;
    padding-bottom: 135px;
    text-align: center;
    line-height:32px ;
    display: block;
    position: relative;
}

.header-style-des p{
    display: inline-block;
    max-width: 845px;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous{
    display:none;
}

.carousel-thumbnail{
    position: relative;
    width: 460px;
    height: 295px;
    margin-left: 20px;
    filter: blur(0px);
    transform: translateZ(0);
}

.carousel-cell img {
    width: 460px;
    height: 295px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: -2px 7px 42px -13px rgba(0,0,0,0.23);
    -moz-box-shadow: -2px 7px 42px -13px rgba(0,0,0,0.23);
    box-shadow: -2px 7px 42px -13px rgba(0,0,0,0.23);
}

.carousel-cell img.demo-image{
    z-index: 0;
}

.carousel-cell img.thumbnail-cover{
    z-index: 1;
    transition: opacity .5s;
}

.carousel-thumbnail:hover .thumbnail-cover{
    opacity: 0;
}

.carousel-cell {
    margin-bottom: 50px;
    margin-right: 25px;
}

.header-style-name {
    margin-top: 40px;
    text-align: center;
    font-family: 'gotham-book', sans-serif;
    font-size: 13px;
    color: #181818;
}

.shortcode-text-position.text-padding-top{
    padding-top: 160px;
}

.editor{
    overflow: hidden;
    display: flex;
    align-items: center;
}

.editor .macbook-image {
    padding-top: 0;
}

/***** LAST SECTION STYLE *****/
.last-section .container {
    max-width: 690px;
}

.last-section{
    width:100%;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    position: relative;
    background-position: center;
}

.last-section .container {
    z-index: 3;
}

section.last-section:before {
    content: '';
    background: rgba(0, 0, 0, 0.88);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

video.last-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
}
.last-section-title h4{
    font-weight: 300;
}
.last-section-title{
    font-family: 'gotham-book', sans-serif;

    font-size:36px;
    color:#fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 45px;
}

.last-section-des{
    font-family: 'gotham-book', sans-serif;
    font-size:17px;
    color:#d7d2ec;
    margin-bottom: 40px;
    text-align: center;
    line-height: 28px;
    display: block;
    position: relative;
    padding: 0 20px 0 20px;
}
.last-section-anim .buttons-container1 .intro-bottom1{
    color: #fff;
    margin-right:5px ;
}
.last-section-des p{
    text-align: center;
    display: inline-block;
    max-width: 660px;
}
.last-section .intro-bottom3{
    background-color: white;
    background-image: none;
    color: #8457ea;
    padding-top: 14px;
}
.last-section .intro-bottom1:hover{

    transition-duration: .3s;
    border:2px solid #fff;
}
.last-section .intro-bottom3:hover {
    background-color: #8457ea;
    color: white;
    transition-duration: .3s;
    top: 0;
}


.get-start:focus{
    color:#fff;
}

.get-start:active{
    color:#fff;
}

.buttons-container1 a {
    display: inline-block;
}
.buttons-container1{
    text-align: center !important;
}

.get-start{
    font-family: 'gotham-book', sans-serif;
    text-align:center;
    font-size:13px;
    text-transform: uppercase;
    width:180px;
    display:block;
    text-decoration:none;
    padding-top:17px;
    padding-bottom:15px;
    overflow: hidden;
    transition-duration: 0.4s;
    margin: 0 auto;
    background-color:rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color:#fff;
    border-radius: 3px;
}

.get-start:hover{
    background-color:#FFF;
    border: 1px solid #fff;
    color:#181818;
    display:block;
    text-decoration:none;
    overflow: hidden;
    transition-duration: 0.4s;
}

/*****FOOTER SECTION STYLE******/
.footer-container{
    width: 1037px;
}

footer {
    height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

footer div h3{
    padding-bottom: 25px;
    font-family: 'gotham-book', sans-serif;
    font-size: 16px;
    color:#394959;
}

footer ul li a{
    font-family: 'gotham-book', sans-serif;
    color: #8193a8;
    font-size: 15px;
}

footer ul{
    list-style: none;
}

footer li{
    margin-bottom: 10px;
}

.logo-footer{
    margin-bottom: 25px;
}

footer p{
    font-family: 'gotham-book', sans-serif;
    color: #8193a8;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;

}

.copy-right{
    font-family: 'gotham-book', sans-serif;
    color:#8193a8;
    font-size: 14px;
}

.macbook-video{
    position: absolute;
    left: 26%;
    /*top: 9%;*/
    width: 80.6%;
    object-position: top;
    height: 100%;
   /*box-shadow: 0 11px 35px -4px #b5b5b5;*/
}

.intro-image-responsive{
    height:100vh;
    z-index: 0;
    display: flex;
    align-items: center;
}

.macbook-image-real-size {
    position: relative;
}

body{
    overflow-x: hidden;
}

/***go to top button***/
.go-to-top {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    z-index: 100;
    background: url(media/imges/back-to-top-dark.png);
    line-height: 1;
    transition-duration: 0.5s;
}

.go-to-top:hover{
    transform: scale(1.04,1.04);
    transition-duration: 0.4s;
}

/*** ALL DEMOS PAGE STYLE ***/

.demos-image{
    background-image: url("media/imges/all-demos.jpg");
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    height: 600px;
}

.all-demos-title{
    text-align: center;
    color: #394959;
    font-family: 'gotham-book', sans-serif;
    font-size: 36px;
    padding-bottom: 25px;
    padding-top: 25px;
}

span.special-sort{
    position: relative;
}

.tab-contents {
    display: none;
}

.all-demos-des{
    text-align: center;
    color: #8193a8;
    font-family: 'gotham-book', sans-serif;
    font-size: 17px;
    line-height: 32Px;
}

.all-demos-templates{
    padding-top: 0;
}

.pinBox .templates-title{
    padding-top: 150px;
}

.all-demos-holder{
    padding-top: 130px;
}

li.layout-filter-title:hover span.bar {
    width: 100%;
}

.all-demos-templates {
    overflow: hidden;
    min-height: 100vh;
    background-color: white;
}


.all-demos-templates .demo-button{     color: #394959; }


/* sf plugin for mega menu */
/* MEGA MENU */
/*** ESSENTIAL STYLES ***/
.sf-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-mega-parents {
    position: absolute;
    background-color: inherit;
    width: 100%;
    height: 50%;
}

.sf-menu .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    /*right: -192px;*/
    z-index: 99;
    border: 1px solid #b2b6bd;
    background-color: rgba(255, 255, 255, 1);
    width: 1833px;
}

.sf-mega {
    padding: 27px;
    padding-left: 85px;
}

.sf-menu > li {
    float: left;
}

.sf-menu li:hover > .sf-mega {
    transition: all 0.1s ease-in;
}

.sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega {
    display: block;
}

.sf-menu > li > a {
    display: block;
    position: relative;
    height: 100%;
}

.sf-mega-section ul {
    display: block;
}

.one-sixth {
    float: left;
    width: calc(100% / 6 - 1em);
    padding: 0 1em 1em 0;
    margin-right: 1em;
}

.sf-mega-section ul {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.sf-mega-section ul li {
    background-color: transparent;
}

.sf-mega-section a {
    color: #8193a8 !important;
    text-transform: capitalize !important;
    font-size: 13px;
    padding: 10px;
    display: inline-block;
}

p.mega-section-heading {
    font-size: 12px;
    color: #394959;
    text-transform: uppercase;
    padding: 10px 10px 0 20px;
    font-weight: bold;
}

.fixed p.mega-section-heading {
    color: rgb(255, 255, 255);
}

.heading-bottom-line {
    margin-left: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    width: 80%;
    margin-bottom: 10px;
    display: none;
}

.mega-section-link-icon {
    display: inline-block;
    padding-left: 10px;
}

.mega-section-link-icon {
    font-size: 12px;
    color: rgb(129, 129, 129);
}

.sf-mega-section {
    margin-top: -15px;
    animation-duration: 1s;
    animation-name: fadeIn;
}

.sf-mega-section ul li a, .sf-mega-section ul li, .mega-section-link-icon {
    transition: all 0.3s ease-out;
    line-height: 35px;
}

.sf-mega-section ul li:hover a {
    color: #000 !important;
}

.sf-mega-section ul li:hover .mega-section-link-icon {
    color: #181818 !important;
    margin-left: 0;
}

.sf-mega-section ul li:hover {
    padding-left: 0;
}

li.megamenu a.exception {
    padding: 10px;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    *padding-right: 1em;
    padding-bottom: 24px;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(170, 170, 170, .5);
    transition: border 0.3s;
    display: none;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #1fb17c;
    /* IE8 fallback colour */
}

.sf-mega-section ul li{
    margin-left: 10px !important;
    margin-right: 0 !important;
    width: 188px;
}

/** test drive styles***/
.test-drive{
    height: 100vh;
    width: 100%;
    background: rgba(18, 18, 19, 0.96);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.hide-test-drive {
    opacity: 0;
    z-index: -1000;
    animation: fadeOut ;
    animation-duration: .3s;
}

.test-drive-container
{
    position: relative;
    width: 690px;
    background: white;
    display: flex;
    overflow: hidden;
    height:466px;
    animation-duration: .7s;
    visibility:hidden;
    border-radius: 22px;
}

.test-drive-close{
    cursor: pointer;
    color: white;
    align-self: flex-end;
    top: 32px;
    position: absolute;
    right: 40px;
    font-weight: 100;
    z-index: 99;
}

.test-drive-btn{
    text-align: center;
}
.test-drive-sec1-button {
    outline: 0;
    margin-top: 40px;
    color: white;
    width: 190px;
    height: 54px;
    border-radius: 50px;
    border: none;
    background-color: #5d36d6;
    letter-spacing: 1px;
    font-family:"gotham-book" ;
}
.active-sec .test-drive-sec1-button:hover{
    background-color: rgba(93, 54, 214, 0.77);
    transition-duration: .2s;
    color: #ffffff;
}
.test-drive-container form{
    display: flex;
    flex: 1 0 200%;
    position: relative;
}
.test-drive-sec1{
    flex: 0 1 100%;
    position: relative;
}
.test-drive-sec1 .test-drive-step{
    align-self: flex-start;
    padding-top: 21px;
    padding-left: 30px;
    font-family:"gotham-book" ;
    font-size: 12px;
}
.test-drive-sec1 .test-drive-header{
    padding-top: 77px;
    font-family: "gotham-bold";
    font-size: 33px;
    letter-spacing: -2px;
    align-self: center;
}
.test-drive-sec1 .test-drive-text{
    font-family: "gotham-book";
    font-size: 20px;
    text-align: center;
    align-self: center;
    padding: 12px 99px 24px 99px;
}
.test-drive-sec1  .test-drive-email{
    outline: 0;
    border: none;
    background-color: #efefef;
    width: 100%;
    font-family: "gotham-book";
    font-size: 15px;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
}
.test-drive-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.test-drive-content input[type=checkbox]{
    margin-top: 4px;
}

.test-drive-content .test-drive-checkbox{
    display: flex;
    padding-top: 21px;
    padding-left: 177px;
}

 .test-drive-second-row .test-drive-checkbox{
    display: flex;
    padding-top: 17px;
    padding-left: 68px;
}

.roundedOne {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
    margin-top: 4px;
}
.roundedOne label {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    font-weight: bold;
    background: #d6d6d6;
    border: 2px solid #d6d6d6;
    box-sizing: border-box;
}
.roundedOne input[type=checkbox]:checked + * {
    background: #562dd4;
    border: 4px solid #d6d6d6;
}

.test-drive-checkbox-label{
    padding-left: 9px;
    font-size: 15px;
    letter-spacing: 0px;
    font-family:"gotham-book" ;
    font-weight: 600;
    color: rgba(24, 24, 24, 0.85);
}
.test-drive-checkbox-label-sec1{
    font-size: 12px;
    padding-top: 3px;
}
.test-drive-email-validate , .test-drive-checkbox-validate , .test-drive-dropdown-validate{
    height: 7px;
    width: 7px;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    top: 23px;
    left: 127px;
    opacity: 0;
    transition: .3s;
}
.test-drive-privacy-validate{
    top: 279px;
}
.test-drive-checkbox-validate{
    right: 499px;
    top: 210px;
}

.test-drive-content .input-part{
    position: relative;
    padding: 0 154px;
}


.test-drive-sec2{
    flex: 0 1 100%;
    position: relative;
    opacity:0;
}


.test-drive-select{
    display: flex;
    flex-direction: column;
}

.test-drive-send-mail-png{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 79px;
}
.test-drive-send-mail{
    font-size: 20px;
    font-family: "gotham-book";
    font-weight: bold;
    padding: 17px 80px 18px 82px;
    text-align: center;
}
.test-drive-select-option{
    padding-top: 12px;
    outline: 0px;
    width: 100%;
    margin-top: 28px;
    align-self: center;
    font-family:"gotham-book" ;
    font-size: 14px;
    height: 46px;
    color: #7e7e7e;
    background-color: #f3f3f3;
    display: flex;
    padding-left: 16px;
    position: relative;
}

.roundedOne input{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
}
select option:checked:after {
    content: attr(title);
    background: #7e7e7e;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}

.dropbtn {
    cursor: pointer;
}

.dropdown {
    margin-left: 81px !important;
    margin-right: 81px;
    display: flex;
    justify-content: center;
}

.dropdown-content {
    border: 1px solid #b3b3b3;
    display: none;
    background-color: #f9f9f9;
    width: calc(100% - 162px);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 162px;
    left:81px;
    z-index: 10;
}

.dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    line-height: 6px;
}

.dropdown-content div:hover {
    background-color: #3b3b3b;
    color: white;
}
.dropdown-content:hover ~ .test-drive-select-option {
    border: 1px solid #b3b3b3;
}

/*.dropdown:hover .dropdown-content {*/
/*display: block ;*/
/*}*/

.new-features ol.flickity-page-dots {
    padding-right: 0;
}

.dropdown:hover .dropbtn {
    background-color: #f3f3f3;
}
.test-drive-select-option:hover{
    border:1px solid #b3b3b3;
}
.dropdown-content.display-block:hover {
    border: 1px solid #b3b3b3;
}

.test-drive-checkbox p{

}
.dropdown-content div{
    font-size: 14px;
    font-family:"gotham-book" ;
    font-weight: bold;
}
.test-drive-second-row{
    padding-left: 0;
}
.test-drive-png{
    height: 9px;
    align-self: center;
    position: absolute;
    right: 17px;
    bottom: 33%;
}

.display-block{
    display: block ;
}
.display-none{
    display: none;
}
.display-nonee{
    display: none ;
}
.popup-close-png{
    height: 12px;
}
.popup-ckeck{
    width: 16px;
    padding-bottom: 2px;
    padding-left: 2px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 1px solid black;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.test-drive-svg path{
    transition: stroke-dashoffset 0.5s ease-in-out,opacity 0.3s,fill 400ms,stroke 400ms!important;
    opacity:0!important;
}

.test-drive-svg path.path-animated{
    stroke-dashoffset : 0!important;
    opacity:1!important;
}

.test-drive-svg{
    stroke-width: 2px;
    height: 10px;
    enable-background: new 0 0 10 10;
    padding-left: 4px;
    padding-top: 0px;
    margin-bottom: 1px;
}

.active-in-responsive{
    display: none !important;
}
/*
 * Loaded for after popup

 */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-spin-clockwise {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-spin-clockwise.la-dark {
    color: #333;
}
.la-ball-spin-clockwise > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
    width: 32px;
    height: 32px;
}
.la-ball-spin-clockwise > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
    animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
    -moz-animation-delay: -.875s;
    -o-animation-delay: -.875s;
    animation-delay: -.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
    -moz-animation-delay: -.75s;
    -o-animation-delay: -.75s;
    animation-delay: -.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
    -moz-animation-delay: -.625s;
    -o-animation-delay: -.625s;
    animation-delay: -.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
    -moz-animation-delay: -.375s;
    -o-animation-delay: -.375s;
    animation-delay: -.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
    -moz-animation-delay: -.125s;
    -o-animation-delay: -.125s;
    animation-delay: -.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-spin-clockwise.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-spin-clockwise.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}
.la-ball-spin-clockwise.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-spin-clockwise.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-moz-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}
@-o-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
.la-ball-spin-clockwise{
    display: none;
}
.loading-test-drive-text{
    display: none;
    color: white;
    font-family: "gotham-book";
    font-size: 12px;
    padding-top: 40px;
    letter-spacing: 1px;

}
.test-dive-loaded{
    text-align: center;
    text-align: -webkit-center;
}
/*end of Loaded for after popup*/

/*test drive top bar*/
.test-drive-topbar{
    background-color: #fff;
    background-size:cover;
    text-align: center;
    padding: 18px 30px;
    min-height: 60px;
    color: #fff;
    font-family: 'gotham-thin', sans-serif;
    margin-top: -65px;
    -webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.195, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.190, 1.000, 0.195, 1.000);
    -o-transition: all 700ms cubic-bezier(0.190, 1.000, 0.195, 1.000);
    transition: all 700ms cubic-bezier(0.190, 1.000, 0.195, 1.000); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.195, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.195, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.195, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.195, 1.000); /* custom */
}
.test-drive-topbar span{
    color: rgba(0, 0, 0, 0.92);
    font-weight: bolder;
}
.show-topbar{margin-top: 0;}
.hide-topbar{margin-top: -65px}

.visible{
    visibility: visible!important;
    transition:all 650ms ease-in;

}

.block{
    display: block!important;
    transition:all 150ms ease-in;
}

/*.test-drive-topbar .container{*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
/*}*/

.test-drive-topbar .test-drive-link-topbar{
    color: #ff3391;
    margin-left: 15px;
    border-bottom: 1px solid;
    padding: 0 0 5px 0;
    font-family: "gotham-bold", sans-serif;
}
.test-drive-topbar .test-drive-link-topbar:hover{
    color: #ff5ca7;
}

.close-topbar{
    float: right;
    color: #000;
    padding: 3px;
    font-weight: 700;
}

.test-drive-link-topbar, .close-topbar{
    transition:all 150ms ease-in;
}

.close-topbar:hover {
    cursor: pointer;
    color:rgba(0, 0, 0, 0.7);!important;
}
/*end of test drive top bar*/



.test-drive-popup {
    display: none !important;
}

.new-features .flickity-enabled.is-draggable .flickity-viewport {
  
    min-height: 700px;
}

li.list-title {
    list-style: none;
    font-weight: bold;
    padding: 20px 0;
}