@charset "utf-8";
/* Normal CSS */
body {
  color: #343434;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow Regular';
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #343434;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #002a8b;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 60px;
  color: #343434;
  line-height: 60px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #343434;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #585866;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #012b8b;
  color: #ffffff;
}
::-webkit-selection {
  background: #012b8b;
  color: #ffffff;
}
::-moz-selection {
  background: #012b8b;
  color: #ffffff;
}
::-o-selection {
  background: #012b8b;
  color: #ffffff;
}
::-ms-selection {
  background: #012b8b;
  color: #ffffff;
}
.container {
  max-width: 1240px;
}

/* Buttons CSS */
.btn {
  padding: 16px 28px;
  font-size: 18px;
  border-radius: 8px;
  transition: all ease .4s;
  position: relative;
  font-weight: 600;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  letter-spacing: 0.5px;
  font-family: 'Barlow SemiBold';
  min-width: 208px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-blue {
  background: #002a8b;
  color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background:#298cd9;
}
.pink-border-btn {
  border: 2px solid #e67c80;
}
.pink-border-btn:hover {
  color: #343434;
  background-color: #ffffff;
  border-color: #ffffff;
}
.white-border-btn {
  border: 2px solid #ffffff;
}
.white-border-btn:hover {
  color: #343434;
  background-color: #ffffff;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #ffffff !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #ffffff !important;
}

.form-control {
  width: 100%;
  height: 48px;
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7;
  font-size: 20px;
  color: #ffffff !important;
  font-weight: 300;
  border-width: 1px;
  border-color: #e9e9e9 !important;
  box-shadow: none !important;
  text-transform: none;
}
textarea.form-control {
  height: 185px;
  resize: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 48px;
}
select.form-control {
  background: url("../images/select-bg.png") no-repeat 92% 52% #ffffff;
  height: 48px;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

@font-face {
    font-family: 'Barlow Black';
    src: url('../fonts/Barlow-Black.eot');
    src: url('../fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff'),
        url('../fonts/Barlow-Black.svg#Barlow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow BoldItalic';
    src: url('../fonts/Barlow-BoldItalic.eot');
    src: url('../fonts/Barlow-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-BoldItalic.woff2') format('woff2'),
        url('../fonts/Barlow-BoldItalic.woff') format('woff'),
        url('../fonts/Barlow-BoldItalic.svg#Barlow-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow BlackItalic';
    src: url('../fonts/Barlow-BlackItalic.eot');
    src: url('../fonts/Barlow-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-BlackItalic.woff2') format('woff2'),
        url('../fonts/Barlow-BlackItalic.woff') format('woff'),
        url('../fonts/Barlow-BlackItalic.svg#Barlow-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow ExtraBoldItalic';
    src: url('../fonts/Barlow-ExtraBoldItalic.eot');
    src: url('../fonts/Barlow-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Barlow-ExtraBoldItalic.svg#Barlow-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Light';
    src: url('../fonts/Barlow-Light.eot');
    src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Light.woff2') format('woff2'),
        url('../fonts/Barlow-Light.woff') format('woff'),
        url('../fonts/Barlow-Light.svg#Barlow-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow ExtraBold';
    src: url('../fonts/Barlow-ExtraBold.eot');
    src: url('../fonts/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff'),
        url('../fonts/Barlow-ExtraBold.svg#Barlow-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow ExtraLightItalic';
    src: url('../fonts/Barlow-ExtraLightItalic.eot');
    src: url('../fonts/Barlow-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Barlow-ExtraLightItalic.svg#Barlow-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Bold';
    src: url('../fonts/Barlow-Bold.eot');
    src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff'),
        url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Italic';
    src: url('../fonts/Barlow-Italic.eot');
    src: url('../fonts/Barlow-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Italic.woff2') format('woff2'),
        url('../fonts/Barlow-Italic.woff') format('woff'),
        url('../fonts/Barlow-Italic.svg#Barlow-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow ExtraLight';
    src: url('../fonts/Barlow-ExtraLight.eot');
    src: url('../fonts/Barlow-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-ExtraLight.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraLight.woff') format('woff'),
        url('../fonts/Barlow-ExtraLight.svg#Barlow-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Regular';
    src: url('../fonts/Barlow-Regular.eot');
    src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff'),
        url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow SemiBoldItalic';
    src: url('../fonts/Barlow-SemiBoldItalic.eot');
    src: url('../fonts/Barlow-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Barlow-SemiBoldItalic.svg#Barlow-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow ThinItalic';
    src: url('../fonts/Barlow-ThinItalic.eot');
    src: url('../fonts/Barlow-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-ThinItalic.woff2') format('woff2'),
        url('../fonts/Barlow-ThinItalic.woff') format('woff'),
        url('../fonts/Barlow-ThinItalic.svg#Barlow-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Medium';
    src: url('../fonts/Barlow-Medium.eot');
    src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff'),
        url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow SemiBold';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff'),
        url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow LightItalic';
    src: url('../fonts/Barlow-LightItalic.eot');
    src: url('../fonts/Barlow-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-LightItalic.woff2') format('woff2'),
        url('../fonts/Barlow-LightItalic.woff') format('woff'),
        url('../fonts/Barlow-LightItalic.svg#Barlow-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Thin';
    src: url('../fonts/Barlow-Thin.eot');
    src: url('../fonts/Barlow-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Thin.woff2') format('woff2'),
        url('../fonts/Barlow-Thin.woff') format('woff'),
        url('../fonts/Barlow-Thin.svg#Barlow-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow MediumItalic';
    src: url('../fonts/Barlow-MediumItalic.eot');
    src: url('../fonts/Barlow-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-MediumItalic.woff2') format('woff2'),
        url('../fonts/Barlow-MediumItalic.woff') format('woff'),
        url('../fonts/Barlow-MediumItalic.svg#Barlow-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



/* Header Css */
.home header {
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 11;
  padding: 0 0 0 35px;
  background: #02142b;  
}
.logo {
  display: inline-block;
}
.navbar {
  float: right;
  padding: 0;
}
.navbar-expand-xl .navbar-nav {
  align-items: center;
}
.navbar-expand-xl .navbar-nav li {
  display: inline-block;
  padding: 0 25px;
}
.navbar-expand-xl .navbar-nav li.dropdown {
  padding-right: 25px;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  border-top: none;
  border-right: none;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all ease .4s;
}
.navbar-expand-xl .navbar-nav li.dropdown-toggle:hover:after {
  border-color:#298cd9;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 52px 0;
  font-family: 'Barlow SemiBold';
}
.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav li:hover > .nav-link {
  color:#298cd9;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 0;
  background-color: #02142b;
  border: none;
  border-radius: 0;
  min-width: 295px;
}
.navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
  display: block;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu li .nav-link {
  display: block;
  padding: 18px 15px 18px 40px;
  font-size: 16px;
  color: #808b98;
  position: relative;
  border-bottom: 1px solid #0b1f39;
  font-family: 'Barlow Regular';
}
.navbar-nav .dropdown-menu li .nav-link:before {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 0;
  content: "";
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;  
  border-left: 8px solid #ffffff;
  transition: all ease .4s;
}
.navbar-nav .dropdown-menu li:last-child .nav-link {
  border-bottom: none;
}
.navbar-nav .dropdown-menu li .nav-link:hover {
  color: #ffffff;
  font-family: 'Barlow Bold';
  background: #002a8b;
}
.navbar-nav .dropdown-menu li .nav-link:hover:before {
  border-left-color: #2ad4ed;
}
.navbar-expand-xl .navbar-nav .call-us {
  line-height: normal;
  padding-top: 20px;
}
.navbar-expand-xl .navbar-nav .btn {
  padding: 8px 29px;
  background: #e67c80;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.navbar-expand-xl .navbar-nav .btn:hover, .navbar-expand-xl .navbar-nav .btn:focus {
  background-color: #ffffff;
}
.navbar-expand-xl .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}
.navbar-expand-xl .navbar-nav .socials {
  position: relative;
  margin: 0 40px;
  padding: 0 0 0 40px;
}
.navbar-expand-xl .navbar-nav .socials li {
  padding: 0 5px;
}
.navbar-expand-xl .navbar-nav .socials li a {
  background: transparent;
  width: auto;
  height: auto;
  font-size: 30px;
}
.navbar-expand-xl .navbar-nav .socials li a:hover {
  color:#298cd9;
}
.navbar-expand-xl .navbar-nav .socials:before {
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  width: 1px;
  height: 134px;
}
.navbar-expand-xl .navbar-nav .call-us {
  background: #002a8b;
  padding: 40px 35px 40px;
  position: relative;
}
.navbar-expand-xl .navbar-nav .call-us:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  content: "";
  background: #002a8b;
  width: 100%;
  height: 1px;
}
.call-us small {  
  font-size: 18px;
  color: #ffffff;
}
.call-us img {
  float: left;
}
.call-us a.nav-link {
  padding: 0;
}
.navbar-expand-xl .navbar-nav .call-us .nav-link {
  padding: 0;
  font-size: 28px;
}
.call-us .right-block {
  display: block;
  overflow: hidden;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}
.toggle-bar {
  font-size: 0;
}
.toggle-bar a {
  display: inline-block;
  padding: 67px 35px;
  background:#298cd9;
}
.toggle-bar a span {
  display: block;
  width: 53px;
  height: 3px;
  background: #ffffff;
  position: relative;
}
.toggle-bar a span:before, .toggle-bar a span:after {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 1;
  width: 90%;
  height: 3px;
  content: "";
  background: #ffffff;
}
.toggle-bar a span:after {
  top: 12px;
}
.banner {
  text-align: center;
  position: relative;
}
.banner .owl-carousel .item {
  display: flex;
  align-items: center;
  min-height: 815px;
  position: relative;
}
.banner .owl-carousel .item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 305px;
  height: 48px;
  margin: 0 auto;
  content: "";
  background-image: url("../images/border-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
}
.banner h1 {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  line-height: 85px;
  font-family: 'Barlow Bold';
}
.banner h2 {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  line-height: 85px;
  font-family: 'Barlow Bold';
}
.banner p {
  font-size: 30px;
  line-height: 43px;
  color: #ffffff;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.banner p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/banner-lines.png") no-repeat 0 0;
  content: "";
  width: 122px;
  height: 11px;
}
.banner .btn {
  z-index: 999;
  background:#298cd9;
  margin: 0 10px;
}
.banner .btn img {
  vertical-align: initial;
  width: 12px;
  margin-left: 18px;
}
.banner .border-btn {
  border: 2px solid #ffffff;
  background: transparent;
}
.owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
}
.owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.35) !important;
  margin: 0 7px;
  border-radius: 100%;
  outline: none;
  transition: all ease .4s;
}
.owl-dots button.active {
  width: 40px;
  border-radius: 10px;
  background:#298cd9 !important;
}
.owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.owl-nav button {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  width: 57px;
  height: 57px;
  background: rgba(230, 230, 230, 0.8) !important;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
}
.owl-nav button:hover {
  background: rgba(41, 211, 217, 0.8) !important;
}
.owl-nav button.owl-next {
  left: auto;
  right: -25px;
}
.owl-nav button:after {
  position: absolute;
  top: 19px;
  left: 17px;
  z-index: 1;
  width: 22px;
  height: 20px;
  background: url("../images/nav-arrow.png") no-repeat 0 0;
  content: "";
  transition: all ease .4s;
}
.owl-nav button.owl-next:after {
  background-position: 0 -138px;
}
.owl-nav button:hover:after {
  background-position: 0 -69px;
}
.owl-nav button.owl-next:hover:after {
  background-position: 0 -205px;
}
.slider-no-current {
  display: none;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h3 {
  font-size: 60px;
  color: #1f1f2d;
  line-height: 65px;
  font-family: 'Barlow Bold';
  margin-bottom: 0;
}
.section-title span {
  color: #585866;
  font-size: 28px;
}
.what-we-do {
  text-align: center;
  padding: 80px 0;
  background: url("../images/what-we-do-bg.jpg") no-repeat 50% 0;
  background-size: cover;
}
.what-we-do .section-title h3, .what-we-do .section-title span {
  color: #ffffff;
}
.info-box {
  background: #2c50a4;
  display: block;
  clear: both;
  border-radius: 10px;
  padding: 40px 10px;
}
.info-box span {
  display: inline-block;
  background: url("../images/services-icon.png") no-repeat 20px 45px #012b8b;
  width: 142px;
  height: 142px;
  border-radius: 100%;
  transition: all ease .4s;
}
.info-box h4 {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Barlow SemiBold';
  line-height: 32px;
  margin: 15px 0 0;
}
.info-box:hover {
  background:#298cd9;
}
.info-box:hover span {
  background-color: #ffffff;
  background-position: 20px -110px;
}
.what-we-do .row [class*="col-"]:nth-child(2) .info-box span {
  background-position: 20px -263px;
}
.what-we-do .row [class*="col-"]:nth-child(2) .info-box:hover span {
  background-position: 20px -413px;
}
.what-we-do .row [class*="col-"]:nth-child(3) .info-box span {
  background-position: 20px -560px;
}
.what-we-do .row [class*="col-"]:nth-child(3) .info-box:hover span {
  background-position: 20px -710px;
}
.what-we-do .row [class*="col-"]:nth-child(4) .info-box span {
  background-position: 20px -865px;
}
.what-we-do .row [class*="col-"]:nth-child(4) .info-box:hover span {
  background-position: 20px -1025px;
}
.about-us {
  padding: 80px 0;
  background: url("../images/about-us-bg.png") no-repeat 0 100%;
  background-size: cover
}
.about-us .image-block {
  padding: 100px 0 0 100px;
  position: relative;
}
.about-us .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 410px;
  height: 500px;
  content: "";
  background: #ffffff;
  border: 32px solid#298cd9;
}
.about-us .image-block img {
  z-index: 11;
  position: relative;
}
.about-us .section-title {
  margin-bottom: 30px;
}
.about-us ul {
  margin: 0 0 30px;
}
.about-us ul li, .tab-content ul li {
  display: block;
  font-size: 19px;
  color: #020d1d;
  font-family: 'Barlow Bold';
  padding: 0 0 10px 45px;
  background: url("../images/bullet-arrow.png") no-repeat 0 3px;
}
.testimonials {
  background: url(../images/testimonials-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 0 0 80px;
}
.top-tagline {
  background: #002a8b;
  padding: 15px 0;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.testimonials .owl-carousel {
  margin-top: 80px;
}
.testimonials .owl-carousel .item {
  background: #ffffff;
  padding: 60px 50px 90px;
}
.quote-box {
  background: url("../images/quote-icon.png") no-repeat 100% 0;
}
.quote-box h5 {
  font-size: 28px;
  color: #1f1f2d;
  font-family: 'Barlow SemiBold';
}
.quote-box span {
  display: block;
  font-size: 20px;
  color: #1f1f2d;
  margin-bottom: 30px;
}
.quote-box p {
  font-size: 22px;
  color: #474757;
  line-height: 32px;
  font-family: 'Barlow Italic';
}
.testimonials .owl-dots {
  bottom: 40px;
  text-align: right;
  padding: 0 50px;
}
.testimonials .owl-dots button {
  background: #cccccc !important;
}
.testimonials .owl-dots button.active {
  background: #002a8b !important;
}
.our-locations {
  padding: 80px 0;
  background: #f5f5f5;
}
.our-locations .section-title {
  text-align: center;
  background: url("../images/location-title-line.png") no-repeat 50% 100%;
  padding-bottom: 40px;
}
.our-locations .section-title h3 {
  font-size: 45px;
  margin-bottom: 5px;
}
.our-locations .section-title span {
  font-size: 24px;
  color: #474757;
}
.tabs-block {
  text-align: center;
}
.nav {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin-bottom: 0;
  min-width: 245px;
  font-size: 0;
}
.nav-tabs .nav-item a {
  border: none !important;
  font-size: 24px;
  color: #1f1f2d;
  font-family: 'Barlow Bold';
  padding: 25px 35px;
  border-radius: 0;
}
.nav-tabs .nav-item a span {
  display: block;
  width: 100%;
  height: 48px;
  background: url("../images/location-icons.png") no-repeat 50% 0;
  margin-bottom: 8px;
  transition: all ease .4s;
}
.nav-tabs .nav-item a:hover, .nav-tabs .nav-item a.active {
  background: #002a8b;
  color: #ffffff;
}
.nav-tabs .nav-item a:hover span, .nav-tabs .nav-item a.active span {
  background-position: 50% -259px;
}
.tab-content {
  background: #ffffff;
  box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.15);
  margin-top: 35px;
  padding: 35px;
}
.tab-content .image-block {
  float: left;
  border: 2px solid #e5e5e5;
  width: 177px;
  height: 177px;
  border: 5px solid #e5e5e5;
  border-radius: 100%;
}
.tab-content .right-block {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0 0 0 30px;
}
.tab-content h6 {
  font-size: 36px;
  color: #1f1f2d;
  font-family: 'Barlow Bold';
  margin-bottom: 20px;
}
.tab-content ul li {
  font-size: 20px;
  color: #474757;
  font-family: 'Barlow Regular';
}
#map1, #map2, #map3 {
  height: 345px;
}
.contact-us {
  background: url("../images/contact-us-bg.jpg") no-repeat 100% 0 #012b8b;
}
.contact-us img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.contact-us .section-title {
  margin-bottom: 40px;
}
.contact-us .section-title span {
  color: #ffffff;
}
.contact-us .section-title h3 {
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
}
.contact-us .row {
  margin: 0 -7.5px;
}
.contact-us form [class*="col-"] {
  padding: 0 7.5px 15px;
}
.contact-us form .row [class*="col-"]:last-child {
  padding-bottom: 0;
}
.contact-us .form-control {
  background-color: #2c50a4;
  color: #ffffff;
  border-color: #2c50a4 !important;
}
.contact-us textarea {
  height: 90px;
}
.contact-us form .btn {
  background:#298cd9;
  width: 100%;
  padding: 10px 28px;
  border-radius: 0;
}
.box-inner {
  padding: 80px;
  max-width: 720px;
}

footer {
  background: #02142b;
  padding: 80px 0;
}
footer h6 {
  font-size: 22px;
  font-family: 'Barlow SemiBold';
  color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url("../images/footer-title-line.png") no-repeat 0 100%;
  text-transform: uppercase;
}
footer p {
  margin-top: 30px;
  color: #9099a4;
}
footer .navbar-collapse {
  justify-content: center;
}
footer .navbar-expand-xl .navbar-nav .nav-link {
  display: inline-block;
  color: #9099a4;
  padding: 5px 0;
  font-size: 18px;
  font-family: 'Barlow Regular';
  text-transform: none;
}
footer .navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #ffffff;
}
footer .navbar-expand-xl .navbar-nav li:last-child {
  border: none;
}
footer .navbar-expand-xl {
  justify-content: center;
  float: none;
  display: block;
}
footer .navbar-expand-xl .navbar-nav {
  display: block;
}
footer .navbar-expand-xl .navbar-nav li {
  display: block;
  position: relative;
  padding: 0 22px;
}
footer .navbar-expand-xl .navbar-nav li:before {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 100%;
}
footer .navbar-expand-xl .navbar-nav li:hover:before {
  background:#298cd9;
}
footer .call-us {
  border-bottom: 1px solid #414f60;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
footer .socials span {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Barlow Medium';
}
footer .call-us small {
  color: #9099a4;
}
footer .call-us a {
  font-size: 28px;
  color:#298cd9;
  font-family: 'Barlow SemiBold';
}
footer .call-us img {
  margin-top: 10px;
}

.copyright {
  padding: 50px 0;
  font-size: 18px;
  color: #7e8792;
  background: #020d1d;
}
.copyright span {
  margin-top: 10px;
}
.copyright strong {
  color: #ffffff;
  font-weight: normal;
}
.copyright img {
  margin-left: 15px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.socials ul li a {
  display: flex;
  width: 50px;
  height: 50px;
  background: #002a8b;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.socials ul li a:hover {
  background:#298cd9;
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  bottom: -80px;
  right: 15px;
  transition: all ease .3s;
  z-index: 111;
}

.back-to-top.active {
  bottom: 75px;
}

.back-to-top a {
  display: block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  text-align: center;
  background-color:#298cd9;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 100%;
  position: relative;
}

.back-to-top a:hover {
  background-color: #007bff;  
}

.back-to-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.inner-banner {
  height: 340px;
  min-height: 340px;
  background-position: 0 0;
  background: #012578;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 90px;
}
.inner-banner h1 {
  font-size: 80px;
  margin-bottom: 15px;
}
.inner-banner .breadcrumb {
  background: transparent;
  align-items: center;
  justify-content: center;
}
.inner-banner .breadcrumb a, .inner-banner .breadcrumb span {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.inner-banner .breadcrumb a {  
  margin-right: 35px;
  padding-right: 35px;
}
.inner-banner .breadcrumb a:after {
  position: absolute;
  top: 7px;
  right: 0;
  background: #e67c80;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  content: "";
  cursor: none;
}
.testimonials.inner {
  padding: 80px 0 50px;
  background: #ffffff;
}
.testimonials.inner .quote-box {
  box-shadow: 1px 2px 15px 5px rgba(0, 0, 0, 0.05);
  padding: 115px 50px 50px;
  background-position: 50px 50px;
  background-image: url(../images/quote-icon2.png);
}
.testimonials.inner .quote-box p {
  font-size: 19px;
  line-height: 30px;
  color: #6d6d6d;
}
.testimonials.inner [class*="col-"] {
  padding-bottom: 30px;
}
.about-us.inner {
  background: none;
}
.about-us.inner ul {
  margin-bottom: 0;
}
.about-us hr {
  margin: 35px 0;
  border-width: 3px;
  border-color: #e5e5e5;
}
.about-us h4 {
  font-size: 25px;
  color: #1f1f2d;
  font-family: 'Barlow Bold';
}
.about-us .item img {
  height: 445px;
  object-fit: contain;
  width: 100%
}
.about-us .owl-dots {
  position: static;
  margin-top: 10px;
}
.about-us .owl-dots button {
  background: #cdcdcd !important;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.about-us .owl-dots button.active {
  background:#298cd9 !important;
}
.gm-style .place-card-large {
  display: none !important;
}

.location-radius { border-radius: 100px 100px; object-fit: cover; height: 167px } 
@media (max-width: 1832px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
  }
  .navbar-expand-xl .navbar-nav .call-us .nav-link {
    font-size: 24px;
  }
  .navbar-expand-xl .navbar-nav .socials {
    margin: 0 20px;
    padding: 0 0 0 20px
  }
  .toggle-bar a {
    padding: 64px 35px;
  }
}

@media (max-width: 1700px) {
  header .logo {
    max-width: 300px;
  }
  .navbar-expand-xl .navbar-nav .call-us .nav-link {
    font-size: 20px;
  }
  .call-us small {
    font-size: 15px;
  }
  .navbar-expand-xl .navbar-nav .call-us {
    padding: 30px 25px 30px;
  }
  .toggle-bar a {
    padding: 53px 25px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 40px 0;
  }
  .navbar-expand-xl .navbar-nav .socials:before {
    height: 122px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 17px;
  }
  .navbar-nav .dropdown-menu li .nav-link {
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu li .nav-link:before {
    top: 23px;
  }
  .inner-banner {
    padding-top: 190px;
  }
}

@media (max-width: 1550px) {
  header .logo {
    max-width: 240px;
  }
  .info-box h4, .navbar-expand-xl .navbar-nav .socials li a {
    font-size: 24px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 17px;
  }
  .navbar-expand-xl .navbar-nav .socials li {
    margin: 0;
  }
  .navbar-expand-xl .navbar-nav .call-us {
    padding: 16px 20px;
  }
  .toggle-bar a {
    padding: 38px 15px;
  }
  .toggle-bar a span::before, .toggle-bar a span::after {
    width: 75%;
  }
  .toggle-bar a span {
    width: 45px;
  }
  .call-us img {
    width: 35px;
    margin-top: 8px;
  }
  .navbar-expand-xl .navbar-nav .socials::before {
    height: 105px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 25px 0;
  }
  .inner-banner {
    min-height: inherit;
    height: auto;
    padding-top: 110px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .call-us .right-block {
    padding-left: 15px;
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav .call-us {
    padding: 18px 20px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 15px;
  }
  .dropdown-toggle:after {
    right: 5px;
  }
  .navbar-expand-xl .navbar-nav li {
    padding: 0 25px 0 15px;
  }
  .navbar-nav .dropdown-menu li {
    padding: 0;
  }
  .navbar-nav .dropdown-menu {
    min-width: 270px;
  }
  .navbar-expand-xl .navbar-nav .socials {
    margin: 0 20px 0 5px;
  }
}

@media (max-width: 1350px) {
  header .logo {
    max-width: 220px;
  }
}

@media (max-width: 1279px) {
  header .navbar-expand-xl .navbar-nav li.nav-item {
    display: none;
  }
  header .navbar-expand-xl .navbar-nav .call-us.nav-item {
    display: block;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 940px;
  }
  .collapse:not(.show), header .navbar-expand-xl .navbar-nav li.nav-item {
    display: block !important;
  }
  header .navbar-expand-xl .navbar-nav .socials:before {
    display: none;
  }
  header .navbar-expand-xl .navbar-nav .socials li {
    width: auto;
  }
  header .navbar-expand-xl .navbar-nav .socials {
    margin: 0 0 10px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .toggle-bar {
    display: none;
  }
  .section-title h3 {
    font-size: 36px;
    line-height: 36px;
  } 
  header .navbar-toggler {
    display: inline-block;
    padding: 45px 20px;
    background:#298cd9;
    border-radius: 0;
  }
  header .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 53px;
    height: 3px;
    background: #ffffff;
    position: relative;
  }
  header .navbar-toggler .navbar-toggler-icon:before, header .navbar-toggler .navbar-toggler-icon:after {
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 1;
    width: 90%;
    height: 3px;
    content: "";
    background: #ffffff;
  }
  header .navbar-toggler .navbar-toggler-icon:after {
    top: 12px;
  }
  /*header .navbar-toggler .navbar-toggler-icon {
    position: relative;
    height: 2px;
    background-color: #fff;
    width: 32px;
  }
  header .navbar-toggler .navbar-toggler-icon:after {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 32px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  header .navbar-toggler .navbar-toggler-icon:before {
    content: '';
    height: 2px;
    background-color: #fff;
    width: 32px;
    position: absolute;
    top: -10px;
    left: 0;
  }*/
  /*header .navbar-toggler {
    padding: 0;
  }*/
  header .navbar-toggler:focus {
    outline: none;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .collapse.show {
    display: block !important;
  }
  header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 95px;
    right: 0;
    background-color: #000000;
    display: none;
  }
  header .navbar {
    position: static;
  }
  header .navbar-expand-xl .navbar-nav {
    align-items: flex-start;
    padding: 0;
  }
 header .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
  }
  header .navbar-expand-xl .navbar-nav li ul li .nav-link {
    background: none !important;
    padding: 20px;
  }
  header .navbar-expand-xl .navbar-nav li ul li {
    padding-top: 0 !important;
     padding-bottom: 0 !important;
  }
  .navbar-nav .dropdown-menu li .nav-link::before {
    top: 25px;
    left: 0;
  }
  header .navbar-expand-xl .navbar-nav li {
    padding: 16px 20px;
    width: 100%;
  }
  .dropdown-toggle::after {
    right: 20px;
    top: 25px;
  }
  header .navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 10px;
  }
  header .navbar-nav .dropdown-menu li, .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child {
    padding: 16px 20px;
  }
  header .navbar-expand-xl .navbar-nav li:nth-child(5) {
    margin-left: 0;
    border: none;
    padding: 16px 20px;
  }
  header .navbar-expand-xl .navbar-nav .nav-link.btn {
    padding: 15px 40px;
    width: auto;
    display: inline-block;
  }
  header .navbar-expand-xl .navbar-nav li:last-child {
    padding: 16px 20px; 
  }
  .info-box h4, .navbar-expand-xl .navbar-nav .socials li a {
    font-size: 18px;
    line-height: 26px;
  }
  .about-us ul li, .tab-content ul li {
    font-size: 16px;
    padding: 0 0 10px 35px;
  }
  .tab-content .image-block {
    width: 120px;
    height: 120px;
  }
  .tab-content h6 {
    font-size: 30px;
  }
  .box-inner {
    max-width: 100%;
    padding: 40px;
  }
  footer {
    padding-bottom: 30px;
  }
  footer [class*="col-"] {
    padding-bottom: 50px;
  }
  .contact-us .row {
    margin: 0;
  }
  .banner h1, .banner h2 {
    font-size: 70px;
  }
  .form-control {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .banner h1, .banner h2 {
    font-size: 60px;
    line-height: 70px;
  } 
  .banner p {
    font-size: 26px;
  }
  .what-we-do {
    padding-bottom: 50px;
  }
  .what-we-do [class*="col-"] {
    padding-bottom: 30px;
  }
  .about-us .image-block {
    margin-bottom: 50px;
  }
  .nav-tabs {
    display: flex;
  }
  .tab-content .row [class*="col-"]:first-child {
    padding-bottom: 30px;
  }
  br {
    display: none;
  }
  .contact-us [class*="col-"] {
    padding: 0;
  }
  .box-inner {
    padding: 40px 40px 50px;
  }
  .owl-nav button {
    left: 25px;
  }
  .owl-nav button.owl-next {
    left: auto;
    right: 25px;
  }
  .about-us.inner .owl-carousel {
    margin-bottom: 50px;
  }
  .contact-us img {
    height: auto;
  }
}

@media (max-width: 767px) { 
  .location-radius {  height: 110px; }

  header {
    padding: 0 0 0 15px;
  } 
  footer .navbar-expand-xl .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    padding: 5px 18px;
  }
  footer .navbar-expand-xl .navbar-nav li {
    margin: 0 !important;
    padding: 0;
  }
  .banner h1, .banner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner p {
    font-size: 20px;
    line-height: 26px;
  }
  .banner .owl-carousel .item {
    min-height: 550px;
  }
  .btn {
    padding: 11px 28px;
    font-size: 15px;
    min-width: 160px;
  }
  .what-we-do {
    padding: 50px 0 20px;
  }
  .about-us, .our-locations {
    padding: 50px 0;
  }
  .testimonials {
    padding: 0 0 50px;
  }
  .testimonials .owl-carousel {
    margin-top: 50px;
  }
  .testimonials .owl-carousel .item {
    padding: 30px 30px 70px;
  }
  .nav-tabs .nav-item {
    min-width: 33.333%;
  }
  .contact-us .section-title h3, .our-locations .section-title h3, .section-title h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .our-locations .section-title span, .contact-us .section-title span, .section-title span {
    font-size: 20px;
  }
  footer [class*="col-"] {
    padding-bottom: 10px;
  }
  footer h6 {
    margin-bottom: 0; 
  }
  footer .call-us {
    margin-top: 25px;
  }
  .copyright, .copyright .text-right {
    text-align: center !important;
  }
  .copyright {
    padding: 25px 0 15px;
  }
  .banner .container {
    padding-bottom: 0;
  }
  footer {
    padding: 50px 0;
  }
  .inner-banner h1 {
    margin-bottom: 0;
  }
  .inner-banner {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  .testimonials.inner {
    padding: 50px 0 30px;
  }
  header .navbar-toggler {
    padding: 35px 10px;
  }
  header .navbar-toggler .navbar-toggler-icon {
    width: 45px;
  }
  header .navbar-collapse {
    top: 75px;
  }
}

@media (max-width: 575px) {
  
  .banner .container::after {
    width: 150px;
    height: 23px;
  }
  .banner {
    min-height: 550px;
  }  
  .logo {
    max-width: 150px;
  }
  header .navbar-collapse {
    top: 70px;
  }
  footer .navbar-expand-xl .navbar-nav li {
    padding: 0;
  }
  footer .navbar-expand-xl .navbar-nav {
    flex-direction: column;
  }
  .top-tagline, .quote-box h5 {
    font-size: 20px;
  }
  .quote-box span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quote-box p, .testimonials.inner .quote-box p {
    font-size: 17px;
    line-height: 26px;
  }
  .inner-banner {
    min-height: inherit;
  }
}

@media (max-width: 479px) {
  .banner h1, .banner h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .btn {
    min-width: 100%;
  }
  .banner .btn {
    margin: 0 0 15px;
  }
  .contact-us .section-title h3, .our-locations .section-title h3, .section-title h3 {
    font-size: 28px;
    line-height: 33px;
  }
  .our-locations .section-title span, .contact-us .section-title span, .section-title span {
    font-size: 18px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .about-us .image-block {
    padding: 50px 0 0 50px;
  }
  .about-us .image-block:before {
    width: 100%;
    border-width: 20px;
    height: 400px;
  }
  .nav-tabs .nav-item {
    min-width: 100%;
  }
  .nav-tabs .nav-item a {
    padding: 15px;
    font-size: 18px;
  }
  .tab-content .right-block {
    clear: both;
    padding: 10px 0 0;
  }
  .tab-content h6 {
    font-size: 24px;
  }
  .tab-content {
    padding: 15px;
  }
  .box-inner {
    padding: 15px 15px 25px;
  }
  .logo {
    max-width: 250px;
  }
  footer p {
    margin-top: 10px;
  }
  footer h6 {
    font-size: 20px;
  }
  footer .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
  }
  footer .call-us a {
    font-size: 22px;
  }
  .back-to-top.active {
    bottom: 115px;
  }
  .copyright {
    font-size: 16px;
  }
  .about-us.inner .owl-carousel {
    margin-bottom: 30px;
  }  
  .about-us .item img {
    height: 250px;
  }
  header .logo {
    max-width: 190px;
  }
  header .navbar-toggler {
    padding: 30px 10px;
  }
  header .navbar-collapse {
    top: 65px;
  }
}

@media (max-width: 359px) {
  .about-us .image-block::before {
    height: 330px;
  }
}
