@font-face {
  font-family: 'Anybody';
  font-weight: 200;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 300;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 400;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 500;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 600;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 700;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 800;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
@font-face {
  font-family: 'Anybody';
  font-weight: 900;
  src: url("../Anybody/Anybody-VariableFont_wdth,wght.ttf") format("truetype"); }
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Anybody";
  position: relative;
  font-size: 17px;
  line-height: 26px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2565AE; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 768px) {
    section {
      padding: 50px 0; } }

.cifly-btn {
  display: inline-block;
  border: none;
  color: #fff;
  background-color: #3c99dc;
  text-transform: uppercase;
  padding: 17px 35px 14px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 30px 5px 30px 5px;
  margin: 15px 0; }
  @media (max-width: 991px) {
    .cifly-btn {
      padding: 12px 35px; } }

.cifly-btn:hover {
  color: #fff;
  border-radius: 5px 30px 5px 30px; }

.cifly-btn.active, .cifly-btn:active, .cifly-btn.active.focus, .cifly-btn.active:focus, .cifly-btn.focus, .cifly-btn:active.focus, .cifly-btn:active:focus, .cifly-btn:focus {
  color: #fff;
  border-radius: 5px 30px 5px 30px; }

.title-h {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #00334d; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: 2px; } }

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.inner-title {
  font-size: 26px;
  font-weight: 700; }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.preloader {
  background: #fff url(../images/logo-black-webdesign.png) center center no-repeat;
  height: 100vh;
  background-size: 15%;
  width: 100%;
  position: fixed;
  z-index: 100; }
  @media (max-width: 991px) {
    .preloader {
      background-size: 55%; } }

.notLoaded {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  margin: 0px; }

/*****navbar start******/
.navbar {
  min-height: 70px; }

.navbar-brand {
  padding: 2px 15px; }

.navbar-brand img {
  width: auto;
  padding-top: 2px;
  height: 63px;
  margin-left: 0px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 65px;
      width: auto;
      margin-top: 1px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 992px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    min-width: 180px;
    border-top: 5px solid #2565AE; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 42px 12px 25px 12px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px; } }
  @media screen and (min-width: 992px) and (max-width: 1150px) and (min-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 25px 7px;
      letter-spacing: 0px; } }

@media (min-width: 992px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #2565AE; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #333; } }
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  color: #2565AE; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 600;
    padding: 15px 0;
    color: #333; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none; }

  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px; }

  .btn-nav1 {
    margin-left: 0;
    margin-right: 0; }

  .btn-nav2 {
    margin-bottom: 10px !important; } }
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
  color: #2565AE; }

nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #2565AE; }

nav.navbar li.dropdown ul.dropdown-menu {
  border-top-color: #2565AE !important; }

nav.navbar.bootsnav {
  border-bottom: 1px solid #eee; }

nav.no-background.bootsnav .logo-white {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo-white {
  display: none; }

nav.no-background.bootsnav .logo-black {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo-black {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo-white {
    display: none !important; }

  nav.no-background.bootsnav .logo-black {
    display: inline-block !important; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 0;
    color: #333;
    font-size: 18px; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-size: 20px; } }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav {
    margin-top: 30px; } }

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

/*****navbar end******/
/*****hero start*********/
@media (max-width: 991px) {
  .hero-padd {
    padding-top: 0; } }

.hero {
  position: relative;
  background-position: top;
  min-height: 60vh;
  overflow: hidden;
  background-attachment: fixed; }
  @media (max-width: 1050px) {
    .hero {
      min-height: 75vh;
      text-align: center; } }
  .hero .hero-box {
    margin-top: 19vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 22vh; } }
  .hero .back {
    background: linear-gradient(45deg, rgba(0, 9, 26, 0.7) 0%, rgba(51, 51, 153, 0.7) 100%); }
  .hero h1 {
    color: #fff;
    margin-top: 140px;
    margin-bottom: 3px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 5px; } }
  .hero .cifly-btn {
    border: 2px solid #fff;
    background: transparent;
    margin-top: 20px; }
  .hero .hero-img {
    background-size: contain;
    height: 70vh;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 1050px) {
      .hero .hero-img {
        height: 50vh;
        margin-top: 20px; } }

.custom-shape-divider-bottom-1664136509 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 110%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg); }

.custom-shape-divider-bottom-1664136509 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 235px;
  transform: rotateY(180deg); }

.custom-shape-divider-bottom-1664136509 .shape-fill {
  fill: #FFFFFF; }

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1664136509 svg {
    width: calc(100% + 1.3px);
    height: 84px; } }
/***************hero end******/
/**************************** 3d-slide start **********************/
.slide-3d {
  padding-top: 100px;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .slide-3d {
      padding-top: 40px; } }

.carousel-3d-slide {
  height: 700px !important;
  background-color: #fff !important;
  border-color: transparent !important;
  border-style: none;
  opacity: .3 !important; }
  @media screen and (max-width: 768px) {
    .carousel-3d-slide {
      height: 350px !important; } }

.carousel-3d-container {
  height: 730px !important;
  margin: 15px; }
  @media screen and (max-width: 768px) {
    .carousel-3d-container {
      height: 350px !important; } }

.carousel-3d-slider {
  height: 700px !important; }
  @media screen and (max-width: 768px) {
    .carousel-3d-slider {
      height: 350px !important; } }

.slider-new-image {
  margin-top: 25px;
  height: 650px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .slider-new-image {
      height: 350px !important;
      margin-top: -5px; } }

.next[data-v-43e93932], .prev[data-v-43e93932] {
  color: #2565AE !important; }
  @media screen and (max-width: 768px) {
    .next[data-v-43e93932], .prev[data-v-43e93932] {
      font-size: 50px !important; } }

/**************************** 3d-slide end **********************/
/*******feature start******/
.services-right-text {
  padding: 0; }

.services-right-text .services-img {
  margin-right: 45vw; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img {
      margin-right: 0; } }

.services-right-text .services-text {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #0d1a26;
  margin-right: -45vw; }
  @media screen and (max-width: 1100px) {
    .services-right-text .services-text {
      padding: 80px 50px; } }
  @media screen and (max-width: 991px) {
    .services-right-text .services-text {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 15px;
      width: 100%; } }

.services-right-text .services-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img2 {
      height: 220px;
      display: block; } }

.services-right-text h3, .services-right-text p, .services-right-text li {
  color: #fff; }
.services-right-text p, .services-right-text li {
  color: #eee; }
.services-right-text ul {
  padding-left: 20px; }
.services-right-text .svg-inline--fa {
  margin-right: 15px;
  color: #2565AE; }
.services-right-text li {
  margin-bottom: 15px; }
.services-right-text span {
  color: #80bfff;
  font-weight: 600; }

.about-left-text {
  padding: 0; }

.about-left-text .about-img {
  margin-left: 45vw; }
  @media screen and (max-width: 991px) {
    .about-left-text .about-img {
      margin-left: 0; } }

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #ecf2f8;
  margin-left: -45vw; }
  @media screen and (max-width: 1100px) {
    .about-left-text .about-text {
      padding: 80px 50px; } }
  @media screen and (max-width: 991px) {
    .about-left-text .about-text {
      margin-right: 0;
      margin-left: 0;
      padding: 50px 15px;
      width: 100%; } }

.about-left-text .about-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .about-left-text .about-img2 {
      height: 220px;
      display: block; } }

.display-mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .display-mobile {
      display: block; } }

.display-desctop {
  display: block; }
  @media screen and (max-width: 991px) {
    .display-desctop {
      display: none; } }

/************************** features end *******/
/************************** cta start ***************************/
.cta {
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 80px 0; } }
  .cta h3, .cta p {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
  .cta .back {
    background-color: rgba(26, 26, 26, 0.45); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta, .hero, .hero-inner {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******************************** CTA end **********************/
/******************************* testimonials start *********/
.testimonials {
  padding: 150px 0 120px 0;
  margin: 50px 10px 0px 30px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonials {
      margin: 0px 0px 0px 0px;
      padding: 70px 0; } }

.testimonial .description {
  padding: 0px 60px 20px 0px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  line-height: 33px;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .description {
      padding: 10px 0 30px 0;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; } }

.testimonial .title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #2565AE;
  letter-spacing: 1px;
  margin: 0 0 0px 0;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .title {
      margin-bottom: 10px; } }

.testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3c99dc !important; }

.testimonials .owl-theme .owl-controls {
  text-align: left; }

.testimonials .intro-img1 {
  height: 500px;
  margin-top: -80px; }
  @media (max-width: 768px) {
    .testimonials .intro-img1 {
      margin-top: 15px;
      height: 210px; } }
.testimonials .intro-img2 {
  height: 545px;
  margin-top: -100px; }
  @media (max-width: 768px) {
    .testimonials .intro-img2 {
      margin-top: 15px;
      height: 210px; } }
.testimonials .intro-top {
  margin-top: 50px; }

.padd {
  padding: 0 5px; }
  @media (max-width: 991px) {
    .padd {
      padding: 0 15px; } }

/****************************************** testimonials end ************/
/*********************************** footer start *******************/
.fake-footer-div {
  height: 470px;
  background: transparent;
  z-index: 1; }
  @media only screen and (max-width: 500px) {
    .fake-footer-div {
      height: 430px; } }

.page {
  background-color: #fff; }

.footer {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 15px;
  min-height: 370px; }
  .footer .copyright p {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-top: 5px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0; }
    @media (max-width: 991px) {
      .footer .copyright p {
        padding-right: 15px;
        text-align: center;
        margin-top: 5px; } }
  .footer .copyright li a {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    letter-spacing: 0; }
  .footer .copyright li a:hover {
    color: #2565AE; }
  .footer .copyright li {
    padding: 0 8px 0 0; }
  .footer a:hover {
    text-decoration: none;
    color: #2565AE; }
  .footer li {
    display: inline-block;
    padding: 5px 15px; }
    @media (max-width: 768px) {
      .footer li {
        padding: 1px 15px; } }
  .footer li a {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .svg-inline--fa {
    margin-right: 3px;
    color: #333;
    font-size: 18px; }
  .footer .svg-inline--fa:hover {
    color: #2565AE; }
  .footer img {
    height: 230px;
    width: auto;
    padding-top: 60px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .footer img {
        height: auto;
        width: 60%; } }
    @media (max-width: 600px) {
      .footer img {
        height: auto;
        width: 90%; } }

.copyright {
  border-top: 1px solid #2565AE;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    .copyright {
      margin-top: 5px; } }
  .copyright p {
    margin-top: 0; }
  @media (max-width: 991px) {
    .copyright ul {
      text-align: center;
      margin-bottom: 0; } }

/********************************footer end *********************/
.example-image-link {
  vertical-align: top;
  box-shadow: 2px 4px 11px 6px rgba(0, 0, 0, 0.2);
  margin: 16px 13px;
  width: calc(33% - 30px);
  border-radius: 5px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050314+0,153870+100 */
  background: #eee; }
  @media screen and (max-width: 999px) {
    .example-image-link {
      height: 320px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image-link {
      height: 320px;
      margin: 8px 0px;
      width: calc(100% - 0px); } }
  .example-image-link h3 {
    font-size: 16px;
    margin: 15px 0 4px 0;
    color: #fff; }

.example-image {
  background-size: cover;
  background-position: top;
  height: 670px;
  border-radius: 3px;
  border: 1px solid #eee; }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 320px; } }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px;
  color: #222; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  color: #222; }

::placeholder {
  font-size: 15px;
  color: #222; }

input, textarea {
  background-color: #e6f2ff;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #e6f2ff;
  margin-bottom: 22px;
  outline: none;
  border-radius: 7px 30px 7px 30px; }
  @media screen and (max-width: 500px) {
    input, textarea {
      margin-bottom: 15px;
      padding: 14px 15px;
      border-radius: 5px 25px 5px 25px; } }

/*********************************/
.reviews-box {
  border-radius: 7px 30px 7px 30px;
  background-color: #e6f2ff;
  padding: 70px;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .reviews-box {
      padding: 20px;
      margin-bottom: 15px; } }

.reviews-box img {
  height: 50px;
  width: auto; }

.reviews-box h4 {
  text-align: right;
  margin: 30px 30px 0 0;
  color: #2565AE; }
  @media screen and (max-width: 600px) {
    .reviews-box h4 {
      margin: 30px 10px 15px 0; } }

.hero-inner {
  position: relative;
  background-position: top;
  min-height: 45vh;
  overflow: hidden;
  background-attachment: fixed;
  padding-bottom: 120px; }
  @media (max-width: 1050px) {
    .hero-inner {
      min-height: 50vh;
      text-align: center; } }
  .hero-inner .hero-box {
    margin-top: 10vh; }
    @media (max-width: 991px) {
      .hero-inner .hero-box {
        margin-top: 22vh; } }
  .hero-inner .back {
    background: linear-gradient(45deg, rgba(0, 9, 26, 0.7) 0%, rgba(51, 51, 153, 0.7) 100%); }
  .hero-inner h1 {
    color: #fff;
    margin-top: 140px;
    margin-bottom: 3px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
  .hero-inner h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 100px;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .hero-inner h2 {
        font-size: 18px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 5px; } }
  .hero-inner .custom-shape-divider-bottom-1664136509 svg {
    height: 175px; }
    @media (max-width: 991px) {
      .hero-inner .custom-shape-divider-bottom-1664136509 svg {
        height: 135px; } }
    @media (max-width: 500px) {
      .hero-inner .custom-shape-divider-bottom-1664136509 svg {
        height: 85px; } }

@media (max-width: 500px) {
  .lb-outerContainer {
    width: 90%  !important;
    margin-left: 5%; } }

@media (max-width: 500px) {
  .lb-container {
    width: 100%  !important; } }

@media (max-width: 500px) {
  .lightbox .lb-image {
    width: 100%  !important;
    height: auto  !important; } }

/*# sourceMappingURL=style.css.map */
