/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,800&display=swap");

input[type="text"]:valid,
input[type="email"]:valid {
  transition: all 0.3s ease-in;
  border: 1px solid #00b489 !important;
}

input[type="text"]:focus:invalid,
input[type="email"]:focus:invalid {
  transition: all 0.3s ease-in;
  border: 1px solid #b40c00 !important;
}

.nav-list {
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  .nav-list {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .localisation {
    order: 2;
    margin-top: 6rem;
  }

  .localisation-header,
  .contact-header {
    text-align: center;
  }

  .localisation-item {
    justify-content: center;
  }
}

/* hide recaptcha v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

.hero-title {
  font-size: 60px;
}

.hero-text {
  font-size: 25px;
}

@media screen and (max-width: 1200px) {
  .hero-title {
    font-size: 50px;
  }

  .hero-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 16px;
  }
}
.alt-font {
  font-family: "Montserrat", sans-serif;
}

/* ===================================
    General
====================================== */

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.2px;
  width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #404854;
}
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}

.owl-nav {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  transform: translateY(45px);
}

section {
  position: relative;
  padding: 7.5rem 0;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
}
.fa,
.fas {
  display: inline;
}
a:active,
a:hover {
  color: #1d70b7;
}
.hidden {
  display: none;
}

/* transition none */

/* opacity */

/*font-weight*/

/* button */
.btn {
  -webkit-appearance: initial;
  padding: 0.5rem 2rem;
  overflow: hidden;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 17px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* button size */
.btn.btn-large {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* button background */
.btn.btn-blue {
  background: #03a9f5;
  border-color: #03a9f5;
  color: #ffffff;
}
.btn.btn-blue {
  background: #1d70b7;
  border-color: #1d70b7;
  color: #ffffff;
}
.btn.btn-green {
  background: #2dab66;
  border-color: #2dab66;
  color: #ffffff;
}

/*Button Hover bg*/

/* overlay */

/* background color */
.bg-blue {
  background-color: #03a9f5;
}
.bg-blue {
  background-color: #1d70b7;
}
.bg-green {
  background-color: #2dab66;
}

.gradient-bg1 {
  background: #1d70b7;
  background: -moz-linear-gradient(left, #1d70b7 30%, #2dab66 90%);
  background: -webkit-linear-gradient(left, #1d70b7 30%, #2dab66 90%);
  background: linear-gradient(to right, #1d70b7 30%, #2dab66 90%);
}

/* text-color */
.main-color {
  color: #1d70b7;
}

.second-color {
  color: #2dab66;
}
.alt-color {
  color: #1d70b7;
}

/*Max Width*/
.mx-570 {
  max-width: 570px;
  display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

/* ===================================
   Social Icon Bg Hover
====================================== */

/* ===================================
   Social Icon Color
====================================== */

/* ===================================
   Social Icon Hover
====================================== */

/* ========== End Basic Style ========== */

/* ===================================
    Header
====================================== */

/* logo change */

header .logo .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header .logo .logo-dark.default {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header nav .logo .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header nav .logo .logo-dark {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
header a.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
header a.logo img {
  max-width: 125px;
}

/* nav top default */

.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 98;
  overflow: hidden;
  height: 90px;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-top-default.navbar-gradient .navbar-nav .nav-link {
  padding: 0.4rem 0rem;
  color: #ffffff;
  font-weight: 400;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
}

.navbar-top-default.navbar-gradient .navbar-nav .menu-line {
  color: #ffffff;
}

.navbar-top-default {
  height: 80px;
  position: fixed;
  z-index: 97;
  margin-top: 0;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-top-default.navbar-gradient {
  background: #1d70b7;
  background: -moz-linear-gradient(left, #1d70b7 30%, #2dab66 90%);
  background: -webkit-linear-gradient(left, #1d70b7 30%, #2dab66 90%);
  background: linear-gradient(to right, #1d70b7 30%, #2dab66 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D70B7', endColorstr='#2DAB66',GradientType=1 );
}

.navbar-top-default #agency {
  margin-right: -30px;
}

.nav-icon .navbar-nav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-line {
  position: absolute;
  top: -20px;
  font-size: 18px;
  color: #ffffff;
  left: 0;
  display: block;
  text-align: center;
  width: 100px;
  height: 30px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

/*slider social*/

/*Full Menu*/

.fullnav-toggler {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50px;
  top: 20px;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
  border: none;
  transition: none;
}

.fullnav-toggler {
  top: 15px;
}

.fullnav-toggler.active {
  opacity: 0;
}

.fullnav-toggler .line {
  background: #ffffff;
  position: relative;
  height: 2px;
  width: 60%;
  margin-top: -2px;
  transition: all 0.2s;
  display: block;
}

.fullnav-toggler .line:nth-child(1) {
  top: 9px;
  margin-top: 0;
  width: 36%;
}

.fullnav-toggler .line:nth-child(2) {
  width: 25%;
}

.fullnav-toggler .line:nth-child(3) {
  top: auto;
  bottom: 9px;
}

.fullnav-toggler:hover .line:nth-child(1) {
  width: 25%;
}

.fullnav-toggler:hover .line:nth-child(2) {
  width: 50%;
}

.fullnav-toggler:hover .line:nth-child(3) {
  width: 37%;
}

.fullnav-toggler.active .line:first-child {
  transform: rotate(45deg);
  top: auto;
  bottom: 0;
  width: 50%;
}

.fullnav-close {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50px;
  opacity: 0;
  top: 40px;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 101;
  -webkit-tap-highlight-color: transparent;
  border: none;
  transition: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-holder.active .fullnav-close {
  opacity: 1;
}

.fullnav-close .line {
  background: #ffffff;
  position: relative;
  height: 2px;
  width: 60%;
  margin-top: -2px;
  transition: all 0.2s;
  display: block;
}

.fullnav-close .line:first-child {
  transform: rotate(45deg);
  top: auto;
  bottom: 0;
  width: 50%;
}

.fullnav-close .line:nth-child(2) {
  opacity: 0;
  width: 50%;
}

.fullnav-close .line:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  width: 50%;
}

.nav-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
  bottom: 0px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  opacity: 0;
  z-index: 98;
  transition: all 0.4s ease-out 0s;
}

.nav-holder:not(.active) {
  pointer-events: none;
}

.nav-holder:not(.style-2).active {
  background: #237afe;
  background: -moz-linear-gradient(left, #237afe 2%, #03a9f5 82%);
  background: -webkit-linear-gradient(left, #237afe 2%, #03a9f5 82%);
  background: linear-gradient(to right, #237afe 2%, #03a9f5 82%);
  opacity: 1;
  pointer-events: auto;
}

.nav-holder.style-2 {
  opacity: 1;
  z-index: 97;
  position: absolute;
}

.nav-holder.style-2.active {
  z-index: 99;
  position: fixed;
  opacity: 1;
}

.nav-holder.style-2.active {
  background: rgba(0, 0, 0, 0.9);
}

.nav-holder.style-2 .fullnav-close {
  top: 20px;
}

.nav-holder > .container {
  height: 100%;
}
.nav-holder .logo {
  float: right;
}

.nav-holder .row.top,
.nav-holder .row.bottom {
  min-height: 15%;
}

.nav-holder .row.center {
  min-height: 70%;
}

.nav-holder .full-menu-navigation {
  max-width: 500px;
  padding: 0;
  position: relative;
  display: inline-block;
}

.nav-holder.style-2 .full-menu-navigation {
  position: absolute;
  height: auto;
  right: 240px;
  bottom: 125px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-holder.style-2 .full-menu-navigation.left ul > li > a {
  text-align: left;
  padding: 15px 0 15px 30px;
}

.nav-holder.style-2.active .full-menu-navigation {
  opacity: 1;
}

.nav-holder .full-menu-navigation ul {
  padding: 0;
  margin: -10px 0;
}

.nav-holder .full-menu-navigation ul > li {
  display: block;
  position: relative;
}

.nav-holder .full-menu-navigation ul > li > a {
  color: inherit;
  display: block;
  margin: 0;
  padding: 15px 30px 15px 0;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
}

.nav-holder .full-menu-navigation .anchor-circle {
  content: "";
  position: absolute;
  top: 50%;
  border: 1px solid #ffffff;
  border-radius: 100%;
  overflow: hidden;
  left: auto;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
span.anchor-text,
span.anchor-circle {
  pointer-events: none;
}

.nav-holder.style-2
  .full-menu-navigation.left
  ul
  > li
  > a:hover
  .anchor-circle {
  background-color: #fff;
}

.nav-holder .full-menu-navigation.left .anchor-circle {
  left: 0;
  right: auto;
}

.nav-holder .full-menu-navigation ul > li > a:before,
.nav-holder .full-menu-navigation ul > li > a:after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  left: auto;
  right: 5px;
}

.nav-holder .full-menu-navigation.left ul > li > a:before,
.nav-holder .full-menu-navigation.left ul > li > a:after {
  left: 5px;
  right: auto;
}

.nav-holder .full-menu-navigation ul > li:first-child > a:before,
.nav-holder .full-menu-navigation ul > li:last-child > a:after {
  display: none;
}

.nav-holder .full-menu-navigation ul > li > a:before {
  top: -5px;
}

.nav-holder .full-menu-navigation ul > li > a:after {
  top: auto;
  bottom: -5px;
}

.btn-hover-main:hover {
  border: 2px solid #1d70b7;
  background-color: white;
  color: #1d70b7 !important;
}

.btn-hover-second:hover {
  border: 2px solid #2dab66;
  background-color: white;
  color: #2dab66 !important;
}

/* ===================================
   Get Quote Model Popup
====================================== */

/*CheckBox*/

.fancybox-bg {
  background: #ffffffb8;
}

.fancybox-close-small:focus:after {
  outline: none;
}

/* ===================================
   About Section
====================================== */

.heading-area .sub-title {
  font-size: 18px;
  font-weight: 400;
}

.heading-area .title {
  font-size: 40px;
  font-weight: 600;
  margin: 15px 0 25px;
}

/* ===================================
   Services Section
====================================== */

.process-wrapp {
  text-align: center;
  cursor: pointer;
}

.process-wrapp > .service-heading {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}

.process-wrapp > .pro-step {
  position: relative;
  z-index: 1;
}

.process-wrapp > .pro-step {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.process-wrapp:hover > .pro-step::before {
  content: "";
  background: transparent;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.process-wrapp > .pro-step.blue {
  background: #1d70b7;
}

.process-wrapp:hover .pro-step.blue {
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
  -webkit-box-shadow: 0 0 0 0 #1d70b7;
  box-shadow: 0 0 0 0 #1d70b7;
}

/* ===================================
   Counters
====================================== */

.counter-list {
  margin: 0;
  padding-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.counter-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.counter-item i {
  font-size: 36px;
}

.counter-item .counter-number {
  font-size: 32px;
  margin: 5px 0;
}

.counter-item .sub-title {
  font-weight: 400;
  line-height: 1.2;
}

/* ===================================
   Team
====================================== */

/* ===================================
    Cube Portfolio
====================================== */

.plus {
  display: block;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.plus::before {
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 5px;
  bottom: 5px;
}
.plus::after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 5px;
  right: 5px;
}

.plus::before,
.plus::after {
  content: " ";
  position: absolute;
  background: #fff;
}

/* ===================================
   Testimonials
====================================== */

/* ===================================
   Lates Blog
====================================== */

.news-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news-item img {
  width: 100%;
}

.news-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-item .author {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.news-item .author > img {
  max-width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px;
}

/* ===================================
   Client
====================================== */

.owl-prev,
.owl-next {
  width: 50px;
  height: 100px;
  position: block;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}
.owl-prev {
  left: -50px;
}
.owl-next {
  right: -50px;
}
.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}

/* ===================================
   Contact
====================================== */

.contact-form .form-control {
  border: 1px solid #d4d4d4;
  padding: 15px 15px;
  background: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  min-height: 45px;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
  min-height: 183px;
  resize: none;
  margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.contact-detail {
  position: relative;
  width: 100%;
  padding: 0 30px;
}

audio,
video,
canvas {
  max-width: 100%;
}

.address li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.address .address-icon {
  font-size: 30px;
  margin-right: 20px;
}

.address li:not(:nth-last-child(1)) {
  margin-bottom: 25px;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
  padding: 5rem 0;
}

.footer-social {
  text-align: left;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background-color: #1d70b7;
  color: #ffffff;
}

.company-about {
  font-size: 14px;
}

/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
  font-size: 23px;
  line-height: 47px;
  color: #fff;
  background-color: #2dab66;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 80;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-top-arrow:hover {
  filter: brightness(80%);
}

/* ===================================
   Other Page
====================================== */

/* blog post navigation */

/*Contact form*/

/* post navigation */

/* ===================================
     Widget Area
   =================================== */

.widget li:not(:last-child) {
  margin-bottom: 12px;
  position: relative;
}

.widget li a {
  background-color: #f8f9fa;
}

.widget li a {
  text-decoration: none;
  font-weight: 500;
}

.rtl {
  right: auto;
  left: 0;
}

/* ===================================
   Animations
====================================== */

/*Loader*/
@keyframes loaderLogo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*Fade*/
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes pulse_effect {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
}

/*Blue*/
@keyframes itg_pulse_cyan {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
    box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
  }
}

/*Midnight*/
@keyframes itg_pulse_midnight {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
    box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
  }
}

/*green*/

@keyframes itg_pulse_green {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(45, 171, 102, 0.9);
    box-shadow: 0 0 0 5px rgba(45, 171, 102, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(45, 171, 102, 0.6);
    box-shadow: 0 0 0 10px rgba(45, 171, 102, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(45, 171, 102, 0.3);
    box-shadow: 0 0 0 15px rgba(45, 171, 102, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(45, 171, 102, 0.1);
    box-shadow: 0 0 0 20px rgba(45, 171, 102, 0.1);
  }
}

/*blue*/

@keyframes itg_pulse_blue {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(18, 112, 183, 0.9);
    box-shadow: 0 0 0 5px rgba(18, 112, 183, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(18, 112, 183, 0.6);
    box-shadow: 0 0 0 10px rgba(18, 112, 183, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(18, 112, 183, 0.3);
    box-shadow: 0 0 0 15px rgba(18, 112, 183, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(18, 112, 183, 0.1);
    box-shadow: 0 0 0 20px rgba(18, 112, 183, 0.1);
  }
}

/* ===================================
    Cursor
====================================== */

/* Cursor */

#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

/* ===================================
    Loader
   ====================================== */

.inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #1d70b7;
  z-index: 800;
  text-align: center;
  overflow: hidden;
}
@keyframes preloader {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -moz-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -moz-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes preloader-shadow {
  50% {
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: visible;
  overflow: hidden;
  pointer-events: none;
}

.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  /* background: url(../img/ink.png) no-repeat 0 0; */
  background-size: 100% 100%;
}

.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}

.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 1s steps(24);
  -moz-animation: cd-sequence 1s steps(24);
  animation: cd-sequence 1s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 1s steps(24);
  -moz-animation: cd-sequence-reverse 1s steps(24);
  animation: cd-sequence-reverse 1s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cd-sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}

@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}

/* ===================================
    About-section
====================================== */

/* ===================================
    Media Queries
   ====================================== */

@media screen and (max-width: 1366px) {
  .fullnav-toggler,
  .fullnav-close {
    left: 25px;
  }

  .nav-holder.style-2 .full-menu-navigation.left ul > li > a {
    padding: 10px 0 10px 30px;
  }

  .nav-holder.style-2 .full-menu-navigation {
    right: 180px;
    bottom: 110px;
  }

  .nav-holder .full-menu-navigation ul > li > a {
    font-size: 27px;
  }
}

@media screen and (max-width: 1200px) {
  .fullnav-toggler,
  .fullnav-toggler {
    position: relative;
    left: auto;
    right: -20px;
    top: auto;
    cursor: pointer;
  }

  .nav-holder.style-2 .full-menu-navigation {
    position: relative;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: translateY(-50%);
    display: block;
    text-align: center;
  }

  .nav-holder.style-2.active {
    background: #1d70b7;
  }
}

@media screen and (max-width: 1024px) {
  .nav-holder.style-2 {
    opacity: 0;
  }

  .fullnav-toggler,
  .fullnav-toggler {
    position: relative;
    left: auto;
    right: -20px;
    top: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  body {
    text-align: center;
  }

  .navbar-top-default {
    margin-top: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .address-text a {
    display: block;
  }
  .counter-list {
    padding-top: 50px;
  }

  .contact-us {
    text-align: left;
  }

  .contact-detail {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 4.5rem 0;
  }

  #services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
    margin-bottom: 3rem;
  }

  .heading-area .title {
    font-size: 35px;
  }

  .counter-item i {
    font-size: 33px;
  }

  .counter-item .counter-number {
    font-size: 30px;
  }

  .counter-item .sub-title {
    font-size: 15px;
  }

  .nav-holder .full-menu-navigation ul {
    display: inline-block;
  }

  .fullnav-close {
    right: 25px;
    left: auto;
  }

  .footer-social {
    margin-bottom: 15px;
  }
  .footer-social {
    text-align: center;
  }
}
