/* Style guide */

/* 
 * 0.   Preloader
 * 1.   Global styles
 * 1.1  Language switcher
 * 2.   Slick slider styles
 * 3.   Accordeon styles
 * 4.   Lists styles
 * 5.   Cards style (example: services slider/ pricing plans)
 * 6.   Buttons styles
 * 7.   Site header
 * 7.1  Site branding
 * 7.2  Naviagation
 * 7.3  Sub menu
 * 7.4  Mobile navigation
 * 8.   Main Page
 * 8.1  Main Page Banner
 * 8.2  Map slider
 * 8.3  Services slider
 * 8.4  Partners section
 * 8.5  Testimonials slider
 * 9.   Main contact form
 * 9.1  Radio button styling
 * 9.2  Error messages
 * 10.  Pop-up forms
 * 10.1 Close button
 * 11.  Site Footer
 * 12.  SERVICES PAGE
 * 12.1 Agreement-iconList
 * 12.2 CTA block (cross site)
 * 12.3 About us section
 * 12.4 How we work (cross site)
 * 13.  ABOUT PAGE
 * 14.  PRICE PAGE
 * 15.  CONTACT PAGE
 * 16.  FAQ PAGE
 * 17.  404 PAGE
 * 18.  Media styles
*/

/* ================= 0. Preloader ================= */
.loader-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}
.page-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
	text-indent: -12345px;
    width: 50px;
    height: 50px;
    border-top: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(13, 102, 166, 1);    
    border-radius: 50%;    
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ================= 1. Global styles ================= */
body {
	font: 16px/1 'latoregular', sans-serif;
	word-break: break-word;
}
body.active {
	overflow: hidden;
}
a {
	color: #18283C;
}
.site-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
}
.site-content {
	padding-top: 129px;
}
.mobile {
	display: none;
}
.overlay {
	visibility: hidden;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);	
}
.overlay.active {
	z-index: 1;
	visibility: visible;
}
::placeholder {
  color: #BCC7CF;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #BCC7CF;
}
::-ms-input-placeholder { 
  color: #BCC7CF;
}

.grecaptcha-badge {
	display: none;
}

/* anchor to first section */
#sect1 {
	padding-top: 60px;
}

/* animated arrows - main banner */
.mouse-btn {
    position: absolute !important;
	width: 60px !important;
    left: 50%;
    margin-left: -31px;
    bottom: 80px;
}
.mouse-btn a {
	display: block;
}
.mouse-btn a:before,
.mouse-btn a:after {
    content: '';
    display: block;
	margin: auto;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #0d66a6;
    border-right: 5px solid #0d66a6;
    transform: rotate(45deg);
    animation: ani-mouse 1.5s infinite;
}
.mouse-btn a:before {
	animation-delay: -0.2s;
}
/* mouse animation */
@keyframes ani-mouse {
	 0%{
        opacity: 0;
        transform: rotate(45deg) translate(0px,0px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(10px,10px);
	}
}

/* ================= 1.1 Laguage switcher ================= */
.trp-language-switcher {
	display: none;
}
.trp-language-switcher > div {
	border: none;
	background: none;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
	display: none !important;
}
.trp-language-switcher .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
	display: flex !important;
	flex-direction: row-reverse;
	align-items: center;
    visibility: visible;
    height: auto;
	position: relative;
	padding: 0;
	width: auto !important;
}
.trp-language-switcher .trp-ls-shortcode-language a {
	font: 14px/17px "latoregular";
	color: #8F99A2;
}
.trp-language-switcher .trp-ls-shortcode-language a:hover {
	background-color: transparent;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language {
	color: #18283C;	
	font-weight: bold;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language:before {
	content: "|";
	display: inline-block;
	margin-right: 3px;
	font-weight: 900;
	font-size: 18px;
}

/* ================= 2. Slick slider styles ================= */
.slick-arrow {
	display: inline-block;
  	position: absolute;
	top: 50%;
    margin-top: -20px;
  	width: 40px;
  	height: 40px;
	border-radius: 100%;
  	border: 1px solid #0d66a6;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.slick-arrow:after {
	content: '';
	border-top: 2px solid #0d66a6;
  	border-left: 2px solid #0d66a6;
	width: 14px;
	height: 14px;
	margin-top: 12px;
	display: inline-block;
}
.slick-prev:after {
	transform: rotate(-45deg);
	margin-left: 5px;
}

/* .slick-track{
	display: flex;
} */
.slick-next:after {
	transform: rotate(135deg);
	margin-right: 5px;
}
.slick-disabled {
	background-color: #0d66a6;
	cursor:default;
}
.slick-disabled:after {
	border-top-color: #fff;
	border-left-color: #fff;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}
.slick-dots {
	display: inline-flex;
}
.slick-dots button {
	margin: 0 10px;
	font-size: 0;
	background-color: #dfe8ee;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.slick-dots .slick-active button {
	background-color: #0d66a6;
}

/* ================= 3. Accordeon styles ================= */
.site-content .accordeon-item {
	padding-top: 75px;
}
.site-content .accordeon-item:last-child {
	margin-bottom: 160px;
}
.accordeon-section .elementor-accordion-item {
	margin-bottom: 16px;
}
.accordeon-section .elementor-accordion .elementor-accordion-item,
.accordeon-section .elementor-accordion .elementor-tab-content {
	border: none;
}
.accordeon-section .elementor-accordion .elementor-tab-title {
	display: flex;
	border: 2px solid #BCC7CF;
	border-radius: 7px;
	font: 20px/24px 'latobold';
	color: #18283C;
	padding: 20px 35px;
	transition: .4s;
}
.accordeon-section .elementor-accordion .elementor-tab-title.elementor-active {
	background-color: #EFF4F7;
	border-color: transparent;
}
.accordeon-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	color: #0D66A6;
	font-size: 26px;
	width: 20px;
	margin-right: 10px;
}
.accordeon-section .elementor-accordion .elementor-tab-content {
	padding-top: 32px;
	padding-bottom: 20px;
}
.accordeon-section .elementor-accordion .elementor-tab-content ul {
	padding-left: 25px;
	list-style: disc;
	margin: 20px auto;
	max-width: 95%;
}
.accordeon-section .elementor-accordion .elementor-tab-content li {	
	margin-bottom: 5px;
	font: 20px/24px 'latoregular';
	color: #18283C;
}
.accordeon-section .elementor-accordion .elementor-tab-content p {
	font: 20px/24px 'latoregular';
	color: #18283C;
	margin-bottom: 10px;
}
.accordeon-section .elementor-accordion .elementor-tab-content a,
.accordeon-section .contact-btn {
	color: #0D66A6;
	cursor: pointer;	
}

/* ================= 4. Lists styles ================= */
.dotted-list ul {
	list-style: disc;
}
.number-list ul {
	list-style: decimal;
}
.dotted-list ul,
.number-list ul {
	padding-left: 25px;	
	margin: 20px auto;
	max-width: 95%;
}
.dotted-list ul li,
.number-list ul li {	
	margin-bottom: 5px;
	font: 20px/24px 'latoregular';
	color: #18283C;
}

/* ================= 5. Cards style (example: services slider/ pricing plans) ================= */
.card-section > div .elementor-row {
	flex-wrap: unset;
}
.card-item {
	border: 2px solid #BCC7CF;
	border-radius: 7px;
	margin: 0 5px;
	overflow: hidden;
	transition: .4s;
}
.card-item:hover {
	border-color: #0D66A6;
}
.card-item_active {
	margin-top: -20px;
	margin-bottom: -20px;
	border-color: #0D66A6;
}
.card-item_active .card-title {
	background-color: #0D66A6;
}
.card-item_active .card-title h5 {
	color: #fff;
}
.card-title {
	padding: 25px 15px;
	background-color: #EFF4F7;
}
.card-title h5 {
	color: #0D66A6;
	font: 28px/34px 'latoblack';
	text-transform: uppercase;	
}
.card-price p {
	color: #18283C;
	font: 36px/42px 'latobold';
	margin-top: 25px;
}
.card-text p {
	color: #18283C;
	font: 22px/28px 'latoregular';
	margin: 15px 7px;
}
.card-item .card-img img {
    height: 106px;
}
.card-list {
	max-width: 72%;
	margin: 25px auto 0;
}
.card-list h5 {
	color: #18283C;
	font: 20px/24px "latobold";
}
.card-list ul {
	margin: 20px auto 35px;
	text-align: left;
}
.card-list li {
	margin-bottom: 15px;
	padding-left: 30px;
	font: 18px/22px "latoregular";
}
.card-list li.active {
	color: #0D66A6;
	background: url('../images/active.png') left center no-repeat;
}
.card-list li.disable {
	color: #BCC7CF;
	background: url('../images/disabled.png') left center no-repeat;
}
.card-item .btn a {
	margin-bottom: 20px;
}

/* ================= 6. Buttons styles ================= */
.btn a.elementor-button,
.btn a {
	max-width: 256px;
	width: 100%;
	cursor: pointer;
	border-radius: 7px;
	border: 4px solid #0D66A6;
	padding: 9px 10px;
	font: 24px/29px 'latobold';
	text-align: center;
}
.btn-primary a {	
	background-color: #0D66A6;
	color: #fff;
}
.btn-primary a:hover {
	background-color: #fff;
	color: #0D66A6;
}
.btn-secondary a {
	background-color: #fff;
	color: #0D66A6;
}
.btn-secondary a:hover {
	background-color: #0D66A6;
	color: #fff;
}
.btn-center a {
	margin: 0 auto;
	display: block;
}
.btn-right a {
	margin-left: auto;
	display: block;
}

/* ================= 7. SITE HEADER ================= */
.site-header {
	padding: 15px 0;
	background-color: #fff;	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 100;
	transition: .4s;
	min-width: 320px;
}
.site-header.on-scroll {
	padding: 10px 0;
}
.site-header.on-scroll .main-navigation .menu a {
	font-size: 16px;
}
.site-header.on-scroll .main-navigation .menu {
	margin-top: 12px;
}
.site-header .site-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-logo svg {
	width: 200px;
	transition: .4s;
}
.site-header.on-scroll .site-logo svg {
	width: 112px;
}
/* ================= 7.1 Site branding ================= */
.site-branding {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font: 14px/1 "latobold";
    color: #585F67;
}
.site-branding span {
	display: none;
}
.site-branding a {
	color: #585F67;
	margin-left: 15px;
}
.site-branding a svg {
	vertical-align: middle;
	margin-right: 8px;
}

/* ================= 7.2 Naviagation ================= */
.main-navigation {
	width: calc(100% - 250px);
    text-align: right;
}
.main-navigation .menu {
	margin-top: 18px;
}
.main-navigation .menu > li {
	display: inline-block;
}
.main-navigation .menu > li:not(:last-child) {
	margin-right: 6%;
}
.main-navigation .menu .menu-item-has-children > a {
	cursor: default;
}
.main-navigation .menu a {
	font: 20px/24px "latobold";
	color: #18283C;
	cursor: pointer;
}
.main-navigation .menu a:hover,
.main-navigation .menu a:active {
	color: #0d66a6;
}
/* ================= 7.3 Sub menu ================= */
.main-navigation .sub-menu {
	text-align: left;
	padding: 15px;	
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background-color: #fff;
	top: auto;
}
.main-navigation .sub-menu a {
	margin-bottom: 10px;
	font-size: 16px;
	width: auto;
}
/* ================= 7.4 Mobile navigation ================= */
.mobile-navigation,
.servicesMob-navigation {
  display: none;
  width: 24px;
  height: 18px;
  cursor: pointer;
}
.mobile-navigation span,
.servicesMob-navigation span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #18283C;
  position: relative;
}
.mobile-navigation span:before,
.mobile-navigation span:after,
.servicesMob-navigation span:before,
.servicesMob-navigation span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #18283C;
  position: absolute;
  left: 0;
  top: 0;
  transition: .2s;
}
.mobile-navigation span:before,
.servicesMob-navigation span:before {
  top: 7px;
}
.mobile-navigation span:after,
.servicesMob-navigation.active span:after {
  top: 14px;  
}
.servicesMob-navigation.active span,
.servicesMob-navigation span:after,
.servicesMob-navigation span:before {
	background-color: #BCC7CF;
}
.mobile-navigation.active span,
.servicesMob-navigation span {
	background: transparent;
}
.servicesMob-navigation span:after,
.servicesMob-navigation span:before {
	background-color: #BCC7CF;
}
.mobile-navigation.active span:before,
.servicesMob-navigation span:before {
	transform: rotate(45deg);
}
.mobile-navigation.active span:after,
.servicesMob-navigation span:after {
	transform: rotate(-45deg);
	top: 7px;
}
.servicesMob-navigation.active span:after,
.servicesMob-navigation.active span:before {
	transform: rotate(0deg);
}
/* ================= 8. Main Page ================= */
/* ================= 8.1 Main Page Banner ================= */
.mainPage-banner {	
	min-height: calc(100vh - 129px);
	margin-bottom: 30px;
	padding-bottom: 70px;
	display: flex;
	align-items: center;
}
.mainPage-banner .premium-fancy-text-wrapper {
	height: 220px;
}
.mainPage-banner .premium-prefix-text {
	display: block;
	margin-bottom: 10px;
}
.mainPage-banner .main-title h1 {
	font: 4rem/77px 'latobold';
	text-transform: uppercase;
	color: #18283c;
	letter-spacing: 2px;
}
.mainPage-banner .bannerMiddle-title h2 {
	font: 1.75rem/34px 'latobold';
	color: #585f67;
	margin: 25px 0 13%;
}
.mainPage-banner .bannerBottom-title p {
	font: 600 1.5rem/29px 'latoregular';
	color: #585F67;
}
.mainPage-banner .contact-btn {
	max-width: 256px;
	margin-top: 28px;
}
/* ================= 8.2 Map slider ================= */
.assignment-block_slider {
	display: flex;
	justify-content: space-between;
}
.assignment-block_map {
	width: 53%;
}
.assignments-map svg {
	width: 100%;
	height: 100%;
}
.assignment-block_assignments {
	width: 47%;
	padding-left: 10px;
}
.assignment-block_assignments h3 {	
    font: 22px/26px "latobold";
	color: #18283c;
	margin-bottom: 15px;
}
.assignments__map-slider {
	height: 480px;
	overflow: hidden;
}
.assignments__map-slider .assignment-city {
	margin-bottom: 15px;	
}
.assignments__map-slider h4 {
	font: 18px/22px "latobold";
	color: #BCC7CF;
}
.assignments__map-slider p {
	font: 16px/19px "latoregular";
	color: #BCC7CF;
}
.assignments__map-slider .slick-current h4,
.assignments__map-slider .slick-current p {
	color: #0D66A6;
}
#cities circle.on {
	fill: #0D66A6;
}

/* ================= 8.3 Services slider ================= */
.services-slider {
	overflow: hidden;
}
.services-slider .slick-list {
	max-width: 1260px;
	overflow: hidden;
    margin: 0 auto;
	padding: 20px 0;
}

.services-slider .slick-track{
	display: flex;
}
.services-slider .slick-slide {
	margin: 0 15px;
}

/* ================= 8.4 Partners section ================= */
.logo-section .gallery {
	display: flex;	
	flex-wrap: wrap;
	margin-bottom: 0;
}
.logo-section .elementor-image-gallery .gallery-item img {
	display: block;
    max-width: 150px;
    max-height: 80px;
    margin: 0 0 70px;
	object-fit: contain;
}

/* ================= 8.5 Testimonials slider ================= */
.testimonial-wrapper {
	background-color: #0d66a6;	
	padding: 9em 0;
	margin-top: 110px;
}
.testimonial-wrapper .tesimonial-slider {
	max-width: 980px;
	position: static;
	margin: 0 auto;
	padding: 0 70px;
	text-align: center;
}
.tesimonial-slider .slider-content p {
	color: #ffffff;
    font: 3rem/54px "Lato", Sans-serif;    
}
.tesimonial-slider .slider-content span {
	color: #ffffff;
    text-transform: uppercase;
	display: block;
}
.tesimonial-slider .slider-content .testimonial-name {
	font: 1.5rem/29px "latoblack", Sans-serif;
	margin-top: 30px;
}
.tesimonial-slider .slider-content .testimonial-title {
    font: 600 1.125rem/22px "latoregular", Sans-serif;
}
.tesimonial-slider .slick-list{
	overflow: hidden;
}

.tesimonial-slider .slick-track{
	display: flex;
}
.tesimonial-slider .slick-arrow,
.tesimonial-slider .slick-arrow:after{	
	border-color: #fff;
}

/* ================= 9. Main contact form ================= */
.main-contactForm .btn-close,
.main-contactForm .form-tel {
	display: none;
}
.contact-form {
	padding: 130px 0 90px;
	position: relative;
}
.contact-form h4 {
	font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(34px + (58 - 34) * ((100vw - 320px) / (1920 - 320)));
	font-family: "latobold", Sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.contact-form .contact-form__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.contact-form .form-group {
	width: 48%;	
}
.contact-form .step-title {
	margin-top: 40px;
	margin-bottom: 18px;
}
.contact-form p {
	font: 24px/29px 'latobold';
	text-transform: uppercase;
	color: #0D66A6;
	transition: .4s;
}
.contact-form .wpcf7-form-control-wrap {
	display: block;	
    margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea {
	background-color: #fff;
	border: 2px solid #0D66A6;
	border-radius: 7px;
	font: 20px/24px 'latobold';
	color: #0D66A6;
	padding: 16px 20px;
	width: 100%;
}
.contact-form textarea {
	height: 351px;
}
.contact-form input[type="submit"] {
	background-color: #0D66A6;		
	display: block;
	margin: 30px auto 0;
	width: 100%;
	max-width: 255px;
	color: #fff;
	font: 24px/29px 'latoregular';
	padding: 11px;
	transition: .4s;
}
.contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #0D66A6;
}
.contact-form .form-tel {
	text-align: center;
    margin-top: 30px;
}
.contact-form .form-tel p {
	font-size: 1.25rem;
    color: #404040;
	text-transform: lowercase;
}
.contact-form .form-tel a {
	color: #0D66A6;
}
/* ================= 9.1 Radio button styling ================= */
.contact-form .wpcf7-radio {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
.contact-form input[type="radio"] {
	visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-form .wpcf7-list-item  {    
	border: 2px solid #8F99A2;
	border-radius: 7px;
	width: 31%;
	color: #8F99A2;
	font: 14px/17px 'latobold';
	text-align: center;
	transition: .4s;
}
.contact-form .wpcf7-list-item label {
	display: block;
	cursor: pointer;
	padding: 4px 10px;
	height: 100%;
}
.contact-form .wpcf7-list-item.active {
	border-color: #0D66A6;
	color: #0D66A6;
	background-color: #DFE8EE;
}
.contact-form .wpcf7-list-item label:before {
	content: '';	
	width: 100%;
	height: 40px;
	display: block;
}
.contact-form #connect-way > .wpcf7-list-item:first-child label:before {
	background: url('../images/office_grey.svg') center no-repeat;
}
.contact-form #connect-way > .wpcf7-list-item:nth-child(2) label:before {
	background: url('../images/Phone_grey.svg') center no-repeat;
}
.contact-form #connect-way > .wpcf7-list-item:last-child label:before {
	background: url('../images/skype_grey.svg') center no-repeat;	
}
.contact-form #connect-way .wpcf7-list-item.active:first-child label:before {
	background: url('../images/office_blue.svg') center no-repeat;	
}
.contact-form #connect-way .wpcf7-list-item.active:nth-child(2) label:before {
	background: url('../images/Phone_blue.svg') center no-repeat;
}
.contact-form #connect-way .wpcf7-list-item.active:last-child label:before {
	background: url('../images/skype_blue.svg') center no-repeat;	
}
/* ================= 9.2 Error messages ================= */
.wpcf7-not-valid-tip {	    
	font: 14px/18px 'latoregular';
    color: red;
	padding-left: 20px;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output {
	text-align: center;
}
.wpcf7-response-output > * {
    font: 22px/18px 'latoregular';    
    color: green;
    border: 2px solid green;
    max-width: 300px;
    margin: 20px auto 10px;
    padding: 10px;
    border-radius: 7px;
}
form .wpcf7-not-valid,
.contact-form .wpcf7-not-valid .wpcf7-list-item {
	border-color: red;
}
.wpcf7-validation-errors {	
	color: red;
}
.wpcf7-mail-sent-ok {
	color: green;
}
/* ================= 10. Pop-up forms ================= */
.form-overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;    
	width: 100%;
    height: 100%;	
	z-index: 100;
}
.form-overlay.active {
	display: block;
	overflow: auto;
}
#pricePlan-input {
	display: none;
}
.form-overlay .contact-form {
	width: 100%;
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 0;
}
.form-overlay h4 {	
	margin-bottom: 25px;
	font-size: 4rem;
	line-height: 1.25;
}
.oneTimeBook-form .contact-form {
	max-width: 600px;
	padding: 20px;
}
.mainForm-popUp .contact-form {
	padding: 0 50px;
	max-width: 900px;
}
.mainForm-popUp .contact-form textarea {
	height: 196px;
}
.oneTimeBook-form .contact-form__content {
	flex-direction: column;
}
.oneTimeBook-form .contact-form .form-group {
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}
.oneTimeBook-form .contact-form input[type="submit"] {
	margin-top: 0;
}
/* ================= 10.1 Close button ================= */
.btn-close {
    float: right;
	position: relative;
    width: 32px;
    height: 32px;
	cursor: pointer;	
}
.btn-close:before,
.btn-close:after {
	position: absolute;
    left: 16px;
    content: '';
    height: 32px;
    width: 2px;
    background-color: #8F99A2;
}
.btn-close:before {
	transform: rotate(45deg);
}
.btn-close:after {
	transform: rotate(-45deg);
}
.btn-close:hover:after,
.btn-close:hover:before {
	background-color: #0D66A6;
}

/* ================= 11. Site Footer ================= */
.site-footer {
	transition: margin .4s;
}
.footer-info {
	background-color: #18283c;
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.footer-info .map iframe {
	height: 100%;	
	width: 100%;
	display: block;
}
.footer-content {
    display: grid;
	grid-template-rows: auto;
	padding: 130px 20px 10px;
}
.footer-content > * {
	justify-self: center;
}
.footer-address {
	padding: 60px 0 80px;
	font: 500 17px/26px 'latoregular';
	color: #EFF4F7;
}
.footer-address a {
	color: #fff;
}
.footer-address a:hover {
	color: #5ebce2;
}
.footer-content .socials {
	margin-top: 95px;
	margin-bottom: 45px;
}
.socials a {
	margin: 0 15px;
}
.socials a:hover path {
	fill: #5ebce2;
}
.footer-content .contact-btn a {
    color: #EFF4F7;
    padding: 10px 20px;
    cursor: pointer;
    max-width: 100%;
    border: 1px solid #fff;
    font-size: 17px;
}
.footer-content .contact-btn a:hover {
	border-color: #5ebce2;
	color: #5ebce2;
}
.footer-links {
	margin-top: 95px;
	margin-bottom: 30px;
}
.footer-links li {
	display: inline-block;
	margin: 0 10px;	
}
.footer-links li a,
.copyright {
	color: #DFE8EE;
	font: 500 16px/19px 'latoregular';
	text-align: center;
}
.footer-links li a:hover {
	color: #5ebce2;
}

/* ================= 12. SERVICES PAGE ================= */
.services-pages {
	transition: .4s;
}
.page-template-services-page .site-header {
	border-bottom: 2px solid rgba(188, 199, 207, .5);
}
.page-template-services-page .site-header,
.page-template-services-page .services-pages,
.page-template-services-page .site-footer {
	margin-left: 325px;
	width: calc(100% - 325px);	
}
.page-template-services-page .site-header.active,
.page-template-services-page .services-pages.active,
.page-template-services-page .site-footer.active {
	margin-left: 0;
	width: 100%;
}
.servicesMob-navigation {
	display: block;
	position: fixed;	
	left: 30px;	
	transition: .4s;
	z-index: 10;
}
.services-navigation {
	width: 325px;
	height: 100%;
	position:fixed;
	top: 0;
	left: 0;
	padding: 143px 30px 30px;
	background-color: #fff;
	border-right: 2px solid rgba(188, 199, 207, .5);
	overflow: auto;
	z-index: 50;
	transition: .4s;
}
.services-navigation.on-scroll {
	padding-top: 70px;
}
.services-navigation.active {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.services-navigation .menu-services-pages-aside-menu-container .sub-menu {
	display: none;
}
.services-navigation .menu-services-pages-aside-menu-container .sub-menu a {
	font-weight: normal;
}
.services-navigation .menu-services-pages-aside-menu-container .current-menu-item .sub-menu {
	display: block;
}
.services-navigation .widget-title {
	color: #18283C;
	font: 18px/22px "latobold";
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services-navigation .menu a {
	color: #18283C;
	font: 14px/17px "latobold";
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 2px solid transparent;
	position: relative;
}
.services-navigation .current-menu-item > a {
	border-color: #0D66A6;
	position: relative;
}
.services-navigation .menu a:hover {
	color: #0d66a6;
}
.services-navigation .menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 4px;
  	width: 8px;
  	height: 8px;
  	border-top: 2px solid #bfbfbf;
  	border-left: 2px solid #bfbfbf;
  	transition: all 250ms ease-in-out;
	transform: rotate(135deg);
}
.services-navigation .current-menu-item > a:after {
	transform: rotate(-135deg);
}
.services-navigation .sub-menu {
	margin-left: 35px;
	position: relative;
}
.services-navigation .sub-menu a {
	text-transform: capitalize;
}
.services-navigation .menu .more {
	color: #0D66A6;
	margin-bottom: 40px;
	font: bold 14px/17px "latoregular";
	position: relative;
	cursor: pointer;
	max-width: 250px;
}
.services-navigation .menu .more:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	height: 178px;
	width: 100%;
	background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 114.77%);
	transition: .4s;
}
.services-navigation .menu .less:before {
	height: 0;
}
/* ================= 12.1 Agreement-iconList ================= */
.agreement-iconSection {
	margin-top: 100px;
	margin-bottom: 120px;
}
.agreement-iconSection .elementor-row {
	flex-wrap: wrap;
	justify-content: space-between;
}
.agreement-iconSection .agreement-iconList {
	padding: 30px 25px 20px;
    background-color: #eff4f7;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 20px;
	width: 24% !important;
}
.agreement-iconList div img {
	max-width: 95px;
	min-width: 80px;
    margin: auto;
    height: 70px;
    object-fit: contain;
}
.agreement-iconList h4 {
	font: 18px/22px "latobold";	
	margin: 20px 0 15px;
	text-transform: uppercase;
	color: #18283C;
}
.agreement-iconList p {
	font: 16px/19px "latoregular";
	color: #18283C;
}
/* ================= 12.2 CTA block (cross site) ================= */
.cta-block {
	background: #DFE8EE;
	border-radius: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 29px 35px;
	margin-bottom: 70px;
}
.cta-block p {
	font: 28px/34px "latobold", Sans-serif;
	margin-right: 20px;	
}
.cta-block .btn a {
    padding: 19px 29px;	
	max-width: 380px;
}
.pricing-cta {
	margin-top: 50px;
}
.background-cta {
	background: url("../images/cta-background.jpg") center no-repeat;
	background-size: cover;
	border-radius: 16px;
	padding: 10% 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.background-cta svg {
	width: 200px;
	height: 81px;
}
.background-cta p {
	margin: 55px auto;
}
/* ================= 12.3 About us section (cross site) ================= */
.aboutUs-block {
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 0.1fr 1fr;
	grid-gap: 100px 50px;
	grid-template-areas:
        "header header"
        "content icons";
	max-width: 1065px;
	margin: 0 auto;
}
.aboutUs-block h2 {
	grid-area: header;
	color: #18283c;
	font: 600 48px/58px "Lato", Sans-serif;
    text-transform: uppercase;
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}
.aboutUs_content {
	grid-area: content;
}
.aboutUs_content p {
	color: #18283c;
    font: 20px/24px "Lato", Sans-serif;
	margin-bottom: 25px;
}
.aboutUs_icons {
	grid-area: icons;
}
.aboutUs_icons li {
	background: #EFF4F7;
	border-radius: 7px;
	margin-bottom: 15px;
    padding: 30px;
	display: flex;
	align-items: center;
}
.aboutUs_icons p {
	color: #18283c;
    font: 600 24px/29px "Lato", Sans-serif;
}
.aboutUs_icons img {
	object-fit: contain;
	height: 80px !important;
	width: 80px;
	margin-right: 50px;
}
/* ================= 12.4 How we work (cross site) =================*/
.howWeWork-list h2 {
	font: 48px/58px 'latobold';
	margin-bottom: 8%;
	text-transform: uppercase;
	color: #18283c;
	text-align: center;
}
.howWeWork-list ul {
  counter-reset: section-counter;
  padding-top: 62px;
  margin: 0 auto;
}
.howWeWork-list li {
  border: 2px solid #DFE8EE;
  border-radius: 7px;
  position: relative;
  padding: 30px 36px;
  background: #fff;
  max-width: 520px;
  width: 44.5%;
}
.howWeWork-list li:before {
  content: counter(section-counter);
  counter-increment: section-counter;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -62px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 3px;
  font: 32px/62px "latobold";
  color: #18283C;
  background: #DFE8EE;
  transition: .4s ease-in-out;
}
.howWeWork-list li:after {
    content: '';
    position: absolute;
    top: -140px;
    border-top: 2px dashed #DFE8EE;
    width: 100%;
    height: 140px;
    z-index: -1;
}
.howWeWork-list li:first-child:after {
  display: none;
}
.howWeWork-list li:not(:first-child) {
	margin-top: 12.8em;
}
.howWeWork-list li:nth-child(odd) {
    float: left;
}
.howWeWork-list li:nth-child(odd):after {
	right: -50%;
	border-left: 2px dashed #DFE8EE;
}
.howWeWork-list li:nth-child(even) {
    float: right;
}
.howWeWork-list li:nth-child(even):after {
	left: -50%;
	border-right: 2px dashed #DFE8EE;
}
.howWeWork-list li h3 {
  font: 24px/29px "latobold";
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #18283C;
}
.howWeWork-list li p {
	font: 24px/23px "latoregular";
	color: #18283C;
}
.howWeWork-list li:hover:before,
.howWeWork-list li.active:before {
  background-color: #18283C;
  color: #fff;
}
.howWeWork-list li:hover,
.howWeWork-list li.active {
  border-color: #18283C;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: .4s ease-in-out;
}

/* ================= 12.5 transcripted block show more/less =================*/
.transcr-block {
	max-height: 300px;
	margin-bottom: 100px;
	overflow: hidden;	
	transition: max-height .4s;
}
.transcr-block.active {
    max-height: 100%;
    transition: max-height .4s ease-in;
    overflow: hidden;
}
.transcr-block .transcr-showMore_block {	
    text-align: center;
    position: absolute;
    bottom: 0;
	z-index: 1;	
	background-color: #fff;
}
.transcr-block.active .transcr-showMore_block {
	position: relative;
	margin-top: 30px;
}
.transcr-block .transcr-showMore_block:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 178px;
    width: 100%;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 114.77%);
    transition: .4s
}
.transcr-block.active .transcr-showMore_block:before {
	display: none;
}
.transcr-showMore {
	cursor: pointer;
    font: 20px/22px 'latobold';
    display: inline-block;
    color: #0d66a6;
    position: relative;
}
.transcr-showMore:after {
	content: '';
    position: absolute;
    right: -20px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0d66a6;
    border-left: 2px solid #0d66a6;
    transition: all 250ms ease-in-out;
    transform: rotate(-135deg);
}
.transcr-block.active .transcr-showMore:after {
	transform: rotate(45deg);
	top: 10px;
}

/* ================= 13. ABOUT PAGE ================= */
.about-fullHsec .elementor-widget-wrap {
    height: calc(100vh - 140px);
    align-content: center;
}
.about-fullHsec .mouse-btn {
	bottom: 40px;
}

/* ================= 14. PRICE PAGE ================= */
.lawyer-cta {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.lawyer-cta_description h4 {
	font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(29px + (38 - 29) * ((100vw - 320px) / (1920 - 320)));
	font-family: "latoblack", Sans-serif;
	margin-bottom: 8px;
	color: #18283c;
}
.lawyer-cta_description p {
	font: 18px/22px "latobold";
	color: #18283c;
}
.lawyer-cta_card {
	border-color: #0d66a6;
	margin: 80px auto 0;
	max-width: 390px;
	width: 100%;
}
.lawyer-cta_card h4 {
	font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(26px + (34 - 26) * ((100vw - 320px) / (1920 - 320)));
	font-family: "latoblack", Sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #0D66A6;
	padding: 10px 0;
}
.lawyer-cta_card img {
	width: 106px;
	height: 106px;
	margin: 15px auto;
} 
.more-info a {
	color: #0D66A6;
}

/* ================= 15. CONTACT PAGE ================= */
.page-id-38 .contact-form {
	padding-top: 0;
}
.page-id-38 .contact-form h4 {
	display: none;
}


/* ================= 16. FAQ PAGE ================= */
.menu-faq-sidebar-navigation-container .menu a {
	text-transform: unset;
}



/* ================= 17. 404 PAGE ================= */
.error404,
.error404 .site-header {
	background-color: #EFF4F7;
}
.error404 .error-404 {
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	background: url(../images/404page.png) -10% 50% no-repeat;
    background-size: 55%;
}
.error-404_content {
	max-width: 500px;
	margin-left: auto;
}
.error-404_content h4 {
	font-size: calc(32px + (64 - 32) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(37px + (77 - 37) * ((100vw - 320px) / (1920 - 320)));
	font-family: "latobold", Sans-serif;
	letter-spacing: 0.07em;
	color: #0D66A6;
}
.error-404_content h5 {
	font: 28px/34px 'latobold';
	color: #585F67;
	padding-bottom: 30px;
	border-bottom: 4px solid #0D66A6;
	margin: 40px 0 30px;
	display: inline-block;
}
.error-404_content p,
.error-404_content a {
	font: 20px/24px 'latobold';
	color: #585F67;
}
.error-404_content p:not(:last-child) {
	margin-bottom: 20px;
}
.error-404_content a {
	color: #0D66A6;
}
.error-404_btn a {
	background-color: #0D66A6;
	border-radius: 7px;
	border: 2px solid #0D66A6;
	font: 24px/29px 'latobold';
	color: #fff;
	padding: 14px;
	text-align: center;
}
.error-404_btn a:hover {
	background-color: #fff;
	color: #0D66A6;
}


/* ================= 18. Media styles ================= */
@media (max-width: 1450px) {
	.site-header.on-scroll .servicesMob-navigation.active {
		top: 5em;
	}
	.servicesMob-navigation.active {		
		top: 8em;
		width: 40px;
    	height: 40px;
    	padding: 12px 9px;
		background-color: rgba(144, 154, 164, 0.3);
		border-radius: 100%;		
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);				
	}
	.servicesMob-navigation.active:hover {
		background-color: rgb(13, 102, 166);
	}
}

@media (max-width: 1200px) {
	.site-logo svg {
		width: 150px;
	}
	.main-navigation {
		width: calc(100% - 140px);
	}
	.assginment-title h3 {
		font-size: 18px;
	}
	.assignments__map-slider .slick-slide p {
		font-size: 14px;
	}
	/* services mob navigation */
	.servicesMob-navigation {
		top: unset !important;
		left: unset;
		right: 30px;
		bottom: 30px;		
	}
	.page-template-services-page .site-header,
	.page-template-services-page .services-pages,
	.page-template-services-page .site-footer {
		margin: 0;
		width: 100%;
	}
	.services-navigation {
		top: 68px;
    	height: calc(100vh - 68px);
		padding-top: 40px;
	}
	.services-navigation.on-scroll {
		padding-top: 20px;
	}
	.services-navigation.active {
		left: -120%;
	}
	.agreement-iconSection .agreement-iconList {
		width: 49% !important;
	}
}

@media (max-width: 991px) {	
	.site-content {
		padding-top: 70px;
	}
	/* Cards item */
	.card-title {
		padding: 15px;
	}
	.card-title h5 {
		font-size: 24px;		
	}
	.card-price p {
		margin: 25px 10px 0;
		font-size: 32px;
		line-height: 38px;
	}
	.card-list {
		max-width: 80%;
	}
	.card-list h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.card-list li {
		font-size: 16px;
		line-height: 19px;
	}
	.card-item .btn a.elementor-button,
	.card-item .btn a {
		margin: 0;
		max-width: 100%;
		border-radius: 0;
		border: none;
	}	
	/* site-header */
	.site-header,
	.site-header.on-scroll {
		padding: 15px 0 10px;
	}
	.site-logo svg,
	.site-header.on-scroll .site-logo svg {
		width: 100px;
	}	
	.mobile-navigation {
		display: block;
	}
	.main-navigation {
		position: absolute;
    	width: 100%;
    	left: -999em;
    	top: 52px;
    	background: #fff;
    	height: calc(100vh - 64px);
		z-index: 999;
		transition: .4s ease-in-out;
	}
	.main-navigation.active {
		left: 0;		
	}
	.main-navigation .menu {
	    height: calc(100vh - 175px);
    	overflow: auto;
    	margin-top: 0;
	}
	.main-navigation .menu > li {
		display: block;
		margin-top: 30px;
		margin-right: 0 !important;
		text-align: left;
		text-align: center;
	}
	.main-navigation .menu a,
	.site-header.on-scroll .main-navigation .menu a {
		font-size: 20px;
		position: relative;
		cursor: pointer;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: '';
    	position: absolute;
    	right: -20px;
    	top: 10px;
    	width: 8px;
    	height: 8px;
    	border-top: 2px solid #bfbfbf;
    	border-left: 2px solid #bfbfbf;
    	transition: all 250ms ease-in-out;
    	transform: rotate(135deg);
	}
	.main-navigation .menu-item-has-children.active > a:after {
		transform: rotate(-135deg);
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {
		left: -999em;
	}
	.sub-menu.show {
		position: static;
		text-align: center;
		box-shadow: none;
		padding: 15px 15px 0 20px;
	}
	/* site-branding */
	.site-branding {
		position: absolute;
		bottom: 10vh;
		left: 30px;
		width: calc(100% - 60px);		
		flex-direction: column;
		justify-content: space-between;
		height: 50px;
	}
	.site-branding span {
		display: inline-block;
	}
	.site-branding a {
		margin-left: 0;
		color: #0D66A6;
	}
	.site-branding svg {
		display: none;
	}
	/* site footer */
	.footer-content {
		padding-top: 90px;
	}
	.footer-info {
		grid-template-columns: auto;
    	grid-template-rows: 1fr 1fr;
	}
	/* site banner */
	.mainPage-banner {
		min-height: calc(100vh - 70px);
	}
	.mainPage-banner > div > div > div:last-child img {
		max-width: 300px;
		margin-bottom: 50px;
	}
	/* logo gallery */
	.logo-section .gallery {
		justify-content: center;
	}
	.logo-section figure {
		max-width: 33% !important;		
	}
	.logo-section .elementor-image-gallery .gallery-item img {
		margin: 0 auto 55px;
	}
	/* testimonial slider */
	.testimonial-wrapper {
		margin-top: 90px;
		padding: 70px 0;
	}
	.tesimonial-slider .slider-content p {
		font-size: 2rem;
		line-height: 36px;
	}
	.tesimonial-slider .slider-content .testimonial-name {
		font-size: 1.5rem;
    	line-height: 29px	
	}
	.tesimonial-slider .slider-content .testimonial-title {
		font-size: 1.125rem;
    	line-height: 22px;
	}   
	/* contact form */
	.contact-form {
		padding: 70px 0;
	}
	.form-overlay h4 {
		font-size: 3rem;
		margin-bottom: 0;
	}
	.contact-form .contact-form__content {
		flex-direction: column;
	}
	.contact-form .form-group {
		width: 100%;		
	}
	.contact-form .step-title {
		margin: 25px 0 15px;
	}
	.contact-form .wpcf7-list-item {			
		font-size: 18px;
	}
	.contact-form .wpcf7-list-item label {
		padding: 10px;
		display: inline-flex;
		align-items: center;
		text-align: left;
	}
	.contact-form .wpcf7-list-item label:before {
		width: 40px;
		margin-right: 10px;
	}
	.contact-form textarea {
		height: 125px;
	}
	.contact-form input[type="submit"] {
		max-width: 200px;
	}
	/* ---------- services pages ------------ */
	.agreement-iconList {
		padding: 35px 20px;
		text-align: left;
	}
	.agreement-iconList .elementor-text-editor {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.agreement-iconList div img {
		height: 65px;
		margin-right: 30px;
		margin: 0 auto 20px;
	}
	.agreement-iconList h4 {
		margin: 0 0 7px;
		font-size: 14px;
		line-height: 17px;
	}
	.agreement-iconList p {
		font-size: 14px;
		line-height: 17px;
	}

	/* services page - about section	 */
	.aboutUs-block {
		grid-template-columns: auto;
    	grid-template-rows: auto;
    	grid-gap: 50px;
    	grid-template-areas:
        	"header"
        	"content"
        	"icons";
	}
	.aboutUs_icons ul {
		display: flex;
		justify-content: space-between;		
	}
	.aboutUs_icons li {
		flex-direction: column;
    	text-align: center;
		width: 32%;
		padding: 15px;
	}
	.aboutUs_icons img {
		margin: 0 auto 20px;
	}
	.aboutUs_icons p {		
		font-size: 18px;
		line-height: 22px;
	}
	/* services page - how we work section	 */
	.howWeWork-list {
		margin: 0 30px;
	}
	.howWeWork-list li {
		width: 56%;
		padding: 28px 22px;
	}
	.howWeWork-list li:nth-child(odd),
	.howWeWork-list li:nth-child(even) {
		float: none;
	}
	.howWeWork-list li:nth-child(even) {
		margin-left: auto;
	}
	.howWeWork-list li:not(:first-child) {
		margin-top: 70px;
	}
	.howWeWork-list li:after {
		top: -195px;
	}
	
	/* About page */
	.about-fullHsec .elementor-widget-wrap {
    	height: calc(100vh - 70px);
    	align-content: center;
	}

	/* 404 page */
	.error404 .error-404 {
		background: unset; 
	}
	.error-404_content {
		margin-right: auto;
	}
	.error-404_btn a {
		font-size: 18px;
		line-height: 24px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.mouse-btn {
		bottom: 0;		
	}
	.about-fullHsec .mouse-btn {
		bottom: 20px;
	}
	.mouse-btn a:before,
	.mouse-btn a:after {
		width: 20px;
    	height: 20px;
	}
	.mobile {
		display: block
	}
	.desktop {
		display: none;
	}
	.site-wrapper {
		padding: 0 15px;
	}
	.slick-arrow {
		width: 30px;
		height: 30px;
	}
	.slick-arrow:after {
		width: 12px;
		height: 12px;
		margin-top: 8px;
	}
	.slick-prev {
		left: 5px;
	}
	.slick-next {
		right: 5px;
	}
	/* Cards item */
	.card-item,
	.card-item:hover {
		border-color: #BCC7CF;
		margin: 0;
	}
	.card-item .card-title {
		background-color: #0D66A6;
	}
	.card-item .card-title h5 {
		color: #fff;
	}
	.card-title {
		padding: 15px 0;
	}
	.card-title h5 {		
		font: 22px/26px 'latoblack';
	}
	.card-price p {
		margin-top: 14px;
    	font-size: 28px;
    	line-height: 34px;
	}
	.card-list h5 {
		font-size: 20px;
    	line-height: 24px;
	}
	.card-list ul {
		margin: 15px auto 25px;
	}
	.card-list li {
		font-size: 16px;
    	line-height: 20px;
	}	
	.card-item .btn a.elementor-button,
	.card-item .btn a {
		max-width: 80%;
		margin: 0 auto 20px;
		border-radius: 7px;
		border-color: #0D66A6;
		font-size: 18px;
		line-height: 22px;
		padding: 9px;
		border: 2px solid #0D66A6;
	}
	.accordeon-item h2 {
		text-align: center;
	}
	/* home page */
	.home .banner-text {
		height: 80vh;
		min-height: 400px;
	}
	.home .fancy-block {
		margin-bottom: calc(100% - 200px) !important;
		height: 180px;
	}
	.mainPage-banner {
		min-height: calc(100vh - 130px);	
	}
	.mainPage-banner > div > div > div:last-child img {
		max-width: 200px;
		margin-bottom: 30px;
	}
	.mainPage-banner .main-title h1 {
		font-size: 2rem;
		line-height: 38px;
	}
	.mainPage-banner .bannerMiddle-title h2 {
		font-size: 1.125rem;
		line-height: 22px;
	}
	.mainPage-banner .bannerBottom-title p {
		font-size: 1rem;
		line-height: 19px;
	}
	.mainPage-banner .contact-btn a {
		font-size: 1.125rem;
		line-height: 22px;
		padding: 8px;
	}
	/* main page - services slider	 */
	.services-slider .slick-list {
		max-width: calc(100% - 85px); 
	}
	.services-slider .slick-slide {
		margin: 0 auto;
	}
	.card-item .card-img img {
		height: auto;
	}
	/* logo section */
	.logo-section .elementor-image-gallery .gallery-item img {
		margin: 0 auto 24px;
		max-width: 90px;
	}
	/* testimonial slider */
	.testimonial-wrapper {
		padding: 65px 0 120px;
	}
	.testimonial-wrapper .tesimonial-slider {
		padding: 0 15px;
	}
	.tesimonial-slider .slider-content p {
		font-size: 1.25rem;
		line-height: 24px;
	}
	.tesimonial-slider .slider-content .testimonial-name {
		font-size: 1rem;
		line-height: 19px;
	}
	.tesimonial-slider .slider-content .testimonial-title {
		font-size: 0.875rem;
		line-height: 17px;
	}
	.tesimonial-slider .slick-arrow {
		top: unset;
		bottom: -40px;
	}
	/* contact form */
	.form-overlay h4 {
		font-size: 1.75rem;		
	}
	.contact-form .step-title {
		margin: 15px 0 10px; 
	}
	.contact-form .step-title p {
		font-size: 16px;
	}
	.contact-form p {
		font-size: 20px;
		line-height: 24px;
	}
	.contact-form .wpcf7-radio {
		flex-direction: column;
	}
	.contact-form .wpcf7-list-item {
		width: 100%;
		margin-bottom: 8px;
		text-align: left;
		font-size: 16px;
	}
	.contact-form .wpcf7-list-item label {
		width: 100%;
		padding: 0;		
	}
	.contact-form input,
	.contact-form textarea {
		padding: 7px 15px;
		font-size: 16px;
	}
	.contact-form input[type="submit"] {
		padding: 7px 10px;
		font-size: 18px;
	}
	.contact-form .mobile .form-tel p {
		font-size: 16px;
		font-family: 'latoregular';
	}
	.form-overlay .contact-form {
		position: static;
		transform: none;
	}
	.mainForm-popUp .contact-form {
		padding: 15px;
	}
	/* page footer */
	.footer-content {
		padding: 70px 20px 20px;
	}
	.footer-info .map iframe {
		min-height: 300px;
	}
	.footer-logo {
		width: 126px;
		height: 51px;
	}
	.footer-address {
		font-size: 14px;
		line-height: 17px;
	}
	.footer-content .socials {
		margin: 30px 0;
	}
	.socials a svg {
		width: 32px;
		height: 32px;
	}
	.footer-content .contact-btn a {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 20px;
		border-width: 2px;
	}
	/* services page */
	.servicesMob-navigation {
		right: 15px;
	}
	.services-navigation {
		width: 100%;
		padding-bottom: 60px;
	}
	.agreement-iconSection {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.agreement-iconSection .agreement-iconList {
		width: 100% !important;
		padding: 10px;
	}
	/* about us  */
	.aboutUs-block {
		grid-gap: 20px;
	}
	.aboutUs-block h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.aboutUs_icons ul {
		flex-direction: column;
	}
	.aboutUs_icons li {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
	.aboutUs_icons img {
		margin: 0 30px 0;
	}
	.aboutUs_icons p {		
		font-size: 16px;
		line-height: 19px;
	}
	/* CTA block */
	.cta-block {
		flex-direction: column;
		padding: 27px 35px;
		text-align: center;
	}
	.cta-block p {
		font-size: 20px;
		line-height: 24px;
	}
	.cta-block .btn a {
		margin-top: 10px;
		padding: 11px;
		font-size: 18px;
	}
	.background-cta p {
		margin: 30px auto;
	}
	.background-cta svg {
		width: 140px;
		height: 70px;
	}
	.about-icon img {
		max-height: 55px;
	}
	.howWeWork-list {
		margin: 0 15px;
	}
	.howWeWork-list h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.howWeWork-list ul {
		padding-top: 40px;
	}
	.howWeWork-list li {
		width: 100%;
		padding: 20px;
	}
	.howWeWork-list li:before {
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
		top: -40px;
	}
	.howWeWork-list ul li:after {
		top: -120px;
		border-top: none;
		width: 2px;
		left: 50% !important;
		right: auto;
	}
	.howWeWork-list li h3 {
		font-size: 16px;
		line-height: 19px;
	}
	.howWeWork-list li p {
		font-size: 16px;
		line-height: 15px;
	}
	/* pricing page */
	.lawyer-cta {
		flex-direction: column;		
	}
	.lawyer-cta_description {
		width: 100%;
	}
	.lawyer-cta .card-item:hover {
		margin: 30px auto 0;
	}
	.lawyer-cta_card {
		max-width: 88%;
		margin: 30px auto 0;
	}
	.pricing-section {
		overflow: hidden;	
	}
	.pricing-section .elementor-row > div {		
		margin: 0 auto;
		width: 100%;		
	}
	.pricing-section .elementor-row > div .slick-slide {
		margin: 0 20px;
	}
	/* About us page */
		.mainPage-banner > div > div > div:first-child {
		order: 2;
	}
}

@media (max-width: 420px) {
	.mainPage-banner .bannerMiddle-title h2 {
		margin: 25px 0 40px;
	}
}
 @media screen and (orientation:landscape) {
	 .home .fancy-block {
		 margin-bottom: 0 !important;
	 }
}

@media (max-height: 720px) {
	 .mouse-btn {
		display: none;
	}
	.about-fullHsec .mouse-btn {
		display: block;
	}
	.form-overlay .contact-form {
		position: static;
		transform: none;
	}
}