html, body{
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body{
  font-family: Fira Sans, sans-serif;
}

h1{
  font-size: 45px;
  font-weight: bolder;
}

h2{
  font-size: 35px;
  font-weight: bolder;
  color: #114B9F;
}

.container{
  max-width: 1640px;
}

.marginTop80{
  margin-top: 80px;
}

.marginTop40{
  margin-top: 40px;
}

.marginTop20{
  margin-top: 20px;
}

.paddingNone{
  padding: 0;
}

.dropbtn {
  color: #114B9F;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.dropbtn:focus{
  outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.carousel-inner{
  border-radius: 15px;
  /* height: 420px; */
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}


.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  text-align: center;
  padding: 0px 10px; 
}

.dropdown-content a {
  color: #ADADAD;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: 0.25s;
  margin: 5px 0px;
  text-align: center;
  margin-right: 0;
}

.dropdown-content a:hover {background-color: #f1f1f1;
  color: #114B9F;
}
.dropdown:hover .dropdown-content {display: block;}

#navbar {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0px;
  display: block;
  transition: top 0.3s;
  box-shadow: 0px 10px 30px -10px rgba(39,52,82,0.10);
  
}

.navbar{
  padding: .7rem 0rem;
}

.logo img{
  height: 40px;
}

.navItems{
  font-family: Fira Sans, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.navItems a{
  font-size: 18px;
  color: #114B9F;
  padding:13px 20px; 
  transition: 0.2s;
  border-radius: 5px;
  /* margin-right: 20px; */
}

.navItems a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #F36711;
  border-radius: 5px;
  padding: 10px 20px;
}

.sidenav{
  display: none;
}


/*=============================*/

.mainImg{
  width: 100%;
  height: 55vh;
  min-height: 500px;
  max-height: 700px;
  background-image: url(../img/banner.jpg);
  background-size: contain;
  background-position: top;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*=============================*/

.grey{
  position: absolute;
  top: -100px;
  z-index: -1;
  width: 100%;
  height: 400px;
  background-color: #f7f7f8;
}

.wrapper2{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: center;
}

.mainImgBox{
  width: 35%;
  max-width: 600px;
}

.mainImgBox img{
  width: 100%;
}

.mainText{
  width: 50%;
  margin-left: 5rem;
}

.ml-5{
  margin-left: 5rem;
}

.mainText p{
  color: #F36711;
  font-size: 35px;
  max-width: 650px;
  text-transform: uppercase;
  font-weight: bolder;
}

.mainSection{
  margin-top: 100px;
  position: relative;
}


.path{
  background-image: url(../img/path2.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 950px;
  /*margin-top: 40px;*/
  transition: 0.25s;
}

.title{
  color: #114B9F;
  text-transform: uppercase;
}

.illustration{
  width: 75%;
  float: right;
  margin-top: 120px;
}

.orangeButton{
  color: white;
  background-color: #F36711;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  border: none;
  outline: none;
  margin-top: 30px;
  font-weight: bolder;
  transition: 0.1s ease;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
}
.orangeButton:hover{
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  transform: scale(0.99);
}

.callBtn{
  background-color: #F36711;
  padding: 15px 30px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  border: none;
  outline: none;
  margin-top: 30px;
  font-weight: bolder;
  transition: 0.1s ease;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
}

.callBtn:hover{
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  transform: scale(0.99);
}

.orangeButton1{
  background-color: #F36711;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  border: none;
  outline: none;
  margin-top: 20px;
  font-weight: bolder;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
}

.orangeButtonMobile{
  display: none;
}

.icons{
  /* width: 30px;
  height: 30px; */
  border-radius: 5px;
  text-align: center;
  padding-top: 2px;
  margin-right: 35px; 
  /* -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15); */
}
.icons img{
  height: 20px;
}

.socialMedia{
  top: 150px;
  transition: 0.25s;
}


.socialMedia p{
  font-size: 20px;
  color:#114B9F;
  font-weight: 600;
  margin-top: 20px;
}

.aboutText{
  padding-left: 80px;
  padding-right: 50px;
  max-width: 700px;
}

.aboutText h1{
  color: #114B9F;
}

.aboutText p{
  color: #114B9F;
  font-size: 18px;
}

.futures{
  background-color: #F3F8FF;
  padding: 80px 0px;
}

.futures h1{
  text-align: center;
  color: #114B9F;
}

.panel{
  width: 90%;
  text-align: left;
}

.panelHeader{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  border-radius: 10px;
  background-color: #F36711;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}
.panel:hover > .panelHeader{
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.0);
}

.panelBody p{
  color: #114B9F;
  font-size: 18px;
}


.contacts{
  background-color: #114B9F;
  padding: 40px 0px 40px 10px;
  
}

.contacts h1, .contacts p{
  color: #fff;
}

.contacts p{
  font-size: 14px;
}

.contactForm{
  padding: 50px 100px 0px 50px;
}

.contactForm input:focus{
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.932);
}
textarea:focus{
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.904);
}

.contactForm h2{
  color: #fff;
}

.contactForm input, textarea{
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.404);
  background-color: transparent;
  color: #fff;
  transition: 0.2s ease;
}

.contactForm button{
  width: 150px;
  float: right;
}


::placeholder{
  color: rgba(255, 255, 255, 0.438);
}

.info{
  text-align: left;
}
.infoLink{
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
span{
  margin-right: 20px;
}

footer{
  background-color: #F3F8FF;
  padding: 30px 0px;
}


.footerNav{
  display: flex;
  flex-wrap: nowrap;
  /*justify-content: center;*/
}


.footernavItems{
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* padding-top: 10px; */
}

.footernavItems a{
  color: #114B9F;
  padding: 3px 20px; 
  transition: 0.1s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  margin: 0px 5px 0px 5px;
  border: 1px solid #f3681100;
}

.footernavItems a:hover{
  color: #F36711;
  text-decoration: none;
  /* border: 1px solid #F36711; */
  border-radius: 5px;
}

.top{
  border: none;
  background-color: #114B9F;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1000;
  right: 15%;
  transition: 0.2s ease;
}
.top:hover{
  transform: scaleX(1.1);
}

iframe{
  width: 100%;
  height: 900px;
}

video{
  width: 100%;
  height: 1080px;
}




/*About Us Page*/
.aboutsection{
  margin-top: 30px;
}
.aboutImg{
  background: url('../img/aboutImg.jpg');
  /* height: 500px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.aboutbox{
  padding: 100px;
}
.aboutbox1{
  background: #F36711;
  color: white;
}
.aboutbox2{
  background: #114B9F;
  color: white;
}
.aboutbox2 h2{
  color: white;
}

.aboutImg1{
  width: 100%;
  height: 350px;
  background: url('../img/aboutImg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aboutTitle{
  color: #114B9F;
}

.aboutUsText{
  color: #114B9F;
  font-size: 24px;
  line-height: 40px;
}

.galleryH1{
  color: #114B9F;
}




.gallery-cell {
  width: 50%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  background-image: url(../img/slide.jpg);
  background-position: center;
  background-size: cover;
  
}

.gallery-cell2 {
  width: 50%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  background-image: url(../img/slide2.jpg);
  background-position: center;
  background-size: cover;
  
}

.gallery-cell3 {
  width: 50%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  background-image: url(../img/slide3.jpg);
  background-position: center;
  background-size: cover;
  
}

/*.gallery-cell4 {
  width: 50%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  background-image: url(../img/slide5.jpg);
  background-position: center;
  background-size: cover;
  */


/*/About Us Page*/


/*
/*Catalogue*/

.imgBox{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgBox img{
  width: 100%;
  transition: 0.10s;
}

.imgBox img:hover{
  transform: scale(1.03);
}


.catalogueBox{
  text-align: center;
  margin-top: 40px;
}

.catalog{
  padding: 80px 0;
}

.catalog h1{
  color: #114B9F;
  text-align: center;
}

.seeAllBtn{
  padding: 8px 25px;
  background-color: #F36711;
}

.justify-center{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/*/Catalogue*/


.shopImgBox{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 430px;
}

.shopImgBox img{
  transition: 0.10s;
}

.shopImgBox img:hover{
  transform: scale(1.03);
}

.mb0{
  margin-bottom: 0;
}


.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filterBtn{
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;
  margin-right: 20px;
  margin-top: 25px;
  background-color: transparent;
  transition: 0.20s;
}

.filterBtn:hover{
  background-color: #114B9F;
  color: #fff;
  border: 1px solid #fff;
}

.gallerySection{
  margin-top: 100px;
}

.gallerySection h1{
  color: #114B9F;
  margin-bottom: 20px;
}


.gallerySection .shopImgBox{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 330px;
  margin-bottom: 30px;
}

.card2{
  /*width: 450px;*/
  height: 430px;
  background-color: #fff;
  padding: 50px;
  color: #114B9F;
}

.callInput{
  width: 100%;
  height: 50px;
  padding-left: 15px;
  color: #114B9F;
}

/* Gallery */
.galleryPageSection{
  padding: 100px 0px 100px 0px;
  text-align: center;
}
  .galleryPageHeader p{
      font-size: 48px;
      color: #1A2E6D;
      font-weight: 500;
      margin-bottom: 10px;
      padding: 0;
  }
  .toolbar{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .toolbar button{
      font-size: 14px;
      color: #424242;
      font-weight: 500;
      padding: 6px 20px;
      border: 1px solid #e0e0e0;
      border-radius: 6px;
      background: transparent;
      margin-right: 15px;
      transition: 0.25s all;
      margin-top: 10px;
      outline: none;
  }
  
  .toolbar button:hover{
      transform: translateY(-3px);
      box-shadow: 0px 10px 30px -10px #ff7e28;
      border: 1px solid #ff7e28;
      background: #ff7e28;
      color: white;
  }

  .toolbar .active{
      border: 2px solid #1FA0DB;
  }


#galleryBox {  
  margin: 1rem 0;
  -webkit-column-count: 3; 
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
.tile { 
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
transform: scale(1);
}



.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.tile video {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}


::-moz-focus-inner {
border: 0;
padding: 0;
}

/* Partners */
.partnerSection{
  padding: 30px 0px;
  background: #ffffff;
}

.partnerSection h1 {
  text-align: center;
  color: #114B9F;
  margin-bottom: 30px;
}

.wrapper{
  margin: 40px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .partnerSlider{
      width: 1000px;
      height: 100px;
      position: relative;
      background: #ffffff;
      display: flex;
      overflow: hidden;
  }
  .slideBox{
      height: 100px;
      display: flex;
      align-items: center;
      animation: slideshow 50s linear infinite;
  }
  .slideBox img {
      height: 80px;
      margin: 0 30px 0 30px;
      border-radius: 12px;
      /* border: 1px solid black; */
  }
  @keyframes slideshow {
      0% {transform: translateX(0);}
      100% {transform: translateX(-100%);}
  }
  .partnerSlider::before, .partnerSlider::after {
      height: 100px;
      width: 200px;
      position: absolute;
      content: "";
      background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
      z-index: 2;
  }
  .partnerSlider::before {
      left: 0;
      top: 0;
  }
  .partnerSlider::after {
      right:0;
      top:0;
      transform: rotateZ(180deg);
}

/* --------- */