/*
Theme Name: SterlingUK
Author: Trackstar Web Design
Author URI: http://trackstar-web-design.ca
Version: 1.0
License: GNU General Public License v2 or later
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@import url("../../../../use.typekit.net/zhq5wxl.css");

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	padding: 0px;
	margin: 0px;
}

body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body * {
    font-family: proxima-nova, sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: poynter-oldstyle-display, serif !important;
    font-weight: 400;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}


figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
p{
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0px;
}

/*=====================================================NEW CSS====================================*/

.entry-header{
    display: none;
}
#header_menu{
   -webkit-transition: 0.15s !important;
    -moz-transition: 0.15s !important;
    -o-transition: 0.15s !important;
    transition: 0.15s !important; 
    width:100% !important;
}

.poynterFont a, .poynterFont .elementor-button-text{
    font-family: proxima-nova, sans-serif !important;
}
.poynterFontTrue a, .poynterFontTrue .elementor-button-text{
    font-family: poynter-oldstyle-display, serif !important;
}
.btnRedShadow a{
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.42) !important;
	-moz-box-shadow: 0 8px 16px rgba(0,0,0,.42) !important;
	box-shadow: 0 8px 16px rgba(0,0,0,.42) !important;
}
.btnRedShadow:hover a{
    box-shadow: none !important;
}
.btnWithLine a{
    position: relative;
}
.btnWithLine a span, .home_blog_posts .elementor-post__read-more, .blog_listing .elementor-post__read-more{
    position: relative;
    z-index: 3;
}
.btnWithLine a::before, .btnWithLine a::after, .home_blog_posts .elementor-post__read-more::before, .home_blog_posts .elementor-post__read-more::after,
.blog_listing .elementor-post__read-more::before, .blog_listing .elementor-post__read-more::after{
    content: "";
    z-index: 1;
}
.btnWithLine a::before, .home_blog_posts .elementor-post__read-more::before, .blog_listing .elementor-post__read-more::before{
    background: #d4dae1;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top:-20px;
    right:-18px;
}
.btnWithLine a::after, .home_blog_posts .elementor-post__read-more::after, .blog_listing .elementor-post__read-more::after{
    background: #000000;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -90px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.btnWithLine:hover a::after{
    right: -75px;
}
.home_services_first{
    background: linear-gradient(90deg, #17263a 32%, rgba(0, 0, 0, 0) 32%), url(assets/images/home_services_first.jpg);  
}
.home_services_second{
    background: linear-gradient(90deg, #17263a 64%, rgba(0, 0, 0, 0) 64%), #f0f0f0;
}
.home_services_second .btnWithLine a::before{
    background: #535865;
}

.home_services_second .btnWithLine a::after{
    background: #ffffff;
}
.home_services_first .btnWithLine a::before, .home_services_second .btnWithLine a::before{
    right:-25px;
}

/*=====================================SERVICES CAROUSEL===================================================*/
body.home {
    overflow-x: hidden;
}

.canadianVisasCarousel .swiper-slide-inner img{
    position: relative;
    z-index: 2;
    
}
.canadianVisasCarousel .swiper-slide-inner::before{
    position: absolute !important;
    content: "" !important;
    background: transparent linear-gradient(180deg, rgba(23, 38, 58, 0) 0%, rgba(23, 38, 58, 1) 100%) 0% 0% no-repeat padding-box !important;
    width: 100% !important;
    height: 325px;
    z-index: 3;
    bottom: 0px;
    left: 0px !important;
    right: 0px !important;
    display: block !important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.canadianVisasCarousel .swiper-slide-inner{
    position: relative;
    
}
.canadianVisasCarousel .elementor-image-carousel-caption{
    position: absolute;
    bottom: -25px;
    margin-bottom: 0px;
    z-index: 7;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    
}
.captionHrefAll{
    color: white;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.canadianVisasCarousel .swiper-slide-inner:hover .elementor-image-carousel-caption p{
    margin-top:72%;
}
.canadianVisasCarousel .elementor-image-carousel-caption a.btnCaptionRead{
    color: white;
    font-size: 16px;
    line-height: 1;
    visibility: hidden;
    display: inline-block;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    font-family: poynter-oldstyle-display, serif !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 3;
}
.canadianVisasCarousel .elementor-image-carousel-caption span{
    color: white;
    font-size: 16px;
    line-height: 1;
    font-family: poynter-oldstyle-display, serif !important;
    font-weight: 600 !important;
    z-index: 3;
    text-transform: capitalize;
    text-decoration: underline;
    position: relative;
}
.canadianVisasCarousel .elementor-image-carousel-caption a.btnCaptionRead::before, .canadianVisasCarousel .elementor-image-carousel-caption a.btnCaptionRead::after{
    content: "";
    z-index: 1;
}
.canadianVisasCarousel .elementor-image-carousel-caption a.btnCaptionRead::before{
    background: #4d5563;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top:-16px;
    right:-20px;
}
.canadianVisasCarousel .elementor-image-carousel-caption a.btnCaptionRead::after{
    background: white;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -70px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.canadianVisasCarousel .elementor-image-carousel-caption:hover a.btnCaptionRead::after{
    right: -60px;
}
.canadianVisasCarousel figcaption{
    padding-left: 20px;
}
.canadianVisasCarousel .elementor-image-carousel-caption p{
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: poynter-oldstyle-display, serif !important;
    font-weight: 400;
    margin-top:86%;
     -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    z-index: 7;
    position: relative;
}
.canadianVisasCarousel .swiper-slide-inner:hover .elementor-image-carousel-caption a.btnCaptionRead{
    visibility: visible;
}
.canadianVisasCarousel .swiper-initialized .swiper-slide{
    display: inline-block;
    visibility: visible;
    opacity: 1;
}
.canadianVisasCarousel img{
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    position: relative;
    transform: scale(1);   
    
}
.canadianVisasCarousel .swiper-slide:hover img{
    box-shadow: 0 4px 21px rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 4;
    opacity: 0.7;
    transform: scale(1.05);   
}
.canadianVisasCarousel .swiper-slide:hover .swiper-slide-inner::before{
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 5;
    bottom: -10px;
}
.canadianVisasCarousel .elementor-swiper-button{
    border:solid 1px #17263A !important;
    border-radius: 50%;
    width: 53px !important;
    height: 53px !important;
}
.canadianVisasCarousel .elementor-swiper-button-prev{
    left: -40px !important;
}
.canadianVisasCarousel .elementor-swiper-button-next{
    right: -40px !important;
}
.canadianVisasCarousel .elementor-swiper-button i{
    width: 100%;
    height: 100%;
    text-align: center;
}
.canadianVisasCarousel .elementor-swiper-button i::before{
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
}
.canadianVisasCarousel .elementor-swiper-button:hover{
    background: #17263a;
}
.canadianVisasCarousel .elementor-swiper-button:hover i::before{
    color: white;
}
.canadianVisasCarousel .slick-arrow::before{
    opacity: 1 !important;
}
.canadianVisasCarousel .slick-arrow:hover{
    background: #17263A !important;
}
.canadianVisasCarousel .slick-arrow:hover::before{
    color: white !important;
}
.canadianVisasCarousel .swiper-pagination{
    bottom: -25px !important;
    z-index: 5;
}
.canadianVisasCarousel .swiper-pagination-bullet{
    border-radius: 0px;
}
.awards_section .elementor-swiper-button-prev{
    left:-10px !important;
}
.awards_section .elementor-swiper-button-next{
    right: -10px !important;
}

/*======================================END SERVICES CAROUSEL========================================*/
.awards_section{
    background: linear-gradient(90deg, #17263a 32%, rgba(0, 0, 0, 0) 32%), #f0f0f0;  
}
.awards_section_inner{
    background: linear-gradient(90deg, #f0f0f0 32%, rgba(0, 0, 0, 0) 32%), #17263a;  
}
.main_content_section{
    background: linear-gradient(90deg, #ffffff 62%, rgba(0, 0, 0, 0) 62%), #17263a;  
}
.awards_section .slick-prev, .awards_section_inner .slick-prev{
    left: 0px !important;
}
.awards_section .slick-next, .awards_section_inner .slick-next{
    right: 0px !important;
}
.home_blog_posts .elementor-post__read-more, .blog_listing .elementor-post__read-more{
    text-decoration: underline;
    font-family: poynter-oldstyle-display, serif !important;
    line-height: 32px;
}
.home_blog_posts .elementor-post__read-more::after, .home_blog_posts .elementor-post__read-more::before,
.blog_listing .elementor-post__read-more::after, .blog_listing .elementor-post__read-more::before{
    z-index: -1;
}
.home_blog_posts .elementor-post__read-more::before, .blog_listing .elementor-post__read-more::before{
    width: 50px;
    height: 32px;
    margin-top: -16px;
}
.home_blog_posts .elementor-post__read-more::after, .blog_listing .elementor-post__read-more::after{
    right: -75px;
    width: 40px;
}
.home_blog_posts .elementor-post__read-more:hover::after, .blog_listing .elementor-post__read-more:hover::after{
    right: -60px;
}
.home_blog_posts .elementor-post__title a{
    font-family: poynter-oldstyle-display, serif !important;
}
.home_blog_posts .elementor-post__excerpt p{
    font-family: proxima-nova, sans-serif !important;
}
.footer_menu ul{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer_menu ul li{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 8px;
}
.footer_menu ul li a{
    float: left;
    color: #a8abb0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    border-right: solid 1px #a8abb0;
    padding-right: 8px;
}
.footer_menu ul li a:hover{
    color: white;
    text-decoration: underline;
}
.footer_menu ul li:last-child a{
    border-right: 0px;
}
/*=======================================BLOG LISTING============================*/

.blog_listing .elementor-pagination{
    margin-top: 60px;
    padding-top:35px;
    border-top: solid 1px #D4DAE1;
}
.blog_listing .elementor-pagination span, .blog_listing .elementor-pagination a{
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    border: solid 1px #DEE3E8;
    line-height: 43px;
}
.blog_listing .elementor-pagination span:hover, .blog_listing .elementor-pagination a:hover, .blog_listing .elementor-pagination span.current, .blog_listing .elementor-pagination a.current{
    background-color: #2A456A !important;
    color: white !important;
    border: solid 1px #2A456A !important;
}
.blog_listing .elementor-pagination .page-numbers.prev, .blog_listing .elementor-pagination .page-numbers.next{
    font-size: 28px;
}
.blog_listing .elementor-post__meta-data{
    border-top: solid 1px #B4B4B4;
    border-bottom: solid 1px #B4B4B4;
    padding-top: 8px;
    padding-bottom: 8px;
}
.blog_listing .elementor-post__meta-data .elementor-post-date{
    background: url(assets/images/calendar.svg) no-repeat center left;
    padding-left: 25px;
}
.sidebar_categories h5{
    display: none !important;
}
.sidebar_categories ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.sidebar_categories li{
    display: block;
    width: 100%;
    padding-left: 10px;
}
.sidebar_categories li.cat-item-1{
	display: none !important;
}
.sidebar_categories li a{
    color: white;
    display: block;
    width: 100%;
    background: url(assets/images/sidebar_cat_icon.svg) no-repeat center left;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    font-weight: 400;
    
}
.sidebar_categories li:hover, .sidebar_categories li.current-cat{
    background-color: #3d4a5b;
}
.single_post_social .elementor-grid, .single_post_social .elementor-grid .elementor-grid-item, .single_post_social .elementor-grid .elementor-share-btn,
.single_post_social .elementor-widget-container{
   overflow: visible !important;
}
.single_post_social .elementor-grid-item .elementor-share-btn{
    box-shadow: 0 4px 10px rgba(23,38,58,.1);
}
.single_post_social .elementor-share-btn_twitter .elementor-share-btn__icon, .single_post_social .elementor-share-btn_twitter .elementor-share-btn__text{
    color:#55ACEE !important;
}
.single_post_social .elementor-share-btn_whatsapp .elementor-share-btn__icon, .single_post_social .elementor-share-btn_whatsapp .elementor-share-btn__text{
    color:#25D366 !important;
}
.single_post_social .elementor-share-btn_email .elementor-share-btn__icon, .single_post_social .elementor-share-btn_email .elementor-share-btn__text{
    color:#4D0064 !important;
}
.single_post_social .elementor-share-btn__text{
    padding-right: 1.5em;
}
.single_post_social .elementor-grid-item .elementor-share-btn:hover{
    box-shadow: 0 2px 5px rgba(23,38,58,.1) !important;
    background-color: #f0f0f0 !important;
}
.single_post_nav a{
    background: #F4F4F4;
    border: solid 1px #D4DAE1;
    width: auto;
    padding: 8px 25px;
    max-width: 100%;
    display: inline-block !important;
    float: left;
}
.single_post_nav a span{
    float: left;
}
.single_post_nav a span.post-navigation__arrow-wrapper{
    margin-top:3px;
}
.single_post_content p{
    display: block;
    line-height: 1.3;
}
.single_post_content li{
    margin-bottom: 15px;
}
.single_post_content a{
    color: #CF1920;
    text-decoration: underline !important;
}
.single_post_content h2{
    color: #17263A;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.blog_single_post .btnRedShadow{
    margin-top:20px;
}
.single_post_content strong, .single_post_content bold, .single_post_content b{
    font-weight: 700 !important;
}
.book_tabs .elementor-tabs-wrapper .elementor-active{
    background-color: #17263a !important;
}
.book_tabs .elementor-tab-title{
    border: solid 1px #D4DAE1 !important;
    border-bottom: 0px !important; 
}
.book_tabs .elementor-tab-title.elementor-tab-desktop-title{
    margin-right: 20px !important;
    display: inline-block !important;
}
.book_tabs .elementor-tabs-content-wrapper{
    border:0px !important;
    border-top:solid 2px #17263A !important;
    
}
.book_tabs .elementor-tab-content{
    padding: 0px !important;
    border:0px !important;
}
/*===========================================MENU CSS===========================================*/
.clear{
    clear: both;
}

.elementor-28 .elementor-element.elementor-element-f519125{
    overflow: initial !important;
}
#header_menu .elementor-element-a77906e, #header_menu .elementor-element-a77906e .elementor-column-wrap, #header_menu .elementor-element-a77906e .elementor-column-wrap .elementor-widget-wrap,
#header_menu .elementor-element-a77906e .elementor-column-wrap .elementor-widget-wrap .elementor-element-523f2e3{
    position: initial !important;
}

.menu-container, .menu-container *{
    box-sizing: border-box !important;
}

.menu-container .padd-r-0{
    padding-right: 0px !important;
}

.menu-container{
    float: right;
    width: 100%;
    height: auto;
}
nav.nav-main-menu{
    float: right;
    clear: both;
    width: 100%;
}
.menu-container .menu-main-list{
    float: right;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu-container .menu-main-list li{
    float: left;
    clear: none;
    width: auto;
    list-style: none;
    padding: 0px 30px;
}
.menu-container .menu-main-list li a{
    float: left;
    width: auto;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: proxima-nova, sans-serif !important;
    border-bottom: solid 3px transparent;
    cursor: pointer;
    padding: 30px 3px;
    -webkit-transition: 0.15s !important;
    -moz-transition: 0.15s !important;
    -o-transition: 0.15s !important;
    transition: 0.15s !important; 
	margin-bottom:0px;
}
.menu-container .menu-main-list li a:hover{
    border-bottom: solid 3px #CF1920;
}
.menu-container li.nav-parent:hover .ddlMenu{
    display: block;
}
.ddlMenu{
    background: white;
    width: 85%;
    float: right;
    clear: both;
    padding: 20px;
    position: absolute;
    left: auto;
    top: 80px;
    right: 0;
    z-index: 99999;
    box-shadow: 0px 12px 24px rgb(0,0,0, 0.16);
    display: none;
}
.menu-container .menu-main-list li .ddlMenu{
	margin-bottom: 15px;
}
.ddlMenu.ddlVisas{
	width: 100%;
}
.elementor-sticky--effects .ddlMenu{
    top:71px;
}
.elementor-sticky--effects .menu-container .menu-main-list li a{
    padding-top: 25px;
    padding-bottom: 25px;
}

.ddlMenu .one-forth, .ddlMenu .three-forth{
    float: left;
}
.ddlMenu .one-forth{
    width: 50%;
    padding-right: 15px;
}
.ddlMenu .three-forth{
    width: 50%;
    padding-left: 15px;
}
.ddlMenu .one-third{
    width: 31%;
    float: left;
    margin-left: 3.5%;
}
.marg-l-0{
    margin-left: 0px !important;
}
.ddlMenu h3{
    color: #17263A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    font-family: poynter-oldstyle-display, serif !important;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #D4DAE1;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top:0px;
}
.ddlMenu .three-forth h3{
    text-align: left; 
}
.ddlVisas.ddlMenu h3{
    text-align: left;
    width: 100%;
    line-height: 1.2;
}
.ddlMenu h3.marg-t-20{
    margin-top: 25px;
}
.ddlMenu ul, .ddlMenu ul li{
    float: left;
    clear: both;
    width: 100% !important;
    list-style: none;
    padding: 0px !important;
    margin: 0px;
}
.ddlMenu .three-forth ul{
    clear: none;
}
.ddlMenu ul.services-three-forth-first-list, .ddlMenu ul.services-three-forth-third-list{
    width:100% !important;
    padding: 0px 0px !important;
}
.ddlMenu ul.services-three-forth-second-list{
    width:36% !important;
    padding: 0px 10px !important;
}
.ddlMenu a, .ddlMenu span{
    font-family: proxima-nova, sans-serif !important;
    float: left;
    width: 100%;
    clear: both;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 1;
    padding: 0px !important;
    margin-bottom: 15px !important;
}
.ddlMenu ul li:last-child a{
    margin-bottom: 0px !important;
}
.ddlMenu span{
    font-weight: 700;
    margin-bottom: 20px;
}
.ddlMenu a{
    font-weight: 400;
    border-bottom: solid 1px transparent !important;
}
.ddlMenu a:hover{
    border-bottom: solid 1px #CF1920 !important;
}
body.page-id-13 a#navAbout, 
body.page-id-9 a#navNews,
body.single-post a#navNews,
body.category a#navNews,
body.archive a#navNews,
body.page-id-19 a#navContact,
body.parent-pageid-15 a#navServices,
body.parent-pageid-17 a#navUkVisas{
    border-bottom: solid 3px #CF1920;
}
.menuMobile{
    float: right;
    clear: none;
    width: 50px;
    display: none;
    margin-top:-36px;
    position: relative;
    z-index: 2;
}
.menuMobile a{
    cursor: pointer;
    width: 100%;
    float: left;
}
.menuMobile i{
    float: left;
    clear: both;
    width: 100%;
    height: 3px;
    background: white;
    margin-bottom: 7px;
}
.menuMobile i:last-child{
    margin-bottom: 0px;
}
.page-id-9 h3.elementor-post__title a, body.archive.category h3.elementor-post__title a, body.archive h3.elementor-post__title a{
    font-family: poynter-oldstyle-display, serif !important;
}
/*==========================================CONTACT FORM=============================================*/

#contact_form ._form-content{
    width: 100%;
    float: left;
    clear: both;
}
#contact_form ._form_element{
    float: left;
    clear: both;
    width: 100%;
}
#contact_form ._form-label, #contact_form ._field-wrapper{
    float: left;
    clear: both;
    width: 100%;
}
#contact_form ._form-label{
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif !important;
    margin-bottom: 10px;
}
#contact_form ._form-label i{
    color: red;
}
#contact_form ._field-wrapper{
    margin-bottom: 20px;
}
#contact_form ._field-wrapper input, #contact_form ._field-wrapper textarea{
    float: left;
    clear: both;
    width: 100%;
    border: solid 1px #CBCBCB;
    background: white;
    font-size: 16px;
    font-weight: 300;
    color: #17263A;
    padding: 15px 15px;
}
#contact_form ._submit{
    cursor: pointer;
    background: #CF1920;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(0,0,0,.42) !important;
    padding: 20px 40px;
    line-height: 1;
    color: white;
    border: 0px;
    width: 100%;
    display: block;
}
#contact_form ._submit:hover{
    box-shadow: none !important;
}
#contact_form ._error._below{
    float: left;
    clear: both;
    width: 100%;
    margin-top:5px;
}
#contact_form ._error-inner{
    color: red;
    font-size: 13px;
    display: block;
}
#contact_form ._form-thank-you{
    float: left;
    clear: both;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    width:100%;
    line-height: 1.5;
}

nav.cd-dropdown{
	top: -100000px;
}
nav.cd-dropdown.dropdown-is-active{
	top: 0;
}
.ddlMenu.ddlVisas.ddlVisasFull{
	width: 100%;
}
.faq-container p,
.faq-container li, 
.faq-container li span{
	line-height: 24px !important;	
}
.faq-container .elementor-toggle-item .elementor-toggle-title{
	font-weight: 500 !important;
}
.faq-container .elementor-tab-title.elementor-active{
	border-bottom: solid 1px #d9d9d9 !important;
}
.faq-container .elementor-toggle{
	border: solid 1px #D9D9D9;
	border-bottom: 0px;
}
@media (max-width:1050px) {
	.ddlMenu.ddlVisas.ddlVisasFull{width: 100%;}
}


/*======================================MEDIA QUERIES===================================*/

@media (max-width:1700px) {
    .home_services_first{background: linear-gradient(90deg, #17263a 25%, rgba(0, 0, 0, 0) 25%), url(assets/images/home_services_first.jpg);}
    .home_services_second{background: linear-gradient(90deg, #17263a 64%, rgba(0, 0, 0, 0) 64%), #f0f0f0;}
    .main_content_section .elementor-col-66{padding-right: 15px;}
}
@media (max-width:1050px) {
    .footer_menu ul li{float: left;clear: both;width: 100%;margin: 0px;}
    .footer_menu ul li a{width: 100%;border: 0px;padding-top: 10px;padding-bottom: 10px;font-size: 18px;font-weight: 600;text-align: left;margin: 0px;}
	.ddlMenu{width: 100%;}
}
@media (max-width:990px) {
    .menu-container .menu-main-list li{padding: 0px 10px;}
}

@media (max-width:768px) {
    .menuMobile{display: block;}
    .menu-main-list{display: none;}
    #header_menu{padding-top: 10px;padding-bottom: 10px;}
    .home_services_first{background:white;}
    .home_services_second{background: white;}
    .elementor-7 .elementor-element.elementor-element-88e39e1:not(.elementor-motion-effects-element-type-background) > .elementor-element-populated{background: white !important;}
    .elementor-7 .elementor-element.elementor-element-43f479c.elementor-widget-heading .elementor-heading-title, .elementor-7 .elementor-element.elementor-element-172ff96,
    .elementor-7 .elementor-element.elementor-element-9ef3a44.elementor-widget-heading .elementor-heading-title,
    .elementor-7 .elementor-element.elementor-element-3081935, .elementor-7 .elementor-element.elementor-element-c8876b2.elementor-widget-heading .elementor-heading-title,
    .elementor-7 .elementor-element.elementor-element-68304a5, .elementor-7 .elementor-element.elementor-element-49e84a8.elementor-widget-heading .elementor-heading-title,
    .elementor-7 .elementor-element.elementor-element-5e3699c,
    .elementor-13 .elementor-element.elementor-element-4cb2828e.elementor-widget-heading .elementor-heading-title
    {color:#17263a !important;}
    .elementor-7 .elementor-element.elementor-element-cf5f07b a.elementor-button, .elementor-7 .elementor-element.elementor-element-cf5f07b .elementor-button,
    .elementor-7 .elementor-element.elementor-element-eac4718 a.elementor-button, .elementor-7 .elementor-element.elementor-element-eac4718 .elementor-button,
    .elementor-7 .elementor-element.elementor-element-4e7d734 a.elementor-button, .elementor-7 .elementor-element.elementor-element-4e7d734 .elementor-button
    {color:#17263a !important;}
    .home_services_second .btnWithLine a::before{background: #d4dae1 !important;}
    .home_services_second .btnWithLine a::after{background: black !important;}
    .elementor-7 .elementor-element.elementor-element-813e3fb img
    {margin-top:40px;}
    .awards_section, .elementor-7 .elementor-element.elementor-element-0e81c68 > .elementor-element-populated,
    .elementor-13 .elementor-element.elementor-element-385c2f6b > .elementor-element-populated, 
    .awards_section .elementor-column-wrap{background: #f0f0f0 !important;}
    .elementor-7 .elementor-element.elementor-element-dff1631.elementor-widget-heading .elementor-heading-title,
    .awards_section .elementor-heading-title{color:#17263a !important;}
    .footer_menu ul{width: 100%;clear: both;margin-bottom: 20px;}
    .footer_menu ul li{float: left;clear: both;width: 100%;margin: 0px;}
    .footer_menu ul li a{width: 100%;border: 0px;padding-top: 10px;padding-bottom: 10px;font-size: 18px;font-weight: 600;text-align: center;margin: 0px;}
    .main_content_section{background: white !important;}
    .main_content_section .elementor-col-33 .elementor-column-wrap{padding-left: 15px !important;padding-right: 15px !important;}
    .book_tabs .elementor-tab-title.elementor-active{background: #17263a;}
    .main_content_section .elementor-col-66{padding-right: 0px;}
    #header_menu .elementor-col-33 img{max-width: 80%;}
    .book_tabs .elementor-tabs .elementor-tabs-wrapper{display: block;}
    .book_tabs .elementor-tab-title.elementor-tab-mobile-title{display: none;}
    .book_tabs .elementor-tab-title.elementor-tab-desktop-title{margin: 0px !important; display: block !important;width: 100%;}
    .book_tabs .elementor-tabs-content-wrapper{border-top: solid 1px #d4d4d4 !important;}
    .canadianVisasCarousel .slick-list{overflow: hidden;}
    .canadianVisasCarousel .elementor-slick-slider .slick-next, .canadianVisasCarousel .elementor-slick-slider .slick-prev{display: none !important;}
}








