/* 
Theme Name: VNL
Author: Cracode Team
Author URI: https://cracode.com/
Template: twentytwenty
Version: 1.0.1
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
	margin: 0;
}
.solution-box-btn .elementor-image-box-description u {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #1461AC;
    color: #000;
}
section{
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	margin-top:0px;
}
ul li,
ol li {
    margin-bottom: 10px;
}
.mfp-wrap button.ekit_search-button i.fas.fa-search {
    color: #fff;
}
.footer-link ul.menu {
    list-style: none;
    margin: 0;
	padding: 0;
}

.footer-link ul.menu li {
	margin-left: 0;
}

.footer-link ul.menu li a {
    color: #666;
	font-size:14px;
}
p {
	margin-top:0;
}
p:last-child{
	margin-bottom:0px;
}
.footer-link ul.menu li a:hover {
    color: #125698;
}

/* ========== Homepage ========== */


#hm_slider h1 {
    color: #000000;
    font-size: 50px;
    line-height: 50px !important;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif !important;
    margin-bottom: 20px;
}
#hm_slider h5 {
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px;
    margin-bottom: 10px;
}
#hm_slider p {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    color: #666666 !important;
    font-weight: 500 !important;
}
#hm_slider .n2-ss-button-container a {
    background: linear-gradient(180deg, #1461AC 0%, #092C4D 100%) !important;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px !important;
    margin-top: 40px;
    font-family: "Poppins", Sans-serif !important;
    font-size: 15px;
    font-weight: 500;
}
#hm_slider .n2-ss-button-container a:hover {
    background: linear-gradient(180deg, #092C4D 0%, var( --e-global-color-primary ) 100%) !important;
}
#hm_slider .n2-ss-slider-controls {
    margin-top: 25px;
}
#hm_slider .n2-bullet {
    padding: 8px !important;
}
#hm_slider .n2-bullet.n2-active {
    background: #1461AC !important;
}
#hm_slider .n2-ss-item-image-content img {
    border-radius: 15px;
}



#hm_video_list .elementor-widget-video img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#hm_book_appointment .elementor-button-wrapper .elementor-button-link {
    background: #fff;
}



.grid_solutions .elementor-image-box-wrapper{
	    align-items: stretch !important;
	    border-radius: 20px;
	overflow:hidden
}
.grid_solutions .elementor-image-box-content {
    padding: 15px 15px 20px 0px;
	
}

.benefits li.elementor-icon-list-item.elementor-inline-item {
    flex-grow: 1;
    flex-basis: 28%;
    padding: 10px 0px;
}
.design__ul{
	padding:0px;
	list-style-type:none;
}

.design__ul i{
color: var( --e-global-color-primary );
	margin-right:5px;
	font-size:18px;
}
.design__ul > li{
	font-weight: 600;
}

.design__ul > li ul{
	margin-top:10px;
	margin-left:50px
}

.design__ul > li ul li{
	font-weight: 400;
}

#demo-2 .grid_solutions .elementor-image-box-content{
	  padding: 20px 10px 20px 10px;
}
.grid_solutions img {
	height: 100%;
}

a.read__more{
	border-bottom: 2px solid var( --e-global-color-primary );
	display:inline-block;
	font-weight:600;
	color: black; 
	margin-top:10px;
	font-size:13px;
}

a.read__more:hover{
	color: var(--e-global-color-primary);
}

.news-blog {
	position: relative;
}

.news-blog .news-blog__featured {
    padding: 30px;
    padding-right: 140px;
    border-radius: 30px;
    height: 420px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.news-blog .news-blog__featured::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, black, transparent);
	position: absolute;
    left: 0;
    top: 0;
}

.news-blog .news-blog__featured h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}

.news-blog .news-blog__featured p {
    color: #fff;
    position: relative;
}

.news-blog .news-blog__featured h6 {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(255,255,255,0.8);
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 500;
    color: #000;
}
.news-blog ul {
    margin: -130px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.news-blog ul li {
    width: calc(100%/3);
    padding: 0 15px;
    margin-bottom: 20px;
}

.news-blog ul li .news-blog__media {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.news-blog ul li .news-blog__media-content {
    padding: 0 20px;
}

.news-blog ul li .news-blog__media-content h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.news-blog ul li .news-blog__media-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #1461AC;
}

.news-blog ul li .news-blog__media-content a:hover {
    color: #1461AC;
}

.emaillist form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.emaillist form .es-field-wrap {
    margin: 0 10px 0 0;
    width: calc(50% - 105px);
}

.emaillist form .es-field-wrap br {
    display: none;
}

.emaillist form .es-field-wrap input {
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
    padding: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins';
    border-radius: 10px;
    width: 100%;
}

.emaillist form .es-field-wrap input::placeholder {
    color: #707070;
}
.emaillist form input[type="submit"] {
    border: 0;
    cursor: pointer;
    min-width: 100px;
    padding: 10px;
    min-height: 40px;
    font-family: 'Poppins';
}
.emaillist form span#spinner-image {
    width: 10px;
    margin: 10px;
}

.emaillist .es_subscription_message {
    font-size: 10px;
}

.forms .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}
.forms .wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, #1461AC 0%, #092C4D 100%);
    border-radius: 10px !important;
    font-family: 'Poppins';
}

.contact-panel .elementor-widget-image-box .elementor-image-box-title {
    margin: 0;
}

.contact-panel .elementor-widget-image-box img {
    vertical-align: middle;
}
.contact-panel > div.elementor-container::before {
    content: "";
    width: 90%;
    height: calc(100% + 100px);
    background-color: #fff;
    box-shadow: 0px 3px 30px #0000000f;
    border-radius: 30px;
    position: absolute;
    top: -50px;
    right: 10px;
}
.contact-panel > div.elementor-container > div {
    position: relative;
    z-index: 1;
}

.contact-form .contact-form-col {
    margin-bottom: 15px;
}
.contact-form .contact-form-col span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.contact-form .contact-form-col span.wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
}
.contact-form .contact-form-col span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-recaptcha {
    border: 0px;
    background-color: transparent;
}
.contact-form .contact-form-col span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 120px;
    resize: none;
}
.contact-form .contact-form-col.submit-btn {
    display: flex;
    align-items: center;
}
.contact-form .contact-form-col.submit-btn input.wpcf7-form-control {
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Poppins';
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: 'Poppins';
}
.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    font-family: 'Poppins';
    margin: 20px 0px 0px !important;
}

#vertical-form {
    padding-left: 5%;
}
#vertical-form .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
}
#vertical-form .wpcf7-form-control-wrap textarea {
    height: 100px;
}

main.error-404 {
    padding: 40px 0;
}
.error-404-content {
    padding: 10px;
    text-align: center;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404-content h1.entry-title {
    color: red;
    margin-bottom: 25px;
}

.error-404-content .intro-text {
    color: #000;
    margin-bottom: 20px;
}
.error-404-content a {
    text-decoration: none;
}
.board-members .read-more-content {
    display: none;
}
.elementor-editor-preview .board-members .read-more-content,
.elementor-editor-active .board-members .read-more-content {
    display: block;
}
body.custom-modal-on {
    overflow: hidden;
}
.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.custom-modal.show {
    display: flex;
}
.custom-modal-dialog {
    max-width: 600px;
    width: 80%;
    background-color: #fff; 
    position: relative;
}
.custom-modal-body {
    padding: 30px;
    height: 100%;
    max-height: 60vh;
    overflow-y: auto;
}
.custom-modal-body h3 {
    margin-bottom: 10px;
}
.custom-modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}



/*Verticals tabs*/
.verticals_tabs_content{
    display:none
}
body.elementor-editor-active .verticals_tabs_content{
    display:block;
}
.verticals_tabs_content.active{
    display:block
}
.verticals_tabs li.elementor-icon-list-item i.far.fa-circle {
    color: #1461AC;
    position: relative;
}

.verticals_tabs li.elementor-icon-list-item i.far.fa-circle::before {
    content: "";
    display: none;
}

.verticals_tabs li.elementor-icon-list-item i.far.fa-circle::after {
    content: "";
    width: 45px;
    height: 12px;
    background-image: url('assets/images/pin.png');
    position: absolute;
    left: 0;
    top: -5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.verticals_tabs li.elementor-icon-list-item i.far.fa-circle::before {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.verticals_tabs li.elementor-icon-list-item.active 
 span.elementor-icon-list-text {
    color: #000;
}
/*Verticals tabs*/

/*Verticals level 2 14-1-2022*/
.page-child.parent-pageid-1459 .hide-vertical-image ,
.page-child.parent-pageid-1072 .hide-vertical-image {
    display: none;
}
.verticals_menu ul {
    list-style:none;
}

.verticals_menu ul li {
    padding-left: 35px;
    margin-top: calc(30px/2);
    padding-bottom: calc(30px/2);
}
.verticals_menu ul li a {
    color: #A2A49C !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.verticals_menu ul li.current-menu-item a {
    color: #000 !important;
}

.verticals_menu ul li a::after {
    content: "";
    width: 45px;
    height: 12px;
    background-image: url(assets/images/pin.png);
    position: absolute;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Verticals level 2 14-1-2022*/


.download_brochure_btn a.elementor-button-link {
    background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

/*===== Blog page ========= */

#blog_list article,
.single-post .blog-container article {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#blog_list article .entry-header h3,
.single-post .blog-container article h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 30px;
}
#blog_list article .author-bio,
.single-post .blog-container article .author-bio{
    display: none;
}
#blog_list article .post-date,
.single-post .blog-container article .post-date{
    font-style: italic;
    margin-bottom: 10px;
    color: #2E2E2E;
}
#blog_list article .entry-header a,
.single-post .blog-container article h3 a {
    color: #1461AC !important;
    text-decoration: none;
}
#blog_list article .read-more-link,
.single-post .blog-container article .read-more-link {
    display: block;
    margin-top: 20px;
}
#blog_list article .read-more-link a,
.single-post .blog-container article .read-more-link a {
    background: #1461AC;
    padding: 8px 20px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 44px;
    text-decoration: none;
}

/* ============= single blog =========== */

.single-post .blog-container article h3 {
    color: #1461AC;
}
.blog-container article img {
    border-radius: 15px;
}

/*Archive Blogs*/
.blog-container{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.archive.category .archive-header-inner {
    display: flex;
}
.archive.category .archive-header-inner .left {
    width: 50%;
}
.archive.category .archive-header-inner .right {
    width: 50%;
}
.archive.category .archive-header-inner img {
    border-radius: 15px 15px 15px 15px;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.archive.category .blog-wrap {
    display: flex;
}
.archive.category .blog-left {
    width: 24.473%;
}

.archive.category .blog-right {
    width: 75.193%;
}
/*Archive Blogs*/

/*****Vertical Popup*****/
.PopCntUsSecDwnSec {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9;
    margin-top: 0px;
    display: none;
}

.PopCntUsSecDwnSec .DolSec12 {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 30px;
    background: #fff;
    margin-top: 5%;
    position: relative;
    border-radius: 15px;
}

.PopCntUsSecDwnSec .DolSec12 .ClseGallery {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
}
.PopCntUsSecDwnSec .DolSec12 .ClseGallery img {
    width: 18px;
}
.PopCntUsSecDwnSec .DolSec12 h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    color: #1461ac;
    font-weight: 500;
}
.PopCntUsSecDwnSec .DolSec12 .DwnlSec {
    position: relative;
    display: block;
}
.PopCntUsSecDwnSec .DolSec12 .DwnlSec fieldset:not(:last-child) {
    margin-right: 0px;
}

.PopCntUsSecDwnSec .DolSec12 .DwnlSec fieldset {
    position: relative;
    width: 100%;
    border: none;
    padding-left: 0;
}

.PopCntUsSecDwnSec .DolSec12 .DwnlSec fieldset .form-input.border-bottom {
    border-bottom: 1px solid #b4b4b4 !important;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    background: transparent;
    padding: 0;
    position: relative;
    font-weight: 300;
    width: 94%;
    height: 30px;
    border: none;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #606060;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 10px;
}
.label-wrap {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    opacity: .8;
    font-weight: 500;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 14px;
}
.form-input.border-bottom ~ .border-bottom-animation {
    position: absolute;
    content: "";
    width: 0;
    background: #000;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    bottom: 0;
}
.form-input:focus ~ .label-wrap, .form-input:focus ~ .hasVal {
    top: -2px;
    padding: 0px;
    opacity: 1;
}
.DwnlSec .wpcf7-submit {
    padding: 12px 20px;
    border: 0;
    font-family: 'Poppins';
    cursor: pointer;
    margin-top: 10px;
}


/*Vertical Popup*/

.sticky-contact-button{
    position: fixed;
    top: 50%;
    right: -3%;
    z-index:9999;
}

.sticky-contact-button a{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block; 
    background: linear-gradient(180deg, #1461AC 0%, #092C4D 100%); 
    text-align:center;
    width: 100px;
    padding: 10px 10px;
    color: #fff; 
    font-size: 15px; 
    text-decoration: none; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sticky-contact-button a:hover { 
    background: #CCC; 
}
.contact-form-global.PopCntUsSecDwnSec .forms .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 90%;
}
.contact-form-global.PopCntUsSecDwnSec .forms textarea.wpcf7-form-control {
  height: 100px !important;
}

.news-blog__featured a.link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #1461AC;
}
.news-blog__featured a.link:hover {
    color: #1461AC;
}

/*Resources Page*/

.vertical-brochures .vertical-brochure-item h3 {
    color: #000000;
}
.vertical-brochures .vertical-brochure-grid .vertical-brochure-grid-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    padding: 16px;
    margin-bottom: 10px;
}
.vertical-brochures .vertical-brochure-grid .vertical-brochure-grid-item li,
.vertical-brochures .vertical-brochure-grid .vertical-brochure-grid-item li a {
    color: #1461AC;
    list-style: none;
}

.vertical-brochures .vertical-brochure-grid .vertical-brochure-grid-item .brochure-downloads li:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 5px;
}

#position_papers .elementor-element-populated {
    padding: 20px;
}
#position_papers .elementor-element-populated .elementor-widget-heading .elementor-heading-title {
    min-height: 80px;
}

/*Resources Page*/


/*  */

/* ======== Contact Us page ========= */

.contact-icons ul.elementor-icon-list-items .elementor-icon-list-icon {
    margin-right: 10px;
}
.contact-icons ul.elementor-icon-list-items .elementor-icon-list-icon i {
    background: #6891B9;
    padding: 5px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
}


@media (max-width: 1024px) {
    .contact-panel > div.elementor-container::before {
        display: none;
    }
}

@media (max-width: 767px) {
	.news-blog .news-blog__featured {
		padding: 20px;
		border-radius: 15px;
	}
	.news-blog .news-blog__featured h6 {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 15px;
		display: inline-block;
	}
	.news-blog .news-blog__featured h4 {
		margin-bottom: 10px;
	}
	.news-blog ul {
		margin: 10px 0 0;
	}
	.news-blog ul li {
	    width: calc(100%/1);
	    padding: 0;
	}
    .emaillist form {
        justify-content: center;
    }
	.emaillist form .es-field-wrap {
		width: 100%;
		margin: 0 0 20px;
	}
    .emaillist form input[type="submit"] {
        width: 100%;
    }
}