*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* CMN CSS */

p{
    font-family: var(--font-2);
}
h2{
    font-family: var(--font-3);
    color: var(--color-6) !important;
    font-weight: 600 !important;
}
h3{
    font-family: var(--font-3);
}
:root{
    --color-1:#1973a5;
    --color-2:#1e5782;
    --color-3:#204764;
    --color-6:#0b263b;
    --color-4:#f1f1f1;
    --color-5:#eff9ff;
    --font-1:'Poppins';
    --font-2:'Lato';
    /* --font-3: "Merriweather", serif; */
    --font-3:'Lexend Deca';
}
.carousel-control-prev-icon{
    background-image: url(../Icons/previous\ \(2\).png) !important;
}
.carousel-control-next-icon{
    background-image: url(../Icons/next\ \(2\).png) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 18px !important;
    height: 18px !important;
    position: absolute;
}
.carousel-control-next, .carousel-control-prev{
    width: 0 !important;
}
.carousel-control-next{
    right: 20px !important;
}
.carousel-control-prev{
    left: 20px !important;
}
.btn-one{
    padding: 8px 25px;
    background-color: var(--color-1);
    color: var(--color-4);
    transition: 0.6s all;
    border: 1px solid var(--color-1);
}
.btn-one:hover{
    background-color: transparent;
    border: 1px solid var(--color-4);
}
.btn-two:hover{
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
}
.btn-two{
    padding: 8px 25px;
    transition: 0.6s all;
    background-color: transparent;
    color: var(--color-4);
    border: 1px solid var(--color-4);
}

/* LANGUAGE CHANGER */

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active{
    display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    opacity: 0;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
     visibility: hidden !important;
}
.goog-te-gadget-icon {
     display:none;
}

/* TOPBAR */

.topbar{
    background-color: var(--color-3);
}
.topbar a{
    color: #fff;
    font-size: 12px;
}
.goog-te-gadget .goog-te-combo{
    width: 120px;
    outline: none;
    border: 0px ;
    color: var(--color-3);
    background-color: var(--color-4);
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px  !important;
}

/* HEADER */

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* background-image: linear-gradient(to right,#eff9ff , #eff9ff, #f4fcff); */
    background-color: transparent;
}
.header .navbar .navbar-nav .nav-link{
    color: var(--color-3);
}
.header .fade.show{
    opacity: .3 !important;
}
.action{
    width: 100%;
    position: fixed;
    background-color:#f4fcff;
    /* background-color: transparent; */
    transition: 0.6s all;
    z-index: 999;
    top: 0;
    box-shadow: 5px 2px 10px 2px gray;
}

/* SLIDER  */

.slider {
    position: relative;
    height: 117vh;
    background-image: url("../Images/slider.jpg");
    background-size:100%;
    background-position: center 0;
    background-repeat: no-repeat;
    object-fit: cover;
}
.slider:before{
    content: '';
    bottom: -50px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-image: url(../Images/bg-hero-home-2-arzeo.png);
}
.slider h1{
    font-size: 35px;
    color: var(--color-3);
}
 
/* ABOUT US */

.about p{
    font-size: 18px;
    font-family: var(--font-2);
}
.about-content p{
    font-size: 15px;
}
.about-content h2{
    font-size: 32px;
    font-weight: 600;
}
.about-content h3{
    font-weight: 600;
}
.about-inner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.about-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:340px;
    left: 0;
    background-color:#f1f1f1c9;
    transition: 0.5s all;
    z-index: -1;
}
.about-inner:hover.about-inner::before{
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    top:0;
    left: 0;
    background-color: #f1f1f1c9;
}
.about-content{
    width: 100%;
    height: auto;
    background-image: url(../Images/iStock-1148275867.png);
    background-repeat: no-repeat;
}
.about-item{
    background-color: var(--color-3);
    color: var(--color-4);
}


/* SERVICES */

.services{
    width: 100%;
    height: 680px;
    background-image: url(../Images/services.jpg);
    background-size: cover;
    /* background-position: center; */
}
.services .services-content{
    border: 1px solid var(--color-5);
    border-radius: 17px;
    background-color: #023a4179;
    transition: 0.6s all;
}
.services .services-content:hover{
    background-color: #023a415e;
    backdrop-filter: blur(0.8px);
}


/* GALLERY */

.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: var(--font-2);
  }
.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 19px);
    position: absolute;
    height: 2px;
    background: #000000;
    transition: width 350ms ease-out;
  }
.portfolio .filters ul li:hover:after {
    width: calc(100% - 19px);
    transition: width 350ms ease-out;
  }
.portfolio .filters ul li.active:after {
    width: calc(100% - 19px);
  }
.section.portfolio .filters {
    text-align: center;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s all;
    color: var(--color-4);
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover figcaption{
    opacity: 1;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
    width: 100%;
	max-height: 360px;
	background: var(--color-1);
    box-shadow: 5px 5px 10px 0px #cfcfcf;
	text-align: center;
	cursor: pointer;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio button{
    font-size: 16px;
}
.filters-content  .portfolio-btn{
    z-index: 99;
}
.filters-content  .portfolio-btn .btn-one{
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
}
.filters-content  .portfolio-btn .btn-one:hover{
    border: 1px solid var(--color-4);
    background-color: transparent;
}
.modal .btn-one:hover{
    border: 1px solid var(--color-3);
    color: var(--color-3);
}
.modal .btn-two{
    border: 1px solid var(--color-3) !important;
    color: var(--color-3);
}
.modal .btn-two:hover{
    border: 1px solid var(--color-1) !important;
    color: var(--color-4);
}

  /* BLOG */

  .blog-inner{
    width: 100%;
    height: 400px;
    background-color: var(--color-3);
    flex-direction: column;
  }
  .blog-inner img{
    height: 100%;
    object-fit: cover;
  }
  .blog #carouselExample{
    width: 100%;
    height: 400px;
    background-color: var(--color-4);
  }
  .blog-inner h4{
    font-size: 30px;
  }
  .carousel-inner h5{
    font-size: 22px;
  }

  /* CONTACT US */


  .contact{
    position: relative;
    height: auto;
    background-image: url(../Images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .contact iframe{
    width: 100%;
    height: 400px; 
  }
  .contact form input, .contact form textarea{
    border-bottom: 2px solid var(--color-3);
    border-radius: 0px;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    width: 90%;
    background-color: transparent;
  }
  .form-control:focus{
    background-color: transparent !important;
    border-color: none;
    border-bottom: 2px solid var(--color-3) !important;
    box-shadow: none !important;
  }
  .contact form .btn-one:hover{
    border: 1px solid var(--color-3);
    color: var(--color-3);
  }


  /* MEMBERSHIP */

  .membership-items{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .membership-items img{
    padding: 45px;
  }
  .membership-items:nth-child(1), .membership-items:nth-child(3){
    background-color: var(--color-4);
  }
  .membership .mImg-1, .membership .mImg-4{
    width: 50%;
  }
  .membership .mImg-2,  .membership .mImg-3{
    width: 60%;
  }

/* FOOTER   */

footer{
    background-image: url(../Images/contact-bg.png);
    position: relative;
}
footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
    opacity: 0.1;
    z-index: -1;
}
.footer-content{
    z-index: 1;
}
footer .f-icon{
    font-size: 17px;
}
footer .social-icons .s-icon{
    font-size: 21px;
    color: var(--color-3);
}
.copyright{
    background-color: var(--color-3);
    font-size: 14px;
}
/* RESPONSIVE */

@media(min-width:768px){
    .topbar a{
        font-size: 14px;
    }
}
@media(min-width:850px){
    .container{
        max-width: 800px !important;
    }
}
@media(min-width:900px){
    .container{
        max-width: 850px !important;
    }
}
@media(min-width:992px){
    .container{
        max-width: 900px !important;
    }
    .topbar a{
        font-size: 13px;
    }
    .social-contact a{
        font-size: 15px;
    }
}
@media(min-width:1024px){
    .services{
        height: auto;
    }
}
@media(min-width:1030px){
    .container{
        max-width: 950px !important;
    }
}
@media(min-width:1100px){
    .container{
        max-width: 1000px !important;
    }
}
@media(min-width:1150px){
    .container{
        max-width: 1050px !important;
    }
}
@media(min-width:1200px){
    .container{
        max-width: 1100px !important;
    }
    .topbar a{
        font-size: 14px;
    }
    .social-contact a{
        font-size: 16px;
    }
    .slider h1{
        font-size: 42px;
        line-height: 55px;
    }
}
@media(min-width:1250px){
    .container{
        max-width: 1150px !important;
    }
}
@media(min-width:1300px){
    .container{
        max-width: 1200px !important;
    }
}
@media(min-width:1400px){
    .container{
        max-width: 1300px !important;
    }
}
@media(min-width:1500px){
    .container{
        max-width: 1420px !important;
    }
}
@media(min-width:1600px){
    .container{
        max-width: 1500px !important;
    }
    .services {
        height: 700px;
    }
    .membership .mImg-4{
        width: 45%;
    }
    .membership .mImg-2,  .membership .mImg-3{
        width: 55%;
    }
}
@media(min-width:1700px){
    .container{
        max-width: 1600px !important;
    }
}
@media(min-width:1800px){
    .container{
        max-width: 1700px !important;
    }
    .membership .mImg-1{
        width: 44%;
    }
    .membership .mImg-4{
        width: 37%;
    }
    .membership .mImg-2,  .membership .mImg-3{
        width: 41%;
    }
}
@media(max-width:576px){
    .topbar a{
        font-size: 11px;
    }
    .topbar-item{
        line-height: 14px;
    }
    .blog .btn-one, .blog .btn-two{
        padding: 10px 14px;
    }
    .slider h1{
        font-size: 27px;
    }
    .contact form input, .contact form textarea{
        width: 100%;
    }
}
@media(max-width:992px){
    .services{
        height: auto;
        background-position: center;
    }
    .slider{
        background-size: cover !important;
    }
    
    .social-contact a{
        font-size: 17px;
    }
}
@media screen and (min-height: 1350px) and (max-height: 1370px) {
    .slider{
        background-size: cover !important;
    }
  }
@media screen and (min-height: 350px) and (max-height: 380px) {
    .slider h1 {
        font-size: 22px;
        padding-bottom: 0px !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (min-height: 470px) and (max-height: 480px) {
    .slider h1 {
        font-size: 21px;
        padding-bottom: 0px !important;
    }
}
@media screen and (min-width: 357px) and (max-width: 380px) {
    .services h2 {
        font-size: 23px;
    }
}