/*
Theme Name: ESPI Consultant
Theme URI: http://espiconsultants.com/
Author: the Dreamsdesign
Author URI: https://www.dreamsdesign.in/
Description: ESPI is committed to helping its clients achieve their goals by offering comprehensive support services . ESPI has a dedicated team of professionals that provides a range of accurate advice and authentic and best travel opportunities.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "UTF-8";


:root {
  --primary: #FF0B17;
  --secondary: #162e40;
}
     
@font-face {
    font-family:'Metropolis Thin';
    src: url('assets/fonts/metropolis-thin.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis Light';  
    src: url('assets/fonts/metropolis-light.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis ExtraLight';  
    src: url('assets/fonts/metropolis-extralight.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis Regular';
    src: url('assets/fonts/metropolis-regular.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis Medium';
    src: url('assets/fonts/metropolis-medium.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis SemiBold';
    src: url('assets/fonts/metropolis-semibold.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis Bold';
    src: url('assets/fonts/metropolis-bold.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis ExtraBold';
    src: url('assets/fonts/metropolis-extrabold.otf') format('OpenType');
}
@font-face {
    font-family:'Metropolis Black';
    src: url('assets/fonts/metropolis-black.otf') format('OpenType');
}

section.test_preparation {
    background: url(assets/images/travel-bg-2.png);
}

p { margin-bottom:15px; }
p:last-child { margin-bottom:0px; }

.preparation_item {
    position: relative;
    margin-bottom: 30px;
}

.team_row .inner-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.download-page {
    position: relative;
}

.download-page{
       /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    background-position: center center !important;
    background-size: cover !important;
}

.downloadInner {
    padding: 30px;
}

@media (min-width:991px) {
    .downloadInner {
        padding: 70px;
    }
}

.team_row .inner-box figure {
    margin: 0;
    position: relative;
}

.team_row .inner-box figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#f2000000', GradientType=0);
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}

.team_row .inner-box .lower-content {
    padding: 25px 15px;
    background: var(--primary);
    position: relative;
    border: 4px solid #fff;
    border-bottom: medium none;
    border-left: medium none;
    border-right: none;
    z-index: 11;
}

/*

.team_row .inner-box .lower-content:after, .team_row .inner-box .lower-content:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.team_row .inner-box .lower-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 36px;
    margin-left: -36px;
}

.team_row .inner-box .lower-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--primary);
    border-width: 30px;
    margin-left: -30px;
}

*/

.team_row .inner-box .lower-content h3.test_title {
    text-transform: uppercase;
    font-size: 30px;
}

.team_row .inner-box .lower-content .test_title {
    color: #fff;
}

.team_row .inner-box .lower-content .test_title {
    color: #fff;
}

.card-header {
    display: flex;
}

.card-header h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: var(--secondary);
}

.card-header button.close {
    margin-left: auto;
}

.activity-thumbnail figure {
    max-width: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.modal-body.team_body .card-body h5.test_title {
    text-transform: uppercase;
    font-size: 30px;
    color: var(--primary);
    margin-bottom: 1rem;
}

.quetesBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.profile_content .quetesBlock_cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    flex-direction: column;
    display: flex;
}

.profile_content .quetesBlock_cols .title_span.values {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

blockquote {
    margin: 30px 0;
    padding: 3rem;
    position: relative;
    background: rgb(22 46 64 / 0.85);
    color: #fff;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

blockquote p {
    color: #fff;
}

blockquote:before {
    content: "\f10d";
    position: absolute;
    color: #fff;
    top: -30px;
    left: 45px;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 50px;
    background: rgb(22 46 64 / 0.85);
    border: 8px solid #fff;
    border-radius: 50%;
}

.profile_content .entry-content h1 {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.profile_content .entry-content p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 33px;
}

.profile_content .entry-content ul {
    padding-left:17px;
    margin-bottom: 15px;
}

.profile_content .entry-content ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 33px;
}

.profile_content .entry-content h3 {
    margin-bottom: 15px;
}

.founder_blocksInner h1.entry-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary);
}

.founder_blocksInner p, .founder_blocksInner li {
    font-size: 17px;
    line-height: 27px;
}

.founder_blocksInner ul {
    padding-left:17px;
    margin-bottom: 15px;
}

.founder_blocksInner li {
    list-style: disc;
}

.testimonial_cols {
    text-align: center;
}

.testimonial_cols figure.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial_cols .author-inner {
    margin-bottom: 20px;
}

.testimonial_cols .content-inner .text {
    margin-top: 15px; 
}

.testimonial_cols .rating-box ul li {
    display: inline-block;
}


.sab_item {
    position: relative;
    text-align: center;
    padding: 7px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}

.sab_item:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.sab_item_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.sab_item_content {
    padding: 15px 10px 20px;
}

.sab_icon {
    transform: translateY(-55px);
    margin-bottom: -35px;
    transition: all .4s;
}

.sab_icon img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.sab_item_title h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.sab_item_title h2 a {
    color: var(--primary);
    font-weight: 700;
}

.sab_item_title h2:hover a {
    color: var(--secondary);
}

.servicesInformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.servicesInformation {
    margin-top: 0;
    margin-bottom: 30px;
}

.servicesInformationList, .servicesInformationContent {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 1025px) and (max-width: 1920px){
    
    .servicesInformationList {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .servicesInformationContent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
}


.servicesInformationList ul {
    border: 1px solid #eee;
}

.site-content-inner .site-main article.post-details .content-post ul {
    margin-bottom: 15px;
    padding-left: 17px;
}

.site-content-inner .site-main article.post-details .content-post .servicesInformationList ul {
    padding: 0;
}

.servicesInformationList ul li {
    list-style: none;
}

.servicesInformationList ul li a.active, .servicesInformationList ul li:hover a {
    background: var(--primary);
    color: #fff;
}

.servicesInformationList ul li a {
    padding: 15px 20px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: unset;
    position: relative;
    line-height: 1.6;
    color: var(--secondary);
    font-weight: 600;
}

.servicesInformationList ul li a.active, .servicesInformationList ul li:hover a {
    background: var(--primary);
    color: #fff;
}


.servicesInformationContent .tab-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.servicesInformationContent .tab-content ul {
    margin-bottom: 20px;
    padding-left: 17px;
}

.servicesInformationContent .tab-content .card-body {
    background: #f1f1f1;
    padding: 1.75rem;
    border-radius: 8px;
}

.servicesInformationContent .tab-content ul li {
    list-style: disc;
}

.servicesInformationContent .tab-content h1 {
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 25px;
    text-align: center;
}

.servicesInformationContent .tab-content h2, .servicesInformationContent .tab-content h3, 
.servicesInformationContent .tab-content h4, .servicesInformationContent .tab-content h5 {
    text-transform: none;
    margin-bottom: 15px;
    font-size: 18px;
}

.wptww-testimonials-list {
    margin-top: 45px;
}

.wptww-testimonial-job {
    padding: 15px;
    background: #fff;
}

.wptww-testimonial-content {
    background: #fff;
    padding: 15px;
}

.wptww-testimonial-left {
    background: #fff;
    padding: 15px;
}

.visa_item {
    position: relative;
    padding: 30px 30px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
   
.visa_item .sab_item_img {
    margin-bottom: 25px;
}

.visa_item .custom_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.visa_item_title .info-title {
    font-size: 18px;
    text-transform: uppercase;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 17px !important;
    font-weight: normal !important;
    font-family: 'Metropolis Semibold';
}

.galleryContent .card-body {
    padding: 0;
}

.gallerycols {
    margin-top: 30px;
}

.assistance .featured-title h3.entry-title {
    text-transform: none;
    font-size: 22px;
}   

.inner-content.card {
    padding: 1.8rem;
}

.inner-content.card h1 {
    text-transform: none;
    margin-bottom: 15px;
    color: var(--primary);
}

.inner-content.card h3, .inner-content.card h2, .inner-content.card h4, .inner-content.card h5 {
    text-transform: none;
    margin-bottom: 15px;
}

section.auppprogram_banner {
    position: relative;
}

.auppprogram_bannerInner {
    position: relative;
    padding: 243px 0px 160px 0px;
    min-height: 720px;
    overflow: hidden;
    height: 100vh;
}

.auppprogram_bannerInner #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-area {
    min-height: 415px;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

video {
    width: 100%;
}
video {
    vertical-align: bottom;
}

.video-area > button {
    background: transparent none repeat scroll 0 0;
    border: 0;
    /* border-radius: 50%; */
    font-size: 50px;
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.video-area > button .fa-play {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
    width: 100px;
    height: 100px;
    padding: 25px;
    background: #fff;
    border-radius: 50%;
    padding-left: 35px;
}
.video-area > button .fa-pause {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100px;
    height: 100px;
    padding: 25px;
    background: #fff;
    border-radius: 50%;
    padding-top: 30px;
}
.video-area:hover > button .fa-pause {  
    opacity: .3;
}
.video-area.palying::before, .video-area.palying::after {
    opacity: 0;
}

.advitem {
    position: relative;
    text-align: center;
    padding: 25px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 30px;
    height:100%;
}

.advicon img {
    width: 100px;
    margin-bottom: 20px;
}

.advcontent h3.entry-title {
    text-transform: none;
    font-size: 20px;
}


section.whyauppsection {
    background: #0c2136;
}

section.whyauppsection .sec-title h2 {
    color: #fff;
}

section.whyauppsection .advicon {
    width: 120px;
    margin: auto;
    border-bottom: 5px solid var(--primary);
    border-radius: 10px;
    margin-bottom: 20px;
}

section.whyauppsection .advcontent h3.entry-title {
    margin-bottom: 15px;
}

.aupprogram_cols .advitem .advicon img {
    width: auto;
}
#collapse6370 b {
    font-weight: bold;
}

.ed_form [type="submit"]{
    background: #FF0B17;
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #204864;
    text-align: center;
    border-radius: 2px;
    padding: 15px;
    z-index: 1;
}

.site-content-inner .post-details .entry-content ol li {
    list-style: inherit;
}

a {
    color: unset;
    background-color: transparent;
}
a:hover {
    color: #FF0B17;
    background-color: transparent;
}
/*.servicesInformationList {*/
/*    height: 400px;*/
/*    overflow: hidden;*/
/*    overflow-y: scroll;*/
/*}*/
.menu-area .mobile-nav-toggler .icon-bar {
    background-color: #fff ;
}

.pdflable label, .result label {
    float: none;     
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    /* width: 14%; */
}

.pdflable {
	margin: 1.5% 0;
	display:block;
}

.multiselect > label > input.select_fees {
    margin-right: 5px;
}

.pdflable select, .result select {
    /* display: block; */
    /* width: 100%; */
    /* padding: 3px 7px; */
    /* font-size: 17px; */
    /* line-height: 1.428571429; */
    /* color: #555555; */
    /* vertical-align: middle; */
    /* background-color: #ffffff; */
    /* border: 1px solid #cccccc; */
}

.multiselect > label {
    font-size: 15px;
}

div#primary {
    border: 1px solid #ccc;
    padding: 35px;
    background: #eee;
    border-radius: 10px;
}

.pdflable input.button-primary {
    padding: 0 40px;
    line-height: 50px;
    font-size: 17px;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    border-radius: 30px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 8px;
}
input#answer {
    background: #ED1C24;
    clear: both;
    border-radius: 0px;
    color: #fff;
    padding: 0 40px;
    border: medium none;
    transition: all 0.5s linear 0s;
    height: auto;
    line-height: 15px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    margin: 0px;
    margin-top: 3%;
    line-height: 50px;
    border-radius: 30px;
    font-weight: 600;
}
textarea {
  height: 120px;
}