/*
Main Styles Page
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

a {
  font-size: calc(9px + 0.390625vw);
  font-family: "Poppins";
  color: #404040;
  margin: 0;
  transition: 200ms;
}

a:hover {
  text-decoration: none;
  color: #ffc400;
}

h1, h2, h4, h6 {
  font-family: "Agency FB";
  color: #092042;
}

h6 {
  font-weight: 600;
}

q {
  font-style: italic !important;
}

.text {
  font-size: calc(9px + 0.390625vw);
  font-family: "Poppins";
  color: #404040;
  margin-top: 20px;
}

.btn-text {
  font-family: "Poppins";
  font-size: calc(9px + 0.390625vw);
}

.container-fluid {
  max-width: 1536px !important;
  display: -webkit-flex;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.row {
  max-width: 1440px !important;
  width: 90% !important;
}

.icon-0 {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

.icon-1 {
  height: 45px !important;
  width: 45px !important;
  padding: 7px;
  margin-right: 10px;
  background-color: #ffc400;
}

.link-1 {
  transition: 200ms !important;
}
.link-1::before {
  content: ">";
  opacity: 0;
  padding-right: 0;
  transition: opacity 200ms, padding-right 200ms;
}
.link-1:hover {
  color: #ffc400 !important;
  transition: 200ms;
}
.link-1:hover::before {
  color: #ffc400 !important;
  content: ">";
  padding-right: 8px;
  opacity: 1;
}

.hs-text {
  color: #ffc400 !important;
  font-style: italic !important;
  text-transform: uppercase;
}

.hs-btn {
  margin-top: 30px;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc400;
  border: 1px solid #ffc400;
  color: #092043;
  transition: 200ms;
  border-radius: 0;
  padding: 10px 15px;
  font-family: "Poppins";
  font-size: calc(9px + 0.390625vw);
}
.hs-btn:hover {
  border: 1px solid #ffc400;
  background-color: #092043;
  color: #ffc400;
}

.nav-block-one {
  position: relative;
  margin-top: 25px;
  z-index: 10;
}
.nav-block-one .nbo-row1 {
  background: #fff;
  padding: 15px;
}
.nav-block-one .nbo-row1 .nbo-logo {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row1 .nbo-logo #desk-logo {
  height: 70px;
}
.nav-block-one .nbo-row1 .nbo-logo #mobile-logo {
  display: none;
}
.nav-block-one .nbo-row1 .nbo-logo .nav-contact {
  width: 40%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row1 .nbo-logo .nav-contact .contact-block {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row1 .nbo-logo .nav-contact .contact-block .contct .text, .nav-block-one .nbo-row1 .nbo-logo .nav-contact .contact-block .contct a {
  margin: 0 auto;
}
.nav-block-one .nbo-row {
  padding: 0px 15px;
  background-color: #092043;
}
.nav-block-one .nbo-row .navbar-collapse {
  width: 45% !important;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex: 1;
  color: #fff;
  transition: 200ms;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item:hover, .nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item .nav-link-active {
  background-color: #ffc400;
  color: #092043;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: inherit;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item:nth-child(1), .nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item:nth-child(2), .nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item:nth-child(3), .nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item:nth-child(4) {
  border-right: 1.5px solid #ffc400;
}
.nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-link-active {
  background-color: #ffc400;
  color: #092043;
  font-weight: 600;
}
.nav-block-one .nbo-row .nav-socials {
  width: 45%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.nav-block-one .nbo-row .nav-socials .socials {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row .nav-socials .socials .text {
  margin: 0 auto;
  color: #fff;
}
.nav-block-one .nbo-row .nav-socials .socials .social-icons {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-block-one .nbo-row .nav-socials .socials .social-icons .s-icon {
  height: 20px;
  margin: 10px;
}
.nav-block-one .nbo-row .nav-socials .socials .social-icons .s-icon:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.nav-block-one .nbo-row .nav-socials .q-btn {
  margin-left: 30px;
}
.nav-block-one .nbo-row .nav-socials .q-btn #q-btn {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc400;
  border: 1px solid #ffc400;
  color: #092043;
  transition: 200ms;
  border-radius: 0;
  padding: 10px 15px;
  margin: 12px 0;
}
.nav-block-one .nbo-row .nav-socials .q-btn #q-btn:hover {
  border: 1px solid #ffc400;
  background-color: #092043;
  color: #ffc400;
}
.nav-block-one .nbo-row .navbar-toggler {
  border: none;
}
.nav-block-one .nbo-row .navbar-toggler .menu-wh {
  display: block;
  height: 20px;
  width: 52.7626px;
  background-image: url("../images/svg/menu_.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.h-hero {
  position: relative;
  top: -250px;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.h-hero .h-hero-row {
  padding: 350px 0 50px 0;
}
.h-hero .h-hero-row .h-hero-col {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block {
  margin-bottom: 140px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block h2, .h-hero .h-hero-row .h-hero-col .h-hero-text-block .sub-text > .text {
  color: #fff;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .sub-text {
  border-left: 4px solid #ffc400;
  margin: 15px auto;
  padding-left: 20px;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .sub-text .text {
  margin: 0;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .h-hero-btn-block {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .h-hero-btn-block .hero-btn-f {
  width: 49% !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc400;
  border: 1px solid #ffc400;
  color: #092043;
  transition: 200ms;
  border-radius: 0;
  padding: 10px 15px;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .h-hero-btn-block .hero-btn-f:hover {
  border: 1px solid #ffc400;
  background-color: #092043;
  color: #ffc400;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .h-hero-btn-block .hero-btn-o {
  width: 49% !important;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #092043;
  border: 1px solid #ffc400;
  color: #ffc400;
  transition: 200ms;
  border-radius: 0;
  padding: 10px 15px;
}
.h-hero .h-hero-row .h-hero-col .h-hero-text-block .h-hero-btn-block .hero-btn-o:hover {
  border: 1px solid #092043;
  background-color: #ffc400;
  color: #092043;
}
.h-hero .h-hero-row .hero-col {
  position: inherit;
}
.h-hero .h-hero-row .hero-col .hero-tabs {
  position: absolute;
  bottom: 0;
  right: 200px;
  width: 30%;
}
.h-hero .h-hero-row .hero-col .hero-tabs .overlay {
  width: 100%;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.h-hero .h-hero-row .hero-col .hero-tabs .overlay .over {
  width: 70%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #092043;
  border-top: 4px solid #ffc400;
  padding: 7px 20px;
  transition: 200ms;
}
.h-hero .h-hero-row .hero-col .hero-tabs .overlay .over h6 {
  color: #fff;
}
.h-hero .h-hero-row .hero-col .hero-tabs .overlay .over:hover {
  cursor: pointer;
  background-color: #ffc400;
  border-top: 4px solid #092043;
}
.h-hero .h-hero-row .hero-col .hero-tabs .overlay .over:hover h6 {
  color: #092043;
}

.hs1-container .hs1-row .hs1-col .hs-header {
  margin-bottom: 40px;
}
.hs1-container .hs1-row .hs1-col .top-blck {
  box-shadow: 1px 1px 30px #f2f2f2;
  padding: 40px 30px;
  transition: 200ms;
}
.hs1-container .hs1-row .hs1-col .top-blck:hover {
  cursor: pointer;
  box-shadow: 1px 1px 30px hsla(216, 76%, 15%, 0.1);
}
.hs1-container .hs1-row .hs1-col .top-blck .txt-block {
  border-left: 4px solid #ffc400;
  margin: 15px auto;
  padding-left: 20px;
}
.hs1-container .hs1-row .hs1-col .top-blck .txt-block .text {
  color: #808080;
  font-style: italic;
}
.hs1-container .hs1-row .hs1-col .top-blck .cust-rating {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.hs1-container .hs1-row .hs1-col .top-blck .cust-rating .text {
  margin: 0;
  font-size: calc(7px + 0.390625vw);
}
.hs1-container .hs1-row .hs1-col .top-blck .cust-rating .stars {
  margin-left: 10px;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hs1-container .hs1-row .hs1-col .top-blck .cust-rating .stars img {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 3px;
}
.hs1-container .hs1-row .hs1-col .servi-descrip {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 10px 30px;
  background-color: #092043;
}
.hs1-container .hs1-row .hs1-col .servi-descrip .text {
  margin: 0;
  color: #fff;
}

.hs2-container {
  margin-top: 120px;
  padding-top: 70px;
}
.hs2-container .hs2-row .hs2-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs2-container .hs2-row .hs2-col #img-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hs2-container .hs2-row .hs2-col #img-col img {
  width: 100%;
}
.hs2-container .hs2-row .hs2-col #img-col .img-icon {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 30px hsla(216, 76%, 15%, 0.5);
  transition: 200ms;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.hs2-container .hs2-row .hs2-col #img-col .img-icon:hover {
  box-shadow: none;
}
.hs2-container .hs2-row .hs2-col #img-col .img-icon .text-block .text {
  margin: 0;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .text:nth-child(1) {
  color: #ffc400 !important;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 {
  width: 65%;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 .element {
  padding: 10px;
  box-shadow: 1px 1px 30px hsla(0, 0%, 95%, 0.5);
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 .element:nth-child(1) {
  margin-bottom: 10px;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 .element .icon-1 {
  margin-right: 20px;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 .element .txt-block h6 {
  font-weight: 600;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box1 .element .txt-block .text {
  margin: 0;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box2 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  padding: 20px 10px;
  background-color: #092043;
  border-top: 4px solid #ffc400;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box2 h6 {
  color: #ffc400;
}
.hs2-container .hs2-row .hs2-col #hs2-text-block .icon-box #box2 .link-1 {
  color: #fff;
}

.hs3-container {
  margin-top: 120px;
  padding-top: 70px;
}
.hs3-container .hs3-row:nth-child(2), .hs3-container .hs3-row:nth-child(3) {
  margin-top: 40px;
}
.hs3-container .hs3-row:nth-child(2) .hs3-col, .hs3-container .hs3-row:nth-child(3) .hs3-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.hs3-container .hs3-row:nth-child(2) .hs3-col .service-block, .hs3-container .hs3-row:nth-child(3) .hs3-col .service-block {
  height: 100%;
  box-shadow: 1px 1px 30px hsla(0, 0%, 95%, 0.5);
  padding: 15px;
}
.hs3-container .hs3-row:nth-child(2) .hs3-col .servi-heading, .hs3-container .hs3-row:nth-child(3) .hs3-col .servi-heading {
  margin-top: 10px;
}
.hs3-container .hs3-row:nth-child(3) .hs3-col:nth-child(4) .service-block {
  box-shadow: 1px 1px 30px hsla(0, 0%, 95%, 0.5);
  background-color: #092043;
  padding: 15px;
}
.hs3-container .hs3-row:nth-child(3) .hs3-col:nth-child(4) .service-block h4 {
  color: #ffc400;
}
.hs3-container .hs3-row:nth-child(3) .hs3-col:nth-child(4) .service-block .text {
  color: #fff;
}

.hs4-container {
  margin-top: 120px;
  padding-top: 70px;
}
.hs4-container .hs4-row:nth-child(2) {
  margin-top: 30px;
}
.hs4-container .hs4-row .hs4-col {
  padding: 7px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs4-container .hs4-row .hs4-col .gallery-block {
  width: 100%;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .img-s {
  display: inline-block;
  width: 50%;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .img-s:nth-child(1):hover {
  cursor: pointer;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .img-s:nth-child(2) {
  position: relative;
  transition: 300ms;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .img-s:nth-child(2):hover {
  cursor: pointer;
  transform: rotateY(180deg);
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed {
  position: relative;
  width: 50%;
  height: 100%;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .img-s {
  width: 100%;
  transition: 300ms;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .layer {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsla(216, 76%, 15%, 0.9);
  background-blend-mode: multiply;
  padding: 15px;
  opacity: 0;
  transition: 300ms;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .layer h6 {
  color: #fff;
  margin-top: 10px;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .layer .text {
  color: #fff !important;
  text-align: center;
}
.hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .layer:hover {
  opacity: 1;
}
.hs4-container .hs4-row .hs4-col .gallery-block .big-small {
  position: relative;
}
.hs4-container .hs4-row .hs4-col .gallery-block .big-small .img-b {
  margin-top: 15px;
  width: 100%;
}
.hs4-container .hs4-row .hs4-col .gallery-block .big-small .overlay {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: hsla(216, 76%, 15%, 0.9);
  background-blend-mode: multiply;
  padding: 15px;
}
.hs4-container .hs4-row .hs4-col .gallery-block .big-small .overlay .text {
  color: #fff;
}
.hs4-container .hs4-row .hs4-col:nth-child(2) .gallery-block {
  display: -webkit-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.hs4-container .hs4-row .hs4-col:nth-child(2) .gallery-block .big-small .img-b {
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
}
.hs4-container .hs4-row .hs4-col:nth-child(2) .gallery-block .big-small .overlay {
  position: absolute;
  bottom: 14px;
  background-color: hsla(216, 76%, 15%, 0.9);
  background-blend-mode: multiply;
  padding: 7px 15px;
}

.hs5-container {
  margin-top: 120px;
  padding-top: 70px;
}
.hs5-container .hs5-row:nth-child(1) .hs5-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hs5-container .hs5-row:nth-child(2) {
  margin-top: 30px;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col {
  padding: 7px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block {
  position: relative;
  padding: 30px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px hsla(216, 76%, 15%, 0.1);
  width: 100%;
  height: 100%;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block img {
  width: 50%;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  border-bottom: 4px solid #ffc400;
  background-color: #092043;
  opacity: 0;
  transition: 200ms;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block .overlay .text {
  margin: 0;
  color: #fff;
}
.hs5-container .hs5-row:nth-child(2) .hs5-col .img-block .overlay:hover {
  opacity: 1;
}

.hs6-container {
  margin-top: 120px;
  padding-top: 70px;
}
.hs6-container .hs6-row:nth-child(1) .hs6-col {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hs6-container .hs6-row:nth-child(2) {
  margin-top: 30px;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col {
  padding: 7px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 20px hsla(216, 76%, 15%, 0.1);
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block {
  position: relative;
  width: 100%;
  padding: 30px 15px 35px 15px;
  background-color: #fff;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-img {
  width: 100px;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-titles {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-titles .text {
  margin: 0;
  text-align: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-titles h6 {
  text-align: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .rating {
  position: absolute;
  bottom: -15px;
  background-color: #fff;
  box-shadow: 1px 1px 10px hsla(216, 76%, 15%, 0.5);
  padding: 5px;
  border-radius: 2px;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .rating .star {
  margin: 3px;
  height: 15px;
  width: 15px;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .txt-block {
  background-color: #092043;
  border-bottom: 4px solid #ffc400;
  padding: 20px 15px;
}
.hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .txt-block .text {
  text-align: center;
  color: #ffc400;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav .closebtn {
  color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.m-navlink {
  color: #fff !important;
}

.nav-social-block {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mb-icon > img {
  height: 15px;
  width: 15px;
}

/* FOOTER BLOCK FOUR */
.fb4 {
  margin-top: 190px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fb4 .fb4-row, .fb4 .fb4-row2 {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fb4 .fb4-row {
  padding: 0 0 30px 0;
}
.fb4 .fb4-row .col-md-6 {
  padding: 0;
}
.fb4 .fb4-row .col-md-6:nth-child(2) div .fb4-form {
  width: 100%;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fb4 .fb4-row .col-md-6:nth-child(2) div .fb4-form .fb4-input {
  border-radius: none !important;
  background-color: #fff;
  color: #404040;
}
.fb4 .fb4-row .col-md-6:nth-child(2) div .fb4-form .form-control {
  height: calc(1.5em + 0.75rem + 15px);
  border-radius: 0 !important;
}
.fb4 .fb4-row .col-md-6:nth-child(2) div .fb4-form .form-control:nth-child(1) {
  width: 65%;
}
.fb4 .fb4-row .col-md-6:nth-child(2) div .fb4-form .form-control:nth-child(2) {
  width: 35%;
}
.fb4 .fb4-row1 {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px;
}
.fb4 .fb4-row1 .fb4-col6 #fb4-logo {
  height: 70px;
}
.fb4 .fb4-row1 .fb4-col6 .fb4-social-block {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.fb4 .fb4-row1 .fb4-col6 .fb4-social-block img {
  height: 22px;
  transition: 100ms;
}
.fb4 .fb4-row1 .fb4-col6 .fb4-social-block img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.fb4 .fb4-row2 {
  background-color: #ffc400;
  color: #092043;
  border-bottom: 3px solid #092043;
}

.fb4-nav {
  padding-left: 0;
}
.fb4-nav li {
  list-style-type: none;
}

.fb4-nav-h6 {
  color: #092043;
}

.fb4-copy {
  margin-top: 8px;
}
.fb4-copy q {
  font-style: italic;
}

.fb4-btn {
  background-color: #ffc400;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc400;
  border: 1px solid #ffc400;
  color: #092043;
  transition: 200ms;
  border-radius: 0;
  padding: 10px 15px;
  border-color: #ffc400;
  transition: ease-in 200ms;
  padding: 0;
}
.fb4-btn:hover {
  border: 1px solid #ffc400;
  background-color: #092043;
  color: #ffc400;
}

.fb4-btn:hover {
  color: #ffc400 !important;
  background-color: #092043;
}

.fb4-cp2 {
  text-align: right;
}

#cld:hover {
  color: #ffc400 !important;
}

/****************** Media Queries *******************/
@media screen and (max-width: 2560px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h6 {
    font-size: 30px;
  }
  /**************************/
}
@media screen and (max-width: 1920px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
  /**************************/
}
@media screen and (max-width: 1536px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 22px;
  }
  /**************************/
}
@media screen and (max-width: 1280px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 20px;
  }
  /**************************/
  .nav-block-one .nbo-row1 .nbo-logo .nav-contact {
    width: 50% !important;
  }
  .h-hero .h-hero-row .hero-col .hero-tabs {
    right: 150px !important;
    width: 35% !important;
  }
  .prev, .next {
    top: 45% !important;
  }
  .fb4 .fb4-row1 .fb4-col6 #fb4-logo {
    height: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h4 {
    font-size: 23px;
  }
  h6 {
    font-size: 18px;
  }
  /**************************/
  .nav-block-one .nbo-row .navbar-collapse .navbar-nav .nav-item {
    padding: 15px 10px !important;
  }
  .nav-contact {
    width: 60% !important;
  }
  .icon-1 {
    height: 40px !important;
    width: 40px !important;
  }
  .icon-0 {
    height: 30px !important;
    width: 30px !important;
  }
  .h-hero .h-hero-row .h-hero-col .h-hero-text-block {
    margin-bottom: 50px !important;
  }
  .h-hero .h-hero-row .hero-col .hero-tabs {
    right: 100px !important;
    width: 40% !important;
  }
  .ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay {
    width: 60% !important;
  }
  .cbt .cbt-row-1 .cbt-col-7 .form-group .cbt-btn {
    width: 40% !important;
  }
  .fb4 .fb4-row1 .fb4-col6 #fb4-logo, #desk-logo {
    height: 60px !important;
  }
  .fb4 .fb4-row1 .fb4-col6 .fb4-social-block img {
    height: 20px !important;
    transition: 100ms;
  }
}
@media screen and (max-width: 992px) {
  .nav-block-one .nbo-row .nav-socials {
    width: 85% !important;
  }
  .icon-1 {
    height: 37px !important;
    width: 37px !important;
  }
  .icon-0 {
    height: 27px !important;
    width: 27px !important;
  }
  .desk-top {
    display: none !important;
  }
  .hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details {
    flex-direction: column !important;
  }
  .hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-img {
    width: 60px !important;
  }
  .hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .rating .star, .hs1-container .hs1-row .hs1-col .top-blck .cust-rating .stars img {
    height: 10px !important;
    width: 10px !important;
  }
  .ss1-container .ss1-row:nth-child(2) .ss1-col:nth-child(2) .servi-img-block {
    padding: 20px !important;
  }
  .cbt .cbt-row-1 .cbt-col-7 .form-group .cbt-btn {
    width: 50% !important;
  }
  .fb4 .fb4-row1 .fb4-col6 .fb4-social-block {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .row {
    width: 100% !important;
  }
  /**** Universal Styles ****/
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  /**************************/
  .contct {
    display: none;
  }
  .nav-block-one .nbo-row1 .nbo-logo .nav-contact {
    width: 40% !important;
    justify-content: flex-end !important;
  }
  .hs4-container .hs4-row .hs4-col .gallery-block .small-img .overlayed .layer .text {
    display: none;
  }
  .hs4-container .hs4-row .hs4-col .gallery-block .big-small .overlay .text {
    margin: 0;
  }
  .hs4-container .hs4-row .hs4-col .gallery-block .big-small .overlay {
    padding: 7px 15px !important;
  }
  .hs5-container .hs5-row:nth-child(2) .hs5-col .img-block img {
    width: 50% !important;
  }
  .ss2-container .ss2-row:nth-child(2) .ss2-col:nth-child(2) .servi-descrip .track-record .record {
    margin: 10px 5px 10px 0 !important;
  }
  .ss6-container .ss6-row:nth-child(2) .ss6-col:nth-child(2) .o-services {
    margin-top: 40px;
  }
  .ss6-container .ss6-row:nth-child(2) .ss6-col:nth-child(2) .o-services .block1 {
    flex-direction: column !important;
  }
  .as1-container .as1-row .as1-col:nth-child(3) {
    margin-top: 40px !important;
  }
  /* FOOTER BLOCK FOUR  */
  .fb4-row, .fb4-row1, .fb4-row2 {
    width: 90% !important;
  }
  .fb4-row1 {
    padding: 30px 10px !important;
  }
  .fb4-cp2 {
    text-align: left !important;
  }
  .fb4-row1 > .col-md-2 {
    width: 33% !important;
  }
  .fb4 .fb4-row1 .fb4-col6 #fb4-logo, #desk-logo {
    height: 55px !important;
  }
  .fb4 .fb4-row1 .fb4-col6 .fb4-social-block {
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
  .row {
    width: 90% !important;
  }
}
@media screen and (max-width: 600px) {
  #mobile-logo {
    display: block !important;
  }
  #desk-logo, .socials {
    display: none !important;
  }
  .nbo-logo {
    padding: 0 !important;
  }
  .nav-block-one .nbo-row .nav-socials {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .nav-block-one .nbo-row {
    width: 100%;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav-block-one .nbo-row .nav-socials {
    width: 70% !important;
  }
  .h-hero .h-hero-row .hero-col .hero-tabs {
    bottom: -50px !important;
    right: auto !important;
    width: 90% !important;
  }
  .hs1-col {
    margin-bottom: 30px !important;
  }
  .hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-img {
    margin-right: 0px !important;
  }
  .hs6-container .hs6-row:nth-child(2) .hs6-col .testi-block .img-block .client-details .client-img {
    width: 120px !important;
  }
  .ss2-container .ss2-row:nth-child(2) .ss2-col:nth-child(2) .servi-descrip .track-record .record {
    padding: 10px !important;
    margin: 10px 10px 10px 0;
  }
  .ps2-container .ps2-row:nth-child(1) .ps2-col .vidz video:nth-child(2) {
    display: block !important;
  }
  .ps2-container .ps2-row:nth-child(1) .ps2-col .vidz .overlay {
    width: 80% !important;
    bottom: -55px !important;
  }
  .ps3-container .ps3-row .ps3-col:nth-child(2) {
    margin: 20px auto;
  }
  .ws-container .ws-row:nth-child(1) .col-md-8 .img-block {
    margin-top: 30px;
  }
  .ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect {
    flex-direction: column !important;
  }
  .ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .text-box {
    height: 200px !important;
    width: 100% !important;
  }
  .ws-container .ws-row:nth-child(1) .col-md-8 .img-block .sect .img-box {
    width: 100% !important;
  }
  .cbt .cbt-row-1 .cbt-col-7 .form-group .cbt-btn {
    width: 60% !important;
  }
  .sidenav .closebtn {
    color: #ffc400;
    font-size: 36px !important;
  }
  /* FOOTER BLOCK FOUR */
  .fb4-row1 > .col-md-2 {
    width: 50% !important;
  }
  .fb4 .fb4-row1 .fb4-col6 #fb4-logo, #mobile-logo {
    height: 70px !important;
  }
}
@media screen and (max-width: 480px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .text,
  .btn-text,
  a {
    font-size: calc(12px + 0.390625vw) !important;
  }
  .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 50px !important;
    padding-top: 30px !important;
  }
  /**************************/
  .h-hero {
    margin-top: 0px !important;
  }
  .nav-block-one {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mySlides, .caption-container {
    width: 100% !important;
  }
  .prev, .next {
    top: 60% !important;
  }
  .numbertext {
    position: absolute !important;
    top: 30% !important;
  }
}
@media screen and (max-width: 360px) {
  /**** Universal Styles ****/
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
  /**************************/
}/*# sourceMappingURL=styles.css.map */