/* @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"; */
body {
  /* font-family: open sans, sans-serif; */
  font-family:Century Gothic;
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  font-size: 15px;
}
p {
  font-size: 16px;
  /* color: #0a465f; */
  color: #000000;
  line-height: 1.7;
  margin: 0;
}
a {
  /* color: #0a465f; */
  color: #000000;
  font-size: 15px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
:focus {
  box-shadow: unset;
  outline: 0;
}
button:focus {
  outline: 0;
}
.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.ptb-80 {
  /* padding-top: 80px; */
  padding-top: 50px;
  /* padding-bottom: 80px; */
  padding-bottom: 60px;
}
.pb-110 {
  padding-bottom: 110px;
}
.bg {
  /* background: #fff3f3; */
  background: #ffffff;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #27186c;
  /* color: #fff; */
  line-height: 1;
}
.list-unstyled li {
  color: #d9534f;
}
.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.33);
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0a465f;
}
.owl-controls .owl-dot {
  background: #848484;
  width: 30px;
  height: 6px;
  margin: 0 0 0 10px;
  display: inline-block;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
}
.btn-primary {
  color: #fff;
}
.btn {
  font-weight: 700;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 5px;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.btn-primary.btn-color {
  background: #0a465f;
  border-color: #0a465f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0a465f;
  border-color: #0a465f;
}
.btn-primary.btn-color:hover,
.btn-primary.btn-color:focus {
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  opacity: 1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled:hover {
  background: #0a465f;
  border-color: #0a465f;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}
.section-title h3::before,
.section-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #0a465f;
  width: 110px;
  height: 3px;
  margin: 0 auto;
  bottom: -37px;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.section-title h3::after {
  bottom: -25px;
  width: 60px;
}
.section-title:hover h3::before {
  width: 60px;
}
.section-title:hover h3::after {
  background: #0a465f;
  width: 110px;
}
.form-control {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  height: 45px;
}
#message.form-control {
  height: auto;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: unset;
}
.read-more-btn {
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.read-more-btn:hover {
  padding-left: 0;
}
.read-more-btn .left {
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
}
.read-more-btn:hover .left {
  opacity: 0;
  visibility: hidden;
}
.read-more-btn .right {
  opacity: 0;
  visibility: hidden;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.read-more-btn:hover .right {
  opacity: 1;
  visibility: visible;
}
.preloader-area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}
@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10%;
  height: 10%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}
@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}
@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}
@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}
@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}
@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}
@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}
@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}
@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}
@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}
@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.header {
  position: relative;
}
.header-top {
  background: #fff3f3;
  padding: 15px 0;
}
.header-top p {
  font-weight: 700;
}
.header-top p i {
  margin-right: 4px;
}
.header-top-social {
  text-align: right;
}
.header-top-social li {
  display: inline-block;
  margin-left: 10px;
}
.header-top-social li a {
  font-size: 18px;
}
.header-middle {
  /* padding: 25px 0; */
  /* padding: 5px 0; */
  padding: 0px 0;
}
/* .header-middle .middle-right {
    text-align: right;
    margin-top: 25px;
} */
.header-middle .middle-right {
  /* text-align: right; */
  /* margin-top: 25px; */
  /* margin-top: 40px; */
  margin-top: 10px;
  text-align: -webkit-auto;
}
.header-middle .middle-right li {
  display: inline-block;
  /* margin-left: 40px; */
  margin-left: 20px;
  position: relative;
}
.header-middle .middle-right .icon {
  position: absolute;
  left: -10px;
  top: 6px;
}
.header-middle .middle-right .location {
  left: 0;
}
.header-middle .middle-right .phone {
  left: 0;
}
.header-middle .middle-right .text {
  text-align: left;
  padding-left: 50px;
}
.header-middle .middle-right .text span {
  font-size: 14px;
  font-weight: 700;
  color: #0a465f;
}
.header-middle .middle-right .text p {
  line-height: 1;
  margin-top: 5px;
}
.header-middle-two {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .header-middle-two {
    padding-bottom: 25px;
  }
}
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media only screen and (max-width: 991px) {
  .header-sticky.is-sticky {
    height: 62px;
  }
}
.main-header-area {
  width: 100%;
  position: relative;
  z-index: 9999;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area {
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header-area {
    height: 64px;
  }
}
.main-header-area .classy-nav-container {
  background-color: transparent;
}
.main-header-area .classy-navbar {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area .classy-navbar {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header-area .classy-navbar {
    height: 64px;
    padding: 0.5em 0;
  }
}
.main-header-area .classynav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  /* padding: 14px 22px; */
  padding: 2px 28px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .main-header-area .classynav ul li a {
    color: #fff;
  }
  .main-header-area .classynav ul li a {
    padding: 4px 20px 1px;
    font-size: 15px;
    text-align: left;
  }
}
.main-header-area .nav-brand {
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-area .nav-brand {
    margin-right: 0;
  }
}
.main-header-area .classynav ul {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 90px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-sticky .main-header-area {
    height: 70px;
  }
  .light .classynav ul li .dropdown,
  .light .classynav ul li .megamenu,
  .light.breakpoint-on .classynav > ul > li > a,
  .light.breakpoint-on .classy-navbar .classy-menu {
    background-color: #000;
  }
}
.main-header-area .light .classynav ul li .dropdown li .dropdown .active a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .is-sticky .main-header-area {
    height: 70px;
  }
  .light .classynav ul li .dropdown,
  .light .classynav ul li .megamenu,
  .light.breakpoint-on .classynav > ul > li > a,
  .light.breakpoint-on .classy-navbar .classy-menu {
    background-color: #000;
  }
}
.main-header-area .classynav ul li a.active,
.main-header-area .classynav ul li a:hover {
  color: #fff;
  background: #29166d;
}
.main-header-area .classynav .dropdown li a.active,
.main-header-area .classynav .dropdown li a:hover {
  color: #fff;
  background: #29166d;
}
.main-header-area .light .classynav ul li .dropdown li .dropdown li a:hover {
  color: #fff;
}
.main-header-area .classynav .text-end {
  width: 35.5%;
}
@media only screen and (max-width: 991px) {
  .main-header-area .classynav .text-end {
    width: 100%;
    text-align: left !important;
  }
}
.main-header-two {
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 62px;
  bottom: -30px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .main-header-two {
    background: #f60 !important;
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .light .classynav ul li .dropdown,
  .light.classy-nav-container {
    background-color: transparent !important;
  }
}
#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: 0 auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -45px;
}
#search .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
#search .close:hover,
#search .close:focus {
  color: #fff;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.main-header-area .classynav ul li a.search-btn {
  color: #fff;
  margin-left: 0;
  display: inline-block;
}
.main-banner {
  /* height: 730px; */
  /* height: 100vh; */
  height: 95vh;
  /*height: 80vh;*/
  background: #ddd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* background: #fff; */
  /* background: #0000009c; */
  /* background: #0000007d; */
  width: 100%;
  height: 100%;
  opacity: 0.77;
  z-index: -1;
}
.item-bg-one {
  /* background-image: url(../img/home-bg1.jpg); */
  /* background-image: url(../img/banners/banner1.jpg); */
  background-image: url(../dhananjai/banners/b1.jpg);
}
.item-bg-two {
  /* background-image: url(../img/home-bg2.jpg); */
  background-image: url(../dhananjai/banners/b2.jpg);
  /*background-image: url(../img/banners/b2.jpg);*/
}
.item-bg-three {
  /* background-image: url(../img/home-bg3.jpg); */
  background-image: url(../dhananjai/banners/b3.jpg);
}
.item-bg-four {
  /* background-image: url(../img/home-bg3.jpg); */
  background-image: url(../dhananjai/banners/b4.jpg);
}
.main-banner-text h1 {
  /* font-size: 70px; */
  font-size: 35px;
  font-weight: 600;
  max-width: 760px;
  margin: 20px 0 25px;
  color: #fff;
  float: right;
  margin-top: 30px;
  width: 50%;
  margin-top: 151px;
  text-align: right;
  font-size: 70px;
  font-family: cambria;
  text-shadow: 0 1px 0 #0a465f, 0 2px 0 #0a465f, 0 3px 0 #0a465f,
    0 4px 0 #03445f, 0 5px 0 #03445f, 0 6px 1px rgb(0 0 0 / 10%),
    0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%),
    0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
}
.main-banner-text h4 {
  /* font-size: 42px; */
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  float: right;
  width: 62%;
  text-shadow: rgb(250 172 28) 0px 1px 0px, rgb(0 0 0) 0px 2px 0px,
    rgb(0 0 0) 0px 3px 0px, rgb(0 0 0) 0px 4px 0px, rgb(0 0 0) 0px 5px 0px,
    rgb(0 0 0) 0px 6px 1px, rgb(0 0 0) 0px 0px 5px, rgb(0 0 0) 0px 1px 3px,
    rgb(0 0 0 / 20%) 0px 3px 5px, rgb(0 0 0 / 25%) 0px 5px 10px,
    rgb(0 0 0 / 20%) 0px 10px 10px, rgb(0 0 0 / 15%) 0px 20px 20px;
}
/* text-shadow: 0 1px 0 #0a465f, 0 2px 0 #0a465f, 0 3px 0 #0a465f, 0 4px 0 #03445f, 0 5px 0 #03445f, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%) */
/* width: 100%;  */

.main-banner-text p {
  font-size: 20px;
  max-width: 760px;
  margin-bottom: 35px;
  color: #fff;
  /* float:right;  */
  /* width: 50%; */
}
.main-banner-text .read-more {
  padding: 10px 20px;
  /* color: #0a465f; */
  color: #faac1c;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  /* float:right;  */
  margin-top: 50px;
}
.main-banner-text .read-more i {
  margin-right: 4px;
}
.main-banner-text .read-more:hover {
  background: #0a465f;
  color: #fff;
}
.welcome-text span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.welcome-text h4 {
  /* font-size: 25px; */
  font-size: 18px;
  font-weight: 700;
  /* margin: 10px 0 25px; */
  margin: 6px 0 0px;
  line-height: 35px;
  text-transform: uppercase;
}
.gq-au-btn {
  margin-top: 30px;
}
.gq-au-btn .mr-20 {
  margin-right: 20px;
}
.welcome-text p {
  margin-bottom: 10px;
  line-height: 1.9;
}
.welcome-video {
  margin-top: 20px;
  position: relative;
  /* background-image: url(../img/images/aboutus.jpg); */
  /* background-image: url(../img/images/about-mechin3.png); */
  /* background-image: url(../img/images/pic1.png); */
  /* background-image: -webkit-gradient( linear, left top, right top, from(#0a465f), to(rgb(250 172 28 / 2%)) ); */
  /* height: 395px; */
  /* height: 600px; */
  /* height: 100%; */
  /* width:50%; */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #7c9ca975;  */
  background-color: #fff;
  width: 100%;
  text-align: center;
  border: 3px solid #ccc;
}
.welcome-video:before {
  /* background-color: #000; */
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.welcome-video a.popup-youtube {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  right: 0;
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.welcome-video:hover a.popup-youtube {
  transform: scale(1.1);
}
.single-about {
  /* background: #fff; */
  background: #000;
  /* background-image: -webkit-gradient( linear, left top, right top, from(#0a465f), to(rgb(250 172 28 / 2%)) ); */
  text-align: center;
  border-radius: 5px;
  /* padding: 40px 30px; */
  padding: 2px 30px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* height: 400px; */
  /* height: 555px; */
  height: 450px;
}

.single-about:hover {
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  border-radius: 0;
}
.single-about h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 30px 0 20px;
}
.single-about p {
  margin-bottom: 20px;
}
.why-choose-area {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.why-choose-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background-image: url(../img/why-choose-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1 !important;
}
.why-choose .section-title {
  text-align: left;
}
.why-choose .section-title h3::before,
.why-choose .section-title h3::after {
  margin: 0;
}
.why-choose-box {
  margin-bottom: 30px;
}
.why-choose-box .icon {
  float: left;
}
.why-choose-box .content {
  padding-left: 70px;
}
.why-choose-box .content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-choose-box .content p {
  font-size: 15px;
}
.services-box {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
.services-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.66;
}
.services-box.mt-30 {
  margin-top: 30px;
}
.services-bg1 {
  background-image: url(../img/services-img1.jpg);
  height: 530px;
}
.services-bg2 {
  background-image: url(../img/services-img2.jpg);
}
.services-bg3 {
  background-image: url(../img/services-img3.jpg);
}
.services-bg4 {
  background-image: url(../img/services-img4.jpg);
}
.services-bg5 {
  background-image: url(../img/services-img5.jpg);
}
.services-bg1 .services-content {
  margin-top: -87px;
}
.services-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  margin-top: -50px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.services-box:hover .services-content {
  transform: translateY(-21px);
}
.services-content img {
  height: 65px;
}
.services-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
.services-content p {
  color: #fff;
  margin-top: 20px;
}
.services-content a {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}
.services-box:hover .services-content a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view-all {
  text-align: center;
  margin-top: 40px;
}
.servicesBox {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.servicesBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.66;
}
.servicesBox.services-bg1 {
  height: 400px;
}
.servicesBox.services-bg1 .services-content {
  margin-top: -85px;
}
.servicesBox .services-content {
  margin-top: -85px;
}
.servicesBox:hover .services-content {
  transform: translateY(-30px);
}
.servicesBox:hover .services-content a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.single-services {
  margin-bottom: 30px;
}
.single-services .img {
  overflow: hidden;
}
.single-services .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.single-services:hover .img img {
  transform: scale(1.3);
}
.single-services .content {
  padding: 25px;
  /* box-shadow: 0 0 10px 0 rgba(67, 67, 67, 0.15); */
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);

  background-color: #ebeef8;

  text-align: center;
}
.single-services .content h3 a {
  font-size: 20px;
  font-weight: 700;
}
.single-services .content h3 i {
  font-size: 24px;
  margin-right: 5px;
}
.single-services .content p {
  margin: 25px 0 20px;
}
.services-list ul li {
  margin-bottom: 10px;
}
.services-list ul li:last-child {
  margin-bottom: 0;
}
.services-list ul li a {
  font-weight: 700;
  /* background: #fff; */
  background: #f0a8b2;
  padding: 10px 15px;
  display: block;
  position: relative;
}
.services-list ul li a:hover {
  padding-left: 25px;
  color: #fff;
}
.services-list ul li a span i {
  font-size: 20px;
}
.services-list ul li a .left,
.services-list ul li a .right {
  position: absolute;
  left: 10px;
  top: 11px;
  opacity: 0;
  visibility: hidden;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.services-list ul li a:hover .left {
  opacity: 1;
  visibility: visible;
  left: 15px;
}
.services-list ul li a .right {
  left: auto;
  right: 15px;
  opacity: 1;
  visibility: visible;
}
.services-list ul li a:hover .right {
  opacity: 0;
  visibility: hidden;
  right: 10px;
}
.services-details-img.mt-30 {
  margin-top: 30px;
}
.services-details-img img {
  width: 100%;
}
.services-details-content {
  margin-top: 25px;
}
.services-details-content .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.services-details-features {
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 10px solid #fff3f3;
}
.services-details-features ul li {
  font-size: 16px;
  color: #0a465f;
  margin-bottom: 10px;
}
.services-details-features ul li:last-child {
  margin-bottom: 0;
}
.services-details-features ul li i {
  font-size: 20px;
  margin-right: 5px;
}
.services-details-content .our-mission {
  margin-bottom: 30px;
}
.services-details-faq {
  margin-top: 50px;
}
.card {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 10px;
  border: none;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: 0 0;
}
.card-header a {
  display: block;
}
.card-header a h5 {
  font-size: 16px;
  overflow: hidden;
  /* padding: 10px; */
  /* color: #fff; */
  color: #000;
  line-height: 16px;
  font-weight: 700;
}

.card-header a.collapsed h5 {
  color: #0a465f;
  background: #fff3f3;
}
.card-header i {
  /* float: right; */
  font-size: 16px;
}
.card-header a.collapsed .fa.fa-plus::before {
  content: "\f067";
}
.card-header a .fa.fa-plus::before {
  content: "\f068";
}
.card-body {
  line-height: 1.7;
  /* color: #0a465f; */
  color: #000;
  font-weight: 700;
}
.ctr-area {
  position: relative;
  /* background-image: url(../img/ctr-bg.jpg); */
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  z-index: 1;
}
.ctr-area.item-bg {
  background-image: url(../img/ctr-bg2.jpg);
}
.ctr-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #0a465f; */
  background-color: #000;
  opacity: 0.66;
  z-index: -1;
}
.ctr-area h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
.ctr-area p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.client-img {
  position: relative;
  padding: 7px 0 7px 7px;
}
.client-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 140px;
  z-index: -1;
}
.client-feedback {
  padding: 80px 35px 0;
}
.single-feedback {
  border: 1px solid #ebebeb;
}
.testimonial-slider.owl-carousel .owl-item img {
  max-width: 100%;
  width: 100%;
}
.client-feedback h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.client-feedback p {
  font-size: 17px;
  margin-bottom: 25px;
  color: #848484;
  font-style: italic;
}
.client-feedback span {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #3e477f;
  text-transform: uppercase;
}
.client-feedback span::before {
  content: "";
  background: #848484;
  height: 3px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 9px;
}
.testimonial-slider .owl-controls {
  position: absolute;
  left: -16%;
  right: 0;
  text-align: center;
  bottom: 50px;
}
.partner-area {
  text-align: center;
}
.partner-slider .owl-item .item {
  background-color: #fff;
  padding: 4px;
  /* border: 1px solid #ebebeb; */
  border: 2px solid #000;
}
.partner-slider .item a {
  display: block;
}
.case-studies-area {
  position: relative;
  overflow: hidden;
}
.case-studies-box {
  background: #fff;
  border: 1px solid #ebebeb;
}
.case-studies-img {
  overflow: hidden;
}
.case-studies-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.case-studies-box:hover .case-studies-img img {
  transform: scale(1.3);
}
.case-studies-content {
  padding: 80px 25px;
}
.case-studies-content h3 a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.case-studies-content h3 {
  line-height: 1.5;
}
.case-studies-content p {
  margin: 15px 0 20px;
}
.case-studies-area .pagination-area {
  margin-top: 65px;
}
.animation-shape div {
  position: absolute;
  left: 0;
  top: 0;
}
.animation-shape .shape1 {
  top: -60px;
  animation: movebounce 3s linear infinite;
}
.animation-shape .shape2 {
  left: auto;
  right: 0;
  top: -60px;
  animation: movebounce 4s linear infinite;
}
.animation-shape .shape3 {
  top: auto;
  bottom: -60px;
  animation: movebounce 5s linear infinite;
}
.animation-shape .shape4 {
  left: auto;
  right: 0;
  top: auto;
  bottom: -60px;
  animation: movebounce 6s linear infinite;
}
.animation-shape .shape5 {
  animation: movebounce 3s linear infinite;
  top: 20%;
  left: 150px;
}
.animation-shape .shape6 {
  animation: movebounce 4s linear infinite;
  left: auto;
  right: 150px;
  top: 20%;
}
.animation-shape .shape7 {
  animation: movebounce 5s linear infinite;
  left: 150px;
  top: auto;
  bottom: 20%;
}
.animation-shape .shape8 {
  animation: movebounce 6s linear infinite;
  left: auto;
  top: auto;
  right: 125px;
  bottom: 20%;
}
.animation-shape .shape9 {
  animation: movebounce 6s linear infinite;
  top: 50%;
  left: 200px;
}
.animation-shape .shape10 {
  animation: movebounce 5s linear infinite;
  left: auto;
  right: 20%;
  top: 14%;
}
.animation-shape .shape11 {
  animation: movebounce 4s linear infinite;
  left: 230px;
  top: auto;
  bottom: 7%;
}
.animation-shape .shape12 {
  animation: movebounce 3s linear infinite;
  left: auto;
  top: auto;
  right: 170px;
  bottom: 46%;
}
.animation-shape .shape13 {
  animation: movebounce 6s linear infinite;
  top: 15%;
  left: 20%;
}
.animation-shape .shape14 {
  animation: movebounce 3s linear infinite;
  left: auto;
  top: auto;
  bottom: 20%;
  right: 20%;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.case-details-img img {
  width: 100%;
}
.case-details-img.mt-30 {
  margin-top: 30px;
}
.case-details-content {
  margin-top: 30px;
}
.case-details-content .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.case-details-content p {
  margin-top: 10px;
}
.brief-case {
  margin-top: 30px;
}
.brief-case-box {
  margin-bottom: 8px;
  padding: 9px 15px;
  background: #fff3f3;
}
.brief-case-box p {
  margin: 0;
  font-weight: 700;
}
.brief-case-box p span {
  font-weight: 400;
}
.case-details-box {
  margin-top: 40px;
}
.case-details-box .card-header a h5 {
  padding: 20px 15px;
  font-weight: 700;
}
.case-details-box .card-header a.collapsed h5 {
  color: #0a465f;
  border: 2px solid #0a465f;
  background: 0 0;
}
.case-details-box .card-body {
  background: #fff3f3;
}
.case-details-box .card-body p {
  margin-top: 0;
}
.case-details-box .card-body ul {
  margin-top: 25px;
}
.case-details-box .card-body ul li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.case-details-box .card-body ul li:last-child {
  margin-bottom: 0;
}
.case-details-box .card-body ul li p {
  font-weight: 500;
  margin-top: 10px;
}
.case-details-box .card-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
}
.border {
  border-color: #fff3f3 !important;
}
.query-contact {
  background: #0a465f;
  padding: 25px 40px 60px;
  position: relative;
}
.query-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: 30px;
  background: #0a465f;
}
.query-border::before,
.query-border::after {
  content: "";
  position: absolute;
  left: -31px;
  top: -14px;
  border-left: 46px solid #10194b;
  height: 20px;
  transform: rotate(-50deg);
  z-index: -1;
}
.query-border::after {
  left: auto;
  right: -31px;
  transform: rotate(50deg);
}
.query-contact h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.query-contact .btn.btn-primary {
  margin-top: 10px;
}
.query-contact .btn-primary:hover {
  border-color: #fff;
}
.fun-facts {
  text-align: center;
  padding: 70px 0 0;
}
.funFact {
  margin-bottom: 35px;
}
.funFact img {
  height: 80px;
}
.funFact h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 25px 0 8px;
}
.funFact p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
.funFacts-area {
  background: #0a465f;
}
.funFacts-area .funFact {
  margin-bottom: 0;
  text-align: center;
}
.blog-area {
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-img {
  overflow: hidden;
}
.single-blog-post .post-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.single-blog-post .post-img:hover img {
  transform: scale(1.3);
}
.post-content {
  padding: 25px 0 0;
}
.post-content ul li {
  display: inline-block;
  margin-right: 20px;
  color: #848484;
}
.post-content ul li:last-child {
  margin-right: 0;
}
.post-content ul li i {
  margin-right: 4px;
}
.post-content h3 {
  margin: 20px 0 0;
  line-height: 1.6;
}
.post-content h3 a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.post-content p {
  margin: 18px 0 20px;
}
.blog-content.post-content {
  padding: 35px 0 0;
}
.blog-content.post-content h3 {
  margin: 12px 0 0;
}
.blog-content.post-content h3 a {
  font-size: 16px;
  display: inline-block;
}
.border {
  margin: 25px 0;
}
.see-all-post {
  margin-top: 44px;
}
.see-all-post a {
  font-weight: 700;
  text-decoration: underline;
}
.blog-section .single-blog-post {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 26px;
}
.blog-details-img img {
  width: 100%;
}
.blog-details .title-text-box {
  margin-top: 25px;
}
.blog-details .title-text-box .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
}
.blog-details .title-text-box ul li {
  display: inline-block;
  margin-right: 18px;
}
.blog-details .title-text-box ul li:last-child {
  margin-right: 0;
}
.blog-details .title-text-box ul a i {
  margin-right: 4px;
}
.blog-details-content {
  margin-top: 30px;
}
.blog-details-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-details-content .list-style {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-content .list-style li {
  margin-bottom: 10px;
  color: #778793;
  font-size: 16px;
}
.blog-details-content .list-style li:last-child {
  margin-bottom: 0;
}
.blog-details-content .list-style li i {
  margin-right: 3px;
  font-size: 20px;
}
.blog-details-content .social-share li {
  display: inline-block;
}
.blog-details-content .social-share {
  margin-top: 30px;
  margin-bottom: 40px;
}
.blog-details-content .social-share li:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.blog-details-content .social-share li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #778793;
  color: #fff;
  border-radius: 50%;
}
.pre-next-post-link {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  /* padding: 25px 20px; */
  padding: 20px 20px;
  width: fit-content;
  background-color: #faac1c;
}
.pre-next-post-link .pre-post-link {
  position: relative;
  /* padding-left: 40px; */
}
.pre-post-link h5 i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 25px;
}
.pre-next-post-link .next-post-link {
  position: relative;
  padding-right: 40px;
}
.next-post-link h5 i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 25px;
}
.pre-next-post-link h5 {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 18px;
}
.pre-next-post-link span {
  font-size: 14px;
}
.blog-details-content .comments {
  margin-top: 40px;
}
.blog-details-content .comments h4 {
  margin-bottom: 35px;
}
.blog-details-content .single-comments {
  position: relative;
  overflow: hidden;
  padding-left: 95px;
}
.blog-details-content .single-comments.left-mr {
  margin-left: 45px;
  margin-top: 30px;
}
.blog-details-content .single-comments .img {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-content .single-comments .content h5 {
  font-weight: 700;
}
.blog-details-content .single-comments .content span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-details-content .single-comments .content a {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-content .leave-a-comment {
  margin-top: 30px;
}
.blog-details-content .leave-a-comment .form-control {
  border: 1px solid #eee;
}
.page-title {
  /* height: 280px; */
  height: 120px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
}
.page-title h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-title ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 1px;
  color: #0a465f;
}
.page-title ul li.active {
  color: #848484;
}
.page-title ul li a {
  font-weight: 600;
}
.page-title .animation-shape .shape5 {
  top: 6%;
}
.page-title .animation-shape .shape7 {
  bottom: -25px;
}
.page-title .animation-shape .shape11 {
  left: 22%;
  bottom: 20%;
}
.page-title .animation-shape .shape6 {
  top: 5%;
}
.page-title .animation-shape .shape8 {
  bottom: -40px;
}
.what-we-do {
  padding-bottom: 80px;
}
.what-we-do-box {
  margin-bottom: 30px;
}
.what-we-do-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 15px;
}
.what-we-do-img {
  position: relative;
}
.what-we-do-img img {
  width: 100%;
}
.what-we-do-img::before,
.what-we-do-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  width: 160px;
}
.what-we-do-img::after {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  border-left: none !important;
  border-bottom: none !important;
}
.pricing-table {
  padding: 0 0 30px;
  text-align: center;
  background: #fff3f3;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.pricing-table:hover {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
}
.pricing-table-header {
  /* border-radius: 0 0 50% 50%;
    padding: 30px; */
  border-radius: 34% 32% 50% 50%;
  padding: 27px;
  position: relative;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table:hover .pricing-table-header {
  background: #0a465f;
}
.pricing-table-header::before,
.pricing-table-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 20px;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table:hover .pricing-table-header::before,
.pricing-table:hover .pricing-table-header::after {
  background: #0a465f;
}
.pricing-table-header::after {
  left: auto;
  right: 0;
}
.pricing-table-header .title {
  /* font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; */
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  color: #000;
  margin-bottom: 10px;
}
.pricing-table-header .price-value {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.pricing-table-header .price-value .month {
  font-size: 20px;
}
.pricing-content {
  /* padding: 40px 30px; */
  padding: 8px 10px;
}
.pricing-content li {
  font-size: 18px;
  color: #0a465f;
  font-weight: 400;
  margin-top: 15px;
}
.pricing-content li:first-child {
  margin-top: 0;
}
.pricing-table:hover .btn-primary {
  color: #fff;
  background-color: #0a465f;
  border-color: #0a465f;
}
.team-area {
  padding-bottom: 50px;
}
.our-team {
  text-align: center;
  margin-bottom: 30px;
}
.our-team .team-img {
  overflow: hidden;
  position: relative;
}
.our-team .team-img img {
  width: 100%;
}
.our-team .social {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(100%) rotate(0);
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.our-team:hover .social {
  height: 100%;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}
.our-team .social ul li {
  display: inline-block;
}
.our-team .social ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #0a465f;
  font-size: 13px;
}
.our-team .social ul li a:hover {
  background: #fff;
}
.our-team .team-content {
  padding: 25px 0 0;
}
.our-team .title {
  margin: 0 0 10px;
}
.our-team .title a {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.our-team .post {
  font-size: 16px;
  color: #848484;
  font-weight: 400;
}
.team-details-img img {
  width: 100%;
}
.team-details-area .social {
  text-align: center;
  margin-top: 30px;
}
.team-details-area .social li {
  display: inline-block;
}
.team-details-area .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0a465f;
  color: #fff;
  border-radius: 50%;
}
.team-details h3 {
  font-size: 25px;
  font-weight: 700;
}
.team-details span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.team-details .blockquote {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff3f3;
}
.team-details .blockquote-footer {
  margin-top: 10px;
  font-weight: 600;
}
.team-contact-info .box {
  margin-top: 30px;
  text-align: center;
  background: #fff3f3;
  padding: 20px 15px;
}
.team-contact-info .box i {
  font-size: 35px;
  margin-bottom: 20px;
}
.team-contact-info .box h6 {
  line-height: 1.5;
}
.team-details .quick-contact {
  margin-top: 30px;
}
.team-details .quick-contact h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.team-details .quick-contact .form-control {
  border: 1px solid #eee;
}
.team-details-img {
  text-align: center;
}
.shorting-menu {
  text-align: center;
  margin-bottom: 30px;
}
.shorting-menu .filter {
  border: 1px solid #ebebeb;
  background: 0 0;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  font-weight: 700;
  color: #0a465f;
  margin-bottom: 10px;
}
.shorting-menu .filter.active {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.shorting-menu .filter:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.shorting .mix {
  display: none;
}
.single-portfolio {
  text-align: center;
  margin-bottom: 30px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.single-portfolio figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.single-portfolio figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  background-color: #faac1c;
}
.single-portfolio:hover figure img {
  transform: scale(1.3);
}
.single-portfolio figure .list-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #0a465f; */
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.single-portfolio:hover figure .list-overlay {
  opacity: 0.66;
  visibility: visible;
}
.single-portfolio .link-view {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.single-portfolio:hover .link-view {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.single-portfolio .link-view a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.single-portfolio .link-view a:hover {
  background: #fff;
}
.portfolio-content {
  background: 0 0;
  padding: 20px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.single-portfolio:hover .portfolio-content {
  background: #e8ecec;
}
.portfolio-content h3 a {
  font-size: 22px;
  font-weight: 700;
}
.portfolio-content h3 i {
  font-size: 24px;
  margin-right: 4px;
}
.portfolio-content p {
  margin-top: 20px;
}
.modal-dialog {
  max-width: 800px;
  margin: 0 auto;
}
.modal-content {
  text-align: center;
}
.modal-body {
  padding: 35px;
}
.modal-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.modal-body p {
  margin-top: 25px;
}
.modal button.close {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 5;
  background: #ff4e00;
  color: #fff;
  font-weight: 400;
  opacity: 1;
}
.modal button.close:hover {
  background-color: #222;
  color: #fff;
  opacity: 1;
}
.portfolio-details-img img {
  width: 100%;
}
/* .portfolio-details-content {
    margin-top: 25px;
} */
.portfolio-details-content .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}
.portfolio-details-content p {
  margin-top: 20px;
}
.portfolio-details-content ul {
  /* margin-top: 25px;
    margin-bottom: 25px; */
  /* padding: 20px 25px; */
  padding: 0px 25px;
  /* background: #fff3f3; */
  /* border-left: 4px solid; */
}
.portfolio-details-content ul li {
  margin-bottom: 10px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.portfolio-details-content ul li:last-child {
  margin-bottom: 0;
}
.portfolio-details-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.related-project {
  margin-top: 50px;
}
.related-project .single-portfolio {
  margin-bottom: 0;
}
.related-project .single-portfolio:hover .portfolio-content {
  background: 0 0;
}
.side-bar .project-info ul li {
  margin-bottom: 10px;
  font-weight: 700;
}
.side-bar .project-info ul li:last-child {
  margin-bottom: 0;
}
.side-bar .project-info ul li span {
  font-weight: 400;
}
p.mt-10 {
  margin-top: 10px;
}
.map-box {
  position: relative;
  margin-bottom: 80px;
}
#map iframe {
  height: 400px;
  width: 100%;
}
.contact-area .contact-info {
  /* position: absolute; */
  top: 23px;
  left: 20px;
  background: #fff;
  padding: 30px;
  /* display: flex; */
  box-shadow: 3px 3px 20px rgb(0 0 0 / 9%);
}
#contactForm1 {
  box-shadow: 3px 3px 20px rgb(0 0 0 / 9%);
}
.contact-info .info-box {
  overflow: hidden;
  margin-bottom: 25px;
}
.contact-info .info-box .icon {
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 41px;
  font-size: 25px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.contact-info .info-box:hover .icon {
  color: #fff;
}
.contact-info .info-box .content {
  padding-left: 60px;
}
.contact-info .info-box .content h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.contact-info .info-box .content p span {
  display: block;
}
.get-in-touch .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.get-in-touch .text span {
  display: block;
  margin-top: 15px;
}
.get-in-touch .stay-connected {
  margin-top: 25px;
}
.get-in-touch .stay-connected li {
  margin-bottom: 10px;
}
.get-in-touch .stay-connected li:last-child {
  margin-bottom: 0;
}
.get-in-touch .stay-connected li a {
  font-weight: 700;
}
.get-in-touch .stay-connected li a i {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.list-unstyled li {
  color: #d9534f;
}
.get-in-touch .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.get-in-touch .btn {
  margin-top: 15px;
}
.pagination-area {
  margin-top: 10px;
}
.page-link {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0 5px;
  color: #848484;
  background-color: #fff;
  border-radius: 50% !important;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}
.page-link:hover,
.page-link:focus {
  color: #fff;
}
.page-link:focus {
  box-shadow: none;
}
.side-bar {
  padding: 30px 20px;
  /* background: #fff3f3; */
}
.side-bar .widget {
  margin-bottom: 40px;
}
.side-bar .widget .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.side-bar .widget .title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 4px;
}
.sidebar-testimonials .feedback {
  background: #0a465f;
  text-align: center;
  padding: 20px 15px 50px;
}
.sidebar-testimonials .feedback img {
  width: 75px;
  display: inline-block;
}
.sidebar-testimonials .feedback span {
  display: block;
  color: #fff;
  margin: 10px 0 15px;
  font-size: 25px;
}
.sidebar-testimonials .feedback p {
  color: #fff;
  font-size: 14px;
}
.sidebar-testimonials .owl-theme .owl-nav [class*="owl-"] {
  background: 0 0;
  left: -40px;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 15px;
  font-size: 20px;
  width: auto;
  height: auto;
  line-height: 1;
}
.sidebar-testimonials .owl-theme .owl-nav .owl-next {
  right: -55px;
}
.brochure .btn {
  display: block;
  border-radius: 0;
  text-align: left;
  padding: 10px 15px;
  position: relative;
}
.brochure .btn i {
  position: absolute;
  right: 15px;
  top: 15px;
}
.brochure .btn-primary:hover,
.brochure .btn-primary:focus {
  border-top: 1px solid #fff;
}
.side-bar .quick-contact {
  background: #fff;
  padding: 20px;
}
.side-bar .quick-contact h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.side-bar .quick-contact p {
  margin-bottom: 15px;
}
.search-box form {
  position: relative;
}
.search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 45px;
  width: 60px;
  padding: 0;
}
.side-bar .latest-post .single-post {
  overflow: hidden;
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
}
.side-bar .single-post .img {
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
}
.side-bar .single-post .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #848484;
  margin-right: 10px;
}
.side-bar .single-post .content ul li:last-child {
  margin-right: 0;
}
.side-bar .single-post .content ul li a {
  font-size: 14px;
}
.side-bar .single-post .content h4 {
  margin-top: 5px;
  line-height: 1.5;
}
.side-bar .single-post .content h4 a {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}
.side-bar .categories ul li {
  margin-bottom: 12px;
  /* padding: 11px 20px; */
}
.side-bar .categories ul li:last-child {
  margin-bottom: 0;
}
.side-bar .categories ul li a {
  /* font-weight: 700; */
  font-size: 18px;
}
.side-bar .popular-tags ul li {
  display: inline-block;
  margin-top: 5px;
}
.side-bar .popular-tags ul li a {
  border-bottom: 4px solid #0a465f;
  font-weight: 600;
  padding: 6px 14px;
  display: inline-block;
}
.side-bar .popular-tags ul li a:hover {
  color: #fff;
}
.side-bar .share-links ul li {
  display: inline-block;
}
.side-bar .share-links ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #0a465f;
  color: #fff;
  font-size: 17px;
}
.error-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.error {
  text-align: center;
}
.error h2 {
  font-size: 100px;
  font-weight: 700;
}
.error h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
}
.error p {
  margin-bottom: 25px;
}
.single-questions {
  margin-bottom: 30px;
}
.single-questions h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-contact {
  text-align: center;
  margin-top: 40px;
  padding: 40px 30px;
  background-image: url(../img/home-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.faq-contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  z-index: -1;
}
.faq-contact h3 {
  font-size: 25px;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.faq-contact .btn {
  margin-top: 20px;
}
.get-quote-area h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.get-quote-area .form-control {
  border: 1px solid #eee;
}
.get-quote-area .btn {
  margin-top: 20px;
}
.get-qoute-img {
  margin-top: -52px;
  position: relative;
  overflow: hidden;
}
.get-qoute-img .animation-shape div img {
  height: 55px;
}
.get-qoute-img .animation-shape .shape5 {
  top: 29%;
  left: 0;
}
.get-qoute-img .animation-shape .shape6 {
  right: 0;
}
.get-qoute-img .animation-shape .shape7 {
  left: 0;
}
.get-qoute-img .animation-shape .shape8 {
  right: 0;
}
.get-qoute-img .animation-shape .shape9 {
  left: 0;
}
.get-qoute-img .animation-shape .shape11 {
  left: 50px;
  bottom: 0;
}
.get-qoute-img .animation-shape .shape12 {
  right: 0;
}
.get-qoute-img .animation-shape .shape13 {
  top: 11%;
}
.get-qoute-img .animation-shape .shape14 {
  bottom: 0;
  right: 0;
}
.login-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.login {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  box-shadow: 0 5px 15px 0 #d8dde6;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
.login h3 {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}
.login .form-control {
  background: #eee;
  border-radius: 30px;
  height: 55px;
}
.login .btn {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 45px;
  text-transform: uppercase;
}
.login h5 {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  color: #666;
}
.login h5 a {
  font-size: 16px;
}
.login h6 {
  position: absolute;
  bottom: -30px;
  right: 16px;
}
.register-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.register {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  box-shadow: 0 5px 15px 0 #d8dde6;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
.register h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.register h5 {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  color: #666;
}
.register h5 a {
  font-size: 16px;
}
.register .form-control {
  border: 1px solid #eee;
  border-radius: 30px;
}
.register .btn {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.footer-area {
  padding-bottom: 0;
}
.footer-area .logo {
  margin-top: 13px;
}
.footer-area .contact-info {
  /* text-align: right; */
  /* margin-top: 37px; */
  margin-top: 5px;
}
.footer-area .contact-info ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-left: 15px;
  background: #fff;
  padding: 10px 20px;
}
.footer-area .contact-info ul li:first-child {
  margin-left: 0;
}
.footer-area .contact-info ul li .icon {
  position: absolute;
  left: 20px;
  top: 18px;
}
.footer-area .contact-info ul li .text {
  text-align: left;
  padding-left: 45px;
}
.footer-area .contact-info .icon img {
  height: 35px;
}
.footer-area .contact-info ul .text span {
  font-size: 14px;
  font-weight: 700;
  color: #0a465f;
}
.footer-area .contact-info .text p a {
  font-size: 17px;
  font-weight: 700;
}
.footer-area .contact-info li:last-child .text span {
  color: #fff;
}
.footer-area .contact-info li:last-child .text p a {
  color: #0a465f;
}
.footer-area .contact-info ul li:last-child .text {
  padding-left: 58px;
}
.footer-area .border {
  border-color: #e6dddd !important;
  margin: 30px 0;
}
.single-footer .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-footer ul li {
  margin-top: 10px;
}
.single-footer ul li:first-child {
  margin-top: 0;
}
.single-footer ul li a {
  font-size: 16px;
  font-weight: 700;
}
.single-footer .pull-left {
  margin-right: 50px;
}
.single-footer .single-post {
  margin-bottom: 20px;
  overflow: hidden;
}
.single-footer .single-post .img {
  float: left;
}
.single-footer .single-post .content {
  padding-left: 95px;
}
.single-footer .single-post .content h3 {
  line-height: 1.4;
}
.single-footer .single-post .content h3 a {
  font-weight: 700;
  display: inline-block;
}
.single-footer .single-post .content span {
  font-size: 14px;
  color: #0a465f;
  font-weight: 400;
}
.newsletter {
  text-align: center;
  margin: 50px auto 0;
  max-width: 630px;
}
.newsletter h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.newsletter form {
  position: relative;
}
.newsletter form .form-control {
  border-radius: 30px;
  height: 50px;
}
.newsletter form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
  height: 50px;
}
.copyright-area {
  /* padding: 30px 0; */
  margin-top: 80px;
  /* background: #0a465f; */
  background: #ffffff;
  border-top: 2px solid #000;
}
.copyright-area p {
  /* color: #fff; */
  color: #000;
  font-size: 16px;
}
.copyright-area p a {
  color: #fff;
}
.copyright-area ul {
  text-align: right;
}
.copyright-area ul li {
  display: inline-block;
  margin-left: 10px;
}
.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area ul li a {
  color: #fff;
  font-size: 20px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 25px;
  color: #fff;
  background-color: #000;
  z-index: 1;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.go-top:hover {
  color: #fff;
}
.form-group {
  margin-bottom: 20px;
}
label {
  margin-bottom: 8px;
}
.text-black {
  color: #000;
}
/* .footer1{
    border-bottom: 2px solid #0a465f;
} */
.logo-text {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.logo-text1 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.portfolio-details-content1 {
  /* background: #faac1c; */
  list-style: none;
}
.fourbox {
  text-align: center;
  /* transition:all ease-out 0.7s;-moz-transition:all ease-out 0.7s;-ms-transition:all ease-out 0.7s;-o-transition:all ease-out 0.7s;-webkit-transition:all ease-out 0.7s; */
  /* opacity:0;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0; */
}
/* .fourbox p{ text-align:justify; font-size:22px; line-height:20px;}
.fourbox h3{  font-family:'Browallia New';padding:10px 0px; font-size:35px; } */
.fourimg img {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.side-bar .categories ul li {
  color: #000;
}

@media (min-width: 300px) and (max-width: 500px) {
  #contact {
    flex: 0 0 auto;
    width: 76.333333% !important;
  }
}
