@import url('css/bootstrap.min.css');
@import url('css/animate.css');
@import url('css/font-awesome.min.css');
@import url('css/pe-icon-7-stroke.min.css');
@import url('css/meanmenu.min.css');
@import url('css/magnific-popup.css');
@import url('css/slick.min.css');
@import url('css/jquery-ui.min.css');
@import url('css/style.css');
@import url('css/responsive.css');

:root {
  --main-one: #2F4BA0;
  --background-color: #F9F9F9;
  --black-color: #000;
  --white-color: #fff;
}
body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul li {
  font-size: 15px;
}

.a-class {
  color: var(--white-color);
}

.about-us .sub-text {
  color: #999;
  font-size: 18px;
  line-height: 35px;
  margin: 0px 100px 0px 0px;
}

.about-us {
  background-color: #171717;
  background-image: url(img/images/h1-bannernew.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.about-us .container {
  height: 400px;
}

.about-us .row {
  height: 500px;
}

.aim .sub-text {
  color: #999;
  font-size: 18px;
  line-height: 35px;
}

.aim .image {
  width: 800px;
  object-fit: cover;
}

.page-banner {
  background: black;
}

.page-banner img {
  opacity: 0.5;
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}

/* about us page */
.about-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/images/about_1.jpg);
  background-position: center;
  background-size: cover;
}

.team-heading {
  color: var(--main-one);
  font-size: 18px;
  line-height: 10px;
}

.bground-color {
  background-color: var(--background-color);
}

.ouraim .image-content-one {
  transform: skewX(-4deg);
}

.ouraim .image-content-two {
  position: relative;
  top: -37px;
  transform: skewX(-4deg);
}

.foganimation {
  position: relative;
  top: -57px;
}

.two-section ul {
  list-style: unset;
  font-size: 16px;
  line-height: 30px;
}

.two-section ul li {
  float: unset;
}

.two-section .border {
  padding: 10px 40px 10px 40px;
}

.two-section-content-box {
  border: 1px solid #dee2e6;
  padding: 15px;
  height: 98%;
}

.two-section-backimg {
  background-image: url(img/images/young-man-riding-bicycle-in-the-mountains-in-early-2022-05-30-22-53-59-utc.jpg);
  background-position: center;
  background-size: cover;
  transition: all 0.8s ease 0s;
  position: relative;
  overflow: hidden;
  height: 390px;
}

.two-section-backimg::after {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.95);
  transition: all 0.4s ease 0s;
  width: 100%;
}

.country-section {
  position: relative;
  overflow: hidden;
}

.country-section-one {
  background-color: #1b182f;
}

.country-section .content h2 {
  text-align: center;
  position: relative;
  margin-top: -43px;
  font-size: 18px;
  font-weight: 400;
}

.country-section-one .heading {
  font-size: 15px;
}

.country-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(
    -90deg,
    rgba(16, 14, 28, 0.1) 50%,
    rgba(16, 14, 28, 0.95) 100%
  ); */
  background: -webkit-linear-gradient(-90deg, rgb(16 14 28 / 21%) 50%, rgba(16, 14, 28, 0.95) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}

.country-section:hover:before {
  background: -webkit-linear-gradient(-90deg, rgb(16 14 28 / 0%) 50%, rgba(16, 14, 28, 0.95) 100%);
}

.country-section .text-white {
  color: #fff;
  z-index: 100;
  font-size: 18px;
}

.mainimg {
  transition: transform 0.3s ease;
}

.country-section:hover .mainimg {
  transform: scale(1.05);
}

.product-item .pro-img {
  /* width: 300px; */
  height: 200px;
}

.image-alt {
  box-shadow: 0px 0px 5px 5px #e1e1e1;
  padding: 10px;
}

.best-sell-area {
  margin-bottom: 100px;
}

.about-area .submit-text a {
  color: #000;
  font-weight: 500;
}

.about-area .submit-text a:hover {
  color: #fff;
}

.bgcolor-section {
  background-color: #F1F1F1;
}

/* OUR PRODUCTS SECTION */
.portfolio-masonary-loop .portfolio-box {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
  margin-bottom: 30px;
}

.portfolio-masonary-loop .portfolio-box.double-height {
  height: 670px;
}

@media (max-width: 767px) {
  .portfolio-masonary-loop .portfolio-box.double-height {
    height: 400px;
  }
}

.portfolio-masonary-loop .portfolio-box .portfolio-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.portfolio-masonary-loop .portfolio-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #757a89;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  z-index: -2;
}

.portfolio-masonary-loop .portfolio-box .portfolio-desc {
  position: absolute;
  left: -80px;
  bottom: 0;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-masonary-loop .portfolio-box .portfolio-desc {
    width: 100%;
    padding: 30px 20px;
  }
}

@media (max-width: 399px) {
  .portfolio-masonary-loop .portfolio-box .portfolio-desc {
    width: 100%;
    padding: 30px 20px;
  }
}

.portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
  text-transform: uppercase;
  letter-spacing: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
    font-size: 20px;
  }
}

.portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #2F4BA0;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 5px;
}

.portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #2F4BA0;
}

.portfolio-masonary-loop .portfolio-box:hover .portfolio-desc {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.portfolio-masonary-loop .portfolio-box:hover::before {
  visibility: visible;
  opacity: 0.5;
}

.portfolio-masonary-loop .portfolio-box:hover .portfolio-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-masonary-loop .portfolio-box.height-extra {
  height: 370px;
  border: 1px solid #e1e1e1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.portfolio-grid-loop .portfolio-grid-box {
  position: relative;
  height: 370px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-grid-loop .portfolio-grid-box {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-grid-loop .portfolio-grid-box {
    height: 300px;
  }
}

@media (max-width: 399px) {
  .portfolio-grid-loop .portfolio-grid-box {
    height: 280px;
  }
}

.portfolio-grid-loop .portfolio-grid-box .portfolio-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center;
}

.portfolio-grid-loop .portfolio-grid-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #041d38;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.portfolio-grid-loop .portfolio-grid-box .portfolio-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  font-size: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.portfolio-grid-loop .portfolio-grid-box:hover::after {
  opacity: 0.9;
  visibility: visible;
}

.portfolio-grid-loop .portfolio-grid-box:hover .portfolio-link {
  visibility: visible;
  opacity: 1;
}

.portfolio-grid-loop .portfolio-grid-box:hover .portfolio-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-filter {
  background-color: #041d38;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.portfolio-filter ul li {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-filter ul li {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter ul li {
    margin: 0 5px;
  }
}

@media (max-width: 575px) {
  .portfolio-filter ul li {
    margin: 0 5px;
    padding: 5px;
  }
}

@media (max-width: 399px) {
  .portfolio-filter ul li {
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
}

.portfolio-filter ul li.active,
.portfolio-section .portfolio-filter ul li:hover {
  color: #ffaa17;
}

.portfolio-filter::after {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: -15px;
  background-color: #ffaa17;
  content: '';
  z-index: -1;
}

.portfolio-masonary-loop h4 a {
  color: black;
}

/* OUR PRODUCTS SECTION */
.fluid-margin {
  padding-right: 50px;
  padding-left: 50px;
}

.about-text-content {
  background-color: white;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 31px;
  position: relative;
  left: 30px;
  /* width: 130%; */
  /* right: 105px; */
  z-index: 10;
}

.readmore:hover a {
  color: #fff;
}
/* vission and mission and aim start  */
.card {
  position: relative;
  width: 350px;
  height: 300px;
border: none;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}
.card .front {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 0 5px 10px #fff;
}
.card .front img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-h1 {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background:rgb(0 0 0 / 65%);
  text-align: center;
}
.card .back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: perspective(600px) rotateY(180deg);
  padding: 15px;
  color: crimson;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.links {
  border-top: 1px solid  #2F4BA0;
  height: 50px;
  line-height: 50px;
}
.link-a {
  color: crimson;
}
.card .back .text-h2 {
color: #2F4BA0;
  font-size: 24px;
  letter-spacing: 2px;
}
.card .back .text-p {
  letter-spacing: 1px;
}
.card:hover .front {
  transform: perspective(600px) rotateY(180deg);
}
.card:hover .back {
  transform: perspective(600px) rotateY(360deg);
}
/* vission and mission and aim start end */
.content_card{
  background-color: #2f4ba0;
  color: white;
  padding: 50px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  font-size: 18px;
}
.vission_height{
  min-height: 370px;
}
.heading_center{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
}
/* .img_left{
  position: relative;
  right: 8px;
} */
.heading_title{
  position: relative;
  /* left: 14px; */
}
.heading_descrption{
  position: relative;
  left: 21px;
}
/* .heading_img{
  position: relative;
  left: 14px;
} */
.value_background{
  background: #ebebeb;
  padding: 30px;
}
.blue{
  color: #2F4BA0;
}
.core_descrption{
  text-align: justify;
  word-spacing: -0.5px;
  hyphens: auto;
}
.value_gap{
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-padding_1{
  padding: 50px 0;
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
  /* width: 400px; */
  border: 1px solid #e4e4e4;
}

/* .team-title {
  margin: 30px 0 7px;
} */

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
.team_padding{
  padding: 50px 0px;
}

@media (min-width: 992px) and (max-width: 1199px){
  .content_card {
    background-color: #2f4ba0;
    color: white;
    padding: 30px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .content_card {
    background-color: #2f4ba0;
    color: white;
    padding: 15px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    font-size: 18px;
}
}
@media (min-width: 280px) and (max-width: 767px){
  .best-sell-area {
    margin-bottom: 40px;
}
.visin_row{
  flex-direction: column-reverse;
}
.about-text-content {
  background-color: white;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 31px;
  position: relative;
  left: 0px;
  /* width: 130%; */
  /* right: 105px; */
  z-index: 10;
}
.content_card {
  background-color: #2f4ba0;
  color: white;
  padding: 50px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  font-size: 18px;
}
.img_flex{
  display: flex;
  justify-content: center;
}
.vission_height {
  min-height: 0px;
}
.heading_center{
  display: flex;
  align-items: center;
  justify-content: center;
  background:none
}
}
/* .img-left-one{
 background-image: url(img/photoshootpics/1DSC01272.jpg);
 background-position: center;
 background-size: cover;
}
.img-left-two{
 background-image: url(img/photoshootpics/11DSC01632-min.JPG);
 background-position: center;
 background-size: cover;
} */


@media only screen and (max-width: 764px)  {
  .heading_descrption {
    position: relative;
    left: 0px;
  }
}
.visin_row span{
  display: block;
}
@media only screen and (max-width: 764px) {
  .visin_row span{
    display: unset;
  }
}