@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('../fonts/ProximaNovaA-Light.eot');
    src: url('../fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Light.woff') format('woff'),
        url('../fonts/ProximaNovaA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Cn Lt';
    src: url('../fonts/ProximaNovaCond-Light.eot');
    src: url('../fonts/ProximaNovaCond-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaCond-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Light.woff') format('woff'),
        url('../fonts/ProximaNovaCond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	font-family: 'Proxima Nova Alt Lt';
}
body div {
    margin-bottom: 0;
}
body .fa {
    font-family: FontAwesome;
    font-weight: normal;
}
a, a:link {
    color: #ea6203;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #000;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}
h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 15px!important;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

b, strong {
    font-family: 'Proxima Nova Rg';
}
pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 15px;
}
.edn-notify-bar .edn-container .edn-template-wrap {
    background-image: url(../images/ad-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.adbaner {
    display: flex;
    align-items: center;
    width: 98%;
    max-width: 1080px;
    margin: 0 auto;
}

.edn_middle_content {
    text-align: center;
    padding: 0 !important;
}

/*body.home #wrapper {
    padding-top: 80px;
}
body.home #wrapper header#header {
    top: 80px;
}*/
.adbaner > img {
    width: 60%;
}
.adbaner a {
    background: transparent !important;
    width: 40%;
}
.adbaner a img {
    width: 100%;
}
body .vc_section {
    padding-top: 25px!important;
    padding-bottom: 25px;
}
.container {
    max-width: 1090px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.home.admin-bar header#header {
    top: 0px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0;
}
.header-inner #header-widget {
    margin: 0 0 0!important;
}
#social ul {
    float: none;
    margin: 0;
    width: 100%;
    text-align: right;
    display: block;
}
#social li {
    float: none;
    margin: 0;
    display: inline-block;
}
#social ul li a {
    color: #ea6203;
    font-size: 34px;
    display: inline-block;
    width: 30px;
    height: 29px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
    background-repeat: no-repeat;
}
#social ul li a.v-facebook {
    background-image: url(../images/facebook-icon.png);
}

#social ul li a.v-twitter {
    background-image: url(../images/twitter-icon.png);
}

#social ul li a.v-youtube {
    background-image: url(../images/youtube-icon.png);
}
#social ul li a:hover {
    background-color: transparent;
    background-position: 0 bottom;
}
.customer-login a {
    text-transform: uppercase;
    text-decoration: none;
}

.customer-login {
    text-align: right;
    display: flex;
    margin: 10px 0 0;
    width: 100%;
    align-items: center;
}

.customer-login .search-btn {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    margin-right: 8px;
}
.customer-login a:hover{
    color: #fff
}

.popup-search {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    padding: 30px;
    justify-content: center;
    box-sizing: border-box;
}
.popup-search.show{
    display: flex;
}

.popup-search .search-close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}

.popup-search form div {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.popup-search form div input {
    border: none!important;
    width: 100%;
    padding: 10px;
}

.popup-search div {
    width: 100%;
    text-align: center;
}

.popup-search form div input#searchsubmit {
    width: auto;
    border-radius: 0px;
}
a#menuToggle {
    margin-left: 5px;
    cursor: pointer;
    display: none;
}
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ea6203;
    border-radius: 3px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
#menuToggle:hover span{
    background: #fff;
}
.open-menu #menuToggle span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
    transform: rotate(45deg) translate(-2px, -2px);
    background: #fff;
    margin-bottom: 0;
}
.open-menu #menuToggle span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
}
.open-menu #menuToggle span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*div#nav-wrapper {
    background: #ea6203;
}*/

#nav-wrapper #nav {
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 5px;
    border-radius: 0;
}

#nav-wrapper #nav #main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: none;
}

#header #nav .menu li a {
    font-size: 19.5px;
    font-family: 'Proxima Nova Rg';
    padding: 6px 10px;
    line-height: normal;
    display: block;
    border-radius: 0;
    height: auto;
    text-transform: capitalize;
    text-shadow: 2px 2px 4px rgba(24, 24, 24, 0.75);
}

#header #nav .menu li a:hover {
    color: #ea6203;
    background: transparent!important;
}
#header #nav .menu li.menu-white a {
    background: #ea6203!important;
    border-radius: 4px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px 0;
    font-weight: bold;
}

#header #nav .menu li.menu-white a:hover {
    background: #000!important;
    color: #fff;
}
#header #nav li ul.sub-menu {
    top: 100%!important;
    padding: 10px 0;
    background: #414141;
    margin-top: -10px;
    border-top: 10px solid;
}

#header #nav .menu li ul a {
    padding: 6px 15px;
    font-size: 17px;
}

#header #nav .menu li ul a:hover {
    color: #ea6203;
}
#header #nav .show-mobile{
    display: none;
}
body .banner-section {
    padding-top: 215px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-section h2 {
    color: #fff;
    font-family: 'Proxima Nova Alt Lt';
    font-weight: 300;
}
.banner-section p {
    color: #fff;
    margin-bottom: 15px;
}
.banner-section .kgvid_wrapper {
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%!important;
    border: 3px solid #5a5958;
    border-radius: 3px;
}
.banner-section form{
    margin-bottom: 0;
}
.banner-section form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 8px;
}
.banner-section form p input {
    width: 49%;
    font-family: 'Proxima Nova Rg';
    height: auto;
    padding: 9px 10px;
}
.form-btn input {
    margin: 0;
    display: block;
    width: auto;
    background: #ea6203;
    border: none;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Nova Rg';
    letter-spacing: 0;
}
.form-btn input:hover {
    background: #fff;
    color: #ea6203;
}
body .wpb_button, 
body .wpb_content_element, 
body ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
#featured-section h5 {
    color: #848484;
    font-weight: bold;
}
#featured-section .wpls-logo-showcase {
    padding: 0 40px !important;
    margin: 0 !important;
    text-align: center;
    clear: both;
}

#featured-section .wpls-logo-showcase img.wp-post-image {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    max-width: 70%;
}

#featured-section .wpls-logo-showcase img.wp-post-image:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

#client-says p {
    font-family: "Raleway";
    line-height: 1.4;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 10px 0;
    color: #363636;
}
#client-says p a{
    color:#990e17;
}
#client-says p:last-child {
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
    font-size: 13px;
}

#client-says p:last-child strong {
    font-size: 20px;
}
#client-says .wpb_single_image {
    display: flex;
    align-items: flex-end;
    margin-bottom: 7px;
    justify-content: space-between;
}
#client-says .vc_single_image-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    padding: 0;
    margin-bottom: 0px;
}

#client-says .wpb_single_image:after {
    content: "";
    background-image: url(../images/star-image.png);
    background-repeat: no-repeat;
    display: block;
    width: 34%;
    height: 18px;
    background-size: 100% auto;
    padding-left: 2px;
    max-width: 90px;
}


#featured-product .panel > span {
    position: static;
    background: transparent;
    display: block;
    padding: 2%;
}

#featured-product .panel > span h4 {
    background: transparent;
    box-sizing: border-box;
    padding: 0;
    font-size: 17px;
    color: #363636;
    margin: 5px 0;
    font-weight: bold;
}

#featured-product .sa_hover_container {
    padding: 0!important;
    margin: 0 2% !important;
}

#featured-product .sa_hover_container img {
    padding: 0;
}

#featured-product .sa_hover_container h5{
    padding: 0;
    color: #363636;
    margin: 5px 0;
    font-weight: bold;
}
#featured-product .owl-item p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    color: #363636;
}
#featured-product .owl-carousel {
    padding: 0 20px;
    box-sizing: border-box;
}

#featured-product .autohide-arrows .owl-nav {
    display: block !important;
}
#featured-product .sa_owl_theme .owl-nav div, 
#featured-product .sa_owl_theme .owl-nav button {
    height: 35px !important;
    width: 35px !important;
}
#featured-product .sa_owl_theme .owl-nav .owl-prev {
    left: -10px;
    background-size: 10px auto!important;
}
#featured-product .sa_owl_theme .owl-nav .owl-next {
    right: -10px;
    background-size: 10px auto!important;
}
.world-leader p {
    color: #000;
    font-family: 'Proxima Nova Rg';
    line-height: normal;
    font-size: 14px;
}

.world-leader .wpb_single_image {
    margin: 10px 0;
}

.world-leader .wpb_single_image * {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.world-leader h5 a {
    color: #363636;
}

/*******footer css********/
#footer .container {
    padding: 2rem 15px;
}
.footer-top {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

#footer .footer-top ul#footer-nav-row li a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg';
    color: #000000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: normal;
    font-size: 12px;
}

#footer .footer-top ul#footer-nav-row li a:hover{
    color: #ea6203;
}

#footer .footer-top ul#footer-nav-row li {
    padding: 0 5px;
}

#footer .footer-top ul#footer-nav-row li ul.sub-menu a {
    font-weight: normal;
    text-transform: none;
}

#footer .footer-top .menu-item-15020 a {
    background: transparent!important;
}

.footer-meta-row.row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.footer-copyright {
    width: 62%;
}

@media screen and (max-width: 1080px){
   /* body.home #wrapper {
        padding-top: 4.3%;
    }
    body.home #wrapper header#header {
        top: 10%;
    }*/
}

@media screen and (max-width: 1040px){
    #header #nav .menu li a {
        font-size: 17.5px;
    }
}

@media screen and (max-width: 940px){
    .header-inner a.logo img {
        max-width: 280px;
        display: inline-block;
    }
    #header #nav .menu li a {
        font-size: 15.5px;
    }
    h2 {
        font-size: 30px;
    }
    h5 {
        font-size: 17px;
    }
    body, #client-says p {
        font-size: 14px;
        line-height: 1.4;
    }
    #client-says p:last-child strong {
        font-size: 18px;
    }
    .form-btn input {
        font-size: 18px;
    }
}


@media screen and (max-width: 840px){
    header#header {
        padding: 20px 0;
    }
    .header-inner a.logo img {
        max-width: 230px;
    }
    #header-widget div#social {
        display: none;
    }
    #header #nav .menu li a {
        font-size: 14.5px;
    }
    h2 {
        font-size: 26px;
    }
    h5 {
        font-size: 16px;
    }
    .form-btn input {
        font-size: 16px;
    }
    body .banner-section {
        padding-top: 165px !important;
    }
    .footer-meta-row.row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-branding {
        width: 100%;
        text-align: center;
    }
    .footer-copyright {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #footer .footer-top ul#footer-nav-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #footer .footer-top ul#footer-nav-row li {
        padding: 0 5px;
        width: 23%;
    }
    #footer .footer-top ul#footer-nav-row li ul.sub-menu {
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
    #footer .footer-top ul#footer-nav-row li.first {
        display: none;
    }
    
}
@media screen and (max-width: 767px){
	.page-id-14918 header#header {
       height:95px;
    }
	.page-id-14918 #content .entry #summit.top-banner h1 {
      font-size: 70px;
	  line-height: 60px;
     }
	 .page-id-14918 #content .entry #summit.top-banner h2 {
        font-size: 56px;
    }
     .page-id-14918 .top-banner {
     padding: 30px 0 40px;
    }
    .customer-login .search-btn {
        font-size: 20px;
    }
    .customer-login {
        margin: 0px 0 0;
    }
    a#menuToggle {
        display: block;
    }
    div#nav-wrapper {
        background: #414141;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        max-width: 270px;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
        transform: translateX(-555px);
    }
    .open-menu div#nav-wrapper{
        transform: translateX(0);
    }
    #nav-wrapper #nav #main-menu {
        display: block;
    }
    #nav-wrapper #nav {
        background: transparent;
        padding: 10px 5px;
    }
    #nav .menu li {
        width: 100%;
        text-align: left;
    }
    #header #nav li ul.sub-menu {
        padding: 0;
        display: block;
        position: static;
        background: transparent;
        border:none;
        margin: 0;
    }
    #header #nav .menu li ul a {
        padding: 6px 15px;
        color: #fff;
        font-size: 14px;
    }
    #header #nav .show-mobile{
        display: block;
    }
    .login-menu{
        display: none;
    }
    .header-inner {
        padding: 0;
    }
    body .banner-section {
        padding-top: 90px !important;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 5px!important;
    }
    .wpb_column {
        margin: 10px 0;
    }
    #client-says .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 50%;
        float: left;
        margin-top: 15px;
    }
    .world-leader-list .vc_col-sm-3 {
        float: left;
        width: 25%;
    }
   /* body.home #wrapper header#header {
        top: 7%;
    }*/
}
@media screen and (max-width: 640px){
    .edn-notify-bar .edn-container .edn-template-wrap {
        background-size: auto 100%;
        background-position: center;
    }
    /*
    body.home #wrapper header#header {
        top: 6%;
    }
    */
}
@media screen and (max-width: 580px){
    .container {
        padding: 0px 15px 0px 15px !important;
    }      

    .page-id-14918 #main #summit-content.section .get-access > h3 {
        font-size: 45px;
    }
    .page-id-14918 div#main {
        bottom: 0px;
    }
  /*  body.home #wrapper {
        padding-top: 105px;
    }
    body.home #wrapper header#header {
        top: 100px;
    }
    */
    .adbaner {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 460px;
    }
    .adbaner > img {
        width: 100%;
    }
    .adbaner a {
        width: 70%;
    }
}

@media screen and (max-width: 480px){
	.page-id-14918 header#header {
    height: 60px;
	}
	.page-id-14918 #content .entry #summit.top-banner h1 {
      font-size: 55px;
	  line-height: 55px;
     }
	.page-id-14918 #content .entry #summit.top-banner h2 {
        font-size: 56px;
    }
     .page-id-14918 .top-banner {
     padding: 20px 0 40px;
    }
    .header-inner a.logo img {
        max-width: 120px;
    }
    body .vc_section.banner-section {
        padding-top: 60px !important;
    }
    .popup-search form div {
        flex-wrap: wrap;
    }
    .popup-search form #s {
        width: 100%;
    }
    .popup-search form div input#searchsubmit {
        width: 100%;
    }
    h2 {
        font-size: 20px;
    }
    body .vc_section {
        padding-top: 10px!important;
        padding-bottom: 10px;
    }
    .banner-section form p input {
        width: 100%;
    }
    .form-btn input {
        font-size: 16px;
        width: 100%;
    }
    #client-says .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 100%;
    }
    .world-leader-list .vc_col-sm-3 {
        width: 50%;
    }
    .footer-branding img {
        max-width: 120px;
    }
    
     .container {
        padding: 15px 15px 0px 15px;
    }      
    .adbaner {
        max-width: 360px;
    }
    /*body.home #wrapper {
        padding-top: 82px;
    }
    body.home #wrapper header#header {
        top: 80px;
    }*/
}   

@media screen and (max-width: 380px){
	
    .world-leader-list .vc_col-sm-3 {
        width: 100%;
    }
    #footer .footer-top ul#footer-nav-row li {
        padding: 0 5px;
        width: 46%;
    }

 /*   body.home #wrapper {
        padding-top: 22%;
    }
    body.home #wrapper header#header {
        top: 11%;
    }*/
}
@media screen and (max-width: 340px){
   /* body.home #wrapper header#header {
        top: 10%;
    }*/
}