@import url("../webfont/style.css");

@import url("../webfont/fonts.css");
@font-face {
    font-family: 'Baskerville';
    src: url('webfont/Baskerville-LightA.eot');
    src: url('webfont/Baskerville-LightA.eot?#iefix') format('embedded-opentype'),
        url('webfont/Baskerville-LightA.woff2') format('woff2'),
        url('webfont/Baskerville-LightA.woff') format('woff'),
        url('webfont/Baskerville-LightA.ttf') format('truetype'),
        url('webfont/Baskerville-LightA.svg#Baskerville-LightA') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Baskerville';
    src: url('webfont/baskvl.eot');
    src: url('webfont/baskvl.eot?#iefix') format('embedded-opentype'),
         url('webfont/baskvl.woff2') format('woff2'),
         url('webfont/baskvl.woff') format('woff'),
         url('webfont/baskvl.ttf') format('truetype'),
         url('webfont/baskvl.svg#baskervillenormal') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Baskerville';
    src: url('webfont/baskerville_bold_bt.eot');
    src: url('webfont/baskerville_bold_bt.eot?#iefix') format('embedded-opentype'),
         url('webfont/baskerville_bold_bt.woff2') format('woff2'),
         url('webfont/baskerville_bold_bt.woff') format('woff'),
         url('webfont/baskerville_bold_bt.ttf') format('truetype'),
         url('webfont/baskerville_bold_bt.svg#baskervillebold') format('svg');
    font-weight: 700;
    font-style: normal;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Baskerville Regular";
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

section {
  padding: 70px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 50px;
}

.section-title h2 {
  font-family: "Baskerville";
  font-weight: 700;
  color: #0160d8 !important;
  font-size: 50px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.section-title h3 {
  font-family: "Baskerville";
  font-weight: 700;
  color: #fff !important;
  font-size: 40px;
  text-align: center;
  margin: 0;
}

.stylesect1 {
    border: 1px solid #ccc;
    padding: 30px;
    background: #052041;
    color: #fff;
    font-size: 21px;
    text-align: center;
}


.gallery_part {
	width: 24%;
	float: left;
	margin: 0.5%;
}
.gallery_pic {
	width: 100%;
	float: left;
	height: 278px;
	overflow: hidden;
}
.gallery_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.gallery_title {
        width: 100%;
    float: left;
    background: #042041;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    min-height: 55px;
    display: table;
}

.gallery_part{
	text-align: center;
}
.gallery_part .gallery_pic{
	width: 100%;
    float: left;
    height: 424px; 
    overflow: hidden;
    background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gallery_pic img {
    width: 100%;
    height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.gift-main-wpr {
    position: relative;
    background-color: var(--othercolor);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0 0 0;
  position: relative;
}

.HrTop {
  background-color: #fff;
  padding: 15px 0;
}
.HrTopLft {
  display: flex;
  align-items: center;
}
.HrTopLft p {
  margin: 0 25px 0 0;
  font-family: "Baskerville";
  font-weight: 400;
  font-size: 17px;
  color: #042041;
}
.HrTopLft p a{
  color: #000;
}
.HrTopRgt {
}
.HrTopRgt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.HrTopRgt ul li {
  margin-left: 10px;
}

.HrTopRgt ul li img {
  height: 25px;
}

.HrMiddle {
  padding: 15px 0;
  background-color: #042041;
}

#header .logo {
}

#header .logo img {
  height: 50px;
}

.HrRgt {
  margin-top: 5px;
}

.toplink {
  margin-bottom: 0px;
}
.toplink ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}

.toplink ul li {
  position: relative;
}

.hrBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 17px;
  padding: 15px 20px;
  border-radius: 0px;
  font-family: "Baskerville Regular";
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
}

.hrBtn:hover {
  background-color: transparent;
}

.HrBottom {
  padding: 15px 0;
  background-color: #042041;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar li:last-child a {
  padding-right: 0;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 4px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Baskerville";
  text-transform: uppercase;
  font-weight:600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #0160d8;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background-color: #3c998b;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1300px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 7px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #042041;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #fff;
  background-color: #0b1a29;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  background-color: #3c998b;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
/*  background: url("../images/hero-bg.jpg") top center;*/
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hero-banner-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#hero .container {
  position: relative;
  z-index: 2;
}

/* #hero:before {
  content: "";
  background: rgba(11, 26, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero .container {
  position: relative;
}

.BannerTXt {
  padding: 0 0 0 0;
}

#hero h2 {
  font-size: 55px;
  line-height: 59px;
  color: #042041;
  font-family: "Baskerville";
  text-transform: uppercase;
  font-weight:700;
}

#hero h2 span {
  color: #fff;
}

.BannerBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 20px;
  padding: 22px 35px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight:700;
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.BannerBtn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0160d8 !important;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
}

.aboutTxt {
  text-align: center;
}

.aboutTxt h5 {
  font-size: 40px;
  line-height: 55px;
  font-family: "Baskerville";
  font-weight: 700;
  color: #0160d8;
  margin: 0 0 25px 0;
  text-align: center;
  text-transform: uppercase;
}

.aboutTxt p {
  font-family: "Baskerville";
  font-weight: 400;
  font-size: 20px;
  color: #042041;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 22px;
}

.moreBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 17px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
  display: block;
  width: 150px;
  margin: 0 auto;
}

.moreBtn:hover {
  background-color: transparent;
  color: #0160d8 !important;
}


.c-gallery-menu{
	position:relative;
}
.c-gallery-menu:before{
	content:"";
	width:5px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	background:#fad02c;
}
.c-single-menu{
	display:block;
	margin-bottom:25px;
}
.c-single-menu h3{
	background:#fad02c;
	padding:5px 4px;
	text-align:center;
	color:#54443c;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	font-family: "Baskerville";
	margin:0 0 15px;
}

.c-single-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.c-single-menu ul > li{
	color:#7e736e;
	font-size:16px;
	display:block;
	position:relative;
	font-family: "Baskerville";
	margin:0 0 5px;
}
.c-single-menu ul > li span{
	position:absolute;
	top:0;
	right:0;
	font-size:15px;
}

/*--------------------------------------------------------------
# Trip
--------------------------------------------------------------*/

.trip {
  background-color: #042041;
}

.trip .moreBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 17px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
  display: block;
  width: 205px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.trip .moreBtn:hover {
  background-color: transparent;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Report
--------------------------------------------------------------*/

.report-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  min-height: 345px;
}

.report-wrap img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: auto;
}

.report-wrap .report-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0;
  background-image: linear-gradient(
    rgba(4, 32, 65, 0.2),
    rgba(4, 32, 65, 1) 60%
  );
}

.report-wrap .report-info .report-info-inner {
  padding: 30px;
}

.report-wrap .report-info h4 {
  font-family: "Baskerville";
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  padding: 0 0 25px;
  border-bottom: 1px solid #9ba6b3;
  margin: 0 0 20px 0;
  width: 100%;
}

.report-wrap .report-info p {
  font-family: "Baskerville";
  font-weight: 400;
  color: #ffffff;
  font-size: 17px;
  line-height: 25px;
  padding: 0 0px;
  width: 100%;
  margin: 0;
}

.nowBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 20px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nowBtn:hover {
  background-color: #fff;
  color: #0160d8 !important;
}

.report-wrap:hover .nowBtn {
  background-color: #fff;
  color: #0160d8 !important;
}

.allBtn {
  background-color: #042041;
  color: #fff !important;
  font-size: 17px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #042041;
  transition: 0.3s;
  display: block;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.allBtn:hover {
  background-color: transparent;
  color: #042041 !important;
}


.tracallBtn {
  background-color: #042041;
  color: #fff !important;
  font-size: 17px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville Regular";
  text-transform: uppercase;
  border: 1px solid #042041;
  transition: 0.3s;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.tracallBtn:hover {
  background-color: transparent;
  color: #042041 !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio {
  padding: 0 0 40px 0;
}
.portfolio .container-fluid {
  padding: 0;
}
.portfolio-item {
  padding: 0;
}

.portfolio .moreBtn {
  background-color: #0160d8;
  color: #fff !important;
  font-size: 17px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville Regular";
  text-transform: uppercase;
  border: 1px solid #0160d8;
  transition: 0.3s;
  display: block;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}

.portfolio .moreBtn:hover {
  background-color: transparent;
  color: #0160d8 !important;
}

.portfolio .col-lg-2 {
  flex: 0 0 auto;
  width: 20%;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
  height: 315px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #042041;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-family: "Baskerville";
  font-weight: 400;
  color: #fff;
  font-style: italic;
}

#footer .copyright p a{
  color: #fff;
}
.innerBtn {
  color: #fff !important;
  font-size: 20px;
  padding: 14px 19px;
  border-radius: 0px;
  font-family: "Baskerville";
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #fff;
  transition: 0.3s;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.innerBtn:hover {
  border: 1px solid #fff;
  color: #fff !important;
}

.body.skybg {
  font-size: 17px;
  font-family: "Baskerville";
  font-weight: 400;
}
.body.skybg h2{
  font-family: "Baskerville";
  font-weight: 700;
}
/*--------------------------------------------------------------
REsponsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95%;
  }

  .navbar {
    text-align: right;
  }
  .mobile-nav-toggle {
    display: block;
    margin-left: 0px;
    width: 100%;
  }

  #footer .navbar ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    text-align: right;
  }
  .mobile-nav-toggle {
    display: block;
    margin-left: 0px;
    width: 100%;
  }

  #footer .navbar ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .HrTopLft {
    display: block;
    align-items: center;
  }
  .navbar {
    text-align: right;
  }
  .mobile-nav-toggle {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  #footer .navbar ul {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width: 991px) {
   .skybg p > img{
    width: 100%;
  }
  .gallery_part {
    width: 32.3%;
  }
}
@media (max-width: 767px) {
  .HrTopLft {
    display: block;
  }
  #header .logo img {
    height: 40px;
  }
	
	.HrMiddle .logo img {
    height: 40px;
  }
	
  .navbar {
    text-align: right;
  }
  .mobile-nav-toggle {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  #hero h2 {
    font-size: 38px;
  }
  .report-wrap {
    margin-bottom: 20px;
  }
  .portfolio .col-lg-2 {
    flex: 0 0 auto;
    width: 50%;
  }
  #footer .logo img {
    height: 40px;
  }

  #footer .navbar ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery_part {
    width: 48.9%;
  }
  .c-hero-banner-bg{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75.5%;
  margin-bottom: 40px;
}
#hero {
  display: block;
  padding: 0;
}
#hero h2 span{
  color: #0160d8;
}
.body.skybg {
  font-size: 16px;
}
}
@media (max-width: 575px) {
  .gallery_part {
    width: 98.9%;
  }
  .gallery_part .gallery_pic{
    height: auto;
  }
      #hero h2 {
        font-size: 32px;
        line-height: 1.4;
    }
    .c-hero-banner-bg{
      background-position:95%;
    }
}
@media only screen and (min-width: 320px) and (max-width:374px) { 
	
		
	.HrMiddle .logo img {
    height: 28px;
  }
	
	
	
	  #footer .logo img {
    height:28px;
  }
	
	.hrBtn {padding: 11px 11px;}


}
