

* {
  margin: 0px;
  padding: 0px;
}

::selection {
  color: #fff;
  background: #ff5e14;
}

html,
body {
  overflow-x: hidden;
}


body {
  font-size: 16px;
  color: #45545e;

}

h1 h2 h3 h4 h5 h6{
  font-family: Arial, Helvetica, sans-serif;

}

p{
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

a {
  color: #45545e;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
}

.f-18 {
  font-size: 18px;
}

.carousel-caption {
  position: absolute;
  right: 11%;
  bottom: 40px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.bg-slide {
  background-image: url(assets/img/bg-slide.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

.h-500 {
  height: 500px;
}

.bg-black {
  background-color: #002680;
}

.built {

  font-family: Rubik;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  width: 521px;
  height: 88px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: inherit;
  line-height: 118px;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 100px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;

}

.eye {



  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 789px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: inherit;
  line-height: 90px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 92px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
        background-color: #ffffff;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 266px;
    right: 0;
    width: 72%;
    /* padding: 31px; */
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #ff5e14;
    font-family: Rubik;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    line-height: 30px;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

.current {
  border-bottom: 5px solid #ff8d39;
  /* margin-bottom: -8px; */
  /* margin-top: 2px; */
  padding-bottom: 8px;
}

.font-weight-500 {
  font-weight: 500;
}

.f-18 {
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 25px;
}

.border-right {
  border-right: 1px solid #232323 !important;
}

.border-bottom {
  border-bottom: 1px solid #232323 !important;
}

.border-left {
  border-left: 1px solid #232323 !important;
}

.ptpb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blh::after {
  position: absolute;
  content: '';
  width: 68px;
  height: 2px;
  bottom: 0;
  left: 44%;
  background-color: transparent;
  border-bottom: 5px solid #ff5e14;
  top: 74px
}

.vamtam-heading {
  text-align: left;
  justify-content: flex-start;
  font-size: 50px;
  line-height: 1.4;
}

.f-60 {
  font-size: 60px;
}

.succ {
  color: #50586b;

}

.icon-text {
  color: #06163a;
}

.bg-succ {
  background-color: #f5f6f7;
}

.let {
  padding-top: 50px;
  padding-bottom: 65px;
  font-weight: 500;
  color: #06163a;
  font-size: 50px;
}

.f-27 {
  font-size: 23px;
}

.line-height-27 {
  line-height: 27px;
}

.font-weight-400 {
  font-weight: 400;
}

.border-right-light {
  border-right: 1px solid #dcdcdc;
}

.company {
  font-size: 50px;
  font-weight: 500;
  color: #3f485d;
  padding-top: 60px;
}

.company-p {
  font-size: 18px;
  font-weight: 400;
}

.service-box-heading {
  background-image: url(assets/img/triangle-shape.png );
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-size: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.text-orange {
  color: #ffe3d5d4;
}

.wel {
  font-size: 55px;
  font-weight: 100;
  color: #4b515e;
  font-family: 'Rubik';
}

.to {
  font-size: 42px;
  font-weight: 700;
  color: #040201;
}

.bg-orange {
  background-color: #ff5e14;
}

.pd-text {
  padding-right: 120px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.it {
  color: #495266;
}

.bg-green {


  background-image: url(assets/img/green-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;



}

.vamtam-heading-text {
  font-size: 60px;
}

.del {
  color: #a3ffa1;
  font-size: 25px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-700 {
  font-weight: 700;
}

.our-btn {
  font-size: 18px;
  line-height: 18px;
  padding: 23px 35px;
  border-radius: 0px;
  background-color: #fff;
}

.our-btn:hover {


  background-color: #ff5e14;
  color: #fff;
}

.mt-40 {
  margin-top: 45px;

}

.passion {
  /* padding-bottom: 85px; */
  /* padding: 15px; */
  padding-left: 14px;
  padding-right: 14px;
color: white;
  padding-top: 21px;
}

.leadership {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 65px;
  padding-top: 16px;
}

.pt-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-370 {
  height: 370px;
  width: 370px;
}

.ml--15 {
  margin-left: -15px;
}

.containerm {
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.image {
  overflow: hidden;
  height: 290px;
  width: 370px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
  transition: .5s;
  background-color: #555
}

.image:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-140%, -50%);
  background-color: #272742;
  opacity: 0.8;
  border-radius: 50%;
  transition: .8s
}

.image:hover:after {
  transform: translate(-50%, -50%)
}

.image:hover img {
  transform: translate(-50%, -50%) scale(1.3) rotate(20deg)
}

.img1 {
  position: absolute;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .8s
}

.text-p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-2000px, -50%);
  color: #fff;
  transition: .8s;
  transition-timing-function: ease-in
}

.image:hover .text-p {
  transform: translate(-50%, -50%);
  transition-timing-function: ease
}



.image1 {
  border: 2px solid #fff;
  width: 100%;

  overflow: hidden
}

.image1 img {
  width: 100%;
  height: 300;
  transition: all 2s ease-in-out
}

.image1:hover img {
  transform: scale(2, 2);
  cursor: pointer
}

.bg-passion {
  background-color: #00BFFF !important;
}

.bt-shaow:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  cursor: pointer;
  /* color: #ff5e14; */
}

.bt-shaow {
  background-color: #ff5e14;
  color: #ffff;
  text-align: justify;
}

.bg-dark-blue {
  background-color: #06163a;
}

.bg-leadership {
  background-color: #002244;
}

.bg-blue {
  background-color: #0047AB;
}

.f-19 {
  font-size: 19px;
}

.sign-f {
  padding: 8px;
  width: 78%;
  margin-left: -35px;
}

::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 400;
  font-size: 13px;



}

.btn-sign {
  background-color: #ff5e14;
  color: #fff;
  border-radius: 0px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ff5e14;
}

.sign-section {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #283758;

}

.bg-global {
  background-image: url(assets/img/bg-map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}


.carousel-inner .carousel-item .img-box {
  width: 135px;
  height: 135px;
}

.carousel-control-prev {
  left: -100px;
}

.carousel-control-next {
  right: -100px;
}

.carousel-indicators {
  top: 320px;
}

@media (min-width: 320px) and (max-width: 640px) {
  .carousel-inner .carousel-item p {
    font-size: 14px;
  }

  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0px;
  }

  .carousel-indicators {
    top: 400px;
  }
}

.bg-test {
  background-color: #ffffff;
  border-bottom: 1px solid #ff5e14;
}

.f-50 {
  font-size: 50px;
}

.text-light-b {
  color: #c1cde5;
}

.lb {
  border-bottom: 2px solid #ff5e14;
  font-size: 17px;
}

.lb:hover {
  border-bottom: 2px solid #fff;
}


.bg-support {
  background-image: url(assets/img/bg-head.svg);
  background-repeat: no-repeat;
  background-size: unset;
  padding-bottom: 30px;

  background-position: center;
}

.bg-mail {
  background-image: url(assets/img/bg-quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.ptpbf {
  padding-top: 50px;
  padding-bottom: 30px;
}

#navbar_top.active {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

}

nav.scrolled .nav-link {
  color: black !important;
}

.logo {
  background-image: url(assets/img/logo5.png) !important;
  width: 370px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.logo.scrolled {
  background-image: url(assets/img/logo5.png) !important;
  background-size: cover;
  width: 370px;
  height: 44px;
  background-repeat: no-repeat;
}

a:hover {
  color: #ff5e14;
  text-decoration: none;


}

.job {
  font-size: 16px;
  background-color: #1368ab;
  padding: 30px 40px;
  color: #ffffff;
}

.job:hover {
  font-size: 16px;
  background-color: #ff5e14;
  padding: 30px 40px;
  color: #ffffff;
}

.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.contact {
  font-size: 16px;
  background-color: #ff5e14;
  padding: 30px 40px;
  color: #fff;
  margin-left: 40px;
}

.f-15 {
  font-size: 15px;
}

.contact:hover {
  font-size: 16px;
  background-color: #fff;
  padding: 30px 40px;
  color: #000;
  margin-left: 40px;
}

.mas-p {
  padding-top: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ff5e14;
  border-top: 1px solid #ff5e14;

}

.f-h {
  color: #020d26;
  padding: 6px 0px;
  font-weight: 400;
}

.f-t {
  line-height: 30px;
  font-size: 17px;
  color: #071c3c;
}

.footer {
  background: rgb(6 22 58);
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}

.padding-top-10 {
  padding-top: 10px;
}

.f-25 {
  font-size: 25px;
}

.fa-facebook-square:hover {
  color: #ff5e14;
}

.fa-twitter:hover {
  color: #ff5e14;
}

/* contactuspage */
#fh5co-main {

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  height: 54px !important;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px !important;
}

#message {
  height: 130px !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.btn.btn-md {
  padding: 10px 25px !important;
}

.btn-primary {
  background: #ff5e14 !important;
  color: #fff !important;
  border: 2px solid #ff5e14 !important;
  border-radius: 0px !important;
}

.input1 {
  padding: 18px 20px;
  /* margin: 9px 0; */
  box-sizing: border-box;
  /* border-radius: 10px; */
  outline: none;
  width: 100%;
  height: 20%;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.bg-blue-light {
  background-color: #dfdcff;
}
.bg-blue-light1 {
background-image: url(assets/img/con1.jpg);
}
.bg-blue-light2 {
  background-image: url(assets/img/pay.jpg);
  }

  .bg-blue-light3 {
    background-image: url(assets/img/clientban.jpg);
    }

    .bg-blue-light4 {
      background-image: url(assets/img/gallery.jpg);
      }
      .bg-blue-light5{
        background-image: url(assets/img/aboutban.jpg);
        }
.nav-b {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #060d26;
}

.call {
  font-size: 50px;
  font-weight: 300;
  color: #06163a;
}

.or {
  font-size: 50px;
  font-weight: 600;
  color: #06163a;
}

.ic {
  background-color: #ff5e14;
  padding: 9px;
  color: #fff;
  margin-bottom: 40px;
}

.pt-120 {
  padding-top: 120px;
}

.contact-active::after {
  position: absolute;
  content: '';
  width: 87px;
  height: 2px;
  bottom: 0;
  left: 84%;
  background-color: transparent;
  border-bottom: 5px solid #ff5e14;
  top: 74px;
}

.iconsf {
  position: fixed;
  top: 60%;
}

.is {
  font-size: 50px;
  /* background-color: #fff; */
  color: #ff5e14;
}

.iconsf ul li {
  margin-bottom: 10px;
  width: 60px;
}

.w-8 {
  width: 90%;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  /* border: 2px solid #333399;
  border-style: double;
  border-radius: 7px; */
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sidebar-contact {
  position: fixed;
  top: 55%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  top: 230px;
  left: -90px;
  width: 100px;
  height: 120px;
  /* padding-bottom: 58px; */
  line-height: 48px;
  text-align: center;
  cursor: pointer;

  transform: rotate(-90deg);
}

.toggle::before {
  content: url(assets/img/enquiry.png);

  transform: rotate(-90deg);
}


.toggle.active:before {
  content: url(assets/img/enquiry.png);
}

@media(max-width:768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    right: -100%;
  }

  .sidebar-contact .toggle {
    top: 55%;
    transform: translateY(-80%);
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .content {
    padding: 50px 50px;
  }

  .toggle {
    position: absolute;
    top: 230px;
    width: 100px;
    height: 120px;
    /* padding-bottom: 58px; */
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transform: rotate(-90deg) !important;
  }

  .sidebar-contact {
    z-index: 100;
  }
}

.faq-section {
  background: #fdfdfd;
  margin-top: 100px;
  margin-bottom: 100px;

}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;

}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #002680;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #fad4c2;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ff5e14;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



.w-400 {
  width: 450px;
  height: 330px;
  border: 1px solid #002680;
  padding: 5px;
}

.wh-117 {
  width: 117px;
  height: 100px;
  padding: 3px;
}

.ml--11 {
  margin-left: -11px;
}

.ml--270 {
  margin-left: -270px;
}

.fa-whatsapp:hover {
  color: #ff5e14;
}

.fa-phone-square:hover {
  color: #ff5e14;
}



@media only screen and (max-width: 768px) {
  .service-box-heading {
    background-image: url();
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }

  .pd-text {
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 15px;
    text-align: justify;
  }

  .to {
    font-size: 35px;
    font-weight: 700;
  }

  .wel {
    font-size: 40px;
    font-weight: 100;
    color: rgb(75, 81, 94);
    font-family: Rubik;
  }

  .wm {
    width: 90px;
    margin-bottom: 20px;

  }

  .vamtam-heading-text {
    font-size: 55px;
  }

  .pt-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .txt-c {
    text-align: center;
  }

  .icon-text {
    color: rgb(6, 22, 58);
    text-align: center;
  }

  .vamtam-heading {
    text-align: center;
    justify-content: flex-start;
    font-size: 50px;
    line-height: 1.4;
  }

  .mb-i {
    margin-bottom: 30px;
  }

  .image {
    overflow: hidden;
    height: 260px;
    width: 325px;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 25px 1px;
    transition: all 0.5s ease 0s;
    background-color: rgb(85, 85, 85);
    margin-bottom: 15px;
  }

  .ml--15 {
    margin-left: 0px;
  }

  .keep {
    padding: 9px;
    text-align: center;
  }

  .sign-f {
    padding: 8px;
    width: 55%;
    margin-left: 15px;
  }

  .job {
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px;
    color: rgb(0, 0, 0);
    margin-top: 41px;
    margin-left: -10px;

  }

  .contact {
    font-size: 16px;
    background-color: rgb(255, 94, 20);
    padding: 15px 15px;
    color: rgb(255, 255, 255);
    margin-left: 10px;
  }

  .mt-65 {
    margin-top: 65px;
    float: left;
    padding-left: 30px;
  }

  .pl-25 {
    padding-left: 25px;

  }

  .logo {
    width: 234px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(assets/img/logo5.png) !important;
  }

  .logo.scrolled {
    background-size: cover;
    width: 234px;
    height: 29px;
    background-repeat: no-repeat;
    background-image: url(assets/img/logo5.png) !important;
  }

  .btn-sign {
    background-color: rgb(255, 94, 20);
    color: rgb(255, 255, 255);
    border-radius: 0px;

    border: 1px solid rgb(255, 94, 20);
  }

  .f-h {
    color: rgb(2, 13, 38);
    margin-top: 15px;
  }

  .f-t {
    line-height: 30px;
    font-size: 15px;
    color: rgb(7, 28, 60);
  }

  .company {
    font-size: 34px;
    font-weight: 500;
    color: rgb(63, 72, 93);
    padding-top: 30px;
    text-align: left;
  }

  .company-p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  }

  .wh-117 {
    width: 100%;
    height: 100%;
    padding: 8px;
    /* text-align: center; */
    margin-left: 13px;
  }

  .ml--270 {
    margin-left: 3px;
  }

  .pt-120 {
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 9px;
  }

  img.zoom {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
  }

  .faq-section {
    background: #fdfdfd;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, .1);
    background-color: #06163a;
  }
}

/* ipad */


@media (max-width: 320px) {
  .job {
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    padding: 10px 5px;
    color: rgb(0, 0, 0);
    margin-top: 41px;
    margin-left: -10px;

  }

  .contact {
    font-size: 16px;
    background-color: rgb(255, 94, 20);
    padding: 10px 5px;
    color: rgb(255, 255, 255);
    margin-left: 10px;
  }

  .sign-f {
    padding: 8px;
    width: 50%;
    margin-left: 15px;
  }

  .image {
    overflow: hidden;
    height: 260px;
    width: 285px;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 25px 1px;
    transition: all 0.5s ease 0s;
    background-color: rgb(85, 85, 85);
    margin-bottom: 15px;
  }
}

@media (min-width: 411px) {
  .image {
    overflow: hidden;
    height: 290px;
    width: 375px;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 25px 1px;
    transition: all 0.5s ease 0s;
    background-color: rgb(85, 85, 85);
    margin-bottom: 15px;
  }
}

.list {
  padding-left: 35px;
}





/* ///////////////////////////////////////////////////////////////// */

.pq-sticky-top {
	position: sticky;
	top: 130px;
	z-index: 1;
}

.skill .pq-button {
	background-color: var(--primary-color);
}

.skill .pq-button:hover {
	background-color: var(--dark-color);
}


.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title {
	padding-right: 45px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	color: var(--dark-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: capitalize;
}

.pq-section-title.pq-style-1 .pq-section-description {
	z-index: 9;
	position: relative;
	margin: 15px 0 0;
}

/*================================================
Sidebar Menu
================================================*/

.pq-background-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	z-index: 100;
	opacity: 0.8;
	display: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-siderbar-open .pq-background-overlay {
	display: block;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-siderbar-open .pq-sidebar {
	right: 0;
	opacity: 1;
}

.pq-sidebar {
	width: 410px;
	background: var(--white-color);
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	z-index: 100;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pq-sidebar .pq-close-btn .pq-close {
	position: absolute;
	left: -45px;
	background: var(--primary-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: var(--white-color);
	top: 90px;
	font-size: 20px;
}

.pq-sidebar-block {
	padding: 60px 30px 30px 30px;
	height: 100%;
}

.pq-sidebar-header .pq-sidebar-logo {
	margin-bottom: 30px;
	height: 50px;
}

.pq-sidebar h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.pq-sidebar .quote-from input[type="text"],
.pq-sidebar .quote-from textarea,
.pq-sidebar .quote-from input[type="email"] {
	margin-bottom: 15px;
}

.pq-sidebar ul {
	margin: 0;
	padding: 0;
}

.pq-sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

.pq-sidebar ul li a {
	color: var(--secondary-color);
}


.pq-counter.pq-counter-style-1 {
	display: flex;
	position: relative;
	padding: 0 15px;
}

.pq-counter-style-1 .pq-counter-info {
	flex: 1;
}

.pq-counter-style-1 .pq-counter-media i {
	font-size: 70px;
	line-height: 78px;
	color: var(--white-color);
}

.pq-counter-style-1 .pq-counter-info h5 {
	font-size: 56px;
	line-height: 56px;
	display: inline-block;
	color: var(--white-color);
}

.pq-counter-style-1 .pq-counter-info .pq-counter-prefix {
	font-size: 56px;
	line-height: 56px;
	color: var(--white-color);
}

.pq-counter-style-1 .pq-counter-num-prefix {
	display: inline-flex;
	align-items: center;
}

.pq-counter-style-1 .pq-counter-info p {
	font-size: 14px;
	color: var(--white-color);
	margin-bottom: 0;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pq-counter.pq-counter-style-2 {
	display: flex;
	position: relative;
	padding-bottom: 60px;
	border-bottom: 1px solid #0000001a;
	margin-bottom: 60px;
}

.pq-counter-style-2 .pq-counter-info {
	flex: 1;
}

.pq-counter-style-2 .pq-counter-media i {
	font-size: 60px;
	line-height: 1;
	color: var(--primary-color);
}

.pq-counter-style-2 .pq-counter-media {
	position: absolute;
	top: 0;
	right: 0;
}

.pq-counter-style-2 .pq-counter-info h5 {
	font-size: 56px;
	line-height: 56px;
	display: inline-block;
}

.pq-counter-style-2 .pq-counter-info .pq-counter-prefix {
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	color: var(--dark-color);
}

.pq-counter-style-2 .pq-counter-num-prefix {
	display: inline-flex;
	align-items: center;
}

.pq-counter-style-2 .pq-counter-info h6 {
	font-size: 22px;
	line-height: 1;
	margin: 30px 0 20px 0;
}

.pq-counter-style-2 .pq-counter-info p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}

.pq-counter.pq-counter-style-3 {
	padding: 30px;
	background-image: url(../images/background-Images/bg-img-1.jpg);
	background-position: center center;
}

.pq-counter.pq-counter-style-3 .pq-counter-num-prefix {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pq-counter.pq-counter-style-3 .pq-counter-num-prefix h5 {
	font-size: 56px;
	line-height: 64px;
	color: var(--dark-color);
}

.pq-counter.pq-counter-style-3 .pq-counter-num-prefix .pq-counter-prefix {
	font-size: 56px;
	line-height: 64px;
	font-weight: 600;
	color: var(--dark-color);
}

.pq-counter.pq-counter-style-3 .pq-counter-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
     .pq-section-title.pq-style-1 {
         margin-bottom: 30px;
     }

    
 }

 @media (max-width: 1199px) {
     .pq-counter.pq-counter-style-2:first-child {
         margin-top: 45px;
     }
 }







 /* ///////////////////////////
 ///////////////////////////////////////// */











.float-call {
  position: fixed;
  width: 42px;
  height: 42px;

  bottom: 6px;
  RIGHT: 2px;
  background-color: #ff8d39;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  z-index: 100;
}

.my-float-call {
  margin-top: 16px;
}

.float {
  position: fixed;
  width: 42px;
  height: 42px;

  bottom: 51px;
  right: 2px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;

  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

 /* ///////////////////////////////////////////// */

 

 /*** Team ***/
.team-item {
  position: relative;
  padding-top: 4rem;
}

.team-item img {
  position: relative;
  z-index: 2;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.team-item .team-text {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  left: 2rem;
  padding: 15px;
  border: 1px solid #dfe4fd;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  z-index: 1;
}

.team-item .team-text {
  background: #0a3e87;
  border-color: #355efc;
}

.team-item .team-text h4 {
  transition: .5s;
}

.team-item .team-text h4 a{
  color: #FFFFFF;
}

.team-item .team-social .btn {
  background: #dfe4fd;
  color: #355efc;
}

.team-item:hover .team-social .btn {
  background: #FFFFFF;
}

.team-item .team-social .btn:hover {
  background: #355efc;
  color: #dfe4fd;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 90%;
  display: flex;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  display: none;
}

.popup-form {
  padding: 20px;
  flex: 1;
}

.popup-form h3 {
  margin-top: 0;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.popup-form button {
  background-color: #2848a7;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.popup-image {
  width: 150px;
  background: url('assets/img/popup-image.jpg') no-repeat center center;
  background-size: cover;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

/* Container box */


/* Form row */
.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* Label */
.form-row .name {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* Inputs */
.input--style-6,
.textarea--style-6 {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.input--style-6:focus,
.textarea--style-6:focus {
  border-color: #007bff;
  outline: none;
}

/* File input style */
.input_file {
  margin-top: 10px;
  padding: 10px;
}

/* Description under file upload */
.label--desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* Submit Button */
.btn--blue-2 {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 15px;
}

.btn--blue-2:hover {
  background-color: #0056b3;
}

/* Responsive layout if needed */
@media (max-width: 768px) {
  form {
    padding: 20px;
  }
}
