body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  color: #222222;
}

/*common*/
a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #222222;
  cursor: pointer;
}
.hd-font {
  font-family: "Roboto", sans-serif;
}
.color-green {
  color: #fff;
  transition: 0.5s;
}
.color-green:hover {
  color: #013e75;
}
.color-blue {
  color: #013e75;
}

.cm-hd {
  font-size: 3.167em;
}

.btn.btn-common {
  background-color: #013e75;
  padding: 12px 30px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease;
}
.btn.btn-common2 {
  background-color: #013e75;
  padding: 12px 30px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease;
}

.btn.btn-common:hover {
  background-color: #013e75;
}
.btn.btn-common2:hover {
  background-color: #013e75;
}
/*============================navbar start============================*/
.bg-nav-bar {
  transition: all 0.3s ease;
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 26%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.bg-nav-bar .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: rgb(255 255 255);
  font-weight: 500;
}
.bg-nav-bar .navbar-nav .nav-link.active,
.bg-nav-bar .navbar-nav .show > .nav-link {
  color: #013e75;
}
.bg-nav-bar .navbar-nav .nav-link:focus,
.bg-nav-bar .navbar-nav .nav-link:hover {
  color: #013e75;
}
.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(245 245 245);
  background-color: #fffffff5;
}
.menu-sticky {
  background: #fff !important;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.8s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.color-logo {
  display: none;
}
.menu-sticky .navbar-brand .white-logo {
  display: none;
}
.menu-sticky .navbar-brand .color-logo {
  display: block;
}

.navbar-brand img {
  height: 4rem;
}
.menu-sticky.bg-nav-bar .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: rgb(34 34 34);
  font-weight: 500;
}
.menu-sticky.bg-nav-bar .navbar-nav .nav-link.active,
.menu-sticky.bg-nav-bar .navbar-nav .show > .nav-link {
  color: #013e75;
}
/*============================navbar end============================*/
/*===========================banner start===========================*/
.banner-bg {
  background: linear-gradient(0deg, rgb(0 0 0 / 61%), rgb(0 0 0 / 10%)),
    url(../img/banner.jpg);
  background-position: 50% 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0px;
  z-index: 1;
  height: 100vh;
}
.banner-caption h1 {
  font-size: 2.2rem;
  text-transform: capitalize;
}
.banner-caption p {
  font-size: 14px;
}
.banner-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  animation: slide 80s linear infinite;
  background: url("../img/fog.png") repeat-x;
  background-position: 0 0%;
  background-size: cover;
  zoom: 1 !important;
  filter: alpha(opacity=10) !important;
  -webkit-opacity: 0.1 !important;
  -moz-opacity: 0.1 !important;
  opacity: 0.3 !important;
  -webkit-animation: movingclouds 30s linear infinite;
  -moz-animation: movingclouds 30s linear infinite;
  -o-animation: movingclouds 30s linear infinite;
  bottom: 0;
  z-index: -1;
}
@keyframes movingclouds {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -100%;
  }
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

/*===========================banner end===========================*/

/*==========================about start==========================*/
.comm-section {
  position: relative;
  padding-bottom: 90px;
  padding-top: 90px;
}
.about-bg {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 170px;
}
.about-bg-clr:after {
  background-color: #f0f1f2;
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: -1;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* margin-left: 80px; */
}

.about-text-col p {
  text-align: justify;
}
.about-image-bg {
  position: relative;
  z-index: 1;
  margin-left: 11rem;
}
.about-image-bg img {
  height: 35rem;
}
.who-we-are-bg {
  position: absolute;
  bottom: 0;
}
.about-img-col {
  position: relative;
}
/* .about-image-bg:before {
  content: "";
  width: 622px;
  height: 293px;
  background-color: #013e75;
  display: inline-block;
  position: absolute;
  right: -70px;
  bottom: -80px;
  z-index: -1;
} */
/*==========================about end==========================*/

/*==========================service start==========================*/
.service-img-bg .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service-bg {
  overflow: hidden;
  z-index: 1;
}
/* .service-shape{
    background-color: #013e75;
    z-index: -1;
    position: absolute;
    top: 20px;
    left:0px;
    bottom: 0px;
    width: 580px;
    height: 580px;
    margin: auto 0;
} */

.service-title {
  background-color: #013e75;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card .service-circle {
  width: 100px;
  height: 100px;
  background-color: rgb(39 179 202);
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.right-drone {
  position: absolute;
  right: 0;
  top: 0;
}
/*==========================service end==========================*/

/*===========================we are start===========================*/
.parllex-bg {
  width: 100%;
  height: 645px; /*
    padding-top:80px;
    padding-bottom:80px;*/
  background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)),
    url(../img/weare.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  transition: all 0.3s ease;
  color: #fff;
  align-items: center;
}
.blue-bg-box {
  background-color: #013e75;
  position: absolute;
  right: 0px;
  bottom: -65px;
  width: 800px;
  height: 550px;
  margin: auto 0;
  display: flex;
  justify-content: center;
}
.blog-left-card {
  background-color: #222222;
}
.blog-left-card .card-body {
  padding: 55px 50px 55px 50px;
}
.blog-card .card-body .blog-head {
  min-height: 55px;
}
/*===========================we are end===========================*/

/*========================news letter start========================*/
.news-bg {
  background-color: #f7f7f7;
  background: url(../img/newsletter.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
/*========================news letter end========================*/

/*==========================footer start==========================*/
.footer-bg {
  background-color: #232d35;
  padding-top: 90px;
  padding-bottom: 0px;
  color: #fff;
}
.footer-bg .sub-font {
  font-size: 14px;
}
.footer-nav .nav-link {
  font-size: 14px;
  color: #fff;
}
.social_nav .social_item .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
  background-color: #013e75;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.bootm-bg {
  background-color: #2e3b45;
  margin-top: 50px;
}
.bottom-footer p {
  font-size: 13px;
}

/*==========================footer end==========================*/

/*===========================media Query===========================*/
/*------------------- Define mobile styles -------------------*/
@media (max-width: 575px) {
}
/*------------------- Small devices (landscape phones)-------------------*/
@media (min-width: 576px) and (max-width: 767px) {
}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
  .banner-caption h1 {
    font-size: 1.8rem;
  }
  .banner-bg {
    padding: 150px 0px;
  }
  .banner-bg:after {
    display: none;
  }
  .cm-hd {
    font-size: 2.167em;
  }
  .comm-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .about-bg {
    padding-bottom: 50px;
  }
  .navbar-collapse {
    background-color: #fff;
  }
  .bg-nav-bar .navbar-nav .nav-link {
    color: rgb(34 34 34);
  }
  .service-shape {
    display: none;
  }
  .service-card .service-circle {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .parllex-bg {
    height: 560px;
    text-align: center;
  }
  .blue-bg-box {
    display: none;
  }
  .blog-left-card .card-body {
    padding: 35px 25px 35px 25px;
  }
  .news-bg {
    background: #f7f7f7;
  }
  .footer-bg {
    padding-top: 19px;
    text-align: center;
  }
}
/*------------------- tablet screens -------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .banner-caption h1 {
    font-size: 1.8rem;
  }
  .banner-bg {
    padding: 150px 0px;
  }
  .banner-bg:after {
    display: none;
  }
  .about-bg-clr:after {
    margin-left: 130px;
  }
  .about-image-bg:before {
    display: none;
  }
  .comm-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .about-bg {
    padding-bottom: 50px;
  }
  .service-shape {
    display: none;
  }
  .blue-bg-box {
    display: none;
  }
  .parllex-bg {
    height: 560px;
    text-align: center;
  }
  .blog-left-card .card-body {
    padding: 30px 20px 30px 20px;
  }
  .news-bg {
    background: #f7f7f7;
  }
}
@media (min-width: 992px) {
}
/*------------------- medium desktop screens -------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-nav-bar .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-caption h1 {
    font-size: 2.2rem;
  }
  .banner-bg {
    padding: 200px 0px;
  }
  .about-bg-clr:after {
    margin-left: 130px;
  }
  .about-image-bg:before {
    display: none;
  }
  .about-bg {
    padding-bottom: 90px;
  }
  .service-shape {
    display: none;
  }
  .blue-bg-box {
    width: 451px;
    height: 390px;
  }
  .parllex-bg {
    height: 570px;
  }
  .blog-left-card .card-body {
    padding: 30px 20px 30px 20px;
  }
}
/*------------------- Large screens-------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}
/* .svin-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sv-in-card {
  width: 31%;
  height: 300px;
  background: hsl(0, 0%, 100%);
  padding: 2rem;
  border: 1px solid #bebebe;
  margin: 1rem;
}
.sv-icons img {
  height: 5rem;
  margin-bottom: 1rem;
}
.sv-in-card h6 {
  font-weight: 550;
} */

.svin-wrapper {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  column-gap: 1rem;
  row-gap: 2rem;
}
.grid-img {
  grid-row: span 2;

  position: relative;
}
.some-big {
  grid-row: span 1;
}
.cols-big {
  grid-column: span 1;
}
.sv-icons img {
  height: 7rem;
  margin-bottom: 1rem;
  transition: 0.5s;
}
.card-blue {
  background: #013e75 !important;
  color: #fff;
}
.sv-styled-img {
  position: absolute;
  bottom: 0;
  left: -2rem;
  bottom: 1rem;
  right: 1rem;
}
.sv-wrapper-header {
  margin-top: 5rem;
}
.sv-in-card {
  background: hsl(0, 0%, 100%);
  padding: 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 1rem;
  transition: 0.5s;
}
.sv-in-card:hover {
  -webkit-box-shadow: 0px -1px 8px 3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px -1px 8px 3px rgba(0, 0, 0, 0.27);
  box-shadow: 0px -1px 8px 3px rgba(0, 0, 0, 0.27);
}
.sv-in-card:hover .sv-icons img {
  transform: scale(1.2);
}

@media (max-width: 990px) {
  .svin-wrapper {
    display: block !important;
  }
  .sv-styled-img {
    display: none;
  }
  .sv-in-card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 773px) {
  .svin-wrapper {
    grid-template-columns: 1fr;
  }
  .sv-styled-img {
    display: none;
  }
  .grid-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sv-wrapper-header {
    margin: 0 !important;
    padding: 1rem;
  }
}

@media (max-width: 1300px) {
  .blue-bg-box {
    background-color: #013e75;

    width: 50%;
    height: 80%;
  }
}
.about-image-bg {
  margin-left: 0 !important;
}
@media (max-width: 1400px) {
  .about-image-bg img {
    height: auto !important;
  }

  .about-bg-clr:after {
    margin-left: 0 !important;
  }
}

/* inner pages */
.contact-page {
  padding: 2rem 0;
}
.inner-banner {
  width: 100%;
  height: 440px;
  background: #222222;
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-ovarlay {
  width: 100%;
  height: 100%;
  background: #2222229f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.banner-content h5 {
  color: #fff;
  font-weight: 550;
  font-size: 26px;
}
.banner-content ul {
  margin-left: -2rem;
  margin-top: 1rem;
}
.banner-content ul li {
  display: inline;
  list-style: none;
  margin-right: 2rem;
}
.banner-content ul li a {
  color: #fff;
  font-size: 14px;
}
.banner-content ul li::after {
  content: ">>";
  position: absolute;
  color: #dfdfdf;
  font-weight: 550;
  display: inline-block;
  padding-right: 0.5rem;
  margin-top: 0.1rem;
  padding-left: 0.5rem;
}
.banner-content ul li:last-child::after {
  display: none !important;
}
.last-grid {
  grid-column: span 3;
}
.blog-ins-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.hd-inner-font {
  font-size: 32px;
}
.blog-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  row-gap: 13;
}

.contact-boxes-wrapper {
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact-card p {
  max-width: 200px;
  text-align: center;
}
.contact-card img {
  margin-bottom: 1rem;
}
/* .form-location {
  padding: 3rem 0;
} */
.send-msg-btn button {
  border: none;
  background: none;
  background: #013e75;
  color: #dfdfdf;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 1rem;
  transition: 0.5s;
}
.send-msg-btn button:hover {
  background: #025399;
}
.form-location {
  background: #f7f7f7;
}
.form-location-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-map {
  height: 500px;
}
.form-cus-wrapper {
  display: grid;
  place-items: center;
}
.blog-img-wrapper {
  display: grid;
  grid-template-columns: 4fr 4fr;
  align-items: center;
  justify-content: center;
}

@media (max-width: 990px) {
  .form-location-main-wrapper {
    padding: 3rem 0;
  }
  .location-map {
    margin-top: 2rem;
  }
  .contact-boxes-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .contact-card {
    margin-bottom: 2rem;
  }
  .blog-wrapper {
    grid-template-columns: 1fr !important;
  }
  .blog-wrapper .sv-styled-img {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact-boxes-wrapper {
    grid-template-columns: 1fr;
  }
}

.blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1;
}

.blog-wrapper .hd-inner-font {
  margin-top: 3rem;
  margin-left: 3rem;
}
.blog-wrapper .sv-styled-img {
  position: absolute;
  bottom: 0;
  left: -2rem;

  top: 228px;
}
.form-cus-wrapper h2 {
  font-size: 22px;
  font-weight: 550;
  margin-bottom: 2rem;
}
