@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:200,300,400,500,600,700|Muli:200,300,400,500,600,700,800,900&display=swap);

body {
  background-image: url(../img/bbg.jpg);
  background-size: cover;

}

.white-bg {
  background: #fff;
}

.white-bg {
  background: #fff;
}

.boxed-btn {
  background: rgba(29,65,138);
  color: #fff!important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Josefin Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid rgba(29,65,138);
  letter-spacing: 3px;
  text-align: center;
  color: #04dbec;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: rgba(103,141,219);
  color: #fff!important;
  border: 1px solid #04dbec;
}

.boxed-btn:focus {
  outline: 0;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-opacity="1"]::before {
  opacity: .1;
}

[data-opacity="2"]::before {
  opacity: .2;
}

[data-opacity="3"]::before {
  opacity: .3;
}

[data-opacity="4"]::before {
  opacity: .4;
}

[data-opacity="5"]::before {
  opacity: .5;
}

[data-opacity="6"]::before {
  opacity: .6;
}

[data-opacity="7"]::before {
  opacity: .7;
}

[data-opacity="8"]::before {
  opacity: .8;
}

[data-opacity="9"]::before {
  opacity: .9;
}

body {
  font-family: Muli,sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Josefin Sans",sans-serif;
  color: #0b1c39;
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: Muli,sans-serif;
  color: #506172;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.img {
  max-width: 100%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.button,a {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.button:focus,a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #635c5c;
}

a:hover {
  color: #fff;
}

.footer -menu li a:hover,a:focus,a:hover {
  text-decoration: none;
}

a,button {
  color: #fff;
  outline: medium none;
}

button:focus,input:focus,textarea,textarea:focus {
  outline: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width:767px) {
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.owl-carousel .owl-nav div {
  background: rgba(255,255,255,.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 40px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

.btn {
  background: rgba(29,65,138);
  -moz-user-select: none;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 27px 44px;
  margin: 10px;
  cursor: pointer;
  transition: color .4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: rgba(103,141,219);
  z-index: 1;
  border-radius: 5px;
  transition: transform .5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
  transform: scaleX(0);
  border-radius: 0;
}

.btn:hover::before {
  transform: scaleX(1);
  color: #fff!important;
  z-index: -1;
}

.btn2 {
  padding: 55px 94px;
  cursor: pointer;
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .btn2 {
    padding: 55px 70px;
  }
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

#back-top {
  background: rgba(29,65,138);
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108,98,98,.2);
}

@media (max-width:575px) {

  #back-top {
    right: 16px;
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 190px;
  height: 190px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: rgba(29,65,138);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,.15);
  box-shadow: 0 1px 5px 0 rgba(35,181,185,.15);
  background-color: #fff;
  -webkit-animation: zoom 2s infinite ease;
  animation: zoom 2s infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img img {
  max-width: 180px;
  max-height: 180px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width:575px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-padding30 {
  padding-top: 200px;
  padding-bottom: 140px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .section-padding30 {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width:575px) {
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.section-padding03 {
  padding-top: 200px;
  padding-bottom: 80px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .section-padding03 {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-padding03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-padding03 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-padding03 {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media (max-width:575px) {
  .section-padding03 {
    padding-top: 70px;
    padding-bottom: 10px;
  }
}

.section-padding3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .section-padding3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-padding3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width:575px) {
  .section-padding3 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.w-padding {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .w-padding {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .w-padding {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .w-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width:575px) {
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.w-padding2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .w-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .w-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .w-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .w-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width:575px) {
  .w-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.w-padding3 {
  padding-top: 190px;
  padding-bottom: 55px;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .w-padding3 {
    padding-top: 190px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .w-padding3 {
    padding-top: 190px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .w-padding3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .w-padding3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width:575px) {
  .w-padding3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.footer-padding {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media (max-width:575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media (max-width:575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}

.section-tittle span {
  font-size: 35px;
  margin-bottom: 22px;
  color: #c6a16e;
  display: block;
}

.section-tittle h2 {
  font-size: 60px;
  display: block;
  color: #c6a16e;
  font-weight: 600;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-tittle h2 {
    font-size: 31px;
    text-align: center;
  }
}

@media (max-width:575px) {
  .section-tittle h2 {
    text-align: center;
    font-size: 31px;
  }
}

.section-tittle02 {
  position: relative;
  z-index: 0;
  bottom: -57px;
}

@media (max-width:575px) {
  .section-tittle02 {
    bottom: -9px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-tittle02 {
    bottom: -16px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-tittle02 {
    bottom: -33px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-tittle02 {
    bottom: -44px;
  }
}

.section-tittle02 h2 {
  font-size: 165px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #28241d;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  font-family: Muli,sans-serif;
}

@media (max-width:575px) {
  .section-tittle02 h2 {
    font-size: 38px;
    text-align: center;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-tittle02 h2 {
    font-size: 69px;
    text-align: center;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-tittle02 h2 {
    font-size: 92px;
    text-align: center;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-tittle02 h2 {
    font-size: 126px;
    text-align: center;
  }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
  .section-tittle02 h2 {
    font-size: 123px;
  }
}

@media only screen and (min-width:1441px) and (max-width:1500px) {
  .section-tittle02 h2 {
    font-size: 123px;
  }
}

@media only screen and (min-width:1501px) and (max-width:1750px) {
  .section-tittle02 h2 {
    font-size: 127px;
  }
}

.section-tittle03 {
  bottom: 20px;
}

@media (max-width:575px) {
  .section-tittle03 h2 {
    font-size: 62px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-tittle03 h2 {
    font-size: 111px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-tittle03 h2 {
    font-size: 146px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-tittle03 h2 {
    font-size: 92px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
  .section-tittle03 h2 {
    font-size: 123px;
  }
}

@media only screen and (min-width:1441px) and (max-width:1500px) {
  .section-tittle03 h2 {
    font-size: 123px;
  }
}

@media only screen and (min-width:1501px) and (max-width:1750px) {
  .section-tittle03 h2 {
    font-size: 127px;
  }
}

.white-bg {
  background: #fff;
}

.white-bg {
  background: #fff;
}

.top-bg {
  background: #002d5b;
}

.slider-area {
  margin-top: -1px;
  padding-top: 2%;
  max-height: 750px;
  min-height: 300px;
  height: 100%;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area {
    padding-top: 150px;
  }
}

@media only screen and (max-width:1024px) {
  .slider-cap-wrapper {
    margin-top: 7%;
  }
}

@media (max-width:575px) {
  .slider-area {
    padding-top: 150px;
  }
}

@media (max-width:450px) {
  .slider-area {
    padding-top: 180px;
  }
}

.slider-area .single-slider .slider-cap-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slider-area .single-slider .slider-cap-wrapper .hero__img {
  width: 48%;
  overflow: hidden;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__img {
    display: none;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__img {
    display: none;
  }
}

.slider-area .single-slider .slider-cap-wrapper .hero__img img {
  width: 100%;
  max-height: 560px;
  padding-bottom: 10px;
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption {
  width: 48%;
  overflow: hidden;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption {
    width: 100%;
    padding-left: 37px;
    padding-bottom: 40px;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption {
    width: 100%;
    padding-left: 37px;
    padding-bottom: 90px;
  }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.1;
  display: block;
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 56px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  margin-bottom: 39px;
  display: block;
  padding-right: 356px;
  color: #a6b3c6;
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    padding-right: 35px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    padding-right: 35px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    padding-right: 21px;
    margin-bottom: 13px;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    font-size: 24px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    padding-right: 100px;
    margin-bottom: 24px;
    font-size: 15px;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn {
  font-size: 16px;
  color: #fff;
  display: block;
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
  fill: rgba(29,65,138);
  height: 43px;
  padding-left: 20px;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
    height: 27px;
    padding-left: 8px;
  }
}

@media (max-width:575px) {
  .slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
    height: 27px;
    padding-left: 8px;
  }
}

.hero-area .hero-cap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .hero-area .hero-cap h2 {
    font-size: 29px;
  }
}

@media (max-width:575px) {
  .hero-area .hero-cap h2 {
    font-size: 35px;
  }
}

.slider-height {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-height2 {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .hero-height2 {
    min-height: 500px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-height2 {
    min-height: 400px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .hero-height2 {
    min-height: 300px;
  }
}

@media (max-width:575px) {
  .hero-height2 {
    min-height: 300px;
  }
}

.slider-active button.slick-arrow {
  position: absolute;
  right: 60px;
  bottom: 0;
  background: 0 0;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: gray;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media (max-width:575px) {
  .slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

.slider-active button.slick-arrow i {
  font-size: 20px;
  line-height: 60px;
  color: #ffff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}

@media (max-width:575px) {
  .slider-active button.slick-arrow i {
    line-height: 40px;
  }
}

.bg-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.saradjuj-area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.flip-card {
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}
@media only screen and (max-width:1200px) {
  .usluge-box {
    min-height: 550px!important;
  }
}

.usluge-box {
  min-height: 350px;
  border: 2px solid #d3d3d3;
  box-shadow: 3px 5px #d3d3d3;
  vertical-align: middle;
  background-image: url(../img/gradient_bg.jpg);
}

.usluge-box:hover {
  border: 2px solid #a9a9a9;
  box-shadow: 3px 5px #a9a9a9;
}

#o-nama {
  margin-top: 50px;
}

.naslov {
  width: 100%;
  display: block;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-top: 5%;
}

.item {
  display: block;
  margin: auto;
  max-width: 80%;
  padding: 3%;
}

.check-icon {
  color: #2e88c0;
  font-size: x-large;
  padding-right: 5%;
}

.naslov>h2 {
  margin-left: 5%;
}

.kontakt-naslov {
  background-color: gray;
  margin-top: 3%;
  color: #fff;
}

.drop-down-meni {
  color: #fff;
}

.drop-down-meni:hover {
  color: #1a1366;
}

.icon-box {
  font-size: xx-large;
  color: gray;
  padding: 10%;
}

.usluge-box>div>h3 {
  color:black;
  font-size: xx-large;
}

.kontakt-icon {
  font-size: 100px;
}

@media only screen and (max-width:650px) {
  .kontakt-icon {
    font-size: 50px;
    margin-left: -30px;
  }
}

#progress {
  margin-top: 5%;
  margin-bottom: 5%;
}

.saradjuj-area .saradjuj-caption h2 {
  color: #28395a;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.drop {
  background: transparent!important;
  max-width: 100px;
  display: block;
  margin-right: 0;
  padding-right: 0;
  padding-top: 1rem;;
}
.nav-item {
  min-width: 150px;
}
nav {
  width: 99,5%;
  margin: auto;
  background-color: gray;
}
#nav-link {
  color:rgb(26, 19, 102)
}
.dropdown-btn {
  width: 60%;
  min-width: 80px;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  background-image: url(../img/section_bg.jpg);
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .saradjuj-area .saradjuj-caption h2 {
    font-size: 30px;
  }
}

@media (max-width:575px) {
  .saradjuj-area .saradjuj-caption h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.saradjuj-area .saradjuj-caption p {
  font-size: 18px;
}

.saradjuj-area .saradjuj-caption.saradjuj-caption2 h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .saradjuj-area .saradjuj-caption.saradjuj-caption2 h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .saradjuj-area .saradjuj-caption.saradjuj-caption2 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .saradjuj-area .saradjuj-caption.saradjuj-caption2 h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width:575px) {
  .saradjuj-area .saradjuj-caption.saradjuj-caption2 h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .saradjuj-area .saradjuj-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width:575px) {
  .saradjuj-area .saradjuj-btn {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .saradjuj-area .saradjuj-btn {
    float: left;
    margin-top: 30px;
  }
}

.saradjuj-area.saradjuj-area2 {
  background-color: gray;
  margin-top: 3%;
}

.section-tittle h2 {
  color: #28395a;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 95px;
}

@media (max-width:575px) {
  .section-tittle h2 {
    font-size: 39px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}

.section-tittle span {
  color: #ffb400;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.section-tittle2 h2 {
  margin-bottom: 47px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .section-tittle2 h2 {
    font-size: 49px;
  }
}

@media (max-width:575px) {
  .section-tittle2 h2 {
    font-size: 29px;
  }
}

.section-tittle2 span {
  color: #ffb400;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.skill-ara .single-skill {
  margin-bottom: 25px;
  width: 48%;
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .skill-ara .single-skill {
    width: 80%;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .skill-ara .single-skill {
    width: 90%;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .skill-ara .single-skill {
    width: 60%;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .skill-ara .single-skill {
    width: 60%;
  }
}

@media (max-width:575px) {
  .skill-ara .single-skill {
    width: 100%;
  }
}

.skill-ara .single-skill .progress-count {
  display: flex;
  justify-content: space-between;
}

.skill-ara .single-skill .progress-count p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000d21;
  margin: 0;
}

.skill-ara .single-skill .progress-count span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgba(29,65,138);
  margin: 0;
}

.skill-ara .single-skill .progress {
  height: 3px;
  border-radius: 0;
  background: #e5e9f0;
}

.skill-ara .single-skill .progress-bar {
  background-color: rgba(29,65,138);
  width: 30px;
}

.footer-area {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.color-white {
  color: #fff;
}

.footer-area .footer-logo {
  margin-bottom: 40px;
}

.footer-area .footer-tittle h4 {
  color: #04dbec;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-tittle h4 span {
  color: #fff;
}

.footer-area .footer-tittle ul li {
  color: #012f5f;
  margin-bottom: 15px;
}

.footer-area .footer-tittle ul li a {
  color: #8ba4b1;
  font-weight: 300;
}

.footer-area .footer-tittle ul li a:hover {
  color: gray;
  padding-left: 5px;
}

.footer-area .footer-social a {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

.footer-area .footer-social a i {
  display: inline-block;
  margin-top: 25%;
}

.back-to-top {
  font-size: 20px;
}

.footer-area .footer-social a:hover {
  background: gray;
  border: 1px solid transparent;
  color: #fff;
}

.footer-area .footer-bottom {
  border-top: 1px solid #1c2e4c;
  padding: 40px 0 23px;
}

@media (max-width:575px) {
  .footer-area .footer-bottom {
    padding: 35px 0 20px;
  }
}

.hero-caption span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  padding-left: 95px;
  position: relative;
}

.hero-caption span::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #04dbec;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}

.navbar-brand {
  font-size: medium;
}


.hero-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,.contact-info__icon span {
  color: white;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

.contact-info .media-body p {
  color: white;
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: 0 0;
  color:white;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color:white;
}

.form-contact textarea {
  border-radius: 0;
  height: 100%!important;
}

.contact-section {
  padding: 130px 0 100px;
}

@media (max-width:991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}

.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #1f2b7b;
}

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

u {
  color: #1f2b7b;
}

.button-area {
  background: #fff;
}

.list-style {
  width: 14px;
  height: 14px;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: 0;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: 0;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: 0;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: 0;
}

.contact-form {
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 3%;
}

.mt-10 {
  margin-top: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}
.customer-logos {
  background-color:transparent
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide img {
    display: block;
    min-height: 80px;
    min-width: 80px;
}
#imgBox {
  display: flex;
  margin-bottom: 30px;

}
#imgBox img {
  max-width: 280px;
  width: 100%;
  padding-bottom: 2px;
}
.heading {
  text-transform: uppercase;
  position: relative;
  background: #000000
}

.heading h1 {
text-align: center;
overflow: hidden;
color: #fff;
white-space: nowrap;
text-overflow: ellipsis;
font: 30px/32px 'Roboto', sans-serif;
  padding: 100px 0;;
  background: url(../images/border.png) no-repeat center;
}
.heading h1:before,
.heading h1:after {
content: '';
width: 100%;
display: inline-block;
border-bottom: 1px solid;
height: 0;
vertical-align: middle;
}
.heading h1:before {
margin-left: -100%;
margin-right: 80px;
}
.heading h1:after {
margin-left: 80px;
margin-right: -100%;
}
header {
  display: flex;
  color:rgb(103, 141, 216);
}
header:before,
header:after {
  content: '';
  margin: auto 1em;
  border-bottom: solid 1px;
  flex: 1;
  color:rgb(10, 34, 82)
}
@media (max-width:575px) {
  .h1custom {
    font-size: 25px;
  }
  .h1custom > i {
    display: none;
  }
}


.h1custom {
  position: relative;
  padding: 0.25em 1em;
  overflow: hidden;
  background: linear-gradient(currentcolor, currentcolor) no-repeat top center, linear-gradient(currentcolor, currentcolor) no-repeat bottom center;
  background-size: calc(100% - 1.65em) 1px;
  color:rgb(10, 34, 82);
}

.h1custom:before,
.h1custom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: solid 1px;
  border-top: none;
  border-bottom: none;
  transform: skew(45deg)
}

.h1custom:after {
  transform: skew(-45deg)
}
.h-100 {
  height: 100%;
}
.slide {
  display: block;
  min-height: 70px!important;
}
.img_box {
  width: 80%;
  max-height: 350px;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: 100%;
}
.back_img {
  height: 100%;
  width: 100%;
}