/*!
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. Home Section
17. Services
18. About
19. References
20. Footer
21. Animations
22. About Page
23. Single Service Page
24. Contact Page
25. References 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: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
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: #fff;  color: #0a4275; }  
::selection { background-color: #fff; color: #0a4275 }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  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;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height: 1.6;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
@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; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 500;
}
.btn-primary{
  background-color: #0a4275;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.btn-primary:hover{
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #43515a;
  padding: 2rem 3rem;
  border-radius: 10rem;
  outline: none;
  background-color: #ffffff;

}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #0a4275;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
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: #bfbeb1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.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: 2rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
.bg.list ul li::before{
  filter: brightness(0) invert(100);
}
/* ================================================================================== 
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
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem
}
.custom-arrow{
  width:6rem;
  height:6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  z-index: 2;
  cursor: pointer;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
 
  
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  z-index: 3;
  margin-left: auto;
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  gap:1rem;
  font-weight: 500;
}
.lang  a:hover{
  opacity: 0.6;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 2.6rem;
  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: 3rem;
    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;
}
.toggle.activate .line-toggle, header.scrolled .line-toggle{
  background: #000;
}
.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%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
  color: #fff;
}
header.scrolled{
  background-color: #fff;
  color: #000;
}
.header-logo span{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
  display: none;
}
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;
}
.header-logo img{
  display: block;
  width: 13rem;
  height: auto;
  transition: all .4s ease-in-out;
}

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: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
    color: #000;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 500;

}

nav li a:hover, nav li.current_page_item a{
  opacity: 0.5;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.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;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo span{
    display: block;
  }
  .header-logo img{
    width: 15rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-logo{
    display: block;
  }
  .header-logo img{
    width: 19rem;
  }
  header.scrolled .header-logo img{
    width: 15rem;
  }
  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-left: auto;
      color: #fff;

  }
  header.scrolled nav{
    color: #000;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
}
.intro-slider .swiper-slide{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.intro-slider .swiper-slide img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.intro-inner .btn {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .intro-slider .swiper-slide img{
  height: 80rem;

}

}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-inner{
  max-width: 69rem;
  width: 100%;
  color: #fff;
  position: relative;

}
.intro-inner::before {
	content: '';
	position: absolute;
	left: -23.6rem;
	top: 50%;
	width: calc(100% + 26rem);
	height: calc(100% + 11rem);
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
	/* padding-top: 5rem; */
	transform: translateY(-50%);
}
 
.intro-text h2{
  font-size: 2.6rem;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-arrows{
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  filter: brightness(0) invert(100);
  z-index: 1;
}
.intro{
  position: relative;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-text h2{
    font-size: 3.2rem;
  }
}
/* ================================================================================== 
16. Home Section
===================================================================================== */
.home-wrapper{
  background: linear-gradient(to right,  rgba(223,222,207,1) 0%,rgba(130,129,117,1) 100%);

}
.home-text{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5rem 2rem;
}
.home-image{
  width: 100%;
}
.home-image img{
  display: block;
  width: 100%;
  aspect-ratio: 16/13;
  object-fit: cover;
}

@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .home-image{
    width: 40%;
  }
  .home-text{
    width: 60%;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 10rem;
  }
  .home-inner{
    max-width: 60rem;
    width: 100%;
  }
}
/* ================================================================================== 
17. Services
===================================================================================== */
.services{
  background-color: #04223c;
  color: #fff;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7rem;
}

.services-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #0a4275;
  padding: 4rem 2.5rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
  .services-box:last-child{
    margin-bottom: 0;
  }
.services-box:nth-child(2n + 2){
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.services-icon{
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #04223c;
  margin-bottom: 3rem;
}
.services-icon img{
  display: block;
  width: 5rem;
  height: 4rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.services-box h3{
  font-size: 2.1rem;
}
.btn-sm{
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 4rem;
}
.btn-sm::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background-color: #fff;
}
.btn-sm:hover{
  padding-left: 5rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .services-box{
     width: 48.5%;
  }
  .services-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-box{
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .services-box h3{
    font-size: 2.4rem;
  }

}
/* ================================================================================== 
18. About
===================================================================================== */

.about-text{
  width: 100%;
  padding: 5rem 2rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;

  }
  .about-text{
    width: 60%;
    padding: 5rem;
  }
  .about-image{
    width: 40%;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441px*/
  .about-text{
    width: 50%;
    padding: 10rem;
  }
  .about-image{
    width: 50%;
  }

}
/* ================================================================================== 
19. References
===================================================================================== */
.references-slider{
  overflow: hidden;
}
.references-slider .swiper-slide{
  position: relative;
  box-sizing: border-box;
}
.reference-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.references-top-wrap{
  text-align: center;
  margin-bottom: 5rem;
}
.references-top-wrap .custom-arrows{
  justify-content: center;
}
.references-title .title{
  margin-bottom: 2rem;
}

.references-slider img, .ref-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  overflow: hidden;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.references-slider a, .ref-box a{
  display: block;
  overflow: hidden;
}
.references-slider a:hover img, .ref-box a:hover img{
  transform: scale(1.05);
}
.reference-text{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem 4rem;
  bottom: 0;
  color: #fff;

}
.reference-text h3{
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .references-top-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
  .references-top-wrap .custom-arrows{
    justify-content: flex-start;
  }
  .references-title{
    max-width: 50rem;
    width: 100%;
  }
  .references-title .title{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .reference-text{
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
  }
  .reference-overlay{
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .ref-box:hover .reference-text, .ref-box:hover .reference-overlay,   .references-slider .swiper-slide a:hover .reference-text, .references-slider .swiper-slide a:hover .reference-overlay{
    opacity: 1;
    visibility: visible;
  }
} 
/* ================================================================================== 
20. Footer
===================================================================================== */
footer {
	background-color: #001120;
	color: #fff;
	padding: 10rem 0;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: bottom -21rem right -20rem;
	background-size: 43%;
	position: relative;
	z-index: 1;
}
.footer-logo img{
  display: block;
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
.footer-newsletter{
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
.footer-newsletter form{
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer-newsletter input{
  background-color: rgba(255,255,255,.1);

}
.btn-newsletter{
  width: 5rem;
  height: 5rem;
  padding: 0;
  background-image: url(images/arrow-right.svg);
  filter: brightness(0) invert(100);
  background-size: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  background-color: transparent !important;


}
.footer-newsletter h2{
  font-size: 3rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper{
  width: 100%;
  line-height: 2;
  font-size: 1.7rem;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-box h3{
  font-size: 2.1rem;
}
.copyright{
  background-color: #0a4275;
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
  position: relative;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
.otgs-development-site-front-end{
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .footer-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-logo img{
    margin: 0;
  }
  .footer-newsletter{
    width: calc(100% - 40rem);
    margin-top: 0;
  }
  .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 .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

}

@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-logo img{
    width: 31rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-box h3{
    font-size: 2.6rem;
  }
}
 /* ================================================================================== 
21. Animations
===================================================================================== */
@media only screen and (min-width: 48.0625em) {
  /*769px*/
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
}
 /* ================================================================================== 
22. About Page
===================================================================================== */
.top-image{
  position: relative;
  overflow: hidden;
}
.top-overlay{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
    background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.top-image img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
  position: relative;

}
.about-page-image{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}


.bg{
  background-color: #04223c;
  color: #fff;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-page-boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-box {
    width: 45%;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-image{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
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;
}

.bg2{
  background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: bottom -21rem right -20rem;
	background-size: 43%;
}
.text-center-lg{
  margin-bottom: 0;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .banner2-text{
    padding: 5rem;
  }
  .text{
    max-width: 130rem;
    column-count: 2;
    gap: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner2{
    background-attachment: fixed;
  }
}
.banner3{
  background-color: #04223c;
  color: #fff;
}
.banner3 h2{
  color: #fff;
}
.banner3 .text-center{
  margin-bottom: 0;
}
/*---------*/
.gallery-slider{
  overflow: hidden;
}
.gallery-slider .swiper-slide{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.gallery-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-slider  a{
  display: block;
  overflow: hidden;
}
.gallery-slider a:hover img{
  transform: scale(1.05);
}
.gallery-slider .custom-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100);
  z-index: 2;
}
.gallery-slider .custom-prev{
  left: 2rem;
}
.gallery-slider .custom-next{
  right: 2rem;
}
/* ================================================================================== 
24. 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;

  }
}
/*------------*/
.contact-page{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 15rem;

}
.contact-page img{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;

}
.contact-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

.contact-text{
  width: 100%;
  color: #fff;
}
.contact-text .title{
  margin-bottom: 0;
}
.contact-form{
  width: 100%;
}
.contact-form label{
  color: #fff;
}
.contact-form .btn{
  width: auto;
  transition: all .4s ease-in-out;
  padding: 1.5rem 2.6rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .contact-text{
    width: 50%;
  }
  .contact-form{
    width: 50%;
  }
  .contact-page{
    padding-top: 20rem;
  }

}
 
/* ================================================================================== 
25. References Page
===================================================================================== */

.ref-box{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
.ref-box:last-child{
   margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .ref-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .ref-box{
    width: 48.5%;
  }
  .ref-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .ref-box{
    width: 31.3%;
  }
}
/*----------*/
.references-table td:first-child{
  font-weight: 500;
  color: #000;
}
table td{
  padding: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
table{
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .top-image img{
    aspect-ratio: 16/5;
  }
  .references-single-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .references-single-text{
    width: 47%;
  }
  .references-table{
    width: 47%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .references-table{
    width: 43%;
  }

} 
/*-----------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all .4s ease-in-out;
}
.gallery-box:hover img{
  transform: scale(1.05);
}
.gallery-page .gallery-wrapper{
  margin-top: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-box{
    width: 31.3%;
    margin-bottom: 3rem;
  }
}