@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'DINCond';
    src: url('../fonts/DINCond-Regular.eot');
    src: url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINCond-Regular.woff2') format('woff2'),
        url('../fonts/DINCond-Regular.woff') format('woff'),
        url('../fonts/DINCond-Regular.ttf') format('truetype'),
        url('../fonts/DINCond-Regular.svg#DINCond-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body, html {
    font-family: 'Roboto', sans-serif!important;   
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}

a.btn_5.btn_green {
    background: green !important;
    border-color: green !important;
}
a.btn_5.btn_red {
    background: red !important;
    border-color: red !important;
}
@media screen and (max-width: 1100px) {
.feature_plays_inner button.ps-btn {
    font-size: 13px;
}  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
 
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}
.sec-1-page-about .head, .sec-2-page-about .head {
    margin-top: 0 !important;
}
}
  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #fec03a;
  outline: 1px solid #fec03a;
}
/*Scroll css End here*/

 
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
    font-family: 'DM Serif Display', serif !important;
}
body {
    background: #fff;
}
body, input, textarea {
    color: #303030;
    font-size: 12px;
    line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{padding: 60px 0 0;position: absolute;width: 100%;z-index: 999999999999;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{    max-width:100px;    margin:10px 0;  border-radius:100%; height:auto;    display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


 

 
body {
 background: #fff;
}body, input, textarea {
 color: #303030;font-size: 12px;line-height: 18px;
}img{ max-width:100%;height:auto;}body .padleft{ padding-left:0}body .padright{ padding-right:0}body .padtop{ padding-top:15px;}body .padbottom{ padding-bottom:15px; }body .nopad{ padding:0}section.section{ padding:50px 0;overflow:hidden;}
/*============================================================
  
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient {color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important;color: rgba(184,40,90,1) !important;background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important;color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important;color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important;color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important;color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important;color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111;}
.bg-secondary{background-color:#ccc;}
.bg-white{background-color:#fff;}
.bg-black{background-color:#000;}
.bg-grey{background-color:#ddd;}

.bg-gradient{background: rgba(184,40,90,1);background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1)));background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {border-radius: 20px;
}
.box-shadow {-webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);-moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{text-shadow: 2px 7px 7px #00000070;}
.hover02 {width: 300px !important;height: auto !important;-webkit-transition: 5s ease-in-out !important;transition: 5s ease-out !important;
}
.height-0 {height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;border-radius: 10px;background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;background-color: #026975 !important;box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;background-color: #1a1a1a !important;box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigationul li a {
    position:relative;z-index: 1;
}
.main-navigationul li a:hover {
    color: #91640F;
}
.main-navigationul li a:after {
    display: block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;width: 100%;height: 1px;content: '.';color: transparent;background: #F1C40F;visibility: none;opacity: 0;z-index: -1;
}
.main-navigationul li a:hover:after {
    opacity: 1;visibility: visible;height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {width: 0%;height: 1px;
    }
    50% {width: 100%;height: 1px;
    }
    100% {width: 100%;height: 100%;background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {width: 1px;top: 0;left: 0;bottom: 0;right: 0;margin: auto;height: 1px;z-index: -1;background: #eee;border-radius: 100%;
    }
    100% {background: #aaa;height: 5000%;width: 5000%;z-index: -1;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {-webkit-transform: translateY(0);transform: translateY(0);
    }
    5% {-webkit-transform: translateY(-30px);transform: translateY(-30px);
    }
    15% {-webkit-transform: translateY(-15px);transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {transform: translateY(0);
    }
    5% {transform: translateY(-30px);
    }
    15% {transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);
    }
    50% {-webkit-transform: translateY(-10px);transform: translateY(-10px);
    }
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);
    }
}

@keyframes float {
    0% {transform: translateY(0px);
    }
    50% {transform: translateY(-10px);
    }
    100% {transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {-webkit-transform: scale(0);transform: scale(0);
    }
    100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;
    }
}

@keyframes scaleout {
    0% {transform: scale(0);
    }
    100% {transform: scale(1);opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);
    }
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {transform: rotate(0deg);
    }
    100% {transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */section#services .photo {
    background-size: 100% 100%;width: 100%;transition: transform 0.5s ease-out 0s;height: 500px !important;transform: scale(1);transform-origin: 98.2677% 67.1556%;
}header{padding: 60px 0 0;position: absolute;width: 100%;z-index: 999999999999;}nav {position: relative;z-index: 999;width: 100%;}nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchforminput {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchforminput[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}div#container{ max-width:1140px;box-sizing:border-box;margin:0 auto;padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{text-align:right;margin:10px 0;}
.social_iconsul{ padding:0;margin:0;}
.social_iconsul li {display: inline-block;margin-right: 5px;}
.social_iconsul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px;height:32px;}
.social_iconsul li+li a {background: #55ACEE;}
.social_iconsul li+li+li a {background: #DC4B3E none;}
.social_iconsul li+li+li+li a {background: #E52D27;}
.social_iconsul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-groupbutton {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px;border:0;}
.filter-button-group {margin:10px 0;overflow:hidden;}
.filter-button-groupbutton:hover { background:#ccc;color:#000;}

.footer{margin:40px 0 20px;}
#back-top >a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider {display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slideimg{  max-width:100%;height:auto;box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slideimg {display: block;transition: all .25s ease;}
.slick-slide.slick-loadingimg {display: none;}
.slick-slide.draggingimg {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dotsli {list-style: none;display: inline-block;}
.slick-dotsbutton {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-activebutton {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-activeimg {border: 1px solid transparent}
.thumb-slider .slick-currentimg {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {position: relative;}
.searchtoggle {position: absolute;right: 11px;top: 11px;}
.searchtoggleimg{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {margin-right: -10px;}
.client .slick-slide{margin-right:10px;border:1px solid #ddd !important;padding:10px;box-sizing:border-box;text-align:center;}
.client .slick-prev{margin-right:10px;}
.client .slick-slideimg{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {padding: 0 10px;text-align: center;}
.testimonial .loopp{ max-width:800px;margin:0 auto;}
.testimonial .loop .picimg{ max-width:100px;margin:10px 0;border-radius:100%;height:auto;display:inline-block;}
.testimonial .loop .title{font-size:21px;font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service {margin-right:-10px;}
.service .slick-slide{margin-right:10px;}
.service .title{font-weight:700;margin:10px 0;font-size:18px;}
.service .slick-prev{margin-right:10px;}
.service .slick-next{margin-right:10px;right:40px;left:inherit;}
.service .slick-arrow{top:0;margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px;padding:0;margin:0;}
.tabs-menuli {height: 30px;line-height: 30px;display:inline-block;list-style:none;margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menuli.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menuli a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .currenta {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto;margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;font-family: 'Poppins', sans-serif;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px;padding:0;margin:0;float:left;}
.tabs-leftli {line-height: 30px;display:block;list-style:none;background: #ccc;border: 1px solid #d4d4d1;margin-bottom:10px;border-right:0;}
.tabs-leftli.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-leftli a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none;display:block; }
.tabs-left .currenta {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto;margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{margin:10px 0;padding:0;background:#ddd;padding:5px;}
.breadcrumbsli{ list-style:none;display:inline-block;padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#commentslabel {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {margin-left: 80px;}
#comments {background: #eee;padding: 20px;}
#commentsli {    list-style:none;}
#commentsol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container >h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{height:150px;width:100%;display:table;color:#fff;}
.inner-bannerh2{ margin:0;display:table-cell;vertical-align:middle;padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogsli {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogsli:last-child{ border:none;}
.blogsli h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogsli h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogsli h4 span strong{ display:block;font-size:26px;font-weight:normal;}
.blogsli a{ float:right;}
.blogsli .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogsli .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogsli .meta span.comments{ margin-left:10px;background:url('images/comments.png') no-repeat;}
.blogsli .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebarul{ padding:0;margin:0;}
.sidebarul li{ list-style:none;}
.sidebar-pro{border:1px solid #c2c2c2;padding: 0 !important;border-radius:5px;overflow:hidden;}
.sidebar-proh4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .catli{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .catli:hover{background: #b12224;}
.sidebar-pro .catli:hover a{color: #fff;}
.sidebar-pro .catli.current-cat{background: #b12224;}
.sidebar-pro .catli:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{margin-bottom:0;}
.sidebar-pro .catli a{ color:#424242;font-size:14px;}
.sidebar .recentli{border-bottom: 1px solid #c7c7c7;margin:5px 0;padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recentli h5{ margin-top:0;}
.sidebar .recentli:last-child{ border:none;}
.sidebarh4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recenth5{ color:#231f20;font-size:14px;margin-bottom:10px;}
.sidebar .recentp{ color:#6d6d6d;line-height:16px;}
.sidebar .recent .morea{ color:#258ef9;float:right;}
.sidebar .catli{border-bottom:1px solid #ddd;font-weight:600;margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{margin-top:10px;overflow:hidden;}
.blogs .title{margin:0;}
.blogssmall{ margin-bottom:10px;display:inline-block;color:#888;}
.sidebar .catli:last-child{ border:0;margin-bottom:0;padding-bottom:0;} 
.sidebar .catli a{ color:#424242;font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.paginationspan, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#fff;background: #555;}
.paginationa:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-headerul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: right;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
 
.menu-header >ul > li {display:inline-block;margin-left: 30px;}
.menu-header.align-center >ul {font-size: 0;text-align: center;}
.menu-header.align-center >ul > li {display: inline-block;float: none;}
.menu-header.align-centerul ul {text-align: left;}
.menu-header.align-right >ul > li {float: right;}
.menu-header >ul > li > a {padding: 0;font-size: 16px;letter-spacing: 1px;text-decoration: none;color: #fff;}
.menu-header >ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-headerul  ul::before {
    border-color: transparent transparent #000;border-style: solid;border-width: 10px;content: "";left: 20px;position: absolute;top: -20px;
}
.menu-headerul ul  ul::before { display:none;}
.menu-header >ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-headerul ul {position: absolute;left: -9999px;top: 30px;}
.menu-header.align-rightul ul {text-align: right;}
.menu-headerul ul li {height: 0;transition: all .25s ease;}
.menu-headerli:hover > ul {left: auto;}
.menu-header.align-rightli:hover > ul {left: auto;right: 0;}
.menu-headerli:hover > ul > li {height: auto;}
.menu-headerul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-rightul ul ul {margin-left: 0;margin-right: 100%;}
.menu-headerul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 16px 15px;width: 250px;font-size: 15px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;text-align: left;}
.menu-headerul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-headerul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-headerul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-rightul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-headerul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-rightul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-headerul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}



/*----------------------------------------Push Navigation---------------------------------*/div#menuoverlay { display: none; }a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s;display:none;}
.nav1a { color: #000; }
.nav1ul {margin: 0;padding: 0;background-color: #303030;}
.nav1ul li {display: inline-block;position: relative;}
.nav1ul li > a {display: inline-block;padding: 10px;}
.nav1ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{display:none;}
.nav1ul li ul li { display: block; }
.nav1ul li ul li a { display: block; }
.nav1ul li:hover > a {  color:#000;text-decoration:none; }
.nav1ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1ul li:hover ul { display: block; }
.nav1span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1ul li.open  span.marrow {border-left: 5px solid transparent;border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;outline-offset: 0!important;text-decoration:none !important;
}
a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{padding: 40px 0;
}

.error-pageh1{
    color: #414142;font-size: 40px;font-weight: 900;font-family: 'DM Serif Display', serif;

}
.error-pagep{
    font-family: 'DM Serif Display', serif;font-size: 16px;color: rgba(0, 0, 0, 0.75);font-weight: 400;line-height: 32px;font-family: 'DM Serif Display', serif;

}


/*default-page*/

.page-def{padding: 40px 0; 
}
.page-defh1{
    color: #414142;font-size: 50px;font-weight: 900;font-family: 'DM Serif Display', serif;text-transform: capitalize; 

}
.page-defh2{
    color: #414142;font-size: 40px;font-weight: 700;font-family: 'DM Serif Display', serif;text-transform: capitalize; 

}
.page-defh3{
    color: #414142;font-size: 35px;font-weight: 600;font-family: 'DM Serif Display', serif;text-transform: capitalize; 

}
.page-defh4{
    color: #414142;font-size: 30px;font-weight: 500;font-family: 'DM Serif Display', serif;

}
.page-defh5{
    color: #414142;font-size: 24px;font-weight: 400;font-family: 'DM Serif Display', serif;

}
.page-defh6{
    color: #414142;font-size: 20px;font-weight: 400;font-family: 'DM Serif Display', serif;

}
.page-defp{
    font-family: 'DM Serif Display', serif;font-size: 18px;color: rgba(0, 0, 0, 0.75);font-weight: 400;line-height: 32px; font-family: 'DM Serif Display', serif;

}span.wpcf7-spinner {
    position: absolute;
}


.wpcf7-not-valid {border-bottom: 4px solid #f00 !important;
}span.wpcf7-not-valid-tip {
    display: none !important;
}div.wpcf7-response-output{
    color: #000;
}html.open-menu body{
    position: fixed !important;
}

.sec-faq{padding: 30px 0;
}
.sec-faqh2{
    margin: 0 0 50px;
}
.sec-faq .set{position: relative;width: 100%;height: auto;border: 1px solid #8E8E8E;margin-bottom: 10px;padding: 20px;
}
.sec-faq .set >a{
    display: block;text-decoration: none;color: #333;font-size: 18px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;
}
.sec-faq .setp{
    margin:0;color: #333;font-size: 16px;
}
.sec-faq .seta.active {
    margin: 0;color: #FF173D;font-size: 18px;font-weight: 700;
}
.sec-faq .set .contentp{
    margin: 15px 0 0;
}
.sec-faq .set >a:before{ background:url(images/set-ar.png) no-repeat;float:right;content:"";height: 12px;margin: 6px 0 0;width: 13px;}
.sec-faq .set >a.active:before{background:url(images/set-ar-active.png) no-repeat;width: 16px;height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{padding: 30px 0;
}
.sec-faqh2{
    margin: 0 0 50px;
}
.sec-faq .set{position: relative;width: 100%;height: auto;border: 1px solid #8E8E8E;margin-bottom: 10px;padding: 20px;
}
.sec-faq .set >a{
    display: block;text-decoration: none;color: #333;font-size: 18px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;
}
.sec-faq .setp{
    margin:0;color: #333;font-size: 16px;
}
.sec-faq .seta.active {
    margin: 0;color: #FF173D;font-size: 18px;font-weight: 700;
}
.sec-faq .set .contentp{
    margin: 15px 0 0;
}
.sec-faq .set >a:before{ background:url(images/set-ar.png) no-repeat;float:right;content:"";height: 12px;margin: 6px 0 0;width: 13px;}
.sec-faq .set >a.active:before{background:url(images/set-ar-active.png) no-repeat;width: 16px;height: 3px; }
.sec-faq .set .content{display:none;}
/*contact form css*/
.sec-cta {padding: 80px 0;text-align: center;
}

.sec-cta .icon {width: 70px;height: 70px;margin: 0 auto;border-width: 1px;border-color: #38214a;border-style: solid;background-color: #38214a;border-radius: 50%;display: flex;align-items: center;justify-content: center;
}

.sec-cta .iconi {
    font-size: 25px;color: #fff;
}
.sec-ctah4 {
    font-size: 14px;line-height: 24px;color: #000000;font-weight: 700;text-transform: uppercase;margin: 15px auto;
}

.sec-cta .desc, .sec-cta .desca {
    font-size: 14px;line-height: 23px;color: #666666;display: block;
}

.sec-cta .desc {max-width: 80%;margin: 0 auto;
}
.sec-cta .map {padding: 80px 0;
}
.sec-cta .forminput, .sec-cta .form textarea {
    width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;
}

.sec-cta .forminput::placeholder, .sec-cta .form textarea::placeholder {
    font-size: 13px;line-height: 24px;font-weight: 400;color: #666666;
}

.sec-cta .forminput.wpcf7-form-control.wpcf7-submit {
    width: auto;font-size: 15px;font-weight: 700;color: #fff;background-color: #38214a;padding: 12px 40px;transition: .5s all ease-in-out;text-transform: capitalize;border: none;
}

.sec-cta .form {margin-top: 50px;
}

.sec-find-job {padding: 80px 0;
}

.sec-find-job .head {margin-bottom: 60px;
}

.sec-find-job .headh3 {
    font-size: 25px;font-weight: 700;color: #000;
}

.sec-find-job .find-job-form {}

.sec-find-job .find-job-forminput {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-form .wpcf7-form-control.wpcf7-select {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-forminput[type=submit] {
    font-size: 15px;font-weight: 700;color: #fff;background-color: #38214a;padding: 12px 40px;transition: .5s all ease-in-out;text-transform: capitalize;border: none;width: auto;text-align: center;margin: 0 auto;
}


.sec-buss {padding: 110px 0;
}

.sec-buss .pic {}

.sec-buss .picimg {
    width: 100%;height: 350px;
}

.sec-buss .disc {}

.sec-buss .discp {
    font-size: 15px;font-weight: 300;color: #7f7f7f;margin-bottom: 40px;
}

.sec-buss .main {display: flex;align-items: center;
}

.sec-buss .disch2 {
    font-size: 46px;font-weight: 900;color: #464646;margin: 0 0 30px;
}
.sec-cta .forminput.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;background-color: #8b6cc6;
}



.front-page {height: 100vh;background-position: center;background-size: cover;background-repeat: no-repeat;overflow: hidden;
}

.front-page .head {text-align: center;margin-top: 5%;
}

.front-page .headh3 {
    font-size: 28px;font-weight: 100;color: #fff;background-color: #101056;margin: 0 28%;padding: 10px 0;
}

.front-page .head .disc{
    
}

.front-page .head .disch2 {
    margin: 0 9% 0;font-size: 80px;font-weight: 100;color: #fff;margin-top: 25%;border: solid 1px #fff;padding: 20px 0;text-transform: uppercase;
}

.front-page .headh2 span {
    font-weight: 700;
}

.front-page .head .enter-website {margin-top: 50px;
}

.front-page .head .enter-websitea {
    font-size: 24px;font-weight: 300;color: #fff;text-transform: uppercase;padding: 15px 50px;background-color: #c7900a;border-radius: 50px;border: 2px #c7900a solid;transition: .5s all ease-in-out;
}

.page-id-7 .header {display: none;
}

.page-id-7nav.nav {
    display: none;
}

.page-id-7header {
    display: none;
}

.page-id-7 .footer {display: none;
}

.page-id-7footer {
    display: none;
}body.home {
    height: 100vh;overflow: hidden;
}


.page-id-7section.cop {
    display: none;
}

.front-page .head .enter-websitea:hover {
    transition: .5s all ease-in-out;background: #fff;color: #c7900a;
}
.page-id-2 .inner-banner {display: none;
}

.page-id-2section.section{
   display: none;  
}


.banner{
  
}

.banner .bg-img{height: 100vh;background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;background-attachment: fixed;
}

.banner .head{padding-top: 18%;padding-left: 12%;
}

.banner .headh5{
  margin: 0 0 20px;font-size: 20px;font-weight: 400;color: #eaa911;text-transform: uppercase;
}

.banner .headh1{
  margin: 0 0 20px;font-size: 78px;font-weight: 700;color: #fff;padding-right: 55%;line-height: 100px;position: relative;
}

.banner .head .link{position: absolute;bottom: 11%;left: 46%;right: 0;margin: auto;
}

.banner .heada{
  font-size: 15px;font-weight: 500;color: #fff;text-transform: uppercase;letter-spacing: 2px;position: relative;
}

.banner .head .play{position: absolute;bottom: 5%;right: 5%;margin: auto;background-color: rgb(45 39 43 / 60%);border-radius: 50%;height: 70px;width: 70px;display: flex;align-items: center;justify-content: center;
}

.banner .head .playimg{}

.row.main {display: flex;align-items: center;
}

.get {text-align: center;
}

.geta {
    font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;background-color: #283B63;padding: 12px 30px;border-radius: 50px;
}

.banner .headh1:before {
    content: '';position: absolute;bottom: -50px;left: 0;height: 8px;width: 220px;background-color: #fff;display: inline-block;
}

.banner .heada:before {
    content: '';position: absolute;top: 40px;left: 0;right: 0;margin: auto;
    background-image: url(../images/arrow-down.png);width: 21px;height: 45px;
}

.banner .head .play:before {
    content: '';position: absolute;top: -10px;left: -10px;height: 90px;width: 90px;background: transparent;border: solid 1px #fff;border-radius: 50%;
}

.sec-our-guid-path{height: 803px;background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

.sec-our-guid-path .head{margin-top: 10%;margin-left: 16%;
}

.sec-our-guid-path .headh4{
  margin: 0 0 20px;font-size: 18px;font-weight: 500;color: #283B63;text-transform: uppercase;
}

.sec-our-guid-path .headp{
  font-size: 18px;font-weight: 500;color: #000;line-height: 30px;padding-right: 10%;
}

.sec-our-guid-path .headp span{
  font-size: 70px;font-weight: 500;color: #000;position: relative;float: left;padding-right: 10px;margin-bottom: 40px;margin-top: 20px;
}


.sec-our-guid-path .headp span:before {
    content: '';position: absolute;bottom: -25px;left: 0;height: 3px;width: 82%;background-color: #eaa911;
}

.sec-our-promise{height: 968px;background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

.sec-our-promise .head{text-align: center;margin: 120px 0 70px;
}

.sec-our-promise .headh2{
  margin: 0 0 20px;font-size: 56px;font-weight: 500;color: #fff;
}

.sec-our-promise .headp{
  font-size: 16px;font-weight: 400;color: #fff;line-height: 28px;padding: 0 17%;
}

.sec-our-promise .audio{
  
}

.sec-our-promise .audio {text-align: center;
}

.sec-our-promise .last-botom{text-align: center;margin-top: 60px;
}

.sec-our-promise .last-botomh2{
  margin: 0 0 20px;font-size: 36px;font-weight: 400;color: #fff;
}

.sec-our-promise .last-botomp{
  font-size: 16px;font-weight: 400;color: #fff;line-height: 28px;padding: 0 17%;
}

.sec-our-promise .last-botom .subscribe{display: inline-block;margin-top: 40px;
}

.sec-our-promise .last-botom .subscribea{
  font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;background-color: #283B63;padding: 12px 30px;border-radius: 50px;border: solid 1px #283B63;margin-right: 10px;
}

.sec-our-promise .last-botom .get{display: inline-block;margin-top: 40px;
}

.sec-our-promise .last-botom .geta{
  background: transparent;border: solid 1px #fff;padding: 12px 40px;
}

.sec-our-promise .audioaudio {
    width: 70%;margin-bottom: 10px;
}

.sec-our-promise .last-botom .geta:hover {
    color: #fff;
}


.sec-our-gh-tech{height: 1000px;background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

.sec-our-gh-tech .head{margin-top: 150px;
}

.sec-our-gh-tech .headh2{
  font-size: 46px;font-weight: 700;color: #000;margin: 0 0 20px;padding-right: 10%;
}

.sec-our-gh-tech .headh2 span{
  font-size: 36px;
}

.sec-our-gh-tech .headp{
  font-size: 16px;font-weight: 400;color: #000000;line-height: 28px;
}

.sec-our-gh-tech .head .view{margin-top: 50px;
}

.sec-our-gh-tech .head .viewa{
  font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;background-color: #eaa911;padding: 12px 30px;border-radius: 50px;border: solid 1px #eaa911;
}

.sec-deep-dive{height: 1060px;background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

.sec-deep-dive .head-top{
  
}

.sec-deep-dive .head-toph2{
  margin: 90px 0 40px;font-size: 100px;font-weight: 400;color: #ce991b;font-family: 'Dancing Script', cursive;
}

.sec-deep-dive .head{
  
}

.sec-deep-dive .headh5{
  margin: 0 0 50px;font-size: 15px;font-weight: 600;color: #000;
}

.sec-deep-dive .headh2{
  margin: 0 0 20px;font-size: 36px;font-weight: 200;text-transform: uppercase;font-style: italic;
}

.sec-deep-dive .headp{
  margin: 0;font-size: 16px;font-weight: 400;color: #000;line-height: 30px;
}

.sec-deep-dive .head .start{margin-top: 50px;
}

.sec-deep-dive .head .starta{
  font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;background-color: #283B63;padding: 12px 30px;border-radius: 50px;border: solid 1px #283B63;margin-right: 10px;
}

.sec-get-guided{height: auto;background-size: cover;background-position: center;background-repeat: no-repeat;
}

.sec-get-guided .head{height: 528px;background-size: contain;background-position: center;background-repeat: no-repeat;
}

.sec-get-guided .headh2{
  margin: 0px 0 20px;font-size: 50px;font-weight: 700;color: #fff;padding-top: 130px;padding-left: 20%;
}

.sec-get-guided .headh3{
  margin: 0 0 0;font-size: 40px;font-weight: 300;color: #fff;padding-left: 20%;
}

.sec-get-guided .main {margin-top: 10%;}


.row.last-foter {display: flex;align-items: center;margin: 80px 200px 0;border-top: solid 1px #3b3d47;padding-top: 80px;
}

.row.last-foter .footer-logo {}

.row.last-foter .footer-logoimg {}

.row.last-foter .footer-logo .copy {margin-top: 20px;
}

.row.last-foter .footer-logo .copyp {
    font-size: 15px;font-weight: 400;color: #fff;padding-right: 30%;
}

.row.last-foter .footer-logo .copyp a {
    font-weight: 600;color: #fff;
}

.row.last-foter .social {text-align: right;
}

.row.last-foter .socialul {
    padding: 0;list-style: none;margin: 0;
}

.row.last-foter .socialul li {
    display: inline-block;margin-right: 7px;
}

.row.last-foter .socialul li a {
    font-size: 20px;color: #fff;background-color: #283B63;height: 40px;width: 40px;display: flex;align-items: center;justify-content: center;border-radius: 50%;
}input#esfpx_email_f8d360b13db7a {
    padding: 20px 20px;border-radius: 50px;border: none;width: 30%;background-color: rgb(33 40 50 / 70%);font-size: 15px;font-weight: 300;font-style: italic;margin-left: 20%;margin-top: 2%;
}input[type="submit"] {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #ce991b;
    border: none;
    padding: 10px 23px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: auto;
    width: auto !important;
    border: 0 !important;
};line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: right;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
 
.menu-header > ul > li {display:inline-block;margin-left: 30px;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 0;font-size: 16px;letter-spacing: 1px;text-decoration: none;color: #fff;line-height: 30px;text-transform: uppercase;padding: 0;font-size: 15px;letter-spacing: 1px;text-decoration: none;color: #fff;line-height: 30px;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #283B63;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;top: 30px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: auto;margin-left: -40px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {text-transform: uppercase;border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 16px 15px;width: 250px;font-size: 15px;text-decoration: none;font-weight: 400;background: #000;text-align: left;color: #fff;transition: .5s all ease-in-out;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}



/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'DM Serif Display', serif;
    

}
.error-page p{
    font-family: 'DM Serif Display', serif;
    

    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'DM Serif Display', serif;

    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'DM Serif Display', serif;

    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'DM Serif Display', serif;

    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'DM Serif Display', serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}
.page-def p{
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}
span.wpcf7-spinner {
    position: absolute;
}


.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #000;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}
/*contact form css*/
.sec-cta {
    padding: 80px 0;
    text-align: center;
}

.sec-cta .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #38214a;
    border-style: solid;
    background-color: #38214a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-cta .icon i {
    font-size: 25px;
    color: #fff;
}
.sec-cta h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto;
    font-family: 'DINCond', serif;
}

.sec-cta .desc, .sec-cta .desc a {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    display: block;
}

.sec-cta .desc {
    max-width: 80%;
    margin: 0 auto;
}
.sec-cta .map {
    padding: 80px 0;
}
.sec-cta .form input, .sec-cta .form textarea {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
    font-family: 'DINCond', serif;
}

.sec-cta .form input::placeholder, .sec-cta .form textarea::placeholder {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #38214a;
    padding: 12px 40px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
    border: none;
    margin-top: 90px;
    text-align: center;
    margin-left: 150px;
}

.sec-cta .form {
    margin-top: 50px;
}

.sec-find-job {
    padding: 80px 0;
}

.sec-find-job .head {
    margin-bottom: 60px;
}

.sec-find-job .head h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.sec-find-job .find-job-form {}

.sec-find-job .find-job-form input {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-form .wpcf7-form-control.wpcf7-select {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-form input[type=submit] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #38214a;
    padding: 12px 40px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
    border: none;
    width: auto;
    text-align: center;
    margin: 0 auto;
}


.sec-buss {
    padding: 110px 0;
}

.sec-buss .pic {}

.sec-buss .pic img {
    width: 100%;
    height: 350px;
}

.sec-buss .disc {}

.sec-buss .disc p {
    font-size: 15px;
    font-weight: 300;
    color: #7f7f7f;
    margin-bottom: 40px;
}

.sec-buss .main {
    display: flex;
    align-items: center;
}

.sec-buss .disc h2 {
    font-size: 46px;
    font-weight: 900;
    color: #464646;
    margin: 0 0 30px;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background-color: #8b6cc6;
}



.front-page {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.front-page .head {
    text-align: center;
    margin-top: 5%;
}

.front-page .head h3 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    background-color: #101056;
    margin: 0 28%;
    padding: 10px 0;
}

.front-page .head .disc{
    
}

.front-page .head .disc h2 {
    margin: 0 9% 0;
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    margin-top: 25%;
    border: solid 1px #fff;
    padding: 20px 0;
    text-transform: uppercase;
}

.front-page .head h2 span {
    font-weight: 700;
}

.front-page .head .enter-website {
    margin-top: 50px;
}

.front-page .head .enter-website a {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #c7900a;
    border-radius: 50px;
    border: 2px #c7900a solid;
    transition: .5s all ease-in-out;
}

.page-id-7 .header {
    display: none;
}

.page-id-7 nav.nav {
    display: none;
}

.page-id-7 header {
    display: none;
}

.page-id-7 .footer {
    display: none;
}

.page-id-7 footer {
    display: none;
}

body.home {
    height: 100vh;
    overflow: hidden;
}


.page-id-7 section.cop {
    display: none;
}

.front-page .head .enter-website a:hover {
    transition: .5s all ease-in-out;
    background: #fff;
    color: #c7900a;
}
.page-id-2 .inner-banner {
    display: none;
}

.page-id-2 section.section{
   display: none;  
}


.banner{
  
}

.banner .bg-img{
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.banner .head{
  padding-top: 18%;
  padding-left: 12%;
}

.banner .head h5{
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: #eaa911;
  text-transform: uppercase;
}

.banner .head h1{
  margin: 0 0 20px;
  font-size: 78px;
  font-weight: 700;
  color: #fff;
  padding-right: 55%;
  line-height: 100px;
  position: relative;
}

.banner .head .link{
  position: absolute;
  bottom: 11%;
  left: 46%;
  right: 0;
  margin: auto;
}

.banner .head a{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.banner .head .play{
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin: auto;
  background-color: rgb(45 39 43 / 60%);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .head .play img{}

.row.main {
    display: flex;
    align-items: center;
}

.header .get {
    text-align: center;
}

.header .get a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 12px 30px;
    border-radius: 50px;
}

.banner .head h1:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 8px;
    width: 220px;
    background-color: #fff;
    display: inline-block;
}

.banner .head a:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/arrow-down.png);
    width: 21px;
    height: 45px;
}

.banner .head .play:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    height: 90px;
    width: 90px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
}

.sec-our-guid-path{
  height: 803px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-our-guid-path .head{
  margin-top: 0;
  margin-left: 16%;
  padding-top: 10%;
}

.sec-our-guid-path .head h4{
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #283B63;
  text-transform: uppercase;
}

.sec-our-guid-path .head p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  padding-right: 10%;
}

.sec-our-guid-path .head p span{
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  position: relative;
  float: left;
  padding-right: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}


.sec-our-guid-path .head p span:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 3px;
    width: 82%;
    background-color: #eaa911;
}

.sec-our-promise{
  height: 968px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-our-promise .head{
  text-align: center;
  margin: 120px 0 70px;
  margin-top: 0;
  padding-top: 120px;
}

.sec-our-promise .head h2{
  margin: 0 0 20px;
  font-size: 56px;
  font-weight: 500;
  color: #fff;
}

.sec-our-promise .head p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  padding: 0 17%;
  font-family: 'Poppins', sans-serif;
}

.sec-our-promise .audio{
  
}

.sec-our-promise .audio {
  text-align: center;
}

.sec-our-promise .last-botom{
  text-align: center;
  margin-top: 60px;
}

.sec-our-promise .last-botom h2{
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.sec-our-promise .last-botom p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.sec-our-promise .last-botom .subscribe{
  display: inline-block;
  margin-top: 40px;
}

.sec-our-promise .last-botom .subscribe a{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #283B63;
  padding: 12px 30px;
  border-radius: 50px;
  border: solid 1px #283B63;
  margin-right: 10px;
}

.sec-our-promise .last-botom .get{
  display: inline-block;
  margin-top: 40px;
}

.sec-our-promise .last-botom .get a{
  background: transparent;
  border: solid 1px #fff;
  padding: 11px 40px;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.sec-our-promise .audio audio {
    width: 70%;
    margin-bottom: 10px;
}

.sec-our-promise .last-botom .get a:hover {
    color: #fff;
}


.sec-our-gh-tech{
  height: 1000px;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  width: 100%;
}

.sec-our-gh-tech .head{
  margin-top: 0;
  padding-top: 150px;
}

.sec-our-gh-tech .head h2{
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  padding-right: 10%;
}

.sec-our-gh-tech .head h2 span{
  font-size: 36px;
}

.sec-our-gh-tech .head p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}

.sec-our-gh-tech .head .view{
  margin-top: 50px;
}

.sec-our-gh-tech .head .view a{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #eaa911;
  padding: 12px 30px;
  border-radius: 50px;
  border: solid 1px #eaa911;
}

.sec-deep-dive{
  height: 1060px;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-deep-dive .head-top{
  
padding-top: 150px;
}

.sec-deep-dive .head-top h2{
  margin: 90px 0 40px;
  font-size: 100px;
  font-weight: 400;
  color: #ce991b;
  font-family: 'Dancing Script', cursive;
}

.sec-deep-dive .head{
  
}

.sec-deep-dive .head h5{
  margin: 0 0 50px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.sec-deep-dive .head h2{
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 200;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-family: 'DINCond', serif;
}

.sec-deep-dive .head p{
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}

.sec-deep-dive .head .start{
  margin-top: 50px;
}

.sec-deep-dive .head .start a{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #283B63;
  padding: 12px 30px;
  border-radius: 50px;
  border: solid 1px #283B63;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
}

.sec-get-guided{
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sec-get-guided .head{
  height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-get-guided .head h2{
  margin: 0px 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding-top: 0;
  padding-left: 20%;
}

.sec-get-guided .head h3{
  margin: 0 0 0;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  padding-left: 20%;
  /* font-family: 'DINCond', serif; */
}

.sec-get-guided .main {margin-top: 0;padding-top: 10%;}


.row.last-foter {
    display: flex;
    align-items: center;
    margin: 0px 200px 0;
    border-top: solid 1px #3b3d47;
    padding-top: 80px;
}

.row.last-foter .footer-logo {}

.row.last-foter .footer-logo img {}

.row.last-foter .footer-logo .copy {
    margin-top: 20px;
}

.row.last-foter .footer-logo .copy p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-right: 30%;
}

.row.last-foter .footer-logo .copy p a {
    font-weight: 600;
    color: #fff;
}

.row.last-foter .social {
    text-align: right;
}

.row.last-foter .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.row.last-foter .social ul li {
    display: inline-block;
    margin-right: 7px;
}

.row.last-foter .social ul li a {
    font-size: 20px;
    color: #fff;
    background-color: #283B63;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


input#esfpx_email_f8d360b13db7a {
    padding: 20px 20px;
    border-radius: 50px;
    border: none;
    width: 33%;
    background-color: rgb(33 40 50 / 70%);
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 20%;
    margin-top: 2%;
    color: #fff;
}

.es-form-field-container input[type="submit"] {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #ce991b;
    border: none;
    padding: 10px 23px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    top: -48px;
    left: 39.5%;
}

.menu-header ul ul li:hover > a, .menu-header ul ul li:hover a {
    background-color: #283B63;
    transition: .5s all ease-in-out;
}


.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set, .faq{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 60px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set, .faq{
    position: relative;
    width: 100%;
    height: auto;
    /* border: 1px solid #8E8E8E; */
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active, .faq a {
    margin: 0;
    color: #283B63 !important;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    border: 0;
    background-color: transparent !important;
}
.sec-faq .set .content p, .collapse{
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}


 .get a:hover {
    color: #fff;
}


.sec-1-page-about {
    height: 803px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sec-1-page-about .head {
    margin-top: 27%;
}

.sec-1-page-about .head h2 {
    margin: 0 0 20px;
    font-size: 56px;
    font-weight: 500;
    color: #fff;
}

.sec-1-page-about .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.sec-1-page-about {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 100px;
}

.sec-1-page-about .head {
    margin-top: 0;
    padding-top: 100px;
}

.sec-1-page-about .head h2 {
    margin: 0 0 20px;
    font-size: 56px;
    font-weight: 500;
    color: #fff;
}

.sec-1-page-about .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-2-page-about {
    height: 1003px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.sec-2-page-about .head {
    margin-top: 0;
    padding-top: 17%;
}

.sec-2-page-about .head h2 {
    margin: 0 0 20px;
    font-size: 56px;
    font-weight: 500;
    color: #fff;
}

.sec-2-page-about .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.sec-1-page-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.sec-2-page-about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}


.sec-1-page-Levelation {
    height: calc(100vh - 243px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-1-page-Levelation .head {
    margin-top: 0;
    text-align: center;
}

.sec-1-page-Levelation .head h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 0px;
}

.sec-1-page-Levelation .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-2-page-Levelation {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-2-page-Levelation .head {
    margin-top: 0;
}

.sec-2-page-Levelation .head h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    padding-right: 10%;
}

.sec-2-page-Levelation .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-2-page-Levelation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.sec-1-page-Levelation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}












.sec-3-page-Levelation {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-3-page-Levelation .head-top {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 0;
}

.sec-3-page-Levelation .head-top h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.sec-3-page-Levelation .head {}

.sec-3-page-Levelation .head h3 {}

.sec-3-page-Levelation .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-3-page-Levelation .head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    padding-right: 10%;
    font-family: 'DINCond', serif;
}
.sec-3-page-Levelation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.sec-4-page-Levelation {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.sec-4-page-Levelation .head-top {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 150px;
}

.sec-4-page-Levelation .head-top h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.sec-4-page-Levelation .head-top h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    font-family: 'DINCond', serif;
}

.sec-4-page-Levelation .head-top p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-4-page-Levelation .head {
    min-height: 230px;
    margin-bottom: 15px;
}

.sec-4-page-Levelation .head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-family: 'DINCond', serif;
}

.sec-4-page-Levelation .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-4-page-Levelation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}


.sec-testimonial {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-testimonial .head-top {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.sec-testimonial .head-top h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.sec-testimonial .head {
    text-align: center;
    height: auto;
    padding: 0 20%;
}

.sec-testimonial .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.sec-testimonial .head h5 {
    font-size: 22px;
    font-weight: 700;
    color: #283B63;
    margin: 30px 0 0px;
    font-family: 'Poppins', sans-serif;
}

.sec-testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
}


select#ExpirationMonth {
    width: 44%;
}

select#ExpirationYear {
    width: 45%;
}

.page-id-28 .inner-banner {
    margin-bottom: 50px;
}
#play i.fa {
    font-size: 30px;
    color: #fff;
}
a#button:before{
    display:none;
}
section.section.sec_inner_page.default_temp {
    background: url(../images/gh-tech-back.jpg) no-repeat;
    color: #fff;
}
section.section.sec_inner_page.default_temp {
    background: url(../images/gh-tech-back.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
section.section.sec_inner_page.default_temp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00000052;
    width: 100%;
    height: 100%;
}

section.section.sec_inner_page.default_temp .container {
    position: relative;
}

section.section.sec_inner_page.default_temp .container a {
    /* color: #fff; */
}
a.logout_btn {
    position: absolute;
    right: -150px;
    top: -12px;
}
#pmpro_account .pmpro_box h3 {
    margin-bottom: 20px !important;    font-weight: 700;
}
section.section.sec_inner_page.default_temp .container a {
    /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #283B63;
    padding: 12px 30px;
    border-radius: 50px;
    margin-top: 30px;
    width: 100% !important;
    display: block;
    border-radius: 6px !important;
    border: 1px solid #283B63;
    font-family: 'Poppins', sans-serif;
}
section.section.sec_inner_page.default_temp .container td a {
    background: transparent;
    color: #283B63;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 90%;
    min-height: 1.5rem;
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: transparent;
}
form.pmpro_form .lite {
    color: #fff !important;
}
input.pmpro_btn.pmpro_btn-submit {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 12px 30px;
    border-radius: 50px;
    border: 0;
}
.page-id-14 .sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #38214a;
    padding: 12px 40px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
    border: none;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
}
table.pmpro_table td a {
    padding-left: 0 !important;
}
input.pmpro_btn.pmpro_btn-cancel {
    color: #fff;
}
a.pmpro_a-print {
    background-size: 20px !important;
    padding: 12px 30px 12px 50px !important;
    background-position: 20px;
}
p.pmpro_actions_nav {
    padding-top: 50px;
}
div#pmpro_pricing_fields p {
    text-align: left !important;
}
#pmpro_form .pmpro_checkout h3 {
    margin: 1em 0 0 0;
    padding: 0;
    margin-bottom: 30px !important;
}
div#pmpro_account_loggedin {
    padding: 22px;
}
.page-id-28 .inner-banner {
    margin-bottom: 0;
}
section#customer-dash .box h3 {
    margin-bottom: 30px;
}
section#customer-dash .box video {
    width: 450px;
}
section#customer-dash .col-sm-12  {
    border-bottom: 1px solid #cccccc50; padding: 50px 0;  
}
section#customer-dash .col-sm-12:last-child {
    border: 0 !important;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    color: #fff;
}
.pmpro-login label {
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
}
.pmpro-checkout label {
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
}
.pmpro-checkout input[type=text], .pmpro-checkout input[type=email], .pmpro-checkout input[type=password], .pmpro-checkout select {
    border: 1px solid #fff !important;
    color: #fff !important;
}
.pmpro_submit hr {
    display: none;
}
.dashboard_sidebar a {
    border-radius: 0 !important;
    width: 100%;
    display: block;padding: 10px 30px !important;
    margin-top: 10px !important;
}
.dashboard_sidebar li {
    list-style: none;
    line-height: 30px;
    display: block;
    width: 100%;
}
.dashboard_sidebar ul {
    padding: 0;
    margin-right: 0;
}
.dashboard_sidebar {
    padding-top: 66px;
}
div#post-28 .pmpro_member_log_out {
    margin-top: 30px !important;
}
.price strong {
    font-size: 30px !important;
}
.menu-header ul ul li a {
    text-transform: capitalize;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 16px 15px;
    width: 325px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    background: #000;
    text-align: left;
    color: #fff;
    transition: .5s all ease-in-out;
}
.home iframe {
    width: 100%;
    height: 100vh;
}
.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}
section.front-page {
    background: transparent !important;
    position: absolute;
    top: 0;
    width: 100%;
}
section.front-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
}
section.front-page .container {
    position: relative;
    z-index: 9999;
}

.play:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    height: 90px;
    width: 90px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
}
.play {
    position: fixed !important;
    bottom: 5%;
    right: 5%;
    margin: auto;
    background-color: rgb(45 39 43 / 60%);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .play {
    display:none;
}
#audio_file {
    position: fixed;
    bottom: 150px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #c7900a;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #c7900a;
}
embed#audio_file_inner {
    position: absolute;
    left: -15px;
    top: -33px;
    z-index: 99999999999;
    width: 177px;
    height: 80px;
}
.banner-inner.fill video {
    width: 100%;
    height: 100%;
}
.sec-4-page-Levelation .head {
    min-height: 230px;
    margin-bottom: 50px;
}
 section.section.sec_inner_page.default_temp {
    background: url(../images/16366sivoe-foto-52.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.page-id-2 section.sec-our-gh-tech h2, .page-id-2 section.sec-our-gh-tech p {
    color: #fff !important;
}
.pmpro-login input[type=text], 
.pmpro-login input[type=email], .pmpro-login input[type=password], .pmpro-login select {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #eaa911;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.pmpro-login label {
    font-size: 16px;
    color: #eaa911;
    line-height: 30px;
}
.pmpro-login input[type="submit"]:hover {
    background: #eaa911 !important;
    color: #fff !important;
}
.pmpro-login input[type="submit"] {
    background: #283B63;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 15px 40px;
    border: none;
}
.pmpro-checkout input[type=text], .pmpro-checkout input[type=email], .pmpro-checkout input[type=password], .pmpro-checkout select {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #eaa911;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.pmpro-checkout label {
    font-size: 16px;
    color: #eaa911;
    line-height: 30px;
}
.pmpro-checkout input[type="submit"]:hover {
    background: #eaa911 !important;
    color: #fff !important;
}
.pmpro-checkout input[type="submit"] {
    background: #283B63;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px;
    padding: 15px 40px;
    border: none;
}
section.subscript {
    background: url(../images/ezgif.com-webp-to-jpg-1.jpg) no-repeat;
    background-size: cover;
    padding: 70px 125px;
}
.inner-banner h2 {
    margin-top: 150px;
    display: block;
    padding-bottom: 50px;
}
section.subscript .main_inner {
    text-align: center;
    padding: 10px;
    background: #fff url(../images/bg_pkg_bottom2.jpg) no-repeat;
    background-position: bottom;
    background-size: 100% 63%;
}
.pkg_title{
    font-size:24px;
    font-weight: 700;
    color:#000;
    margin: 40px 0 30px 0;
}
a.btn1.pmpro_btn-z.pmpro_btn-select-z {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    padding: 13px 44px;
    border-radius: 23px;
    margin: 30px 0;
    display: inline-block;
    color: #283B63;
    font-weight: 700;
    text-transform: uppercase;
}
.dollar_img:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #f4d488;
}
.dollar_img:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #f4d488;
}
.dollar_img {
    position: relative;
    margin-bottom: 50px;
}
section.subscript .main {
 
 
    padding: 15px;

    border: 1px solid #f4d488;
}
section.subscript .col-md-4:nth-child(1) {
    
}
section.subscript .col-md-4:nth-child(2) {
    margin: -150px 0 0 0;
}
section.subscript .col-md-4:nth-child(3) {
    
}
section.subscript .col-md-4 {
    width: 31%;
}
.subscript h3 {
    font-size: 56px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
    text-align: center;
    margin-bottom: 250px;
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
    text-align: center;
    margin-bottom: 250px;
}
section.subscript .container-fluid.nopad {
    width: 1350px;
}
.list p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding: 0 10px;
}
.price span {
    font-size: 26px;
    position: absolute;
    top: -5px;
    left: -20px;
}
.price {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin: 50px 0 30px 0;
    position: relative;
    display: inline-block;
}
.expiration_number_expiration_period {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    /* line-height: 24px; */
}
.list p:first-child {
    margin-bottom: 117px;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 36px;
}
section.subscript .col-md-4:nth-child(1) .list p:first-child{
    margin-bottom:80px;
}
section.subscript .col-md-4:nth-child(3) .list p:first-child{
    margin-bottom:126px;
}











@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}    
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
 
 
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
.logo{ text-align:center;}  
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
.aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
}
body{
    overflow-x: hidden !important;
}
.menu-header #menu-button{
    display: none;
}
.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
}
.open-menu body {
    position: fixed !important;
}
.menu-header #menu-button{
    display: none;
}
}
.banner-inner.fill {
    height: 100vh;
    overflow: hidden;
}
.row{
    display: block;
}
.sec-our-gh-tech .row {
    display: flex;
}
section.sec-deep-dive .row {
    display: flex;
}
section.subscript .row {
    display: flex;
}
section.sec-cta .row {
    display: flex;
}
 
section.sec-3-page-Levelation .row {
    display: flex;
}

section.sec-4-page-Levelation .row {
    display: flex;
}
 

section.sec-4-page-Levelation .row {
    display: flex;
}

section.sec-2-page-Levelation .row {
    display: flex;
}
.content {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #1F1F1E;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
a.collapsed {
    color: #000 !important;
    position: relative;
    width: 100%;
    text-align: left;
}
a.btn.btn-primary{
    position: relative;
    width: 100%;
    text-align: left;
    color: #EAC52D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'DINCond', serif;
    color: #EAC52D !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'DINCond', serif;
}
a.btn.btn-primary:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    background: url(../images/set-ar-active.png) no-repeat;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}
a.collapsed:before {
    content: "";
    background: url(../images/set-ar.png) no-repeat !important;
}
textarea {
    height: 130px;
}
form.pmpro_form label, #loginform label {
    font-weight: 700;
    display: block;
    margin: 0;
    text-align: left;
}
.pmpro-checkout label {
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
}
.es-form-field-container input[type="submit"] {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #ce991b;
    border: none;
    padding: 10px 23px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    /* top: -104px; */
    /* left: -122px; */
}
@media screen and (min-width: 1800px){
input#esfpx_email_f8d360b13db7a {
    width: 30%;
}
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.pmpro_actions_nav {
    text-align: center;
}
.sec-cta input {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
}
.coupon_discount_amount {
    margin-top: 30px;
}
a.btn1 {
    color: #000;
    font-size: 20px;
    margin-top: -14px;
    display: inline-block;
}
section.section.sec_inner_page.default_temp .row {
    display: flex;
}
.ps-widget__header img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #db0015;
    padding: 3px;
}

span.__cf_email__ {
    font-size: 16px;
    /* color: #000; */
    /* background: transparent !important; */
}

figure {
    text-align: center;
}

figure p {
    background: transparent !important;
}

section.section.sec_inner_page.default_temp .container p a {
    background: transparent;
    color: #fff !important;
    border: 0 !important;
    font-family: 'Poppins', sans-serif;
}

.ps-widget__header {
    text-align: center;
}

.ps-widget__content i.fa {
    width: 30px;
    font-size: 18px;
}

section.section.sec_inner_page.default_temp .container a:hover, 
section.section.sec_inner_page.default_temp .container li.active a {
    background: transparent;
    border: 1px solid #fff;
}

button.ps-btn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    margin-left: 15px;
}
figcaption {
    font-family: 'Poppins', sans-serif;
}
.alert.alert-info.pt-3.pb-3 {
    font-family: 'Poppins', sans-serif;
}
a.btn1.logout_btn {
    margin-top: -2px;
}
.banner .head h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #EAC52D;
    text-transform: uppercase;
    font-family: 'DINCond', serif;
}
.banner .head h1 {
    margin: 0 0 20px;
    font-size: 78px;
    font-weight: 700;
    color: #fff;
    padding-right: 0;
    line-height: 100px;
    position: relative;
    width: 500px;
}
.sec-deep-dive .head-top h2 {
    margin: 90px 0 40px;
    font-size: 100px;
    font-weight: 400;
    color: #EAC52D;
    font-family: 'Dancing Script', cursive;
}
.sec-deep-dive .head-top h2 {
    margin: 90px 0 40px;
    font-size: 98px;
    font-weight: 400;
    color: #EAC52D;
    font-family: 'Dancing Script', cursive;
}
section#about:before,
.sec-our-promise:before,
.sec-our-gh-tech:before,
.sec-deep-dive:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000090;
    z-index: 1;
}

.sec-our-guid-path .container,
.sec-our-promise .container,
.sec-our-gh-tech .container,
.sec-deep-dive .container {
    position: relative;
    z-index: 9;
}
.sec-our-guid-path,
.sec-our-promise,
.sec-our-gh-tech,
.sec-deep-dive {
    position: relative;
}
.sec-faq .set > a {
    display: block;
    text-decoration: none;
    color: #1F1F1E;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'DINCond', serif;
    font-weight: 700;
}
.sec-faq .set .content p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #1F1F1E;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.sec-faq .set a.active {
    margin: 0;
    color: #EAC52D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'DINCond', serif;
}
.header .get a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 12px 30px;
    border-radius: 50px;
}
section.section.sec_inner_page.default_temp .container span.sidebar-edit a {
    border: 0 !important;
    background: transparent !important;
}
.form-group.submit {
    margin-top: 20px;
}
.pmpro-login input[type=text], .pmpro-login input[type=email], .pmpro-login input[type=password], .pmpro-login select {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #eaa911;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.feature_plays_inner .tab-content {
    display: block;
    padding-left: 0;
}
.feature_plays_inner ul li{
    margin-right: 10px;
    border: 0;
}
.feature_plays_inner .nav-tabs {
    border-bottom: 0;
}
.feature_plays_inner ul li a.active {
    background: transparent !important;
    border: 1px solid #fff !important;
}
.tab_inner {
    margin: 20px 0;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 50px 0;
}
.sec-our-guid-path .head p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    padding-right: 10%;
    font-family: 'Poppins', sans-serif;
}
.sec-our-guid-path .head h4 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #6040C9;
    text-transform: uppercase;
    font-family: 'DINCond', serif;
}
.sec-our-promise .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.sec-our-gh-tech .head p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.sec-our-gh-tech .head .view a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #EAC52D;
    padding: 12px 30px;
    border-radius: 50px;
    border: solid 1px #EAC52D;
    font-family: 'Poppins', sans-serif;
}
.pkg_title {
    font-size: 24px;
    font-weight: 700;
    color: #1F1F1E;
    margin: 40px 0 30px 0;
    font-family: 'DINCond', serif;
}
a.btn1.pmpro_btn-z.pmpro_btn-select-z {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    padding: 13px 44px;
    border-radius: 23px;
    margin: 30px 0;
    display: inline-block;
    color: #3944eb;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.sec-deep-dive .head .start a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 12px 30px;
    border-radius: 50px;
    border: solid 1px #283B63;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'DINCond', serif; */
}
.es-form-field-container input[type="submit"] {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #EAC52D;
    border: none;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}
.row.last-foter .footer-logo .copy p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-right: 30%;
    font-family: 'Poppins', sans-serif;
}
.list p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
}
.hidden{
    display: none !important;
}
.sec-faq .set a.active {
    margin: 0;
    color: #EAC52D;
    font-size: 18px;
    font-weight: 700;
    font-family: 'DINCond', serif;
}
.sec-faq .set .content p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #1F1F1E;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
a.btn.btn-primary.collapsed {
    display: block;
    text-decoration: none;
    color: #1F1F1E !important;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'DINCond', serif;
    font-weight: 700;
}
.sec-1-page-Levelation .head p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}
.sec-cta .desc {
    max-width: 80%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
.sec-cta .desc, .sec-cta .desc a {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    display: block;
}
.sec-cta h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto;
    font-family: 'DINCond', serif;
}
.sec-cta .form input, .sec-cta .form textarea {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif !important;
}
.sec-cta .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #283B63;
    border-style: solid;
    background-color: #283B63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="submit"] {
    width: auto;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #38214a;
    padding: 12px 40px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
    border: none;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
}
p.login-remember span {
    float: left;
    display: inline-block;
    margin-top: -8px;
}
p.login-remember input {
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.pmpro_login_wrap ::-webkit-input-placeholder { /* Edge */
  color: #fff;    font-family: 'Poppins', sans-serif;
}

.pmpro_login_wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;    font-family: 'Poppins', sans-serif;
}

.pmpro_login_wrap ::placeholder {
  color: #fff;    font-family: 'Poppins', sans-serif;
}
.row.cls-media-header span {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    padding-left: 15px;
    padding-bottom: 10px;
}
.row.cls-media-header h3 {
    margin-left: 15px;
    text-transform: capitalize;
}
.cls-comments {
    display: none;
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    color: #fff;
}
section.section.sec_inner_page.default_temp .container p a {
    background: transparent;
    color: #fff !important;
    border: 0 !important;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    width: auto !important;
}
.login-remember+p.pmpro_actions_nav {
    padding-top: 0;
}
.const-showcase-container .card {
    background: transparent;
    border: 0;
}
.form-control {
    background: transparent !important;
}
button#gUMbtn {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 10px 40px;
    border-radius: 50px;
}
button#start {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 10px 40px;
    border-radius: 50px;
}
button#stop {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 10px 40px;
    border-radius: 50px;
}
.form-group input.form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

.form-group input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

.form-group input.form-control::placeholder {
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}
.form-group input.form-control {
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}
.feature_plays_inner .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
    background: transparent !important;
    border: 0;
}
.feature_plays_inner .tab-content h3 {
    padding-top: 75px;
    margin-bottom: 40px;
}
.feature_plays_inner .tabs-menu {
    height: 30px;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}
.ps-form__header {
    margin-bottom: 30px;
}
.feature_plays_inner button.ps-btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 12px 40px;
    border-radius: 50px;
    border: 0;
    margin-left: 15px;
    font-family: 'Poppins', sans-serif !important;
}
.feature_plays_inner ul li {
    margin-right: 10px;
    border: 0;
    font-family: 'Poppins', sans-serif !important;
}
button {
    cursor: pointer;
}
.feature_plays_inner form {
    padding-top: 80px;
}
label {
    font-family: 'Poppins', sans-serif !important;
}
section.subscript .main_inner {
    background-position: bottom;
    background-position: 0px 350px;
    background-size: 100% 73%;
}
.sec-testimonial .head h5 {
    font-size: 22px;
    font-weight: 700;
    color: #3944eb;
    margin: 30px 0 0px;
    font-family: 'DINCond', serif;
}
.front-page .head h3 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    background-color: #101056;
    margin: 0 28%;
    padding: 10px 0;
    font-family: 'DINCond', serif;
}
.front-page .head .enter-website a {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #c7900a;
    border-radius: 50px;
    border: 2px #c7900a solid;
    transition: .5s all ease-in-out;
    font-family: 'DINCond', serif;
}
body.home-page header.header {
    background: #00000050;
    padding: 20px 0;
}
section.sec-cta.checkout_form .form-group input.form-control {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
}
section.sec-cta.checkout_form .form-group input.form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

section.sec-cta.checkout_form .form-group input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

section.sec-cta.checkout_form .form-group input.form-control::placeholder {
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}



section.sec-cta.checkout_form .form-group .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

section.sec-cta.checkout_form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}

section.sec-cta.checkout_form .form-group .form-control::placeholder {
  color: #fff;    font-family: 'Poppins', sans-serif !important;
}
video+.buttons {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    transition: all ease .5s;
    z-index: 9;
}
video+.buttons button {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #EAC52D;
    height: 90px;
    text-align: center;
    width: 90px;
    font-size: 30px;
    height: 90px;
}
section.sec-cta.checkout_form,
section.section.sec-cta.form-section{
    background: url(../images/16366sivoe-foto-52.jpg) no-repeat !important;
    color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-attachment: fixed !important;
    position: relative;
}
section.section.sec-cta.form-section a {
    color: #fff;
}
span.sidebar-edit i.fa.fa-pencil {
    position: absolute;
    top: 0;
    right: 40%;
    margin-top: 10px;
}
.ps-widget__header {
    position: relative;
}
video#video-streaming {
    width: 100%;
    height: auto;
}
div#tabs-container .tab-content {
    max-width: 100%;
    padding: 0;
}
div#tabs-container .tab {
    width: 100%;
}
section.section.sec_inner_page.default_temp .container p a {
    width: auto !important;
    margin-top: 0 !important;
}
.card-title {
    font-family: 'poppin', serif !important;
}
.card-body ul.arrow-list {
    padding-left: 15px;
}
.feature_plays_inner button.ps-btn {
    font-family: 'Poppins', sans-serif !important;
}
.card-header h4 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
}
input#choose-thumbnail-id {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 14px 40px;
    border-radius: 50px;
    width: auto;
    padding-right: 0;
}
.card.mb-4.cs-subscription-plans {
    border: 1px solid #00000050 !important;
}
label.label_for_chose_file{
  display: inline-block;
  background-color: indigo;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 14px 40px;
    border-radius: 50px;
}
.form-control {
  color: #fff !important;
}
.banner-inner.fill video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
a.btn1{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background-color: #283B63 !important;
    padding: 10px 40px !important;
    border-radius: 50px !important;
}
.row.const-upload-source {
    margin-left: 0px;
}
label.custom-file-label {
    opacity: 0;
}
input#choose-media-id {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background-color: #283B63 !important;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    opacity: 1;
    height: auto;
    padding-right: 0 !important;
}
.input-group-prepend {
    display: none;
}
.header .get a.btn1 {
    padding: 10px 35px !important;
}
section.section.sec_inner_page.default_temp .container a.btn2 {
    width: auto !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}
section.section.sec_inner_page.default_temp .container .btn_2 a {
    width: auto !important;
    display: inline-block;
    cursor: pointer;
}
.video_thumbnail.col-sm-7,
.doc_thumbnail.col-sm-7 {
    height: 400px;
    position: relative;
    text-align: center;
    background-size: cover !important;
}
a.btn2 .fa-play,
a.btn2 .fa-download {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    font-size: 22px;
    color: #cfc77e;
    border: 3px solid #cfc77e;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: 0 auto;
}
@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}
section.subscript .col-md-4:nth-child(1) .list p:first-child {
    margin-bottom: 120px;
}
.menu-header ul ul li a {
    background: #283B63;
}
section#about:before, .sec-our-promise:before, 
.sec-our-gh-tech:before, .sec-deep-dive:before{
    display:none;
}
.sec-our-promise .head h2 {
    color: #000;
}
.sec-our-promise .head p {
    color: #000;
}
.sec-our-promise .last-botom h2 {
    color: #000;
}
.sec-our-promise .last-botom p {
    color: #000;
}
.sec-deep-dive .head h5 {
    color: #000;
}
.sec-deep-dive .head p {
    color: #000;
}
.sec-deep-dive .head h2 {
    color: #000;
}
section.subscript div#tabs-container .tab {
    background: transparent !important;
    border: 0;
}
section.subscript {
    display: flow-root;
    width: 100%;
    text-align: center;
}

section.subscript ul.tabs-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 12px 30px;
    width: 100% !important;
    border-radius: 6px !important;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
}
section.subscript ul.tabs-menu li.current a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #283B63;
    padding: 12px 30px;
    width: 100% !important;
    border-radius: 6px !important;
    border: 1px solid #283B63;
    font-family: 'Poppins', sans-serif;
}
section.subscript .tabs-menu li {
    border: 0; background: transparent;
}
section.subscript .tabs-menu li.current{
    background: transparent;
    border: 0;
}
.feature_plays_inner .nav-tabs a.active.show {
    background: #283B63 !important;
    border: 1px solid #283B63 !important;
}
a.btn_5 {
    padding: 12px 15px !important;
    background: #283B63 !important;
    color: #fff !important;    margin-top: 0 !important;
}
.col-sm-4.dashboard_sidebar {
    max-width: 30% !important;
    flex: 0 0 30% !important;
}
.col-sm-4.dashboard_sidebar + .col-sm-8 {
    max-width: 70% !important;
    flex: 0 0 70% !important;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-family: 'Poppins', sans-serif;
}
.table th {
    font-size: 13px;
}
table.table.table-striped tr td:last-child, table.table.table-striped tr th:last-child {
    width: 22% !important;
}
.price {
    font-size: 35px;
}
.price span.small {
    font-size: 15px;
    left: auto;
    right: auto;
    position: relative;
}
.pkg_title span.mt-3.badge.badge-pill.badge-warning {
    display: none;
}
.ps-widget__header span.mt-2.badge.badge-pill.badge-warning {
    display: none;
}
label.label_gender {
    font-size: 16px;
    margin-right: 10px;
}
div#personal-details-tab label {
    font-size: 16px;
    margin-top: 15px;
}
div#personal-details-tab input[type="text"],
div#personal-details-tab input[type="date"], 
div#personal-details-tab input[type="email"], 
div#personal-details-tab input[type="password"], 
div#personal-details-tab select {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
    color: #fff;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif !important;
}
div#personal-details-tab select {
    padding: 0 20px;
    height: 48px;
}
div#personal-details-tab select option {
    color: #000;
}
section.subscript .main_inner {
    background-size: 100% 80%;
}
.rpw {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
section.section.sec_inner_page.default_temp .row.const-video-url {
    margin-left: 0px;    width: 100%;
}
section.section.sec_inner_page.default_temp .row.const-video-url input.form-control.form-control-sm {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
}
@media screen and (max-width:1400px){
    .front-page .head .disc h2 {
   font-size: 70px;
}
.header .get a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #3944eb;
    padding: 10px 20px;
    border-radius: 50px;
}
a.logout_btn {
    position: absolute;
    right: -46px;
    top: -8px;
}
section.subscript .col-md-4:nth-child(2) {
    margin: -150px 0 0 0;
}
section.subscript {
    padding: 70px 50px;
}
input#esfpx_email_f8d360b13db7a {
     width: 32%;
}
.front-page .head h3 {
    font-size: 20px;
}
.front-page .head .disc h2 {
    font-size: 55px;
}
section.subscript .container-fluid.nopad {
    width: 100%;
}
.price {
    font-size: 28px;
}
.sec-deep-dive {
    height: auto;
    background-attachment: fixed !important;
    padding-bottom: 100px;
}
input#esfpx_email_f8d360b13db7a {
    width: 34%;
}
section.sec-testimonial div.slick-track {
    width: 100% !important;
}

section.sec-testimonial .slick-initialized .slick-slide {
    display: block;
    width: 100% !important;
}
}
@media screen and (min-width:1100px) and (max-width:1400px){
.header .get {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -27px;
    width: 181px;
    right: 50px;
}
header.header .get a.btn1 {
    padding: 10px 15px !important;
    margin-top: 0;
    font-size: 13px !important;
}
.header .get a.btn1:last-child{
    margin-top: 8px;
}
}

@media screen and (max-width:1300px){
.feature_plays_inner button.ps-btn {
    font-size: 13px;
}
.banner-inner.fill video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
section.front-page {
    display: flex;
    align-items: center;
}
 section.subscript {
    padding: 70px 10px;
}
.sec-3-page-Levelation .head-top {
    margin-bottom: 30px;
}
section.sec-3-page-Levelation {
    padding: 100px 0 !important;
    height: auto;
}
section.sec-4-page-Levelation {
    height: auto;
    padding: 100px 0;
}
input#esfpx_email_f8d360b13db7a {
    width: 33%;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0;
    margin-left: 0;
}
.sec-our-gh-tech,
.sec-our-guid-path,
.sec-1-page-about,
.sec-2-page-about{
    height: auto;
    padding-bottom: 100px;
}
.sec-1-page-about .head,
.sec-2-page-about .head{
    margin-top: 100px;
}
.front-page .head .disc h2 {
    font-size: 45px;
    padding: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
body {
    overflow-x: hidden;
}
input#esfpx_email_f8d360b13db7a {
    width: 40% !important;
}
.header .get a.btn1 {
    padding: 10px 25px !important;
    margin-top: 5px;
    font-size: 16px !important;
}
}
@media screen and (max-width:1100px){

.front-page .head .disc h2 {
    font-size: 40px;    
}
.front-page .head h3 {
    margin: 0 8%;
}
.menu-header > ul > li {
    display: inline-block;
    margin-left: 12px;
}
header.header .col-sm-7 {
    padding: 0;
}
header.header .col-sm-2 {
    padding: 0;
}
.header .get a {
    font-size: 10px;
    padding: 10px 14px;
}
a.logout_btn {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
}
.banner .head h1 {
    margin: 0 0 20px;
    font-size: 78px;
    font-weight: 700;
    color: #fff;
    padding-right: 0;
    line-height: 100px;
    position: relative;
}
section.subscript .container-fluid.nopad {
    width: 100%;
}
section.subscript .col-md-4 {
    width: 33.33%;
}
section.subscript .main {
    padding: 0;
    border: 0;
}
section.subscript {
    padding: 70px 5px;
}
input#esfpx_email_f8d360b13db7a {
    width: 37%;
}
.row.last-foter {
    display: flex;
    align-items: center;
    margin: 0px 0px 0;
    border-top: solid 1px #3b3d47;
    padding-top: 50px;
}
.sec-1-page-Levelation {
    height: auto;
    padding: 100px 0;
}
section.sec-2-page-Levelation {
    height: auto;
    padding: 100px 0;
}
.sec-2-page-Levelation .head h2 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    padding-right: 10%;
}
.sec-3-page-Levelation {
    height: auto;
    padding: 100px 0;
}
.sec-4-page-Levelation {
    height: auto;
    padding: 100px 0;
}
.sec-4-page-Levelation .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    height: 134px;
}
.sec-testimonial {
    height: auto;
    padding: 100px 0;
}
.sec-get-guided .head {
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-cross span {
    background: #fff !important;
}
.page-id-24 input#esfpx_email_f8d360b13db7a {
    width: 50%;
}
.page-id-24.pmpro-checkout .es-form-field-container input[type="submit"] {
    left: 88px !important;
}
}
@media screen and (min-width:700px) and  (max-width:800px)  {
    .page-id-24.pmpro-checkout .es-form-field-container input[type="submit"] {
    left: -10px !important;
}
.page-id-24 input#esfpx_email_f8d360b13db7a {
    width: 100%;
}
.dashboard_sidebar ul {
    padding: 0;
    margin-right: 0;
}
.logo img {
    max-height: 120px !important;
    width: auto;
}
}

@media screen and (max-width:800px)  {
section.subscript .row {
    display: block;
}
section.subscript .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
}
section.subscript .main_inner {
    text-align: center;
    padding: 10px;
    background: #fff url(../images/bg_pkg_bottom2.jpg) no-repeat;
    background-position: bottom;
    background-size: 100% 66% !important;
}
section.subscript .col-md-4:nth-child(1) .main_inner{
    background-size: 100% 55% !important;
}
.sec-deep-dive .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
header.header .col-sm-3 {
    max-width: 100%;
}
.col-sm-4.dashboard_sidebar {
    max-width: 43% !important;
    flex: 0 0 43% !important;
}
.col-sm-4.dashboard_sidebar+.col-sm-8 {
    max-width: 57% !important;
    flex: 0 0 57% !important;
}
section.section.sec_inner_page.default_temp .container {
    position: relative;
    padding: 0;
}
.video_thumbnail.col-sm-7, .doc_thumbnail.col-sm-7 {
    height: 180px;
    position: relative;
    text-align: center;
    background-size: cover !important;
    width: 100% !important;
    display: block;
}
a.btn2 .fa-play, a.btn2 .fa-download {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    font-size: 22px;
    color: #cfc77e;
    border: 3px solid #cfc77e;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
}
.feature_plays_inner .row .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}    
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
 
 
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
.logo{ text-align:center;}  
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
.aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
}
body{
    overflow-x: hidden !important;
}
.menu-header #menu-button{
    display: none;
}
.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
}
.open-menu body {
    position: fixed !important;
}
.menu-header #menu-button{
    display: none;
}
.row.main {
    display: flex;
    align-items: center;
    display: block;
}
.logo img {
    max-height: 160px;
    width: auto;
}
header.header .col-sm-3 {
    width: 100%;
}
.header .get {
    text-align: center;
    display: none;
}
a#hamburg {
    position: fixed;
    z-index: 9999999;
    background: #3944eb;
}
header {
    z-index: 9;
}
html.open-menu nav.nav1 {
    background: #fff;z-index: 9999999;
}
html.open-menu nav.nav1 .container {
    width: 100%;
}
.banner .head {
    padding-top: 300px;
}
.banner .bg-img {
    height: 750px;
}
.sec-our-guid-path {
    height: auto;
    padding-bottom: 50px;
}
.sec-our-gh-tech {
    height: auto;
    padding-bottom: 100px;
}
.sec-our-gh-tech .head h2 {
    font-size: 26px;
}
section.subscript .col-md-4 {
    width: 100%;
}
section.subscript {
    padding: 70px 25px;
}
.subscript h3 {
    margin-bottom: 50px;
}
section.subscript .main_inner {
    text-align: center;
    padding: 10px;
    background: #fff url(../images/bg_pkg_bottom2.jpg) no-repeat;
    background-position: bottom;
    background-size: 100% 60%;
}
section.subscript .main {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}
section.subscript .col-md-4:nth-child(2) {
    margin: 0;
}
.sec-deep-dive .col-sm-6 {
    width: 100%;
}
.sec-deep-dive {
    height: auto;
    padding-bottom: 100px;
    color: #fff;
}
.sec-deep-dive .head p {
    color: #fff;
}
input#esfpx_email_f8d360b13db7a {
    padding: 20px 20px;
    border-radius: 50px;
    border: none;
    width: 100%;
    background-color: rgb(33 40 50 / 70%);
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 0;
    margin-top: 2%;
    color: #fff;
}
.es-form-field-container input[type="submit"] {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #ce991b;
    border: none;
    padding: 10px 23px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    top: -62px;
    left: auto;
    right: 12px !important;
    float: right;
}
.sec-get-guided .head h2 {
    margin: 0px 0 20px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-top: 0;
    padding-left: 0;
}
.sec-get-guided .head h3 {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    padding-left: 0;
}
.sec-get-guided .head {
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.row.last-foter .footer-logo .copy p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-right: 0;
}
header {
    z-index: 9;padding-top:10px;
}
.sec-2-page-Levelation .head h2 {
    font-size: 33px;
  
}
.sec-4-page-Levelation .head {
    min-height: 280px;
    margin-bottom: 50px;
}
form.pmpro_form .pmpro_btn, .pmpro_login_wrap #loginform input[type=submit] {
    display: block;
    width: auto;
}
form.pmpro_form .pmpro_btn, .pmpro_login_wrap #loginform input[type=submit] {
    display: block;
    width: auto !important;
}
.page-id-24 section.section.sec_inner_page.default_temp .container a {
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
}
input#esfpx_email_f8d360b13db7a {
    width: 100% !important;
    margin-bottom: 15px;
}
div#es_form_f1-n1 {
    padding-right: 30px;
}
}
@media screen and (max-width:700px){
.form-group.submit button.ps-btn {
    margin-left: 0;
    margin-bottom: 10px;
}
.post-28.page.type-page  {
    padding: 0 15px;
}
section.section.sec-cta.form-section a.btn-href.ml-3 {
    clear: both;
    display: block;
}
section.sec-cta.checkout_form .col-sm-8.text-left, section.sec-cta.checkout_form .col-sm-4.text-right {
    text-align: center !important;
}
.front-page .head h3 {
    margin: 0;
    font-size: 13px;
    margin-top: 65px;
}
.front-page .head .disc h2 {
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
}
.front-page .head .enter-website a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #c7900a;
    border-radius: 50px;
    border: 2px #c7900a solid;
    transition: .5s all ease-in-out;
}
.logo img {
    max-height: 50px;
    width: auto;
}
header {
    padding: 10px 0 0;
}
.banner .head {
    padding-top: 100px;
}
.banner .head h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    padding-right: 0;
    line-height: 50px;
    position: relative;
}
.banner .bg-img {
    height: 350px;
}
.banner .head h1:before,
.banner .head .link {
    display: none;
}
.sec-our-guid-path .head {
    margin-top: 0;
    margin-left: 0;
    padding: 50px 20px;
}
.sec-our-guid-path .head p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    padding-right: 0;
}
.sec-our-promise .head h2 {
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
}
.sec-our-promise .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 0;
}
.sec-our-promise .audio audio {
    width: 100%;
    margin-bottom: 10px;
}
.sec-our-promise .last-botom p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 0;
}
.sec-our-gh-tech .head h2 span {
    font-size: 25px;
}
.sec-our-promise .head {
    text-align: center;
    margin: 70px 0;
}
.subscript h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
    text-align: center;
    margin-bottom: 250px;    margin-top: 0;
}
.list p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding: 0;
}
section.subscript .col-md-4 {
    width: 100%;
    padding: 0;
}
.sec-deep-dive .head-top h2 {
    margin: 40px 0;
    font-size: 41px;
    font-weight: 400;
    color: #fff;
    font-family: 'Dancing Script', cursive;
}
.sec-deep-dive .head h5 {
    margin: 0 0 50px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.sec-get-guided .head h3 {
    margin: 0 0 0;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    padding-left: 0;
}
.sec-get-guided .head h2 {
    margin: 0px 0 20px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-top: 0;
    padding-left: 0;
}
.row.last-foter {
    display: flex;
    align-items: center;
    margin: 0px 0px 0;
    border-top: solid 1px #3b3d47;
    padding-top: 50px;
    display: block;
    text-align: center;
}
.row.last-foter .social {
    text-align: center;
    margin-bottom: 10px;
}
.es-form-field-container input[type="submit"] {
    font-size: 12px;
}
.es-form-field-container input[type="submit"] {
    font-size: 12px;
    top: -50px;
    right: 4px !important;
}
input#esfpx_email_f8d360b13db7a {
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    width: 100%;
    background-color: rgb(33 40 50 / 70%);
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-left: 0;
    margin-top: 2%;
    color: #fff;
}
form[data-form-id="1"] .es-form-field-container {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding: 0 !important;
}
.get a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #3944eb;
    padding: 12px 10px;
    border-radius: 50px;
    display: block;
    margin-top: 10px;
}
i.fa.fa-chevron-down {
    display: none;
}
.inner-banner h2 {
    margin-top: 100px;
    display: block;
    padding-bottom: 50px;
    font-size: 20px;
}
section.sec-faq {
    padding: 50px 20px;
}
.sec-faq .set > a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-2-page-Levelation .head h2 {
    font-size: 28px;
 
}
.sec-3-page-Levelation .head-top h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
.sec-3-page-Levelation .head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    padding-right: 0;
}
.sec-3-page-Levelation .head {
    padding: 0 25px;
    margin-bottom: 30px;
}
.sec-4-page-Levelation .head-top h2 {
    font-size: 28px;
}
.sec-4-page-Levelation .head-top h4 {
    font-size: 17px;
    
}
.sec-4-page-Levelation .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    height: auto;
}
.sec-testimonial .head-top h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.sec-testimonial .head {
    text-align: center;
    height: auto;
    padding: 0;
}
.subscript > h3 {
    margin-bottom: 30px;
    margin-top: 0;
}
.sec-2-page-about .head h2,
.sec-1-page-about .head h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.sec-1-page-about {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0;
}
.sec-2-page-about {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0;
}
.sec-cta .icon {
    margin-top: 30px;
}
.sec-cta {
    padding: 50px 0;
    text-align: center;
}
.sec-cta .form input, .sec-cta .form textarea {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #38214a;
    padding: 12px 40px;
    transition: .5s all ease-in-out;
    text-transform: capitalize;
    border: none;
    margin-top: 0;
    text-align: center;
    margin-left: 0;
}
section.section.sec_inner_page.default_temp .container a {
    /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #3944eb;
    padding: 12px 25px;
    border-radius: 50px;
    margin-top: 30px;
}
.page-id-28 .es-form-field-container input[type="submit"] {
    font-size: 12px;
    top: -85px;
    right: 4px !important;
}
form.pmpro_form .pmpro_btn, .pmpro_login_wrap #loginform input[type=submit] {
    display: block;
    width: 100%;
    font-size: 14px;
}
.page-id-24 input#esfpx_email_f8d360b13db7a {
    width: 100%;
}
.page-id-24.pmpro-checkout .es-form-field-container input[type="submit"] {
    left: -6px !important;
    margin-top: 48px;
    font-size: 12px;
}
section#customer-dash .box video {
    width: 100%;
}
iframe {
    width: 100%;
}
section.front-page .container-fluid, section.front-page .col-sm-12 {
    padding: 0 !important;
    /* margin: 0 !important; */
    width: 90%;
    left: 5%;
}
.sec-our-guid-path, .sec-our-promise, .sec-our-gh-tech, .sec-deep-dive {
    position: relative;
    height: auto;
    padding-bottom: 50px;
}
.sec-our-gh-tech .head {
    margin-top: 0;
    padding-top: 50px;
}
.subscript div#tabs-container .tab-content h3 {
    margin: 50px 0;    font-size: 23px;
}
.tabs-menu {
    height: auto;
    padding: 0;
    margin: 0;
}
.tabs-menu li {
    height: auto;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
section.subscript ul.tabs-menu li a {
    font-size: 12px;
    padding: 13px 22px;
}
.list p:first-child {
    padding: 0;
}
section.subscript .main_inner {
    background-size: 100% 70% !important;
}
.price {
    font-size: 24px;
}
.sec-deep-dive .head-top {
    padding-top: 0;
}
.sec-deep-dive .head-top h2 {
    margin-top: 0;
}
.sec-deep-dive .head h2 {
    color: #fff;
}
input#esfpx_email_f8d360b13db7a {
    width: 100% !important;
    margin-bottom: 10px;
}
.banner .head h1 {
    display: table-cell;
}
.sec-our-promise .head {
    text-align: center;
    margin: 0 0;
}
.subscript div#tabs-container .tab-content h3 span {
    font-size: 23px !important;
}
.sec-1-page-about .head {
    margin-top: 0;
    padding-top: 0px;
}
.col-sm-4.dashboard_sidebar {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.col-sm-4.dashboard_sidebar+.col-sm-8 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.feature_plays_inner {
    padding: 0 15px;
}
.feature_plays_inner .nav-tabs {
    border-bottom: 0;
    padding-left: 15px;
}
table.table.table-responsive {
    margin: 0 15px !important;
}
section.section.sec_inner_page.default_temp .container a.btn_5 {
    text-align: center;
}
.feature_plays_inner button.ps-btn {
    font-size: 12px;
}
section.subscript div#tab-2 .col-md-4:nth-child(1) .main_inner {
    background-size: 100% 72% !important;
}
.pkg_title {
    line-height: 26px;
}
section.subscript div#tab-2 .col-md-4:nth-child(2) .main_inner {
    background-size: 100% 80% !important;
}
.banner .bg-img {
    background-size: cover !important;
}
.front-page .head h3 {
    margin-top: -65px !important;
}
.front-page .head {
    text-align: center;
    margin-top: -50px;
}
.front-page .head .disc {
    margin-top: 50px !important;
    padding-top: 50px;
}
.faq .btn {
    white-space: break-spaces;
}
.faq .btn {
    white-space: break-spaces;
}
.faq a.btn.btn-primary:before {
    right: 0;
}
.sec-our-guid-path, .sec-our-promise, .sec-our-gh-tech, .sec-deep-dive {
    background-size: cover !important;
}
}
@media screen and (max-width: 800px) {
    nav.nav1 {
    display: block;
}
.feature_plays_inner button.ps-btn {
    font-size: 13px;
}
section.section.sec_inner_page.default_temp .container a.btn_5 {
    text-align: center;
}
input#choose-thumbnail-id {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background-color: #283B63;
    padding: 14px 40px;
    border-radius: 50px;
    width: 100%;
    padding-right: 0;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
    html.open-menu nav.nav1 {
    z-index: 99;
}
.nav1 ul li a {
    font-size: 15px;
}
.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
    top: 10px;
    right: 4px;
    font-family: 'Poppins';
}
.nav1 ul li a .fa {
    display: inherit;
}
.nav1 ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav1 ul li a {
    padding: 5px 0;
}
}
@media screen and (min-width:1100px){
    .list p:first-child {
    text-align: center !important;
}
.list p {
    text-align: justify !important;
}
.banner .bg-img {
    background-size: cover !important;
}
.sec-our-guid-path, .sec-our-promise, .sec-our-gh-tech, .sec-deep-dive {
    position: relative;
    background-attachment: fixed !important;
}
.sec-our-guid-path, .sec-our-promise, .sec-our-gh-tech, .sec-deep-dive {
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
}
}