/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

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

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. About
17. Services
18. Why Us
19. Banner
20. Blog
21. Footer
22. About Page
23. Single Service Page
24. Article Page
25. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#555855;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  body {
    font-size: 2rem;
  }
}

main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #2770a5;  color: #fff; }  
::selection { background-color: #2770a5; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;color: #000;}
.title h1, .title h2{ font-size: 2.8rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title h3{
  border-radius: 10rem;
  border:1px solid #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.1rem 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}



/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  font-size: 1.8rem;
  padding-right: 8rem;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 2.5rem;
  font-weight: 500;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #2770a5;
  color: #fff;
  border-radius: 10rem;

}
.btn-secondary{
  background-color: #fff;
  color: #000;
  border-radius: 10rem;
  background-image: url(images/arrow-right.svg);
}
.btn-secondary:hover{
  opacity: 0.7;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-sm{
  display: inline-block;
  text-transform: uppercase;
  padding-right: 4rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2.5rem;
  font-size: 1.8rem;
  color: #000;
}
.btn-sm:hover{
  padding-right: 5rem;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  padding: 2rem 2rem;
  outline: none;
  background-color: #eee;
  border-radius: 10rem;
  font-size: 1.6rem;
}
select option{
  font-size: 1.8rem;
}
select{
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
  appearance: none;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #2770a5;

}
label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.7rem;
	font-weight: 500;
	color: #000;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #e0ecf5;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */

/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.9rem;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}

.custom-pagination{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem
}
.swiper-pagination-bullet{
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
}
.swiper-pagination-bullet:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000;
  transition: all .4s ease-in-out;

}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #000;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* ================================================================================== 
14. Header
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 1rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
header.scrolled .line-toggle{
  background-color: #000;
}
.toggle.activate .line-toggle, header.scrolled .toggle.activate .line-toggle{
  background-color: #000 !important;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 0;
  color: #fff;
  transition:all .4s ease-in-out;
  font-size: 1.8rem;
}
header.scrolled{
  color: #000;
  background-color: #fff;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
  font-size: 2rem;
}
.header-logo img{
  display: block;
  width: 16.7rem;
  height: auto;
  transition: all .4s ease-in-out;
  filter: brightness(0) invert(100);
}
header.scrolled .header-logo img{
  filter: none;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav li{
  display: block;
}
nav li a{
  display: inline-block;
  padding: 1rem 1.6rem;
  font-weight: 500;
  border-radius: 10rem;
  font-size: 2.1rem;
  color: #000;
}

nav li a:hover, nav li.current_page_item a{
  color: #fff !important;
  background-color: #2770a5;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  color: #000;
}
.mobile-info .social a img {
	filter: invert(100);
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{
  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
  color: #000;
  font-size: 1.6rem;
}
.header-mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-right: 0;
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: auto;
}
.header-mail img{
  display: block;
  width: 2.4rem;
  height: 2rem;
  object-fit: contain;
  margin-right: 1rem;
  filter: brightness(0) invert(100);
}
header.scrolled .header-mail img{
  filter: none;
}
.header-mail span{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo{
    font-size: 2.8rem;
  }
  .header-mail span{
    display: inline-block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-mail{
    margin-left: 0;
    margin-right: 5rem;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 1rem 2.6rem;
    font-size: 1.8rem;
    color: #fff;
  }
  header.scrolled nav li a{
    color: #000;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 4.8rem;
    width: 30rem;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
   .sub-menu li a{
    font-weight: 400;
   }
  .sub-menu li a:hover{
    background-color: transparent;
    color: #000 !important;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 1rem 3rem;
  }
  .header-mail{
    margin-right: 8rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*------------*/
.lang{
  display: flex;
  flex-direction: row;
  gap:1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.lang a{
   font-size: 1.8rem;
}
.lang a:hover{
  color: #2770a5;
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro h1{
  color: #fff;
  font-size: 4rem;
}
.intro img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.intro .swiper-slide{
  position: relative;
  box-sizing: border-box;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 2;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  color: #fff;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-text .btn{
  margin-top: 3rem;
}
.intro-slider{
  overflow: hidden;
}
.intro-inner p{
  font-size: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro h1{
    font-size: 4.9rem;
  }

}
/* ================================================================================== 
16. About
===================================================================================== */

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-image img{
  display: block;
  width: 100%;
  aspect-ratio: 16/18;
  object-fit: cover;
}
.about-box{
  width: 100%;
  background-color: #e0ecf5;
  border-radius: 2rem;
  padding: 2.5rem;
  color: #000;
  margin: 5rem 0;
  margin-bottom: 0;
}
.about-box img{
  display: block;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.about-box p{
  margin-bottom: 0;
}
.about-image2{
  max-width: 35rem;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.about-image2 img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/20;
  object-fit: cover;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-box{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .about-box img{
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-box{
    padding: 5rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .about-image{
    width: 40%;
  }
  .about-text{
    width: 55%;
    padding-left: 5%;
    margin-bottom: 0;
  }
  .about-box{
    margin-bottom: 5rem;
  }
  
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .about-image2{
    display: block;
  }
  .about-image{
    width: 30%;
  }
  .about-box{
    max-width: 60rem;
  }
  .about-text p{
    padding-right: 20%;
  }
  .about-text{
    width: 50%;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-text{
    padding-left: 10%;

  }

}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  background-color: #222222;
  color: #fff;
  padding-top: 0;
}
.services .container .container{
  position: static;
}
.services h2, .services h3{
  color: #fff;
}
.services .title h3{
  border-color: #fff;
}
.services-top{
  margin-bottom: 0;
}
.services-title{
  width: 100%;
  padding-top: 5rem;
  margin-bottom: 5rem;
}
.services-top-image img {
	display: block;
	width: 100%;
	height: 44rem;
	object-fit: cover;
	aspect-ratio: 16/7;
	object-position: left bottom;
}
.services-slider{
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
}
.services-slider .swiper-slide,.services-box{
  border-radius: 2rem;
  background-color: #2a2a2a;
  padding: 3rem;
  border:1px solid rgba(255,255,255,.4);
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.services-slider .swiper-slide img, .services-box img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 4rem;
}
.services-slider .swiper-slide h3, .services-box h3{
  font-size: 2.3rem;
}
.services-slider .swiper-slide  .btn-sm, .services-box .btn-sm{
  filter: brightness(0) invert(100);
  margin-top: auto;
  align-self: flex-start;
}
.services-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:3rem;
  margin-top: 5rem;
}
.services-bottom .custom-pagination{
  justify-content: center;
  width: 100%;
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
}
.services-bottom .custom-arrow{
  filter: brightness(0) invert(100);
}
.services-bottom .custom-pagination{
    filter: brightness(0) invert(100);
}
.services-bottom .custom-arrows{
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .services-bottom .custom-arrows{
    display: flex;
  }
  .services-bottom .custom-pagination{
    justify-content: flex-start;
    width: auto;
  }
  .services-slider .swiper-slide h3, .services-box h3{
    font-size: 2.6rem;
  }
  .services-slider .swiper-slide img, .services-box img{
    width: 6.8rem;
    height: 6.8rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .services-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 11rem;
  }
  .services-title{
    width: 40%;
    padding-top: 10rem;
    margin-bottom: 0;
  }
  .services-top-image{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
} 
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .services-top{
    margin-bottom: 15rem;
  }
}
/*-------------*/

.services-box{
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
  transition: all .4s ease-in-out;
}
.services-box:last-child{
  margin-bottom: 0;
}
.services-box h3{
   color: #fff;
}
.services-box:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .services-box{
    width: 48.5%;
    margin-bottom: 3rem;
  }
  .services-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .services-box{
    width: 31.3%;
  }
}
/*--------*/

/* ================================================================================== 
18. Why Us
===================================================================================== */
.text-center{
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.whyus-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.whyus-box:last-child{
  margin-bottom: 0;
}
.whyus-icon{
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #e0ecf5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.whyus-icon img{
  display: block;
  width: 6rem;
  height: 4rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .whyus-box{
    width: 48.5%;
  }
  .whyus-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .whyus-icon{
    width: 11.8rem;
    height: 11.8rem
  }
  .whyus-icon img{
    width: 8rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .whyus-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  color: #fff;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.banner .title h3{
  color: #fff;
  border-color: #fff;
}
.banner .title h2{
  color: #fff;
}
.banner-inner{
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-inner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
20. Blog
===================================================================================== */

.blog-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.blog-image{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.05);
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .blog-box{
    width: 48.5%;
  }
  .blog-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .blog-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
21. Footer
===================================================================================== */
footer{
  background-color: #1c1c1c;
  color: rgba(255,255,255,.5);
}
.newsletter-wrapper{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

footer .title h3{
  color: #fff;
  border-color: #fff;
}
footer .title h2{
  color: #fff;
}
footer .title strong{
  font-weight: 400;
  color: #2770a5;
}
.newsletter-wrapper input{
  background-color: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.1);
}
.newsletter-wrapper input:focus{
  border-color: #2770a5;
}
.newsletter-form form{
  position: relative;
}
.btn-newsletter, input.btn-newsletter{
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-image: url(images/arrow-right-white2.svg);
  background-repeat: no-repeat;
  background-size: 3.6rem;
  background-position: center;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.footer-wrapper{
  font-size: 1.6rem;
}
.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-logo img{
  width: 17rem;
  height: auto;
  display: block;
  filter: brightness(0) invert(100);
  margin: 0 auto;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 2.1rem;

}
footer .social{
  justify-content: center;
}
.copyright{
  background-color: #2770a5;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
   .footer-box.footer-logo{
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-text{
    width: 45%;
  }
  .newsletter-form{
    width: 50%;
  }
 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-box.footer-logo{
     width: auto;
     margin-bottom: 0;
  }
  .footer-box.footer-logo img{
    margin: 0;
  }
} 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.newsletter-text{
  width: 30%;
}

}
/* ================================================================================== 
22. About Page
===================================================================================== */
.top-image{
  position: relative;
}
.top-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
}
.about.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-text .btn{
  margin-top: 3rem;
}
.text-center-lg{
  max-width: 100rem;
}
.bg{
  background-color: #e0ecf5;
}


.mission-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.5rem;
  border:1px solid #e7e7e7;
  border-radius: 2rem;
}
.mission-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text{
    width: 45%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 45%;
  }
  .text{
    max-width: 130rem;
    column-count: 2;
    gap: 5rem;
  }
  .mission-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mission-box{
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mission-box{
    padding: 5rem;
  }
}
/* ================================================================================== 
23. Single Service Page
===================================================================================== */
.single-section{
  border-top: 1px solid #ccc;
}
.text-center .btn{
  margin-top: 3rem;
}
.banner2{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
}
.banner2-text{
  background-color: #fff;
  padding: 5rem 2.5rem;
  max-width: 70rem;
  width: 100%;
  margin-left: auto;
}
.banner3 .title h3{
  border-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .banner2-text{
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner2{
    background-attachment: fixed;
  }
}
.banner3{
  background-color: #2770a5;
  color: #fff;
}
.banner3 h2{
  color: #fff;
}
/* ================================================================================== 
24. Article Page
===================================================================================== */
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  object-fit: cover;
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.form-wrapper {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 3rem;
	position: relative;
	margin-top: 10rem;
	border: 1px solid #e7e7e7;
	border-radius: 2rem;
}

.form-wrapper::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -4rem;
	transform: translateX(-50%);
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background-image: url(images/send-mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.4rem;
}
.form-wrapper .btn{
  width: auto;
  transition: all.4s ease-in-out;
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .form-wrapper{
    padding: 5rem;

  }
  .form-wrapper::before{
    top: -5rem;
    width: 10rem;
    height: 10rem;
    background-size: 3rem;

  }
}