/*

Theme Name: Petrikor Theme

Theme URI: https://www.petrikorsolutions.com/

Description: A Theme for WordPress with Bootstrap for styling.

Author: Fatima Rmayhi 

Author URI: https://www.petrikorsolutions.com/

Version: 1.0

!! BOOSTRAP v5.3 if files missing remove "_" before the name of the file in css folder


*/

:root {
  --navyColor: #0148B8;
  --navyLightColor: #33669A;
  --darkColor: #373B3E;
  --blueColor: #27CEFF;
  --blueLightColor: #EAF7FF;
  --greyColor: #E9E9EA;

  --transition: all .1s .1s ease-in;
  --slowtransition: all .5s .1s linear;
  --fasttransition: all .3s linear;
}

@font-face {
  font-family: 'DIN';
  src: url('/rika/wp-content/themes/petrikor/fonts/DIN_Light.ttf') format('opentype');
}

@font-face {
  font-family: 'DIN Regular';
  src: url('/rika/wp-content/themes/petrikor/fonts/DIN_Regular.ttf') format('opentype');
}

/*@font-face {*/
/*  font-family: 'DIN Medium';*/
/*  src: url('/rika/wp-content/themes/petrikor/fonts/DIN_Medium.ttf') format('opentype');*/
/*}*/

@font-face {
  font-family: 'DIN Bold';
  src: url('/rika/wp-content/themes/petrikor/fonts/DIN_Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'Arb Regular';
  src: url('/rika/wp-content/themes/petrikor/fonts/Arb_Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'DIN Medium';
  src: url('/rika/wp-content/themes/petrikor/fonts/Arb_Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Arb Bold';
  src: url('/rika/wp-content/themes/petrikor/fonts/Arb_Bold.ttf') format('opentype');
}
@font-face {
  font-family: 'Acumin';
  src: url('/rika/wp-content/themes/petrikor/fonts/Acumin.otf') format('opentype');
}
.ff-din{
  font-family: 'DIN';
}
.ff-ar-reg{
  font-family: 'Arb Regular';
}
.ff-ar-bold{
  font-family: 'Arb Bold';
}
.ff-ar-medium{
  font-family: 'Arb Medium';
}
.ff-acumin{
  font-family: 'Acumin';
}
.academy-page .banner-container .extralarge-text,
.page-name-contact-us .banner-container .extralarge-text,
.page-name-about-us .banner-container .extralarge-text{
  font-family: 'DIN' !important;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0;
  /*direction: rtl;*/
}
body {
  /*text-transform: capitalize;*/
  /*color: #000;*/
  background: #fff;
  overflow: hidden !important;
  scroll-behavior: smooth;
  margin: 0;
  transition: background 0.5s ease;
  padding: 0 !important;
  font-family: 'DIN Regular' !important;
  color: var(--darkColor);
}
.line-height-normal{
  line-height: normal !important;
}
.logo-container{
  cursor: pointer;
}
p {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
}
ul {
  list-style: none;

  padding: 0;

  margin: 0;
}
a {
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.page-width{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header{
  /*background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #0148B8 100%);*/
  z-index: 1;
  position: relative;
}
.header::after {
  content: '';
  display: block;
  background: linear-gradient(0deg, transparent 30%, #0148B8 );
  height: calc(100% + 100px);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.color-white{
  color: #ffffff;
}
.color-blue{
  color: var(--blueColor) !important;
}
.color-dark, .color-dark *{
  color: var(--darkColor) !important;
}
.color-navy{
  color: var(--navyColor) !important;
}
.color-light-navy{
  color: var(--navyLightColor);
}
.color-blue{
  color: var(--greyColor);
}
.bg-navy{
  background-color: var(--navyColor) !important;
}
.bg-white{
  background-color: #ffffff;
}
.bg-blue{
  background-color: var(--blueColor) !important;
}
.bg-dark{
  background-color: var(--darkColor) !important;
}
.bg-light-navy{
  background-color: var(--navyLightColor);
}
.bg-blue{
  background-color: var(--greyColor);
}

.extralarge-text{
  font-size: 60px;
  line-height: 68px;
}
.large-text{
  font-size: 25px;
  line-height: 30px;
}
.large-text-2{
  font-size: 30px;
  line-height: 40px;
}
.semilarge-text{
  font-size: 20px;
  line-height: 30px;
}
.regular-text{
  font-size: 18px;
  line-height: normal;
}
.small-text{
  font-size: 15px;
  line-height: 20px;
}
.small-text2{
  font-size: 13px;
  line-height: 17px;
}
.extrasmall-text{
  font-size: 11px;
  line-height: 12px;
}
.heading{
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}
.heading-2{
  font-size: 30px;
  line-height: 35px;
}
.w-fitcontent{
  width: fit-content;
}
.w-inherit{
  width: inherit;
}
.mw-fitcontent{
  max-width: fit-content;
}
.h-fitcontent{
  height: fit-content;
}
.stroke{
  -webkit-text-stroke: 0.1rem var(--primaryColor);
  -webkit-text-stroke-width: 0.01rem;
  -webkit-text-stroke-color: var(--primaryColor);
  /*-moz-text-stroke:  0.01rem var(--primaryColor);*/
  /*text-shadow:*/
  /*        -1px 0px 0 var(--primaryColor),*/
  /*        0px 0px 0 var(--primaryColor),*/
  /*        0px 0px 0 var(--primaryColor),*/
  /*        0px 0px 0 var(--primaryColor);*/
}
.stroke.os{
  -webkit-text-stroke: 0.01rem var(--primaryColor) !important;
}
.stroke.color-white{
  -webkit-text-stroke-width: 0.01rem;
  -webkit-text-stroke-color: white;
}
.z-index-1{
  z-index: 1;
}
.z-index-3{
  z-index: 3;
}

.pl-0{
  padding-left:0 !important ;
}
.pr-0{
  padding-right:0 !important ;
}
.border-right-after:after {
  content: "";
  display: block;
  height: 50%;
  width: 1px;
  color: white;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(50%);
}
.bg-transparent{
  background: transparent !important;
}
.border-none{
  border: none !important;
}
.fullwidth-container {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.letter-spacing-small{
  letter-spacing: 1px;
}
.text-justify-left{
  text-align: justify;
  text-align-last: left;
}
.v-hidden{
  visibility: hidden;
}
a[href=""] ,
a[href="#"] {
  cursor: default;
}

.grid-column-3{
  grid-template-columns: repeat(3, 1fr);
}
.grid-column-4{
  grid-template-columns: repeat(4, 1fr);
}
.bg-black{
  background-color: var(--primaryColor) !important;
}

/*HEADER*/
.menu-item-has-children a{
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.menu-item-has-children span {

  transform: rotate(0deg);
  transition: var(--transition);
}
.menu-item-has-children.hover-effect span{
  transform: rotate(180deg);
}
.header-menu-items .menu{
  display: flex;
  gap: 15px;
  text-transform: uppercase;
}
.header-menu-items .menu a{
  color: white;
  font-size: 16px;
  transition: var(--transition);
}
.sub-menu{
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: max-content;
  background-color: white;
  transition: var(--transition);

}
.sub-menu li {
    padding: 10px 15px;
    border-bottom: 1px solid var(--lightgrey);
}
.menu-item-has-children:not(#mobileMenu .menu-item-has-children):hover .sub-menu,
.sub-menu:hover {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
/*HEADER*/
/*BANNER*/
.banner-section{
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  /*max-height: calc(100vh - 80px);*/
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: -80px;
  aspect-ratio: 1.77;
}
.banner-container{
  /*transform: translateY(-230px);*/
  width: 100%;
}
.page-name-contact-us .banner-container:after {
  content: '';
  display: block;
  background: url(images/line.png);
  width: 100%;
  /* top: -120px; */
  /* position: absolute; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 190px;
}
/*BANNER*/
/*OUR SOLUTIONS*/
.position-unset{
  position: unset;
}
.slide-items:not(.show-items) .owl-item.active,
.slide-items .custom-item {
  transform: translateX(600%);
}
.slide-items .owl-item.active ,
.slide-items .custom-item {
  transition: all 1s;

}
.show-items .owl-item.active:first-child,
.show-items .custom-item:first-child{
  transform: translateX(0);
  transition-delay: .1s;
}

.show-items .owl-item.active:nth-child(2),
.show-items .custom-item:nth-child(2){
  transform: translateX(0);
  transition-delay: .25s;
}

.show-items .owl-item.active:nth-child(3),
.show-items .custom-item:nth-child(3){
  transform: translateX(0);
  transition-delay: .5s;
}

.show-items .owl-item.active:nth-child(4),
.show-items .custom-item:nth-child(4){
  transform: translateX(0);
  transition-delay: .75s;
}

.show-items .owl-item.active:nth-child(5),
.show-items .custom-item:nth-child(5){
  transform: translateX(0);
  transition-delay: .9s;
}

.show-items .owl-item.active:nth-child(6),
.show-items .custom-item:nth-child(6){
  transform: translateX(0);
  transition-delay: 1s;
}

.show-items .owl-item.active:nth-child(7),
.show-items .custom-item:nth-child(7){
  transform: translateX(0);
  transition-delay: 1.15s;
}

.show-items .owl-item.active:nth-child(8),
.show-items .custom-item:nth-child(8){
  transform: translateX(0);
  transition-delay: 1.30s;
}
.show-items .owl-item.active:nth-child(9),
.show-items .custom-item:nth-child(9){
  transform: translateX(0);
  transition-delay: 1.45s;
}
.show-items .owl-item.active:nth-child(10),
.show-items .custom-item:nth-child(10){
  transform: translateX(0);
  transition-delay: 1.55s;
}
.show-items .owl-item.active:nth-child(11),
.show-items .custom-item:nth-child(11){
  transform: translateX(0);
  transition-delay: 1.70s;
}

.show-items .owl-item.active:nth-child(12),
.show-items .custom-item:nth-child(12){
  transform: translateX(0);
  transition-delay: 1.85s;
}

.ratio-1{
  aspect-ratio: 1;
}

textarea,
input:not([type="submit"]){
  color: var(--darkColor);
  font-weight: 300;
  border: 0.01rem solid var(--darkColor) !important;
}
::placeholder{
  color: var(--darkColor) !important;
  font-weight: 300;
  font-family: 'DIN';
}
.login-input,
.custom-inputs input,
.custom-inputs textarea{
  margin-top: 15px;
  background-color: var(--offwhite) !important;
  border-radius: 15px 0;
  border: none !important;
  padding: 10px;

}
.login-input:focus,
.custom-inputs input:focus{
  box-shadow: none !important;
  background-color: var(--offwhite) !important;
}
/*FOOTER*/



footer a{
  color: white;
  transition: all .1s .1s;
	position: relative;
    /*display: inline-block;*/
    color: white;
    overflow: hidden;
    background: linear-gradient(to right, var(--navyLightColor) , var(--navyLightColor) 50%, white 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
    margin-right: 1.5rem;
    line-height: normal;
}
.footer-menu ul  .menu-item a:hover{
	background-position: 0 100%;

}
/*footer ul .menu-item a {*/
/*  font-weight: 800;*/
/*  transition: background-position 275ms;*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  overflow: hidden;*/
/*  background: linear-gradient(to right, var(--blue), var(--blue) 50%, #fff 50%);*/
/*  background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  background-size: 200% 100%;*/
/*  background-position: 100%;*/
/*  text-decoration: none;*/
/*}*/
footer a:hover {
  font-weight: 600;
  background-position: 0 100%;
}
.menu-image-title-after.menu-image-title{
  display: none;
}
.footer-phone{
  display: flex;
  gap: 10px;
  background: var(--red);
  width: fit-content;
  padding: 5px 15px;
  border-radius: 25px;
  align-items: center;
  margin-top: 10px;
}
.evf-submit.has-go-button{
  position: relative;
  background: transparent !important;
  color: white!important;
  border: 0!important;
  padding: 0!important;
  padding-right: 45px!important;
}
.evf-submit-container{
  width: fit-content;
}
.menu-social-menu-container .menu{
  display: flex;
  gap:1rem;
  max-width: 200px;
}
.footer-container-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
img.menu-image.menu-image-title-after:hover {
  transform: translateY(-10px);
  filter: drop-shadow(2px 4px 6px black);
}
.contact-page img.menu-image.menu-image-title-after:hover {
  filter: none;
}
img.menu-image.menu-image-title-after {
  width: 27px;
  padding: 0;
  height: 27px;
  transform: translateY(0);
  transition: all .2s linear;
}
.footer-menu ul{
  display: grid;
  list-style: none !important;
  grid-template-columns: repeat(4, auto);
  gap: 0 1rem;
}
footer li.menu-item:nth-child(3){
  grid-column-start: 1;
  grid-row: 2;
}
footer li.menu-item:nth-child(4){
  grid-column-start: 2;
  grid-row: 2;
}
footer ul.navbar-nav li.menu-item:nth-child(-n+5) ,
footer ul.navbar-nav li.menu-item:nth-child(7) {
  border-right: 2px solid white;
}
.footer-menu-items ul.menu ,
.menu-footer-menu-container,
.footer-menu{
  height: 100%;
}
.footer-menu-items ul.menu  path{
  stroke: white;
}
input[type='radio']:after {
  width: 17px !important;
  height: 17px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--lightgrey);
  content: ''  !important;
  display: inline-block !important;
  visibility: visible;
  /*border: 2px solid white;*/
}

input[type='radio']:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--secondaryColor);
  content: ''  !important;
  display: inline-block !important;
  visibility: visible;
  /*border: 2px solid white;*/
  border-color: transparent !important;
}
footer .menu-item-has-children span,
footer .menu-item-has-children ul{
  display: none;
}
/*FOOTER*/
/*QUESTIONS*/
.expanded-icon{
  position: relative;
  padding-left: 2rem;
}
.expanded-icon:before{
  content: "+";
  position: absolute;
  left: 0;
  font-size: 30px;
  font-weight: bold;
  transition: var(--transition);
  color: var(--secondaryColor);
  transform: rotate(0deg);
}
.hovered-menu.clicked .qt-sub-menu{
  padding: 20px 10px;
  margin-top: 20px
}
.qt-list .qt-menu:first-child{
  border-width: 1px 0 1px 0;
}
.qt-menu{
  padding: 25px 0 !important;
}
/*QUESTIONS*/
/*ANIMATION*/
.two-half-item-carousel:before,
.bounce-pseudo:before,
.bounce-pseudo:after{
  background-repeat: no-repeat;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.fade .menu-item{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.header-menu-items  .menu a:hover{
  -webkit-text-stroke-width: 0.02rem;
}

/*ANIMATION*/
/*RESPONSIVE*/
/*<992px*/
#mobileMenu #searchform{
  padding-left: 2rem;
}
#mobileMenu #s{
  width: 70%;
}
#mobileMenu{
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--blueLightColor);
  color: var(--darkColor);
  font-size: x-large;
  transition: var(--fasttransition);
  display: flex !important;
}
div#mobileMenu:before {
  content: '';
  display: block;
  bottom: 2px;
  position: absolute;
  height: 180px;
  background: url(images/bg-menu.png);
  width: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100%;
}
.collapse:not(.show){
  transform: translateX(100%) !important;
}
.header .navbar-nav{
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(3, 1fr);
  width: 100%;
  text-transform: uppercase;
  gap: 0.5rem;
}
#mobileMenu .sub-menu{
  position: unset;
  height: 0;
  transition:   visibility .1s .1s linear,
  height .1s .15s linear;
}
#mobileMenu .menu-item-has-children.hover-effect .sub-menu{
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition:   visibility .1s .1s linear,
                height .1s .15s linear;
}
#mobileMenu .menu-primary-menu-container{
  padding-left: 2rem;
  width: 100%;
}
.header li.menu-item:before {
  content: '- ';
}
.header li.menu-item:last-child{
  grid-column-start: 3;
  grid-row: 2;
}
.header li.menu-item:nth-last-child( 2){
  grid-column-start: 3;
  grid-row: 1;
}
.header li.menu-item:nth-child(2){
  grid-column-start: 1;
  grid-row: 3;
}

.header li.menu-item:nth-child(3){
  grid-column-start: 1;
  grid-row: 2;
}
.header li.menu-item:nth-child(5){
  grid-column-start: 2;
  grid-row: 2;
}

.header li.menu-item:nth-child(2):after,
.header li.menu-item:nth-child(6):after{
  content: '';
  display: block;
  height: 310%;
  background: var(--darkColor);
  width: 2px;
  position: absolute;
  right: 25px;
  bottom: 0;
}
li.menu-item{
  position: relative;
}
.header li.menu-item a:hover{
  letter-spacing: 1px;
}
li.menu-item a{
  transition: var(--fasttransition);
}
.navbar-toggler[aria-expanded="false"]{
  background-color: transparent;
  /*transition: background-color .02s linear;*/
  z-index: 2;
}
.navbar-toggler[aria-expanded="true"]{
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: var(--navyColor);
  padding-left: 12px;
  border-radius: 0 0 0 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  padding-top: 10px;
  padding-bottom: 16px;
  transition: background-color .5s .3s linear;
}
.fullwidth{
  padding-left: 2rem;
  /*padding-right: 2rem;*/
}
.banner-img{
  width: 85%;
}

/*RESPONSIVE*/
.navbar-toggler .bar {
  position: relative;
  content: '';
  width: 40px;
  height: 11px;
  background: url("images/line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: .6s ease-in-out;
  display: block;
  top: 0;
  margin: 0 10px;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -ms-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] .bar{
  background: white;
  width: 35px;
  height: 3px;

}
.navbar-toggler[aria-expanded="false"] .bar.top {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform-origin: top left;
}
.navbar-toggler[aria-expanded="false"] .bar.bot {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform-origin: center center;
  /*margin: 5px 10px;*/
}
.navbar-toggler[aria-expanded="true"] .bar.top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 0px;
  top: 5px;
}
.navbar-toggler[aria-expanded="true"]  .bar.bot {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  top: 2px;
}
.navbar-toggler[aria-expanded="true"]  .bar.mid {
  opacity: 0;
  visibility: hidden;
}

.hovered-menu, .has-go-button, .everest-forms-submit-button, input[type="radio"], .search-container{
  cursor: pointer;
}



/*transition*/
.to-expand{
  letter-spacing: -1px;
  transition: all 1s;
}
.expand{
  letter-spacing: 1px;
}
.no-height{
  height: 0;
}
/*transition*/

/*image with content*/
/*about us*/
.first-banner .from-right,
.first-banner .from-left{
  transform: translate(0, 0);
  opacity: 1;
}
.first-banner .to-reveal:after{
  display: none !important;
}
.iwc-background{
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-about-us{
  aspect-ratio: 1.88;
  display: flex;
  align-items: center;
  color: white;
}
.our-approach-section.content-column-padding .content-column{
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.our-approach-section{
  aspect-ratio: 2.37;
  background-size: 100% 100% ;
  display: flex;
  align-items: center;
}
.p-about-us .blue-circle:after{
  z-index: -1;
}

.p-about-us .row p {
  font-weight: 500;
}
/*our purpose*/
.list-style{
  list-style-type: disc;
  padding-left: 1rem;
  padding-top: 2rem;
}
.default-bg{
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.team-carousel .blue-square:before{
  left:3%;
}
.aboutus-team-section{
  aspect-ratio: 1.5;
  display: flex;
  align-items: center;
}
.about-page .workforce-section .border-bottom{
  border: none !important;
}
/*ROADMAP PAGE*/
.half-blue{
  background: linear-gradient(90deg, transparent 50%, #2F7D9A 50%);
  border-radius: 15px;
}

.grid-span-2{
  grid-column: span 2;
}
.custom-check{
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
}
.space-list > li,
.space-list > p{
  padding-top:1rem;
}
.no-after:after{
  display: none;
}
.roadmap-sub-menu > ul{
  padding-top: 1.5rem;
}
.roadmap-sub-menu li{
  line-height: 130%;
}
.roadmap-sub-menu ul{
  padding-left: 2rem;
}
.nb-2{
  border-right: 1px solid var(--lightgrey);
  padding-right: 20px;
}
.grid-column-half{
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.height-fill{
  height: -webkit-fill-available;
}
::marker {
  font-size: small;
}

.reveal-blue{
  position: relative;
}
.custom-check{
  padding-bottom:5px;
}
.chosen-single{
  border: 0 !important;
  background: transparent !important;
  box-shadow: unset !important;
  font-size: 15px !important;
  color: var(--secondaryColor) !important;
  padding: 5px 0 0 5px !important;
  line-height: 30px !important;

}
.chosen-container{
  border-bottom: 2px solid var(--lightgrey) !important;
  width: 90px !important;
}
.iwc-border-bottom .container,
.parent-solutions  .approach-how-section .container{
  border-bottom: 1px solid var(--lightgrey);
  padding-bottom: 3rem !important;
}
.five-item-carousel .owl-dots{
  text-align: center;
  transform: translateY(50px);
}
.five-item-carousel .owl-dot span {
  width: 12px;
  display: inline-block;
  aspect-ratio: 1;
  background-color: var(--lightgrey);
  border-radius: 50%;
  margin: 2px;
  opacity: 0.5;
}
.five-item-carousel .owl-dot.active span{
  opacity: 1;
}
.text-justify-left{
  text-align: justify;
  text-align-last: left;
}

body.home .testimonials-section{
  padding-bottom: 10px !important;
}

:focus-visible {
  outline: none !important;
}
.show-dots .owl-dots{
  position: relative;
  /*margin-top: 2rem;*/
  margin-bottom: 4rem;
}
input.no-style{
  background: transparent !important;
}
.chosen-container-single .chosen-drop{
  margin-top: 2px !important;
}
.chosen-container-single .chosen-single{
  height: 100% !important;
  font-family: 'Montserrat-Medium';

}
.video-banner{
  position: relative;
}
.video-banner:after{
  /*content: '';*/
  /*background-image: url(http://185.196.101.133/tiqani/wp-content/uploads/2023/12/header-23-e1702475619940.png);*/
  /*position: absolute;*/
  /*bottom: -2px;*/
  /*width: 100%;*/
  /*background-size: 100% 100%;*/
  /*display: block;*/
  /*height: 100px;*/
}
footer .grey-checkbox-label input[type='radio']:after{
  border: unset;
}
.max-80{
  max-width: 80%;
  margin: auto;
}
ol{
  padding-left: 2rem !important;
  list-style: auto !important;
}




.show-dots .owl-dots{
  height: 4px;
  background: white;
}
.show-dots .owl-dots span{
  height: 7px;
}
.fw-medium, .fw-semibold{
  font-weight: 500 !important;
  font-family: 'DIN Medium';
}
.fw-regular{
  font-weight: 400;
  font-family: 'DIN Regular';
}

.fw-bold, strong, b{
  font-weight: 700;
  font-family: 'DIN Medium';
}
strong, b{
  font-weight: 700;
  font-family: 'DIN Bold';
}

.bg-lightblue{
  background-color: var(--blueLightColor);
}
.owl-nav{
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.owl-nav span{
  font-size: 40px;
}
.banner-image{
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  /*height: 0;*/
  /*transition: all 2s .75s;*/

}
.column-two{
  column-count: 2;
  column-gap: 2rem;
}
#thankYouMessage{
  position: fixed;
  inset: 0;
  background: var(--navyLightColor);
  z-index: 11;
  color: white;
  margin: auto;
  max-width: 1200px;
  height: fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  margin-top: 100px;
  transition: all 1s;
  opacity: 0;
}
.full-background{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  z-index: 999;
  border-radius: 10px;
  aspect-ratio: 1;
}

#whatsapp-icon img{
  width: 55px;
}
#preloader-background {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader-container{
  max-width: 200px;
}
footer {
  background: url(images/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5rem;
}
.footer-menu ul li:before {
  content: '- ';
  color: white;
}
.footer-menu ul li{
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;

}
.has-icon{
  position: relative;
  padding-right: 35px;
  line-height: 15px;
  margin-top: 15px;
}
.has-icon:before{
  content: '';
  position: absolute;
  width: 35px;
  max-width: 35px;
  aspect-ratio:1;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(0);
  transition: all .2s linear;
}
.has-icon:hover:before{

  transform: translateY(-10px);

}
.has-icon p{
  padding-top: 10px;
  padding-right: 15px;
}
.grid-column-two{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.column-one{
  grid-column-start: 2;
  padding-right: 3rem;
}
.shaped-content{
  border-radius: 45% 0;
}
.iwc-background.color-white *{
  color: white;
}
.mr-auto{
  margin-right: auto;
}
.content-column{
  padding-right: 2rem;
}
.image-column{
  padding-left: 4rem;
}
.content-first .content-column{
  padding-right: calc(var(--bs-gutter-x) * .5);
}
.content-first .image-column{
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.custom-btn {
  width: 190px;
  height: 60px !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 75px 0;
}
/*.iwc-content.semilarge-text{*/
/*  line-height: 40px;*/
/*}*/
.align-column-center .row{
  align-items: center !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--navyLightColor);
  /*border-radius: 50px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--navyColor);
  /*border-radius: 50px;*/
}
/*NEW*/
.image-over-slider{
  position: absolute;
  left: 0;
  right: 0;
  font-size: 60px;
  line-height: normal;
  bottom: 50%;
  transform: translate(0, 50%);
}

.home-slider-container{
  position: relative;
  top: 0;
  z-index: 0;
}
.join-container{
  background-color: var(--blueColor);
}
.join-container:not(.home-slider-container .join-container){
  position: absolute;
  width: 100%;
  bottom: 0;
}
.slider-carousel{
    position: relative;
    top: 0;
    z-index: -1;
    margin-top: -80px;
}
.page-name-about-us .banner-section{
  align-items: start;
}

.fullheight-banner .banner-section{
  max-height: 100vh;
}
.page-name-about-us .banner-container {
  transform: translateY(150px);
}
.academy-page .banner-container {
  transform: translateY(-100px);
}
.blue-btn{
    color: white !important;
    /*border: 1px solid var(--navyColor);*/
    /*border-bottom-right-radius: 50px;*/
    font-weight: bolder;
    /*background-color: var(--navyColor);*/
    padding: 0px 30px 5px 20px;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    background-color: unset !important;
    background-image: url(images/bg-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: var(--fasttransition);
}
.blue-btn:hover{
  background-image: url(images/navy-bg-btn.svg);
  color: var(--navyColor) !important;
}
.white-btn {
    color: var(--navyColor) !important;
    /*border: 1px solid var(--navyColor);*/
    /*border-bottom-right-radius: 50px;*/
    padding: 2px 20px 5px 15px;
    font-weight: bolder;
    font-size: 20px;
    line-height: normal;
    transition: var(--fasttransition);
  background-image: url(images/navy-bg-btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.white-btn:hover{
  color: white !important;
  background-image: url(images/bg-btn.svg);
}
.btn-white{
  color: white;
  /*border: 1px solid white;*/
  /*border-bottom-right-radius: 50px;*/
  padding-right: 20px;
  font-weight: bolder;
  text-transform: uppercase;
  background-image: url(images/white-btn.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: var(--fasttransition);

}
.btn-white:hover {
  color: var(--blueLightColor) !important;
  transition: var(--fasttransition);
  background-image: url(images/bg-btn.svg);

}
/*SLIDER*/
.slider-carousel .owl-item img{
  aspect-ratio: 2;
  object-fit: cover;
}
/*ABOUT US*/
.home-about-section{
  aspect-ratio: 1.968;
  display: flex;
  align-items: center;
}
/*TESTIMONIALS*/
.three-half-item-carousel .owl-stage{
  padding-left: 0 !important;
}
.testimonials-carousel .card-header:before{
  content: '"';
    font-size: 60px;
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 10px;
    line-height: normal;
    height: 20px;
}
.testimonials-carousel .card-header,
.testimonials-carousel .card-body {
  padding: 0.5rem 2rem;
}
/*.testimonials-carousel .card-body{*/
/*  overflow-y: scroll;*/
/*}*/
.testimonials-carousel .card{
  padding-bottom: 2rem;
  border-radius: 20px;
}
.testimonials-carousel .card-text{
  font-size: 15px;
  line-height: normal;
  font-weight: 300;
  font-family: 'DIN';
}
.testimonials-section:before {
  background-image: url(https://petrikor.agency/rika/wp-content/uploads/2024/05/testimonials-bg-1.png);
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 180px);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.testimonials-section{
  position: relative;
  background: unset !important;
}
/*OUR VALUES*/
.our-values .inner-content{
  padding-top: 4rem !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}
.our-values .inner-content div{
  text-align: center;
  font-family: 'DIN Medium';
  font-size: 1.3rem;
  font-weight: 500;
}
.our-values .inner-content .colored-circle{
  border-radius: 100%;
  aspect-ratio: 1;
  width: 180px;
  display: flex;
  margin: auto;
  margin-bottom: 2rem;
}
.our-values .inner-content div:first-child .colored-circle{
  background-color: #04B880;
}
.our-values .inner-content div:nth-child(2) .colored-circle{
  background-color: #27CEFF;
}
.our-values .inner-content div:nth-child(3) .colored-circle{
  background-color: #C8C900;
}
.our-values .inner-content div:nth-child(4) .colored-circle{
  background-color: #8052BC;
}
.our-values .inner-content div:last-child .colored-circle{
  background-color: #0148B8;
}
.our-values .inner-content div img{
  margin: auto;
  transform : translateY(0);
  transition: var(--fasttransition);
}
.our-values .inner-content div img:hover{
  transform : translateY(-20px);
  transition: var(--fasttransition);
}
/*OUR SERVICES*/
.services-container{
  display: grid;
  justify-content: space-between;
  padding: 3rem 0;
  font-family: 'DIN';
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.service-container img{
  border-radius: 20px;
}
.service-container h3{
  color: var(--navyColor) !important;
  padding-top: 2rem;
  font-size: 23px !important;
  line-height: normal;
  font-family: 'DIN Medium';

}
.service-container h5{
  font-weight: 300;
  font-size: 20px !important;
  line-height: normal;
}
.our-services:before{
  content: '';
  display: block;
    background: url(https://petrikor.agency/rika/wp-content/uploads/2024/05/services-top-border-1.png);
  width: 100%;
  top: -120px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 120px;
}
.our-services{
  margin-top: 120px !important;
  position: relative;

}
.our-services .container{
  padding-top: 0 !important;
}
.testimonials-section .heading {
  color: white;
}
.heading span{
  color: white !important;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  padding-left: 10px;
  padding-bottom: 5px;
}
.heading span:before {
  background-image: url(images/bg-btn.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  z-index: -1;
  left: 5px;
  bottom: 1px;
  background-position: right;
}
.border-right {
  border-right: 1px solid var(--darkColor);
}
.contact-form textarea{
  grid-column: span 2;
}
.contact-form{
  max-width: 68%;
}
b, strong{
  font-weight: bold !important;
}
/*ABOUT US*/
.our-vision-section.iwc-background{
  margin: 0 !important;
  aspect-ratio: 1.77;
  background-position: center;
  display: flex;
  align-items: end;
}
.our-vision-section > div{
  background-color: var(--navyColor);
  width: 100vw;
  position: relative;
  /*left: calc(-50vw + 50%);*/
}
.our-vision-section .container{
  transform: translateY(-90px);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.our-vision-section > div:before {
  content: '';
  display: block;
  background: url(images/line-navy.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 155px;
  position: absolute;
  top: -150px;
  z-index: 0;
  width: 100%;
}
.our-vision-section .container > div {
  width: 50%;
}
.our-vision-section .heading span{
  color: var(--navyColor) !important;
}
.our-vision-section .heading span:before{
  background-image: url(images/white-bg-btn.svg);
}
.our-mission .iwc-content{
  font-weight: 400 !important;
  font-family: 'DIN Regular' !important;

}
.our-mission .content-column{
  padding-top: 5rem !important;
}
.our-mission,
.about-us-ls{
  position: relative;
}
.our-mission:after {
  content: '';
  display: block;
  background: url(images/about-us-ls.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 180px;
  position: absolute;
  bottom: -1px;
  z-index: -1;
  width: 100%;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.about-us-ls .inner-content{
  max-width: 80%;
}

.about-us-ls:last-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -200px;
  background: #e9e9ea;
}
/*SWIMMING ACADEMY*/
u{
  text-underline-position: under;
}
.coaches-carousel .text > ul > li:before {
  content: '- ';
  color: var(--darkColor);
}
.coaches-carousel ul li > ul {
  padding-left: 1rem;
}
.span-blue span:before{
  filter: brightness(0) saturate(100%) invert(66%) sepia(26%) saturate(2462%) hue-rotate(161deg) brightness(104%) contrast(100%);
}
.coaches-carousel .owl-dots {
  display: grid;
  max-width: 60%;
  margin-left: auto;
  grid-template-columns: repeat(3,1fr);
  margin-top: 3rem;
}
.coaches-carousel .owl-dots span{
  background: #373B3E;
  height: 1px;
  display: block;
}
.coaches-carousel .owl-dots .active span{
  height: 3px;
}
.border-bottom{
  border-bottom: 1px solid #1D1D1B !important;
}
span.counter:before {
  background-image: url(images/bg-btn.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: right;
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: -1;
  left: -5px;
  bottom: 0;
  filter: brightness(0) saturate(100%) invert(66%) sepia(26%) saturate(2462%) hue-rotate(161deg) brightness(104%) contrast(100%);
  transform: scaleX(-1);
}
span.counter{
  position: relative;
  width: 50px;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: bold;
}
.clickable .program-title{
  cursor: pointer;
}
.clickable .program-title:hover:after {
  background-image: url(images/eye-open.png);
}
.clickable .program-title:after {
  content: '';
  text-align: end;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 1rem;
  background-image: url(images/eye.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(85%);
}
.b-rad{
  border-radius: 25px;
}

.line-top:before {
  content: '';
  display: block;
  background: url(images/line-navy.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 155px;
  position: absolute;
  top: -150px;
  z-index: 0;
  width: 100%;
  /* filter: brightness(0) saturate(100%) invert(66%) sepia(26%) saturate(2462%) hue-rotate(161deg) brightness(104%) contrast(100%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(72%) saturate(1642%) hue-rotate(177deg) brightness(100%) contrast(113%);
}
.line-top{
  z-index: 0;
}
.swimming-program{
  background-size: cover;
  background-position: top;
}
.swimming-program .content-first{
  padding-bottom: 10rem;
  padding-right: 2rem;
}
.scrollable{
  max-height: 450px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  /*border-radius: 10px;*/
  width: 5px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(187,201,205,1) 50%, rgba(255,255,255,0) 100%);

}
::-webkit-scrollbar-thumb {
  background: #6C7F80;
  width: 15px;

  /*border-radius: 50px;*/
}
::-webkit-scrollbar-thumb:hover {
  background: var(--navyLightColor);
}
::-webkit-scrollbar {
  width: 7px;
  display: block !important;
}
.dir-ltr{
  direction: ltr;
}
.dir-rtl{
  direction: rtl;
}
.modal-backdrop.show{
  z-index: -1;
  background: white;
}
.modal-body strong{
  color: var(--blueColor);
}
.modal-body ul{
margin-left: 1rem;
}

.modal-body ul p{
padding-left: 1rem;
}
.modal .modal-header{
  font-size: larger;
  font-weight: bold;
  border: none !important;
  text-transform: uppercase;
}

.modal .close{
  font-size: 40px;
  line-height: normal;
}
.modal-backdrop{
  display: none !important;
}
#programModal{
  background: #ffffffd6;
  backdrop-filter: blur(20px);
}
.academy-page .banner-container strong{
  display: block;
}
.service-container {
  max-width: 350px;
}
.see-more{
  font-weight: 700;
  color: var(--navyLightColor) !important;
  font-size: small;
  text-decoration: underline;
}
#menu-social-menu a{
  margin: 0 !important;
}
.footer-menu ul{
  padding: 0 !important;
}

.swimming-program .iwc-content{
  font-family: 'DIN Regular' !important;
}
.academies-section .custom-item:hover {
  transform: translateY(-10px);
  transition-delay: 0s;
}
.modal .close{
  background-color: var(--blueColor);
  padding-left: 12px;
  border-radius: 0 0 0 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  color: white;
  height: fit-content;
  line-height: normal;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
.modal-content{
  background: var(--blueLightColor);
  border: none;
}
.blue-bg{
	position: relative;
}
.blue-bg:after {
    content: '';
    display: block;
    height: 70%;
    background: #23b8e4;
    aspect-ratio: 1.01;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 37%;
    border-top-left-radius: 0;
    border: 1px solid #22a8d0;
    left: 2rem;
}
.testimonials-carousel .owl-dots{
  display: none;
}
.tennis-academy{
  color: #C8C900 !important;
}
.football-academy{
  color: #04B880 !important;
}
.padel-academy{
  color: #8052BC !important;
}