@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
*{
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
}
p{
	line-height: 1.80;
	margin-bottom: .5em;
}
.container {
    width: 100%;
}
.row {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    align-items: center;
}
header {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    background-color: white;
    z-index: 99;
}
main{
    padding-top: 141px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
.header-inner {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
}
.social-boxs,
.contact-boxs {
    display: flex;
    align-items: center;
}
.header-top, .header-top-inner{
    display: flex;
    justify-content: space-between;
    background-color: #273480;
    width: 100%;
}
.contact-box {
    margin-right: 35px;
    color: white;
}
.contact-box i {
    color: white;
    font-size: 15px;
    margin-right: 10px;
}
.contact-box span, .contact-box a {
    color: white !important;
    font-size: 14px;
}
#contactboxtext {
    color: white !important;
}
.contact-box span:hover {
    color: white !important;
}
.header-bottom, .header-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-top {
    padding: 10px 0;
}
.header-bottom {
    background-color: white;
    z-index: 99;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.header-bottom {
    padding: 20px 0;
}
.header-bottom .logo {
    height: 60px;
}
.header-bottom .logo img{
    height: 100%;
}
.menu nav ul {
    display: flex;
    align-items: center;
    padding: 0;
}
.menu nav ul li a:hover {
    color: #174590;
}
.menu nav ul li {
    list-style: none;
    padding: 0 20px;

}
.menu nav ul li a {
    font-size: 18px;
    color: #494949;
    transition: .2s;
}
.language-select-mobile{
	display: none !important;
}
.language-select {
    display: flex;
    align-items: center;
}
.language-select .lang {
    width: 40px;
    height: 28px;
}
.language-select .lang:first-child {
    margin-right: 15px;
}
.language-select .lang img {
    width: 75%;
    height: 75%;
    object-fit: cover;
}
.social-box {
    display: flex;
    align-items: center;
}
.social-box i {
    font-size: 1.3em;
    color: white;
}
.toggle-icon {
    position: relative;
    height: 18px;
    width: 25px;
    margin-bottom: 3px;
    cursor: pointer;
}
.toggle-icon span {
    width: 100%;
    height: 2px;
    background-color: black;
    position: absolute;
}
.toggle-icon span:nth-child(1) {
    top: 0;
    width: 100%;
}
.toggle-icon span:nth-child(2) {
    top: 50%;
}
.toggle-icon span:nth-child(3) {
    top: 100%;
    width: 100%;
}
.hero {
    position: relative;
    margin-bottom: 85px;
}
.hero-inner {
    width: 100%;
}
.slider {
    margin: auto;
}
.swiper-slide{
	overflow: hidden;
}
.swiper-slide .slide-item{
	background-size: cover !important;
	padding: 100px 0;
	height: 80vh;
	display: flex;
	justify-content: center;
}
.swiper-slide:nth-child(1) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/Lantis-Global.jpg') no-repeat center;
}
.swiper-slide:nth-child(2) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/Dis-ticaret.jpg') no-repeat center;
}
.swiper-slide:nth-child(3) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/3-4PL-Lojistik.jpg') no-repeat center;
}
.swiper-slide:nth-child(4) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/Uluslararasi.jpg') no-repeat center;
}
.swiper-slide:nth-child(5) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/Diş-ticare-danişmanliği-1.jpg') no-repeat center;
}
.swiper-slide:nth-child(6) .slide-item {
	background: url('https://lantisglobal.com/wp-content/uploads/2022/03/Depolama-1.jpg') no-repeat center;
}
.swiper-slide:nth-child(5) .slide-item .slide-img img{
    filter: brightness(0) invert(1); 
}
.slide-bottom-text {
    position: absolute;
    top: 80%;
    right: -100px;
    opacity: 0;
    transition: 1s ease-in-out;
	width: 100%;
	text-align: center;
}
.slide-bottom-text span{
    font-family: 'Pinyon Script', sans-serif !important;
	color: #fff;
    font-size: 35px;
    letter-spacing: 4px;
}
.slide {
    display: flex !important;
    position: relative;
}
.slide-text {
    width: 65%;
    padding-right: 70px;
	position: relative;
    transition: 1s ease-in-out;
}
.slide-text header{
	background-color: transparent;
	box-shadow: none;
	
}
.slide-text h1 {
    color: #fff;
    font-size: 38px;
    padding-bottom: 15px;
}
.slide-text p {
    color: #fff;
    font-size: 15px;
    padding-bottom: 30px;
}
.slide-img{
	width: 40%;
    transition: 1s ease-in-out;
	position: relative;
}
.slide-img img{
    transition: 1s ease-in-out;
}
.swiper{
	opacity: 0;
}
.slides-init {
  opacity: 1 !important;
}
.swiper .swiper-wrapper .swiper-slide .slide-item .slide-img img {
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: scale(.6);
}
.swiper .swiper-wrapper .swiper-slide .slide-item .slide-text .text-div {
    position: relative;
    left: -100px;
    opacity: 0;
	width: 0%;
	overflow: hidden;
    transition: 1s ease-in-out;
}
.swiper .swiper-wrapper .slide-active .slide-item .slide-img img {
    opacity: 1;
    transform: scale(1);
}
.swiper .swiper-wrapper .slide-active .slide-item .slide-text .text-div {
    left: 0;
    opacity: 1;
	width: 100%;
}
.swiper .swiper-wrapper .slide-active.bottom-text-active .slide-item .slide-img .slide-bottom-text {
    right: 0;
    opacity: 1;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
	width: 30px;
	height: 30px;
	background-color: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	color: #273480;
	font-size: 1rem;
}
.country{
	padding-top: 50px;
	padding-bottom: 100px;
}
.country .row .swiper {
	opacity: 1;
}
.country .row .swiper-button-next,
.country .row .swiper-button-prev {
	top: auto;
	bottom: -50%;
	width: 30px;
	height: 30px;
	background-color: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
.country .row {
	position: relative;
}
.country .row .swiper-button-next{
	right: 35%;
}
.country .row .swiper-button-prev {
	left: 35%;
}
.country .row .swiper .swiper-slide{
	text-align: center;
}
.country .row .swiper .swiper-slide img{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	width: 140px;
}
.right-column {
    width: 50%;
}
.right-column img {
    width: 100%;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{
	background: #fff !important;
}
.allview-button {
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 0 30px;
    color: #fff;
    transition: .2s ease-in-out;
	font-size: 15px;
}
.allview-button:hover {
    background-color: #fff;
    color: #3c3c3c;
}
.slide-count {
    position: absolute;
    top: calc(50% - 80px);
    right: calc(50% - 65px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #273480;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.pre-slide, .next-slide {
    cursor: pointer;
}
.next-slide, .pre-slide {
    transition: 1s;
}
.next-slide:hover .heroanimate {
    display: none;
}
.next-slide:hover, .pre-slide:hover {
    transform: scale(1.1);
}
.slide-count svg {
    height: 40px;
}
.slide-count svg path {
    font-size: 25px;
    fill: white;
}
.slide-count .slide-count-content {
    font-weight: 500;
    color: white;
    display: flex;
	justify-content: center;
    align-items: center;
    min-width: 33px;
}

.slide-count .slide-count-min {
	font-size: 13px !important;	
}


#countnumber {
    font-size: 10px;
}
.slider-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
}
.services {
    display: flex;
    flex-direction: column;
}
.services .title,
.country .title {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    left: 20%;
}
.services .title h1,
.country .title h1 {
    font-size: 26px;
    color: #506777;
}
.services-carts .row .services-carts-inner .cart-box:last-child{
	display: none;
}
.serviceboxes {
    display: flex;
    flex-wrap: wrap;
    height: 490px;
}
.serviceboxes .box {
    width: 25%;
    height: 100%;
}

.services .serviceboxes .box .servicebox-subtitle {
	padding: 10px;
}


.services .serviceboxes .box .servicebox-subtitle::hover {
	padding: 10px;
    transition: 0.3s;
    color: black !important;
}

.box .column {
    position: relative;
    height: 100%;
}
.box2 .column , .box3 .column {
    height: 50%;
    display: flex;
    align-items: flex-end;
}
.box4 .column {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 100px !important;
}
.box .column h1, .box .column span {
    z-index: 1;
    color: white;
    font-size: 20px;
}
.box .column .backgimage {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.animate {
    transition: 1s ease-in-out;
}
.animate0::before {
    transition: .5s ease-in-out;
}
.column:hover .animate {
    transform: translateY(-7px);
}
.column:hover .animate0::before {
    background-color: #0a1755 !important;
}
a:hover {
    opacity: .90;
}
.box .column .backgimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.box .column .backgimage::before {
    content: "";
    background-color: #273480;
    opacity: .6;
    position: absolute;
    height: 100%;
    width: 100%;
}
.box .column {
    padding: 30px;
}
.box1 .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-bottom: 100px;
}
.box1 .column h1 {
    font-size: 20px;
    padding-bottom: 30px;
    display: block;
}
.box1 .column span {
    padding-bottom: 25px;
}
.box1 .column span {
    font-size: 14px;
}
.services-button {
    margin: auto;
    margin-top: 30px;
    transition: .2s ease-in-out;
	border: 1px solid #273480 !important;
    color: #273480 !important;
}
.services-button:hover {
    background-color: #3c3c3c;
    color: white !important;
}
.contact-us {
    background-color: #fafbfa;
    padding: 20px 0;
    margin-bottom: 65px;
}
.contact-us-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.contact-us-inner .title h1, .WhatWeDo-inner .title h1  {
    font-size: 26px;
    color: #506777;
}
.contact-us-inner .contact {
    display: flex;
    align-items: center;
}
.contact-us-inner .column:first-child {
    border-right: 1px solid #506777;
    margin-right: 40px;
    padding-right: 40px;
}
.contact .column a {
    display: flex;
    align-items: center;
}
.contact .column .contact-content {
    display: flex;
    flex-direction: column;
}
.contact .column:first-child h3 {
    color: #174590;
}
.contact .column img {
	width: 60px;
	height: 60px;
    margin-right: 15px;
}
.contact .column:last-child h3, .contact .column:last-child span {
    color: #506777;
}
.contact .column:last-child i {
    font-size: 33px;
    color: #506777;
    margin-right: 15px;
}
.whatWeDo {
    margin-bottom: 120px;
}
.WhatWeDo-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.WhatWeDo-inner .title h1 {
    text-align: center;
    padding-bottom: 45px;
}
.WhatWeDo-inner .iconboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.translatex {
    transition: 1s ease-in-out;
}
.iconbox:hover .translatex{
    transform: translateY(-3px);
}
.changeclr {
    transition: 1s;
}
.iconbox:hover .changeclr {
    color: #022b5c !important;
}
.WhatWeDo-inner .iconboxes .iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid black;
}
.WhatWeDo-inner .iconboxes .iconbox:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.WhatWeDo-inner .iconboxes .iconbox svg {
	width: 70px;
	height: 80px;
    padding-bottom: 10px;
}

.iconbox:hover .iconbox-svg {
	transition: 1s ease-in-out;
	fill: #022b5c;
}

.WhatWeDo-inner .iconboxes .iconbox h2 {
    color: #022b5c;
    padding-bottom: 5px;
    text-align: center;
}
.WhatWeDo-inner .iconboxes .iconbox h5 {
    color: #b4b5b4;
    font-size: 15px;
    text-align: center;
}
footer {
    background-color: #273480;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
.footer-top {
    display: flex;
    align-items: flex-start;
    height: 280px;
}
.footer-top .column {
    width: 33.333%;
    height: 100%;
    padding: 20px;
}
.footer-top .column:first-child {
    background-color: #4a569e;
    width: 25%;
    margin-right: auto;
}
.footer-top .column:nth-child(2){
    padding-top: 20px;
}
.footer-top .column:nth-child(3){
    padding-top: 20px;
}
.footer-top .column ul {
    padding: 0;
}
.footer-top .column h2 {
    color: white;
    padding-bottom: 25px;
    font-size: 20px;
}
.footer-top .column:nth-child(3) h3 {
    color: white;
    padding-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
}
.footer-top .column ul li {
    list-style: none;
    padding-bottom: 15px;
    -webkit-transform: translateX(0) !important;
}
.footer-top .column ul li a,
.footer-top .column ul li span{
    color: white;
    font-size: 16px;
    transition: .5s;
}
.footer-top .column ul li a:hover {
    opacity: .7;
}
.footer-top .column:nth-child(3) h3{
    transition: .5s;
}
.footer-top .column:nth-child(3) h3:hover {
    opacity: .7;
}
.footer-top .column .logo {
    padding-bottom: 22px;
    width: 100%;
}
.footer-top .column .logo img {
    width: 100%;
}
.footercontact-info {
    display: flex;
    flex-direction: column;
}
.footercontact-info .phone, .footercontact-info .faks, .footercontact-info .mail{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.footercontact-info .phone span, .footercontact-info .faks span, .footercontact-info .mail a{
    color: white;
    font-size: 18px;
	margin-left: 5px;
    font-weight: 400;
}
.footercontact-info .phone img, .footercontact-info .faks img, .footercontact-info .mail img{
    max-width: 20px;
	filter: brightness(0) invert(1);
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.footer-bottom .column:first-child {
    width: 25%;
    background-color: #4a569e;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.footer-bottom .column {
    padding: 25px 0;
    display: flex;
    align-items: center;
}
.footer-bottom .column:first-child i {
    font-size: 35px;
    color: white;
}
.footer-bottom .column:last-child {
    justify-content: space-between;
	padding: 0 10px;
	width: 75%;
}
.footer-bottom .column:last-child span,
.footer-bottom .column:last-child a{
    color: #939ac0;
    font-weight: 600;
}
.footer-bottom .wd{
	display: flex;
	align-items: center;
}
#whale-logo {
    animation: vefa-animate-img 6s ease-in-out infinite forwards alternate-reverse;
    width: 30px;
}
@keyframes vefa-animate-img {
  0% {
    transform: scale(1);
    filter: none; 
	}
  15% {
    transform: scale(1.1);
	}
  30% {
    transform: scale(1);
	}
  45% {
    transform: scale(1.1);
	}
  60% {
    transform: scale(1);
    filter: brightness(0) invert(1); 
	} 
}
.breadcrumb {
    margin: 15px 0 30px;
    overflow: hidden;
}
.breadcrumb-inner ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb-inner span+span::before{
    content: "";
    background-color: #5e627a;
    height: 2px;
    width: 8px;
    margin: 0 5px;
    display: block;
    margin-right: 10px;
}
.breadcrumb-inner span,
.breadcrumb-inner a {
   display: flex;
   align-items: center;
   color: #4b4b4b;
}
.breadcrumb-inner a{
   margin-right: 5px;
}
.breadcrumb-inner span{
   margin-left: 5px;
}
.breadcrumb .container {
    color: rgba(255, 254, 254, 0);
    display: flex;
	flex-wrap: wrap;
}
.breadcrumb-inner ul li{
    list-style: none;
    display: flex;
    align-items: center;
}
.breadcrumb-inner ul li a{
    color: #4b4b4b;
    font-weight: 500;
    white-space: nowrap;
}
.breadcrumb-inner ul li+li:before {
    content: "";
    background-color: #5e627a;
    height: 2px;
    width: 8px;
    margin: 0 5px;
    display: block;
}
.services-hero {
    margin-bottom: 20px;
}
.services-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-hero-content {
    padding-right: 5%;
}
.services-hero-content h1 {
    color: #4b4b4b;
    padding-bottom: 10px;
}
.services-hero-content p {
    font-size: 16px;
}
.cart-box{
    width: 33.33333%;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    transition: 1s;
}
.cart-box:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.10) !important;
    transform: translateY(-7px);
}
.services-hero .cart-box .cart-head img, .services-carts-inner .cart-box .cart-head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-hero .cart-content, .services-carts-inner .cart-box .cart-content {
    padding: 20px 20px 40px;
}
.cart-box .cart-content h3 {
    padding-bottom: 10px;
    color: #4b4b4b;
	font-size: 1.5rem;
}
.cart-box .cart-content p {
    color: #4b4b4b;
	font-size: .9rem;
}
.services-carts-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.services-carts-inner .cart-box{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.service-detail .services-carts-inner{
	justify-content: space-between;
	margin-top: 20px;
}
.service-detail .service-detail-inner .row .cart-box{
	width: 49%;
	margin-right: 0;
	padding: 0 10px;
}
.services-carts-inner .cart-box .cart-head {
    height: 250px;
}
.services-carts-inner .cart-box:nth-child(3n){
    margin-right: 0;
}
.service-detail-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
.service-detail-main {
    width: 65%;
    padding: 0 !important;
}
.service-detail-main img {
    width: 100%;
    padding: 30px 0;
}
.service-detail-main h1 {
    color: #3e3e3e;
    padding-bottom: 10px;
    font-size: 36px;
}
.service-dail-aside {
    width: 32%;
}
.letscallyou img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-services {
    margin-bottom: 15px;
}
.contact-services ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.contact-services ul * {
    transition: .2s all ease-in-out;
}
.contact-services ul li {
    list-style: none;
	position: relative;
}
.contact-services ul li .menu-icon img {
    position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	opacity: 0;
}
.contact-services ul li a {
    color: black;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.contact-services ul li:hover{
	padding-left: 30px;
}
.contact-services ul li:hover .menu-icon img {
    opacity: 1;
}
.contact-services h3 {
    padding-bottom: 20px;
}
.contact-services h5 {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
}
.aside-contact-info {
    padding: 40px 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%)
}
.aside-contact-info h3 {
    padding-bottom: 15px;
    font-size: 24px;
}
.contact-info .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.iconhover  {
    transition: .5s;
}
.icon-box:hover .iconhover {
    color: #273480;
}
.icon-box:hover .fa-map-marked-alt {
    color: #273480;
}
.contact-services h5:hover {
    color: #273480;
}
.contact-info .icon-box:last-child {
    margin-bottom: 0;
}
.contact-info .icon-box i {
    font-size: 25px;
    margin-right: 15px;
}
.letscallyou {
    margin-top: 20px;
    position: relative;
    height: 250px;
}
.letscallyou-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.letscallyou  a::before{
    content: "";
    background-color: #273480;
    opacity: .5;
    position: absolute;
    height: 100%;
    width: 100%;
}
.letscallyou-content h1 {
    color: white;
    font-size: 35px;
    text-align: center;
}
.contact-form0 {
    padding-bottom: 85px;
}
.contact-form0 .form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    max-width: 905px;
    margin-right: auto;
}
.contact-form0 .info-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
	margin: 50px 0;
}
.contact-form0 .info-item {
	width: 33.333%;
}
.contact-form0 .info-item.phone, .contact-form0 .info-item.adress, .contact-form0 .info-item.mail{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.contact-form0 .info-item a, .contact-form0 .info-item.phone span, .contact-form0 .info-item.adress span, .contact-form0 .info-item.mail span{
    font-size: 18px;
	margin-left: 5px;
    font-weight: 400;
	color: #000;
}
.contact-form0 .info-item.phone img, .contact-form0 .info-item.adress img, .contact-form0 .info-item.mail img{
    max-width: 40px;
}
.contact-form0 .form p {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-form0 .form p span {
	width: 48%;
}
.contact-form0 .form p span:nth-child(3), span:nth-child(7) {
	right: 63px;
}
.email-603 {
	width: 100%;
}
.textarea-543 {
	width: 90% !important;
}
.contact-form0 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form0 .form h1 {
    font-size: 26px;
    padding-bottom: 20px;
}
.contact-form0 form input {
    height: 60px;
    margin-bottom: 45px;
    border: 1px solid black;
    padding: 0 25px;
}
.contact-form0 form input::placeholder, .contact-form0 form textarea::placeholder{
    font-family: 'Montserrat';
    font-size: 16px;  
}
.contact-form0 form textarea {
    padding: 25px;
    margin-bottom: 45px;
    border: 1px solid black;
}
.contact-form0 form input:focus ,.contact-form0 form textarea:focus {
    outline: none;
}
.contact-form0 form input:nth-child(3){
    width: 100%;
}
.contact-form0 form textarea {
    width: 90%;
    min-height: 250px;
}
#formSubmit {
    width: 260px;
    height: 57px;
    background-color: #273480;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: .2s ease-in-out;
}
#formSubmit:hover {
    background-color: #161e53;
}
#contactpage{
    background-image: url(../images/contactimage.png);
    background-repeat: no-repeat;
    background-position-x: 700px;
    background-position-y: bottom;

}




@media (min-width:1201px){
    .row {
        max-width: 1140px;
    }
}
@media (max-width:1200px){
    .row {
        width: 100%;
    }
    .services {
        width: 100%;
    }
    .left-column {
        width: 50%;
    }
    .footer-top .column:first-child, .footer-bottom .column:first-child{
        width: 30%;
    }
}

@media (min-width:1440px){
    .left-column {
        padding-left: 0;
    }
    #contactpage {
        background-position-x: right;
    }
}
@media (max-width:992px){
    .row {
        width: 100%;
    }
    .left-column {
        width: 100%;
        max-width: unset;
        margin-bottom: 40px;
        margin-top: 20px;
        padding-right: 0;
    }
    .language-select {
        display: none;
    }
	.language-select-mobile{
		display: block !important;
	}
	.language-select-mobile ul{
		flex-direction: row !important;
		justify-content: center;
	}
    .serviceboxes {
        height: unset;
    }
    #contactpage {
        background-image: none;
    }
    .service-detail-inner {
        flex-direction: column;
    }
    .service-detail-main, .right-column, .service-dail-aside, .contact-form0 .form {
        width: 100%;
    }
    .aside-contact-info {
        box-shadow: none;
        padding: 40px 0px;
    }
    main {
        padding-top: 135px;
    }
    .box .column {
        min-height: 178px;
    }
    .services-hero-inner {
        flex-direction: column;
    }
    .services-hero .services-hero-content {
        width: 100%;
        margin-bottom: 4%;
    }
    .services-carts-inner .cart-box  {
        width: 48%;
        margin-bottom: 4%;
    }
    .services-hero .cart-box {
        width: 48%;
    }
    .services-carts-inner .cart-box:nth-child(2n){
        margin-right: 0 !important;
    } 
    .services-carts-inner .cart-box:nth-child(3n){
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .footer-top {
        height: unset;
        flex-wrap: wrap;
    }
    .footer-top .column:first-child, .footer-bottom .column:first-child {
        width: 50%;
    }
    .footer-top .column {
        width: 50%;
    }
    .header-bottom .logo {
        height: 40px;
    }
    .box .column h1, .box .column span {
        font-size: 18px;
    }
    .box1 .column h1 {
        font-size: 20px;
    }
    .serviceboxes .box {
        width: 50%;
    }
    .contact-us-inner {
        flex-direction: column;
    }
    .contact-us-inner .title {
        width: 100%;
        margin-bottom: 30px;
    }
    .WhatWeDo-inner .iconboxes .iconbox {
        width: 45%;
        margin-bottom: 50px;
        border: none;
        padding: 0;
        margin: 0;
        margin-bottom: 50px;
    }
    .WhatWeDo-inner .iconboxes .iconbox:last-child {
        margin: 0;
        padding: 0;
    }
    .footer-top .column .logo img{
        max-width: 220px;
    }

}
@media (min-width:769px){
    .toggle-icon{
        display: none;
    }

}
@media (max-width:768px){
	.services .title, .country .title {
		left: 0;
	}
	.header-top{
		padding: 10px;
	}
	.header-bottom {
    	padding: 20px 10px;
	}
    .row {
        width: 100%;
    }
    .contact-box {
        margin-right: 15px;
        color: white;
    }
    .social-box i {
        font-size: 25px; 
    }
    .contact-box span, .contact-box h3 {
        font-size: 10px;
        color: white !important;
    }
    .header-inner .togglemenu.active {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        box-shadow: 0px 35px 50px rgb(0 0 0 / 10%);
        border-top: 1px solid #00000014;
    }
    .contact-box i {
        font-size: 11px;
        margin-right: 5px;
    }
    .togglemenu {
        position: absolute;
        background-color: white;
        top: 100%;
        left: -100%;
        height: auto;
        width: 100%;
        z-index: 99;
    }
    .footer-top .column:first-child, .footer-bottom .column:first-child {
        width: 100%;
    }
    main {
        padding-top: 125px;
		padding-left: 10px;
		padding-right: 10px;
    }
    .footer-top {
        flex-direction: column-reverse;
    }
    .contact-box span, .contact-box a {
        color: white !important;
        font-size: 10px;
    }
    .footer-top .column {
        width: 100%;
    }
    .footer-top .column:nth-child(2){
        padding: 30px 10px;
    }
    .footer-top .column:nth-child(3){
        padding: 30px 10px 0;
    }
    .togglemenu ul {
        flex-direction: column;
        margin-top: 30px;
    }
    .togglemenu ul li {
        margin: 30px 0;
    }
    .menu nav ul li a {
        font-size: 25px;
        font-weight: 500;
    }
    .serviceboxes .box {
        width: 100%;
        max-height: 400px;
    }
    .WhatWeDo-inner .iconboxes .iconbox {
        width: 100%;
        border: none;
    }
    .footer-top .column h2 {
        font-size: 16px;
    }
    .footer-top .column:nth-child(3) h3, .footer-top .column ul li a {
        font-size: 14px;
    }
	.footer-bottom .column:last-child{
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}
    .footer-bottom .column:last-child span,
	.footer-bottom .column:last-child a {
        font-size: 10px;
    }
	video {
		height: auto !important;
	}
}
@media (max-width:576px){
	.slide-bottom-text {
		top: -16%;
	}
	.contact-form0 .info-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.swiper-slide .slide-item{
		padding: 20px;
		position: relative;
	}
	.slide-item::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #273480;
		opacity: .5;
	}
	.slide-text {
		width: 100%;
		padding-right: 0px;
	}
	.slide-text h1{
		font-size: 28px;
	}
	.slide-text p {
		font-size: 12px;
	}
	.slide-img{
		display: none;
	}
	.swiper-pagination{
		display:none;
	}
	.swiper .swiper-button-next,
	.swiper .swiper-button-prev{
		top: 95%;
	}
	.swiper .swiper-button-next{
		right: 30%;
	}
	.swiper .swiper-button-prev{
		left: 30%;
	}
    .row {
        max-width: 100%;
    }
    .left-column-inner h1 {
        font-size: 36px;
    }
    .left-column p {
        font-size: 14px;
    }
    .contact-us-inner .contact {
        flex-direction: column;
    }
    .contact-us-inner .column:first-child {
        border: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .contact-us-inner .contact {
        width: 100%;
    }
    .contact-form0 form input {
		border-radius: 0;
        width: 100%;
    }
	
	.contact-form0 form textarea {
		border-radius: 0;
    }
    .contact-us-inner .column {
        width: 100%;
    }
    .services-hero .services-hero-content {
        width: 100%;
        margin-bottom: 10%;
    }
    .services-carts-inner .cart-box, .services-carts-inner .cart-box:nth-child(3n)  {
        width: 108%;
        margin-bottom: 4%;
        margin-right: 0;
    }
	.service-detail .service-detail-inner .row .cart-box{
		width: 100%;
	}
    .services-hero .cart-box, .services-hero .cart-box {
        width: 100% !important;
        margin-right: 0;
    }
    .breadcrumb-inner ul li {
        padding-bottom: 5px;
    }
    .contact-box a {
        color: white !important;
    }
	
	.contact-form0 .form p span:nth-child(3), span:nth-child(7) {
	right: 0px;
}
}

footer .footer-line {
	 border: none;
}

footer .footer-line::before {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    max-width: 100%;
    width: 100%;
    border: 1px solid grey;
}

  	
video {
    max-width: 100%;
	object-fit: initial;
    height: 420px;
}