
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * 2. - GLOBAL
 * -----------------------------------------------------------------------------
 */
body {
  /*font-family: 'Poppins';*/
  font-family: 'Roboto', sans-serif;
 
  background-color: #ffffff;
  font-weight: 300;
  line-height: 1.8;
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #1D5597;
}
::-webkit-scrollbar-thumb {
  background-color: #1D5597;
}
a {
  color: #1D5597;
  text-decoration: none !important;
  outline: 0 !important;
}
p{
    font-size: 16px;
}
a:hover,
a:active,
a:focus {
  color: #60bdfc;
}
blockquote {
  font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.25;
  color: #272727;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: list-number;
}
li {
  margin-bottom: 15px;
}
/*ul li:before {
  content: ">";
  color: #272727;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}*/
ol li:before {
  content: counter(list-number, decimal);
  counter-increment: list-number;
  color: #272727;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
.nav > li {
  margin: 0;
}
.nav > li:before {
  content: none;
}
.navbar-main,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.section.pad > .container,
.section.pad > .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.video-frame {
  position: relative;
  padding-bottom: 66.95%;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.video-frame-vimeo {
  position: relative;
  padding-bottom: 57.95%;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.video-frame iframe,
.video-frame-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 0;
}
.spacer-25 {
  height: 25px;
}
.section {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.table {
  display: table;
  min-height: 510px;
  height: 1px;
  margin: 0;
}
.table-cell {
  display: table-cell;
  height: 100%;
}
/* 2.2 Headings and Paragraph */
.text-gradient {
  font-weight: 700;
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text!important;
  color: #1D5597 !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.section-heading h3{
  margin-top: 0;
  margin-bottom: 25px;    
}
.section-heading-1 {
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.section-heading-1 p, .section-heading-2 p{
  margin-top: 0px;
  margin-bottom: 55px;
}
.section-heading-1 h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
.section-heading-2 {
  margin-bottom: 25px;
}
.section-heading-2 h2 {
  margin-top: 0;
  margin-bottom: 25px;  
}
.section-heading-2 h3 {
  font-size: 21px;
}
.portfolio-parallax .section-heading-1 .small-heading {
  color: #999;
}
.portfolio-parallax .section-heading-1 .btn-primary {
  margin-top: 15px;
}
.white {
  color: #ffffff;
}
.image-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax {
  background-attachment: fixed;
}
.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#follower {
  position: absolute;
  margin: -25px 0 0 -25px;
  transition: top 0.1s, left 0.1s;
  -webkit-transition: top 0.1s, left 0.1s;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 1;
}
/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 3.1 Buttons */
.btn-primary {
  display: inline-block;
  margin: 25px 0 0 0;
  position: relative;
  border: none;
  border-radius: 30px;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 600;
  pointer-events: all;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px transparent;
  outline: 0 !important;
  background: #fff !important;
  color: #272727 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.get-btn {
  margin-top: 0;
  line-height: 40px;
  padding: 0 30px;
  float: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff! important;
  color: #1D5597 !important;
}
.btn-primary:hover {
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.1);
  opacity: 1;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  display: none;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  color: #fff;
}
#back-to-top:hover {
  opacity: 0.8;
}
#back-to-top.visible {
  display: block;
}
/* 3.2 Particles*/
.particles-pointer > .container:first-child,
.particles-pointer > .container-fluid:first-child {
  pointer-events: none;
}
#particles-banner-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181721;
}
/* 3.3 Video BG*/
#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.ytplayer-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#banner #video {
  position: absolute;
}
/* 3.4 Preloader*/
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  background-image: url("../images/preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
}
/* 3.5 Color gradient styles*/
.color-gradient {
  color: #fff !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(35deg, #1D5597 0%, #1D5597 100%) !important;
}
.gradient-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.color-gradient > *,
.gradient-overlay > *,
.black-overlay {
  position: relative;
  z-index: 2;
}
.black-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(9, 23, 37, 0.7);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 3.6 Animated mouse scroll*/
.scroll-down.absolute-center {
  position: absolute;
  bottom: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.scroll-down:hover {
  opacity: 0.8;
}
.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #ededed;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #ededed;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 3.7 Forms*/
.form-group {
  margin-bottom: 30px;
}
input.form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=text].form-control,
textarea.form-control,
.contact-about {
  height: 50px;
  line-height: 50px;
  padding: 6px 25px;
  background: #dde4e9;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  color: #272727;
}
textarea.form-control {
  height: 257px;
}
.contact-form-2 {
  padding: 35px;
  background: #ffffff;
}
.contact-form-2 .form-group {
  margin-bottom: 10px;
}
.contact-form-2 input.form-control,
.contact-form-2 input[type=password].form-control,
.contact-form-2 input[type=email].form-control,
.contact-form-2 input[type=text].form-control,
.contact-form-2 textarea.form-control,
.contact-form-2 .contact-about {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dde4e9;
}
.contact-form-2 h3 {
  margin-top: 0;
}
.contact-form-2 .btn-primary {
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-form-2 form {
  margin-top: 15px;
}
.text-success, #success.h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
/* 3.8 Slider*/
.swiper-banner-container-2 .swiper-slide.black-overlay:after {
  opacity: 0.6;
}
.swiper-banner-container-2 .swiper-slide.black-overlay:hover:after {
  opacity: 1;
}
#work-modal-gallery .swiper-gallery-container {
  max-height: 565px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-gallery-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.swiper-slide img {
  width: 100%;
}
.swiper-nav {
  position: absolute;
  bottom: 10px;
  right: 35px;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: auto;
  float: left;
  background-size: auto;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #1D5597;
}
.swiper-wrapper.row{
    margin: 0;
    padding: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  outline: 0 !important;
}
.swiper-button-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.vertical-line {
  position: relative;
  width: 1px;
  height: 20px;
  float: left;
  margin: 0 13px;
  margin-top: 35px;
  background: #1D5597;
  z-index: 1;
  opacity: .5;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 30px;
  color: #1D5597;
  background: none;
}
.swiper-testimonial-container .swiper-button-next,
.swiper-testimonial-container .swiper-button-prev,
.swiper-testimonial-container .vertical-line {
  color: #272727;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #60bdfc;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  margin-top: 45px;
}
#slider.swiper-container-horizontal > .swiper-pagination-bullets,
#slider .swiper-pagination-custom,
#slider .swiper-pagination-fraction {
  position: absolute;
  margin-top: 30px;
  bottom: 30px;
}
.banner-slide {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-pagination-bullet {
  background: #dcdee0;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 10px;
  position: relative;
  width: 15px;
  text-align: center;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #1D5597;
}
/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - LOGO */
.navbar-brand {
  padding: 0;
  margin: 0;
  height: 80px;
  line-height: 80px;
}
.navbar-brand > img {
  display: inline-block;
}
.navbar-toggle {
  height: 80px;
  margin: 0;
  padding: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.sticky .navbar-toggle .icon-bar {
  background: #272727;
}
.logo {
  position: relative;
}
.navbar .logo-toggle img:first-child {
  display: none;
}
.navbar .logo-toggle img:last-child {
  display: inline-block;
}
.navbar.sticky .logo-toggle img:first-child {
  display: inline-block;
}
.navbar.sticky .logo-toggle img:last-child {
  display: none;
}
/* 2.1 - NAVIGATION */
.navbar {
  margin: 0;
  border: none;
}
.navbar-nav {
  margin: 0px -15px;
}
.navbar-nav .get-btn {
  margin-top: 20px;
  margin-left: 10px;
  line-height: 40px;
  padding: 0 30px !important;
  float: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: none;
}
.navbar.sticky .get-btn {
  display: inline-block;
}
.container-nav {
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav li a {
  font-family: 'Poppins';
  font-size: 13px;
  color: #06448F;
}
.navbar-nav > li > a {
  padding: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: transparent;
  color: #000000;
}
.navbar-main.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.navbar-main.sticky li a {
  color: #272727;
}
  .navbar-main.sticky li a:hover{
    color: #60bdfc;
  } 
.sticky .navbar-nav > li > a:hover,
.sticky .navbar-nav > li > a:focus {
  background: transparent;
}
.navbar-nav > li > ul > li > a .caret {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/*dropdown menu*/
.navbar-main .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff !important;
    background-color: #1D5597 !important;
  min-width: 230px;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar-main .dropdown-menu > li a {
  position: relative;
  padding: 15px 25px;
  font-weight: 500;
  color: #ffffff;
}
.navbar-main .dropdown-menu > li a:hover,
.navbar-main .dropdown-menu > li a:focus {
  background-color: #ffffff;
  color: #1D5597;
}
.dropdown-menu .dropdown-menu {
  top: 0px;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  left: 100%;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
.search-toggle {
  float: right;
  padding-left: 35px;
  height: 80px;
  line-height: 80px;
  color: #06448F;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.sticky .search-toggle {
  color: #60bdfc;
}
.sticky .search-toggle:hover {
  color: #1D5597;
}
.search-container {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.search-container input {
  float: right;
  width: 210px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  padding: 6px 20px;
  font-size: 12px;
  box-shadow: none;
  border: none;
  border: 1px solid #ededed;
}
.hide-search-container {
  opacity: 0;
  visibility: hidden;
}
.dropdown-menu li{
  margin-bottom: 0;
}
.dropdown-menu li:before{
  content: none;
}
/*style-1*/
.header-style-2 {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
}
.header-style-2 .header-top {
  height: 40px;
  font-size: 12px;
  background: #1b1d23;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-2 .navbar-nav > li:last-child > a {
  padding-right: 0px;
}
.header-style-2 .container-nav {
  padding: 0 15px;
}
/*top menu info*/
.top-menu-info {
  display: inline-block;
  margin-top: 5px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 30px;
  color: #fff;
}
.top-menu-info i {
  margin-right: 7px;
}
.top-menu-info:first-child {
  padding-left: 0;
}
.top-menu-info:last-child {
  padding-right: 0;
  border-right: 0;
}
/**
 * 5. - BANNERS
 * -----------------------------------------------------------------------------
 */
.banner {
  height: 100vh;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.small-heading {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
.normal-heading {
  position: relative;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  z-index: 9;
}
.middle-heading{
    position: relative;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    z-index: 9;
    text-transform: uppercase;
}
.monster-heading {
  position: relative;
  margin-bottom: 15px;
  font-size: 109px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffffff;
}
.big-heading {
  margin-bottom: 15px;
  font-size: 89px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.banner-text {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #ffffff;
}
.banner-style-1 {
  display: flex;
  align-items: center;
}
.banner-style-1 .btn-group {
  pointer-events: auto;
}
.head-text-area.type-1 .normal-heading,
.head-text-area.type-1 .banner-text {
  margin-left: auto;
  margin-right: auto;
}
.play {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  padding-left: 6px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  color: #1D5597 !important;
  text-align: center;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
}
.play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -10px;
  top: -10px;
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}
@keyframes pulse {
  0% {
    transform: scale(0.25);
    opacity: .25;
  }
  25% {
    transform: scale(0.5);
    opacity: .50;
  }
  50% {
    transform: scale(0.75);
    opacity: .75;
  }
  100% {
    transform: scale(1);
    opacity: .0;
  }
}
.banner .play {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 10px;
  -webkit-transform: none;
  transform: none;
}
/*banner icons*/
.banner-icon {
  padding: 15px;
}
.banner-icon i {
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-icon i:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.banner-icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ededed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
  z-index: 0;
  background-image: -o-linear-gradient(45deg, #276ec1 0%, #1c5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #276ec1 0%, #1c5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #276ec1 0%, #1c5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #276ec1 0%, #1c5597 100%) !important;
      background-image: linear-gradient(45deg, #276ec1 0%, #1c5597 100%) !important;
}
.banner-icon i:before {
  z-index: 1;
  position: relative;
  color: #ffffff !important;
}
.svg-bottom {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
/**
 * 6. - SECTIONS
 * -----------------------------------------------------------------------------
 */
/* 6.1 - Intro */
#intro {
  position: relative;
}
.intro .intro-item-bg {
  padding: 0 45px;
  text-align: center;
}
.intro .box-icon-2 h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.intro .box-icon-2 .icon-area i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 82px;
  line-height: 80px;
  font-size: 22px;
}
.intro .box-icon-2 .icon-area i:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  background-image: url(../images/icon-bg.png);
  width: 80px;
  height: 85px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.intro .box-icon-2:hover .icon-area i.text-gradient {
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important;
}
.intro .box-icon-2:hover .icon-area i:after {
  z-index: -1;
  background-image: url(../images/icon-bg-hover.png);
}
/*v2*/
.intro-2 .intro-item-bg {
  padding: 0 45px;
  text-align: center;
}
.intro-2 .intro-item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro-2 .intro-item-bg:hover:after,
.intro-item-bg.swiper-slide-active:after {
  opacity: 1;
}
.intro-2 .intro-item-bg:hover,
.intro-item-bg.swiper-slide-active {
  color: #ffffff;
}
.intro-2 .intro-item-bg:hover h4,
.intro-item-bg.swiper-slide-active h4 {
  color: #ffffff;
}
.intro-2 .box-icon-2 h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.intro-2 .box-icon-2 .icon-area i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 82px;
  line-height: 80px;
  font-size: 22px;
}
.intro-2 .intro-item-bg {
  position: relative;
  padding: 55px 25px;
  text-align: center;
}
.intro-2 .box-icon-2 .icon-area i:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -3px;
  background-image: url(../images/icon-bg.png);
  width: 80px;
  height: 85px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.intro-2 .intro-item-bg:hover .icon-area i:after,
.intro-item-bg.swiper-slide-active .icon-area i:after {
  z-index: -1;
  background-image: url(../images/icon-bg-white.png);
}
/* 6.2 - About us */
.offices-list li:before {
  content: none;
}
.offices-list li {
  border-bottom: 1px dotted #999;
  text-align: right;
  font-size: 15px;
  color: #272727;
}
.offices-list li span:first-child {
  float: left;
  font-weight: 600;
}
.offices-list li span:last-child {
  font-weight: 400;
}
#about-us .tab-content > .active {
  margin-top: 40px;
}
#about-us .nav-tabs {
  margin-bottom: 45px;
  text-align: center;
}
#about-us .nav-tabs > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  margin: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  color: #272727;
}
.nav-tabs {
  margin-bottom: 30px;
  border: none;
}
.nav-tabs > li {
  background: #e8ecef;
  border-left: 1px solid #dbe7f1;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  border: 0;
  z-index: 1;
}
.tab-description {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
/* 6.3 - Services */
.box-icon-1 {
  padding: 0px 40px 40px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-icon-1 .box-icon-top {
  margin-bottom: 20px;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.box-icon-1 i {
  position: relative;
  font-size: 24px;
  z-index: 2;
}
.box-icon-1 h3 {
  margin: 0;
}
.box-icon-1 .icon-bg {
  margin-right: 15px;
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  background: #e9edf0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-icon-1:hover i{
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important; 
  font-weight: 500;
}
.box-icon-1 .icon-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.box-icon-1:hover .icon-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
  opacity: 1;
  z-index: 2;
}
.box-icon-1 .icon-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  color: #fff !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);

}
.box-icon-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-icon-4 i {
  position: relative;
  z-index: 2;
}
.box-icon-4 h3 {
  margin: 0;
}
.box-icon-4 .icon-bg {
  margin-right: 25px;
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  background: #e9edf0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.box-icon-4 .box-icon-top {
  line-height: 0;
}
.service-item-thumbnail {
  position: relative;
}
.service {
  display: table;
  height: 100%;
  height: 1px;
  margin-bottom: 45px;
}
.service:last-child {
  margin-bottom: 0;
}
.img-service {
  display: table-cell;
  height: 100%;
}
.desc-service {
  display: table-cell;
  height: 100%;
  padding: 45px;
  background: #f1f2f6;
}
.desc-service h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.service-item {
  margin: 0 auto 45px;
}
.service-item-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.service-title {
  margin-bottom: 15px;
  width: 65%;
}
.service-title a {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  color: #272727;
}
.service-title a:hover {
  color: #1D5597;
}
.service-item-content {
  padding-top: 25px;
}
.services-4 .table {
  min-height: 1px;
}
.services-left {
  height: 100%;
  padding: 45px;
  background: #f1f2f6;
}
.services-2-box-area {
  padding-top: 45px;
}
.services-left h3 {
  margin-top: 0;
}
.service-item-2 .box-icon-1 {
  padding: 0;
  margin-bottom: 45px;
}
.service-item-2 .box-icon-1 h4 {
  margin: 15px 0;
}
.service-item-2 .box-icon-1 .box-icon-top {
  display: block !important;
  margin: 0;
}
/* 6.4 - Faq */
.panel {
  background: transparent;
}
.panel-default > .panel-heading {
  padding: 0;
  background: #e8ecef;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: none;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  padding: 15px 20px 15px 25px;
  cursor: pointer;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.02);
}
.panel-title i {
  margin: 0 10px;
}
.panel-default .panel-title:after {
  content: "\f067";
  font-family: 'FontAwesome';
  margin-top: 3px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -15px;
  margin-left: -25px;
  margin-right: 15px;
  border-radius: 50%;
  color: #ffffff !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.panel-default.active .panel-title:after {
  content: "\f068";
}
.panel {
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 25px;
}
.panel-body {
  padding: 30px 5px;
  padding-bottom: 10px;
  font-size: 14px;
}
.panel-body p {
  margin: 0;
}
.panel-faq.panel-group .panel {
  border-radius: 0px;
}
.panel-faq .panel-default {
  border: none;
}
.panel-faq .panel-default > .panel-heading {
  background: transparent;
  border-color: #ededed;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 18px 20px;
  position: relative;
}
.panel-faq .panel-default > .panel-heading:before {
  padding: 0 10px 0 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-faq .panel-default.active > .panel-heading:before {
  transform: rotate(90deg);
}
.panel-faq .panel-title {
  display: block;
  padding-left: 30px;
}
.panel-faq .panel-title > a,
.panel-faq .panel-title > a:active,
.panel-faq .panel-title > a:focus {
  color: inherit;
  text-decoration: none;
  display: block;
}
.panel-default {
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-faq .panel-body p {
  margin: 10px 0;
}
.panel-faq .collapse.in {
  display: block;
  visibility: visible;
}
.faq-list {
  margin: 0;
  padding: 0;
}
.faq-list li {
  list-style: none;
}
.faq-list li .fa {
  color: #f00;
  font-size: 14px;
  margin-right: 10px;
}
.faq-list .faq-item-image {
  position: relative;
  width: 100%;
  text-align: center;
}
.faq-list .faq-item-image img {
  display: block;
}
.faq-1 .item {
  margin-bottom: 70px;
}
.faq-1 .item .question {
  position: relative;
  padding-left: 40px;
  font-size: 1.714em;
  line-height: normal;
  margin-bottom: 30px;
}
.faq-1 .item .question:before {
  content: "\f059";
  color: #FF0000;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}
.faq-1 .item .answer {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.faq-1 .item .answer:before {
  content: "\f064";
  color: #c9c9c9;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}
.box-faq {
  padding: 30px;
  background-color: #c9c9c9;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.box-faq .title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
/* 6.5 - Skills */
#skills {
  background-color: #f7f9fb;
}
.progress-bar-2 .skill {
  margin-bottom: 30px;
}
.progress-bar-2 .skill h5{
    margin-top: 0;
    margin-bottom: 10px;    
}
.progress-bar-2 .skill p {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #272727;
  line-height: 22px;
  margin: 0 0 5px;
  font-size: 14px;
}
.progress-bar-2 .skill > div {
  background-color: #eee;
  padding: 5px;
  width: 100%;
  height: 15px;
  position: relative;
  border-radius: 30px;
}
.progress-bar-2 .skill > div div {
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  height: 100%;
  color: #fff;
  text-align: right;
  width: 0;
  border-radius: 30px;
}
.progress-bar-2 .skill > div span {
  position: absolute;
  top: -31px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #777;
  line-height: 22px;
  margin: 0 0 5px;
  font-size: 14px;
}
.progress-bar-2 .skill > div span {
  display: none !important;
}
.progress-bar-2 .skill > div span:first-child {
  display: block !important;
}
.progress-bar-2.progress-bar-right {
  text-align: right;
}
.progress-bar-2.progress-bar-right .skill > div div {
  float: right;
}
.progress-bar-2.progress-bar-right .skill > div span {
  left: 0;
}
.progress-bar-2.progress-bar-left {
  text-align: left;
}
.progress-bar-2.progress-bar-left .skill > div div {
  float: left;
}
.progress-bar-2.progress-bar-left .skill > div span {
  right: 0;
}
#doughnut,
#doughnut2,
#doughnut3,
#doughnut4 {
  position: absolute;
}
#skill1,
#skill2,
#skill3,
#skill4 {
  position: relative;
}
/* 6.6 - Partners */
.swiper-partners-container-1 .swiper-slide,
.item-partner {
  opacity: 0.2;
}
.swiper-partners-container-1 .swiper-slide:hover,
.item-partner:hover {
  opacity: 0.8;
}
.item-partner {
  padding: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 6.7 - Team */
.team-1 .team-photo {
  display: block;
  max-width: 175px;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #ededed;
  border-radius: 50%;
  border: 8px solid #FFF;
}
.team-1 .team .heading-after {
  border-color: #ffffff;
}
.team-1 .team .heading-after:before {
  background-color: #ffffff;
}
.team-1 .team .heading-after span {
  background-color: #ffffff;
}
.team-1 .team .heading-after:after {
  background-color: #ffffff;
}
.team-1 {
  position: relative;
  padding: 40px 35px;
  max-width: 395px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.team-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-1:hover:after {
  opacity: 1;
}
.team-1 .media {
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto 10px;
}
.team-1:hover .team-content-holder {
  opacity: 1;
}
.team-1 .body {
  margin-top: 110px;
  margin-bottom: 57px;
  overflow: hidden;
  color: #575757;
}
.team-1:hover .body {
  color: #ffffff;
}
.team-1 .title {
  left: 0;
  z-index: 1;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.team-1:hover .title {
  color: #ffffff;
}
.team-1 .position {
  margin-top: 15px;
  margin-bottom: 13px;
  color: #6F8BA4;
}
.team-1:hover .position {
  color: #ffffff;
}
.team-content-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.team-1 ul.social-links {
  margin-top: 20px;
  margin-left: 0;
}
.team-1 ul.social-links li {
  margin: 0;
}
ul.social-links li:before {
  content: none;
}
ul.social-links li {
  margin-bottom: 0;
}
.team-1 ul.social-links li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #e9edf0;
  border: 2px solid #e9edf0;
}
.team-1 ul.social-links li a span:before {
  font-weight: 700;
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text!important;
  color: #1D5597 !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.team-1 ul.social-links li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-1 ul.social-links li a:hover {
  background: transparent;
}
.team-1 ul.social-links li a:hover:after {
  opacity: 1;
}
.team-1 ul.social-links li a:hover span:before {
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important;
}
/*v2*/
.team-2 {
  position: relative;
  max-width: 395px;
  margin: 0 auto 30px;
}
.team-icon-area {
  position: relative;
  margin-bottom: 15px;
}
.team-2-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.team-2:hover .team-2-overlay {
  opacity: 1;
}
.team-2-overlay ul.social-links {
  margin: 0;
  width: 100%;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.team-2-overlay .social-links a {
  color: #1D5597;
}
.team-2 .team-photo {
  position: relative;
}
.team-2 .position {
  margin-top: 5px;
  color: #6F8BA4;
}
.team-2 ul.social-links li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #e9edf0;
  border: 2px solid #e9edf0;
}
.team-2 ul.social-links li a span:before {
  font-weight: 700;
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text!important;
  color: #1D5597 !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.team-2 ul.social-links li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-2 ul.social-links li a:hover {
  background: transparent;
}
.team-2 ul.social-links li a:hover:after {
  opacity: 1;
}
.team-2 ul.social-links li a:hover span:before {
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important;
}
/* 6.8 - Facts */
#facts {
  position: relative;
}
.box-icon-3 i {
  margin-right: 15px;
  font-size: 38px;
}
.box-icon-3 h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
.box-icon-3 h4 {
  margin-top: 5px;
  color: #ffffff;
}
.box-icon-3 .box-icon-top {
  margin-bottom: 10px;
}
/* 6.9 - Portfolio */
#portfolio {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
#portfolio > .container-fluid,
#portfolio > .container-fluid > .row,
#portfolio > .container-fluid > .row > .col-sm-12.col-md-12 {
  margin: 0;
  padding: 0;
}
#portfolio > .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
#portfolio.portfolio-parallax > .container-fluid {
  padding-top: 0;
}
#portfolio.portfolio-parallax .section-heading-1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
#portfolio.portfolio-parallax > .container-fluid:first-child {
  padding-top: 80px;
}
.portfolio-parallax .section-heading-1 .small-heading {
    color: #999;
    margin-bottom: 20px;
    font-size: 14px;
}
.portfolio-parallax .section-heading-1 .btn-primary {
    margin-top: 15px;
}
.portfolio-parallax .section-heading-1 {
    margin-bottom: 45px;
}
.portfolio_filter {
  display: inline-block;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
}
.portfolio_filter li {
  display: table-cell;
}
.portfolio_filter li:before {
  content: none;
}
.portfolio_filter li a {
  color: #272727;
  letter-spacing: 1px;
  display: inline-block;
  width: 150px;
  margin: 0;
  padding: 13px 38px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ededed !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio_filter li:first-child a {
  border-radius: 28px 0 0 28px;
}
.portfolio_filter li:last-child a {
  border-radius: 0 28px 28px 0;
}
.portfolio_filter li a:hover {
  color: #1D5597;
}
.portfolio_filter li a.active {
  color: #fff !important;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
}
.overlay-portfolio-info {
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 65px;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.overlay-portfolio-info:hover {
  opacity: 1;
}
.single-portfolio {
  padding: 45px;
  padding-left: 15px;
  max-height: 515px;
  overflow: hidden;
  overflow-y: auto;
}
.portfolio-item-content {
  width: 100%;
}
.portfolio-item-content h3 {
  margin-bottom: 5px;
  font-weight: 600;
}
.portfolio-item-content p {
  color: #60bdfc;
  font-weight: 600;
}
.grid-item,
.grid-sizer {
  width: 33.33333333%;
}
.grid-item {
  float: left;
}
.grid-item a img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.grid-item a:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.gutter-sizer {
  width: 2%;
}
.grid-item-v1,
.grid-sizer-v1 {
  width: 33.33333333%;
  min-height: 305px;
}
.grid-item-v2,
.grid-sizer-v2 {
  width: 33.33333333%;
  min-height: 260px;
}
.grid-item-v3,
.grid-sizer-v3 {
  width: 25%;
  min-height: 360px;
}
.grid-item-v2-height2 {
  min-height: 450px;
}
.grid-v1,
.grid-v2 {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-v1 .grid-item-v1,
.grid-v2 .grid-item-v2,
.grid-v3 .grid-item-v3 {
  float: left;
  background: #ffffff;
  position: relative;
}
.grid-v1 .grid-item-v1 a,
.grid-v2 .grid-item-v2 a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin: 0 15px 30px 15px;
}
.grid-v3 .grid-item-v3 a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.grid-v1 .grid-item-v1 a img,
.grid-v2 .grid-item-v2 a img,
.grid-v3 .grid-item-v3 a img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.grid-v1 .grid-item-v1:hover img,
.grid-v2 .grid-item-v2:hover img,
.grid-v3 .grid-item-v3:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.grid-v1 .grid-item-v1--width2x,
.grid-v2 .grid-item-v2--width2x {
  width: 50%;
}
.grid-v3 .grid-item-v3--width2x {
  width: 50%;
}
.grid-item-v4 {
  height: 560px;
}
@media (max-width: 991px) {
  .grid-item,
  .grid-sizer {
    width: 33.33333333%;
  }
  .grid-item-v3,
  .grid-sizer-v3 {
    min-height: 290px;
  }
}
@media (max-width: 768px) {
  #portfolio.portfolio-parallax .section-heading-1 h2 {
    font-size: 24px;
  }    
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
  .grid-item-v2,
  .grid-sizer-v2 {
    width: 50%;
  }
  .grid-item-v2,
  .grid-item-v2-height2 {
    min-height: 305px;
  }
  .grid-item-v1,
  .grid-sizer-v1 {
    width: 50%;
  }
  .hide-search-container {
    display: none;
  }
}
@media (max-width: 480px) {
  .item-partner{
    max-width: 300px;
    margin: 0 auto;  
  }  
  .grid-item,
  .grid-sizer {
    width: 100%;
  }
  .grid-item-v2,
  .grid-sizer-v2 {
    width: 100%;
  }
  .grid-item-v3,
  .grid-sizer-v3 {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .grid-item-v1,
  .grid-sizer-v1 {
    width: 100%;
  }
  .grid-item-v1--width2x {
    width: 100% !important;
  }
}
/*portfolio popout info*/
.white-popup-block {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.white-popup-block .detail-list {
  padding: 0;
  background: none;
}
.modal-center {
  position: absolute;
  top: 50%;
  right: 50%;
    padding: 0;
    margin: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  background: #fff;
}
.modal-content {
  background-color: transparent;
}
.mfp-auto-cursor .mfp-content {
  height: 100%;
}
.mfp-container {
    position: fixed;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: absolute;
  background: #000000;
  opacity: .9;
}
.mfp-close {
  width: 42px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:active {
  top: 20px;
}
.mfp-close-btn-in .mfp-close {
  color: #60bdfc;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: .8;
}
/**
 * Fade-zoom animation for first dialog
 **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.popup-progect-title {
  margin-bottom: 25px;
  font-size: 42px;
}
.detail-list li {
  margin-bottom: 10px;
}
.detail-list li:before {
  content: none;
}
.detail-list span {
  font-weight: 600;
  margin-right: 5px;
  color: #272727;
}
/*popout gallery slider*/
/* 6.10 - Prices */
#prices {
  background-color: #f7f9fb;
}
.price-detail .price-detail-heading {
  font-size: 16px;
  color: #0071BC;
  font-weight: 700;
  padding: 20px 0;
}
.price-detail .price-detail-body {
  background-color: #c9c9c9;
  border-top: 2px solid #575757;
  padding: 20px 40px 20px 20px;
}
.price-detail .price-detail-body .item {
  padding: 5px;
}
.price-detail .price-detail-body .item:after {
  clear: both;
  width: 100%;
  display: block;
  content: '';
}
.price-detail .price-detail-body .item-name {
  float: left;
}
.price-detail .price-detail-body .fa {
  margin-right: 10px;
  color: #575757;
  font-size: 16px;
}
.price-detail .price-detail-body .item-price {
  float: right;
  color: #666666;
  font-weight: 700;
}
.more-about-price {
  text-align: center;
  margin-top: 40px;
}
.more-about-price a {
  color: #575757;
  font-weight: 700;
}
.item-price {
  position: relative;
  padding: 45px;
  max-width: 395px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-price.primary-price:after {
  content: none;
}
.item-price .body {
  padding: 25px 0 25px;
  color: #272727;
  font-weight: 500;
}
.item-price .body.white {
  color: white;
}
.item-price .btn-primary {
  margin-top: 45px;
  width: 100%;
}
.price-head h3 {
  margin: 0;
  font-weight: 600;
}
.price-wrap {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #cdd1d430;
  overflow: hidden;
}
.price-num {
  padding: 25px 0 20px;
  font-size: 42px;
  font-weight: 800;
}
.price-num span {
  font-size: 14px;
}
.item-price ul {
  margin: 0;
  padding: 0;
}
.item-price ul li {
  list-style: none;
  padding-top: 13px;
  padding-bottom: 0px;
}
.item-price ul li {
  margin-bottom: 0;
}
.item-price ul li:before {
  content: none;
}
.item-price:hover:after {
  opacity: 1;
}
.item-price:hover,
.item-price:hover .price-head h3,
.item-price:hover .price-num,
.item-price:hover .item-price .body {
  background: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: #fff !important;
  color: #fff !important;
}
.item-price:hover .btn-primary {
  background-image: none !important;
  -webkit-text-fill-color: #272727 !important;
  -webkit-background-clip: #272727 !important;
  color: #272727 !important;
}
/* 6.11 - Cta */
#cta {
  position: relative;
  display: flex;
  align-items: center;
}
#cta .subheading {
  margin-top: 20px;
}
.free-cons {
  position: relative;
  padding: 55px 45px;
  z-index: 1;
}
.free-cons form {
  display: flex !important;
}
/* 6.12 - Testimonials */
.box-testimony {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 680px;
  border-radius: 10px;
}
.quote-box-top {
  display: flex !important;
  margin-top: 25px;
}
.box-testimony .quote-box blockquote {
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-left: 0;
    font-style: normal;
    color: #272727;
    font-weight: 400;
    font-size: 15px;
}
.testimonial-photo .owl-controls {
  display: none;
}
.testimonial-text-content {
  padding: 35px;
}
.box105 {
  margin-right: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.box105 img {
  position: relative;
  z-index: 1;
}
.testi-author {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}
.author-position {
  display: flex-row;
}
.swiper-testimonial-container {
  position: relative;
}
.swiper-testimonial-container-2 .box-testimony .quote-box blockquote {
  margin-top: 15px;
}
.swiper-testimonial-container-2 .box-testimony {
  padding: 35px;
  margin-bottom: 15px;
  background: #f1f2f6;
}
.swiper-testimonial-container-2 .quote-box-top {
  margin: 0;
}
/* 6.13 - Blog */
.blog-item {
  margin: 0 auto 45px;
}
.blog-1 {
  position: relative;
}
.blog-1 .blog-item-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.blog-1 .blog-meta {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
}
.blog-single .blog-meta {
  margin: 10px 0 15px;
}
.blog-1 .blog-meta .date {
  color: #c9c9c9;
}
.blog-1 .blog-meta .author img {
  width: 25px;
  margin-top: 2px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.blog-1 .blog-category a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 4px 15px;
    background: #1D5597;
    border-radius: 30px;
    color: #fff;
}
.blog-1 .blog-title {
  margin-bottom: 10px;
}
.blog-1 .blog-title a {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #272727;
}
.blog-1 .blog-title h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.blog-1 .blog-category a:hover {
  opacity: .8;
}
.blog-1 .blog-date a:before {
  content: "\f017";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.blog-1 .blog-comments a:before {
  content: "\f0e6";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.blog-1 .blog-title a:hover {
  color: #1D5597;
}
.blog-1 .permalink {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(27, 26, 37, 0.8);
  z-index: -1;
  cursor: pointer;
}
.blog-1 .more-btn {
  margin: 15px 0 0 0;
}
.blog-1 .blog-item-content {
  padding-top: 25px;
}
/*blog item-v1*/
.blog-item-v1 {
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  position: relative;
  z-index: 0;
}
.blog-item-v1:hover .tizer {
  opacity: 1;
}
.blog-item-v1 .blog-category {
  margin-top: auto;
  margin-bottom: 10px;
}
.blog-item-v1 .blog-item-text {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item-v1:hover .blog-item-text {
  opacity: 1;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-item-v1:hover .permalink {
  background: rgba(27, 26, 37, 0.98);
}
.blog-meta span {
  display: inline-block;
  margin-right: 15px;
}
span.author {
  color: #272727;
}
.blog-title a {
  color: #fff;
}
.blog-category a:hover {
  opacity: .8;
}
/* 6.14 - Contact */
.contact-about {
  padding: 35px;
  margin-bottom: 30px;
}
.contact .box-icon-3 {
  margin: 0;
  padding: 0;
}
.contact .box-icon-3 h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact .box-icon-3 span {
  font-family: 'Open Sans', sans-serif;
}
.contact .box-icon-3:first-child {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ededed;
}
.contact-text {
  margin-bottom: 35px;
}
.contact-info-box {
  margin: 20px 0 10px;
}
.contact-info-box i {
  margin-right: 10px;
}
.contact-info ul.social-links{
    margin-bottom: 35px;
}
ul.social-links {
  margin-top: 35px;
  padding: 0;
  list-style-type: none;
}
ul.social-links li {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-right: 10px;
}
ul.social-links li a {
  list-style: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.contact-wrap ul.social-links i {
  color: #fff;
  margin-right: auto;
}
.hotspots {
  position: relative;
}
.trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #1D5597 ;
  color: #ffffff !important;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  transition: box-shadow 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotspots .trigger:hover {
  box-shadow: 0 0 0 5px rgba(97, 173, 246, 0.45);
}
.hotspots .trigger {
  top: 70%;
  left: 25%;
}
.hotspots .trigger:nth-child(2) {
  top: 40%;
  left: 71%;
}
.hotspots .trigger:nth-child(3) {
  top: 84%;
  left: 92%;
}
.hotspots .trigger:nth-child(4) {
  top: 31%;
  left: 54%;
}
.hotspots .trigger:nth-child(5) {
  top: 41%;
  left: 14%;
}
.hotspots .trigger:nth-child(6) {
  top: 28%;
  left: 28%;
}
.hotspots .trigger:nth-child(7) {
  top: 91%;
  left: 26%;
}
.hotspots .trigger:nth-child(8) {
  top: 44%;
  left: 21%;
}
.contact-modal {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 900px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.contact-modal-left,
.contact-modal-right {
  display: table-cell;
  height: 100%;
  padding: 0;
}
.contact-modal-left {
  height: 510px;
}
.contact-modal-left h3,
.contact-modal-right h3 {
  margin-top: 0;
}
.contact-modal-right {
  padding: 45px;
  max-height: 520px;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}
.contact .btn-primary {
  margin-top: 0;
}
/* 6.15 - Info */
#info-video {
  position: relative;
  background-color: #f7f9fb;
}
#info-video .section-heading {
  text-align: left;
}
#info-video .section-col-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.info-video-content-left {
  padding-right: 60px;
}
#info-video .section-col-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.section-col-bg {
  position: relative;
}
#info-video .box-icon-1 {
  margin-bottom: 30px;
  padding-right: 0;
}
#info-video h2,
#info-photo h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}
#info-photo {
  position: relative;
  background-color: #f7f9fb;
}
#info-photo .section-heading {
  text-align: left;
}
#info-photo .section-col-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/1920x1280.jpg) center no-repeat;
  background-size: cover;
}
.info-photo-content-right {
  padding-left: 60px;
}
#info-photo .section-col-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
#info-photo .box-icon-1 {
  margin-bottom: 30px;
  padding-right: 0;
}
/* 6.15 - Maps */
.maps {
  width: 100%;
  height: 450px;
  display: block;
  background: #ccc;
  position: relative;
}
/* 6.16 - Footer */
.footer {
  position: relative;
  background-color: #1b1d23;
  color: #999999;
}
.footer a {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}
.footer a:hover {
  color: #60bdfc;
}
.footer-col h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
ul.footer-list li:before {
  content: ">";
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
ul.footer-list li {
  margin-bottom: 10px;
}
.footer ul.social-links {
  margin-top: 25px;
}
.footer ul.social-links li:before {
  content: none;
}
.footer ul.social-links li a {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 21px;
  line-height: 1;
}
.footer ul.social-links li a:hover {
  color: #60bdfc;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.fcopy.container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 12px;
  border-top: 2px solid rgba(237, 237, 237, 0.02);
}
.footer .newsletter form {
  margin-top: 25px;
}
/**
 * 7. - PAGES
 * -----------------------------------------------------------------------------
 */
/* 7.1 - Pages */
.breadcrumb {
  margin-bottom: 25px;
  padding: 0;
  background: 0;
  font-size: 13px;
  font-weight: 500;
  color: #999;
}
.breadcrumb a {
  color: #ffffff;
}
.breadcrumb a:hover {
  color: #60bdfc;
}
.v-line {
  padding: 0px 7px;
}
.page .section-heading-1 h2 {
  font-size: 46px;
}
#page-info {
  position: relative;
  padding: 130px 0 5px;
}
#page-info > .container-fluid {
  position: relative;
  z-index: 1;
}
.page-heading-1 h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
.page-heading-1 p {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.pagination {
  display: block;
  margin: 0;
}
.pagination * {
  display: inline-block;
}
.page-number {
  padding: 13px 28px;
  font-size: 18px;
  font-weight: 600;
  color: #272727;
}
span.page-number {
  background-image: -o-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -ms--linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
  background-image: linear-gradient(0deg, rgba(100, 66, 255, 0.9) 0%, rgba(143, 16, 254, 0.9) 100%);
}
a.page-number:hover {
  background-color: #f1f2f6;
  color: #272727;
}
/* 7.4 404*/
.page-404 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 7.5 Coming soon*/
.coming-soon {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.coming-soon .small-heading {
  margin-bottom: 55px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}
.coming-soon .social-links a {
  font-size: 16px;
}
#countdown div span {
  display: block;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: initial;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
}
#countdown div {
  display: inline-block;
  font-size: 114px;
  font-weight: 800;
  line-height: 1;
}
.count-area {
  margin-bottom: 40px;
}
/* 7.6 - Services */
.service-column.widget{
  padding: 0px;
  background: none;
}
.service-column li {
  margin-bottom: 0;
  padding: 15px 20px;
  background: #f1f2f6;
}
.service-column li a {
  font-weight: 500;
  color: #272727;
}
.service-column li a:hover{
  color: #60bdfc;  
}
.service-column li:nth-child(2n) {
  background: #f9f9f9;
}
/* 7.7 Portfolio*/
.portfolio-single-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.share-project,
.detail-list {
  padding: 35px;
  background: #f1f2f6;
}
#blog .share-project {
  margin-top: 15px;
}
.share-project > span {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
}
.share-project .social-links {
  margin-top: 0;
}
.share-project .social-links li {
  margin-left: 5px;
}
.share-project .social-links a {
  color: #272727;
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: 1;
}
.share-project .social-links a:hover {
  color: #60bdfc;
}
#portfolio.page {
  padding: 0;
}
/* 7.8 Portfolio single*/
.page-portfolio .work-detail h3 {
  margin-top: 0;
}
.portfolio-description h3{
  margin-top: 0;
}
.single-portfolio h3,
.modal-address h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-portfolio h3:first-child,
.modal-address h3:first-child {
  margin-top: 0px;
}
.work-thumd {
  padding: 65px 0;
}
.work-detail {
  padding-top: 65px;
  background-color: #242331;
}
.work-detail > .container {
  padding-bottom: 55px;
}
.work-link {
  display: inline-block;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 600;
  color: #272727;
  text-transform: uppercase;
}
.work-link span {
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-link:hover span {
  padding: 0 12px;
}
.related-works {
  padding: 45px 0 65px;
  background: #f1f2f6;
}
.related-works-title {
  margin-bottom: 35px;
}
.work-title {
  margin: 35px 0 25px;
}
.related-works .grid-item-v1 {
  width: 100%;
  min-height: 260px;
}
.swiper-works-container.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 45px;
}
/* 7.9 Faq*/
#faq {
  background-color: #f7f9fb;
}
#faq h3 {
  margin-top: 0;
}
.panel-group h2 {
  margin-top: 65px;
  margin-bottom: 35px;
}
.panel-group:first-child h2 {
  margin-top: 0;
}
/* 7.10 Blog single*/
.single .blog-item-v2 {
  margin-bottom: 0;
}
.post-bottom-title-heading {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
/*author box*/
.author-box {
  display: table;
  padding: 35px;
  margin-bottom: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #f1f2f6;
}
.author-box .media-heading {
  margin-bottom: 10px;
}
.author-box .media {
  display: table-cell;
  vertical-align: top;
  width: 105px;
  border-radius: 50%;
}
.author-box .body {
  padding-left: 25px;
  display: table-cell;
  vertical-align: middle;
}
.media-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
}
/*post navigation*/
.post-navigation {
  margin: 45px 0;
}
.prev {
  width: 50%;
  float: left;
  border-right: #ededed solid 1px;
}
.next {
  width: 50%;
  float: right;
  text-align: right;
}
.content-next > a {
  font-size: 12px;
  color: #c9c9c9;
}
.content-next h5 a {
  color: #272727;
}
.content-next h5 a:hover {
  color: #60bdfc;
}
.next .img {
  width: 65px;
  float: right;
  margin-left: 25px;
}
.prev .img {
  width: 65px;
  float: left;
  margin-right: 25px;
}
/*related posts*/
.related-post {
  margin-bottom: 5px;
}
.related-post .blog-title {
  margin-bottom: 5px;
}
.related-post .blog-title a {
  font-size: 16px;
}
.related-post .blog-meta {
  margin: 5px 0 0;
}
/*comments*/
.comments-box .media {
  padding-bottom: 27px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 27px;
}
.comments-box .media .media-left {
  width: 80px;
  display: inline-table;
  float: left;
  padding-right: 0;
  border-radius: 50%;
  overflow: hidden;
}
.media-body {
  padding-left: 25px;
  display: table-cell;
  vertical-align: top;
}
.comments-box .media.reply-comment {
  margin-left: 40px;
}
.comments-box .date {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c9c9c9;
  font-weight: 400;
  font-size: 12px;
}
.reply {
  float: right;
}
.reply a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 10px;
  color: #fff !important;
}
.form-comments {
  margin-top: 35px;
}
/*SIBEBAR*/
.sidebar a {
  color: #272727;
  font-weight: 400;
}
.sidebar a:hover {
  color: #60bdfc;
}
.widget {
  padding: 35px;
  background: #f1f2f6;
  margin-bottom: 45px;
}
.sidebar .title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.sidebar .title:first-child {
  margin-top: 0px;
}
ul.sidebar-list li:before {
  content: ">";
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
ul.sidebar-list li {
  margin-bottom: 10px;
}
.tags-list a {
  display: inline-block;
  margin-right: 2px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 3px 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  font-size: 12px;
  color: #272727;
  border-radius: 30px;
}
.tags-list a:hover {
  background-color: #60bdfc;
  color: #ffffff;
}
.blog-item-v2 .tags-list {
  margin-top: 25px;
}
.blog-item-v2 .tags-list a {
  margin-right: 20px;
  padding: 0;
  background: transparent;
  border: none;
}
.blog-item-v2 .tags-list a:before {
  content: "\f02c";
  margin-right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 4.4. NEWSLETTER */
.newsletter-bg {
  position: relative;
  padding: 45px;
  background: #f8f8f8;
  z-index: 1;
}
.newsletter h3 {
  margin: 0 0 10px;
}
.newsletter form {
  display: flex !important;
  margin-top: 5px;
}
.newsletter .form-control {
  width: 100%;
}
.newsletter input.form-control,
.newsletter input[type=password].form-control,
.newsletter input[type=email].form-control,
.newsletter input[type=text].form-control,
.newsletter textarea.form-control {
  border-radius: 30px;
  padding-right: 120px;
  background: #ffffff;
}
.newsletter input.form-control:focus,
.newsletter input[type=password].form-control:focus,
.newsletter input[type=email].form-control:focus,
.newsletter input[type=text].form-control:focus,
.newsletter textarea.form-control:focus {
  box-shadow: none;
}
.newsletter .btn-primary {
  margin: 0;
  margin-left: -105px;
  border-radius: 30px;
  color: #ffffff;
}
.newsletter .btn-primary:before,
.newsletter .btn-primary:before {
  border-radius: 30px;
  background: transparent;
}
.newsletter .btn-primary:hover:before,
.newsletter .btn-primary:hover:before {
  border-radius: 30px;
  background: transparent;
}
/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1199px) {
 
  .box-icon-1 {
    padding: 0px 0px 35px 0px;
  }    
  .intro .intro-item-bg {
    padding: 0 15px 25px;
  }    
  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 270px;
  }
  .intro-item-bg {
    padding: 15px;
  }
  .intro-2 .intro-item-bg{
    padding: 35px 15px;
  }
  .info-photo-content-right {
    padding-left: 0px;
  }
  .info-video-content-left {
    padding-right: 0px;
  }
  .banner-icon {
    padding: 6px;
  }
  .grid-item-v3,
  .grid-sizer-v3 {
    width: 33.33333333%;
  }

}
@media (min-width: 768px) {
.navbar-main .dropdown-menu {
/*  background-image: -o-linear-gradient(45deg, rgba(96, 189, 252, 0.9) 0%, rgba(99, 129, 229, 0.9) 100%) !important;
  background-image: -ms--linear-gradient(45deg, rgba(96, 189, 252, 0.9) 0%, rgba(99, 129, 229, 0.9) 100%) !important;
  background-image: -moz-linear-gradient(45deg, rgba(96, 189, 252, 0.9) 0%, rgba(99, 129, 229, 0.9) 100%) !important;
  background-image: -webkit-linear-gradient(45deg, rgba(96, 189, 252, 0.9) 0%, rgba(99, 129, 229, 0.9) 100%) !important;
  background-image: linear-gradient(45deg, rgba(96, 189, 252, 0.9) 0%, rgba(99, 129, 229, 0.9) 100%) !important; */
}    
  #about-us .nav-tabs {
    margin-right: 15px;
  }
  .header-style-2 .sticky {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .navbar-collapse.collapse {
    float: right;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    padding: 30px 20px;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: -5px;
    margin-left: 0;
  }
  li.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li > ul > li > a .caret {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (max-width: 992px) {
  .section-heading-1 p, .section-heading-2 p{
    margin-bottom: 45px;
  }    
  .skill-progress {
    margin-top: 45px;
  }    
  .portfolio-single .swiper-portfolio-container{
    margin-bottom: 25px;   
  }    
  .img-service{
    display: none;
  }
  .desc-service{
    padding: 25px;
  }
  .hotspots{
    margin-top: 35px;
  }
  .panel-group {
    margin-bottom: 50px;
  }    
  .modal-center {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }    
  .single-portfolio{
    max-height: 2000px;
    padding: 15px;
    padding-top: 35px;
    overflow: hidden;
  }
  .grid-item-v4 {
    height: 420px;
  }
  .top-menu-info {
    padding: 0 20px;
  }
  .header-style-3 .get-btn {
    display: none;
  }
  .work-step {
    margin-bottom: 45px;
  }
  .skill > div {
    margin-bottom: 20px;
  }
  .skill > div.text-center {
    margin-bottom: 30px;
  }  
  .skill h5{
    margin-bottom: 10px;  
  }
  .footer .col-md-3 {
    margin-bottom: 55px;
  }
  .footer .col-md-3:last-child {
    margin-bottom: 0px;
  }
  .sidebar {
    margin-top: 55px;
    padding: 15px;
  }
  .portfolio-single .sidebar {
    margin-top: 25px;
   }
  .section.pad > .container,
  .section.pad > .container-fluid {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
  }
  #info-video .section-col-bg,
  #info-photo .section-col-bg {
    position: relative;
    width: 100%;
  }
  #info-video .section-col-video,
  #info-photo .section-col-photo {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .banner-text {
    width: 100%;
  }
  .page-portfolio .single-portfolio {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .overlay-portfolio-info {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .intro .intro-item-bg {
    margin-bottom: 15px;
  }
  .intro .intro-item-bg:last-child {
    margin-bottom: 0;
  }  
  .grid-item-v3,
  .grid-sizer-v3 {
    width: 50%;
  }
  .search-toggle {
    display: none;
  }
  .navbar-main.sticky {
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
  }
  .navbar-main .navbar-collapse {
    color: #fff;
    background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    margin: 0;
  }
  .navbar-main .dropdown-menu > li a {
    color: #ffffff;
    background: transparent !important;
  }
  li.dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  li.dropdown.open .dropdown-menu {
    display: block;
    padding-left: 10px;
  }
  .navbar-main .open .dropdown-menu > li a:hover {
    background-color: transparent;
    color: #ededed;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover,
  .sticky .navbar-nav > li > a:focus {
    background-color: #ffffff;
    border-color: transparent;
    color: #272727 !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
  }
  .container-nav,
  .header-style-2 .container-nav {
    padding: 0;
  }
  .navbar-header {
    padding: 0 35px;
  }
  .navbar-nav > li > a {
    padding: 20px 25px;
  }
  .navbar-main.sticky li a {
    color: #ffffff;
  }
  .navbar-nav > li > a .caret,
  .navbar-nav > li > ul > li > a .caret {
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .header-top {
    display: none;
  }
  #about-us .nav-tabs > li {
    display: block;
  }
  .grid-v1 .grid-item-v1--width2x,
  .grid-v2 .grid-item-v1--width2x {
    width: 100%;
  }
  .grid-v3 .grid-item-v3--width2x,
  .grid-v3 .grid-item-v3--width2x {
    width: 100%;
  }
  .box-icon-3 {
    margin-bottom: 45px;
  }
  .coming-soon .small-heading {
    font-size: 21px;
  }
  .count-area {
    margin-bottom: 35px;
  }
  .coming-soon .small-heading {
    margin-bottom: 25px;
  }
  .big-heading {
    font-size: 58px;
  }
  .normal-heading {
    width: 100%;
    font-size: 32px;
  }
  .free-cons {
    padding: 60px 25px;
  }
  .newsletter form {
    margin-top: 15px;
  }
  .cta .btn-primary {
    float: left;
  }
  .grid-item-v4 {
    height: 320px;
  }
  #countdown div span {
    font-size: 10px;
    font-weight: 500;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .grid-item-v1,
  .grid-sizer-v1 {
    min-height: 220px;
  }
  .intro-item-bg {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .intro-item-bg:last-child {
    border-bottom: 0;
  }
  .intro-item-bg:nth-child(3) {
    border-bottom: 0;
  }
  .navbar-nav > li > a {
    padding: 30px 18px;
  }
  .team-1 .team-photo {
    max-width: 180px;
    margin-left: auto;
  }
  .grid-v3 .grid-item-v3--width2x {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio {
       max-height: 420px;
  }    
    .grid-v3 .grid-item-v3--width2x {
    width: 33.33333333%;
  }
}

@media (max-width: 479px) {
#cta-2 .newsletter input.form-control, .newsletter input[type=password].form-control, .newsletter input[type=email].form-control, .newsletter input[type=text].form-control, .newsletter textarea.form-control {
    padding-right: 95px;
}
#cta-2 .newsletter .btn-primary {
    margin-left: -80px;
    padding: 15px;
}
  .sidebar{
    padding: 0;
  }
  .portfolio-single .sidebar {
    padding: 15px;
  }  
  .widget{
    padding: 25px;
  }
  .share-project, .detail-list {
    padding: 15px;
    background: #f1f2f6;
  }
  .share-project > span{
    float: none;
  }
  .share-project .social-links a:first-child{
    margin-left: 0;
    padding-left: 0;
  }
  .contact-modal-right {
    padding: 15px;
  }    
  .item-price{
      padding: 25px;
  }
  .panel-default .panel-title:after, .panel-default.active .panel-title:after{
    content: none;
  }   
  .panel-default.active .panel-title{
    color: #ffffff !important;
    background-image: -o-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -ms--linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -moz-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    background-image: linear-gradient(45deg, #60bdfc 0%, #1D5597 100%) !important;
    border-radius: 30px;  
  }
  .trigger {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }    
  .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .fact > div {
    width: 100%;
  }
  .monster-heading {
    font-size: 38px;
  }
  .comments-box .media.reply-comment {
    padding-left: 0px;
  }
  .author-box {
    padding: 30px 15px;
  }
  .author-box .media,
  .comments-box .media .media-left {
    display: block;
  }
  .media-body,
  .author-box .body {
    padding-left: 0;
    padding-top: 25px;
    display: block;
    width: 100%;
  }
  #portfolio .section-heading-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-heading-1 h1 {
    font-size: 36px;
  }
  .big-heading {
    font-size: 34px;
  }
  .testi-author {
    margin-top: 15px;
  }
  .box105 {
    width: 80px;
    height: 80px;
  }
  .panel-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .panel-group h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid-v3 .grid-item-v3--width2x {
        width: 50%;
  }    
  .monster-heading {
    font-size: 62px;
  }
  #countdown div {
    font-size: 42px;
  }
  .grid-item-v3,
  .grid-sizer-v3 {
    width: 50%;
  }
}
@media (min-width: 801px) and (max-width: 1199px) {
  .info-photo-content-right {
    padding-left: 25px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  #countdown div {
    font-size: 76px;
  }
}
.hidden-o {
  opacity: 0;
}
.visible-o {
  opacity: 1;
}
@media (max-width: 480px) {
  .scroll-down.absolute-center{
    display: none;
  } 
  .mfp-close {
    right: 0px !important;
    top: 0px !important;
    font-size: 34px;
  }    
  .monster-heading {
    font-size: 38px;
    line-height: 1.25;
  }
  .small-heading {
    font-size: 16px;
  }
  .tizer {
    top: 15px;
    left: 15px;
  }
  .blog-item-v1 {
    padding: 45px 15px;
  }
  #countdown div {
    font-size: 26px;
  }
  #countdown div span {
    font-size: 16px;
  }
  .section-heading-1 h2 {
    font-size: 26px;
  }  
  .grid-item-v3,
  .grid-sizer-v3 {
    width: 100%;
  }
  .nav-tabs > li {
    float: none;
    background: #e8ecef;
    border-bottom: 1px solid #dbe7f1;
  } 
  .portfolio_filter li a, .portfolio_filter li:first-child a,  .portfolio_filter li:last-child a {
    width: 100%;
    border-radius: 0;
    border-bottom: none !important;
  } 
  .portfolio_filter li:last-child a{
    border-bottom: 1px solid #ededed !important;  
  }
  .portfolio_filter, .portfolio_filter li {
    display: block;
    width: 100%;
  }
  .portfolio_filter li {
    margin-bottom: 0;
  }  
  .box-testimony .quote-box blockquote{
      font-size: 14px;
  }
  .section-heading-2 h2, .newsletter h2{
      font-size: 24px;
  }
}
.help-block ul li:before{
    content: none;
}

/*extra*/
 .social i{
    display: inline-block;
    margin-top: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: #1D5597;
    margin-right: 7px;
    background-color: #ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0px 5px;
}
.intro-2{
 background-color: #f2f2f2;
    padding: 80px 0px;
}
