@charset "utf-8";

/* CSS Document */

/*===============================================================

Common portion start

=================================================================

*/

@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"),
    url("../fonts/MinionPro-Regular.woff") format("woff"),
    url("../fonts/MinionPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PublicSans-VariableFont_wght";
  src: url("../fonts/PublicSans-VariableFont_wght.woff2") format("woff2"),
    url("../fonts/PublicSans-VariableFont_wght.woff") format("woff"),
    url("../fonts/PublicSans-VariableFont_wght.ttf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*font-family: 'Public Sans', sans-serif;*/

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  display: block;
  background: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #24313a;
  margin: 0;
  padding: 0;
}

div,
table,
tr,
th,
td,
figure,
th,
video,
audio,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
canvas,
section,
header,
footer,
nav,
span,
p,
small,
big,
a,
b,
strong,
img,
hr,
pre,
button,
input,
textarea,
optgroup,
ul,
li,
ol,
select,
option,
blockquote,
nav {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  list-style-type: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.parent-wrap {
  width: 100%;
  height: 100%;
  display: table;
}

.child-wrap {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-size: 85px;
  font-style: normal;
  line-height: 0.9;
  color: #b7b6bc;
  margin-bottom: 37px;
  letter-spacing: -0.45px;
}

h2 {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  /*color: #b6b5bb;*/
  color: #5e78a5;
  letter-spacing: -0.3px;
}
h3 {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 1;
  color: #b6b5bb;
  letter-spacing: -0.3px;
}

h4 {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1.3;
  color: #b6b5bb;
  font-weight: 600;
  letter-spacing: -0.3px;
}

h5 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #414348;
  line-height: 22px;
  letter-spacing: 0.02em;
}

h6 {
  font-size: 18px;
  color: #24313a;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}

p {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #35383d;
  font-weight: 200;
}

p:last-child {
  padding-bottom: 0;
}

a:hover {
  color: #1d8faa;
}

ul {
  margin-bottom: 0px;
}

input,
textarea,
select {
  font-size: 12px !important;
  color: #c4c4c4 !important;
  font-weight: 300 !important;
  width: 100%;
  height: 32px;
  border-radius: 90px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  text-indent: 8px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: transparent;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-in-out;
}
input:hover,
textarea:hover,
select:hover {
  box-shadow: 0 0 10px rgba(42, 171, 228, 0.5);
}
textarea {
  height: 127px;
  padding: 15px;
  text-indent: 0;
  border-radius: 10px 15px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #353535 !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #353535 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #353535 !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #353535 !important;
  font-weight: 400;
}

::selection {
  background: #1f1f1f;
  color: #fff;
}

::-moz-selection {
  background: #1f1f1f;
  color: #fff;
}

::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

::-o-selection {
  background: #1f1f1f;
  color: #fff;
}

::-ms-selection {
  background: #1f1f1f;
  color: #fff;
}
.dFlx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #1f1f1f;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1304px;
  display: block;
  margin: 0 auto;
}

.big_container {
  max-width: 1550px;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}

.v-align-top {
  align-items: flex-start;
}
.v-align-bottom {
  align-items: flex-end;
}
.v-align-center {
  align-items: center;
}
.v-align-stretch {
  align-items: stretch;
}

.button_common {
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.button_common span {
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.button_common:hover span {
  padding-left: 20px;
}
.button_common:hover {
  color: #fff;
}
.bg_transparent {
  background: transparent;
  border: 2px solid #1d8faa;
  color: #1d8faa;
  line-height: 28px;
}
.bg_transparent:hover {
  background: #1d8faa;
  color: #fff;
}
.pt_170 {
  padding-top: 170px;
}
.pb_170 {
  padding-bottom: 170px;
}
.pt_145 {
  padding-top: 145px;
}
.pb_145 {
  padding-bottom: 145px;
}
.pt_120 {
  padding-top: 120px;
}
.pb_120 {
  padding-bottom: 120px;
}
.pt_105 {
  padding-top: 100px;
}
.pb_105 {
  padding-bottom: 100px;
}
.pt_90 {
  padding-top: 90px;
}
.pb_90 {
  padding-bottom: 90px;
}
.pt_50 {
  padding-top: 50px;
}
.pb_50 {
  padding-bottom: 50px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center;
}
.empty_space {
  height: 70px;
}

/*Header Css Start*/
.hemberger {
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
}
.hemberger a {
  display: block;
}
.bar1,
.bar2,
.bar3 {
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
  background-color: #fff;
}
.header_wrap {
  width: 100%;
  padding: 47px 0;
}
.header_menu_wrap {
  align-items: center;
}

.transparent-header {
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.transparent-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(36 49 58 / 78%);
  z-index: 9999;
}
.transparent-header.fixed .header_wrap {
  padding: 20px 0;
  border-bottom: 0px solid #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

/*Header Css End*/

/*Banner Css Start*/
header.transparent-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.banner img {
  width: 100%;
}

/*Banner Css End*/

/*Your Vission Start*/

.your_vission {
  position: relative;
  overflow: hidden;
  background: rgb(235, 234, 232);
  background: linear-gradient(
    0deg,
    rgba(235, 234, 232, 1) 44%,
    rgba(255, 255, 255, 1) 44%
  );
}
.your_vission .experience_gallery {
  width: 155%;
}
.your_vission .container {
  position: relative;
  z-index: 9;
}
/*.slide_container {
    margin-left: 24.8%;
}*/

.your_vission .image_wrap {
  height: 1020px;
}
.your_vission .image_wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience_gallery .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.experience_gallery button {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #545961;
}
.experience_gallery button:hover {
  background: #175ea0;
}

.sydney_masonry .container {
  position: relative;
  z-index: 99;
}
.slide_content {
  width: 50%;
  background: #175ea0;
  color: #fff;
  padding: 120px 10% 120px 8%;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  transform: translateY(-100%);
}
.slide_content p {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 100;
}
.slide_content h3 {
  color: #fff;
  margin-bottom: 25px;
}
/*.slide_content a{
  text-decoration: underline;
  font-size: 14px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}*/
.What_makes {
  position: relative;
}
.What_makes .container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.What_makes_image_wrap {
  display: flex;
  justify-content: space-between;
}
.right_image {
  margin-top: -170px;
  z-index: 9;
  width: 50%;
  max-height: 870px;
}
.right_image img,
.left_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left_image {
  width: 25%;
  max-height: 700px;
}
.What_makes .slide_content {
  right: auto;
  left: 0;
  height: 100%;
}
.what_makes_content {
  width: 50%;
  background: #545961;
  color: #fff;
  padding: 120px 10% 120px 8%;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  /*transform: translateY(-100%);*/
}
.what_makes_content p {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 200;
}
.what_makes_content h3 {
  color: #898b90;
  margin-bottom: 25px;
}

.what_makes_content ul li {
  list-style: disc;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-weight: 200;
}
.what_makes_content ul {
  margin-bottom: 30px;
  margin-left: 17px;
}
.what_makes_content p.headding {
  margin-bottom: 9px;
}
/*Your Vission End*/

.right_content_wrap {
  width: 25%;
}
.left_image_wrap {
  width: 67%;
}
.we_left_wrap {
  align-items: center;
}
.we_left_wrap h4 {
  margin-bottom: 40px;
  color: #35383d;
}
.we_left_wrap p {
  margin-bottom: 30px;
}

/*Full Gallery Start*/

.full_gallery .image_wrap {
  height: 803px;
}

.full_gallery .image_wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full_gallery .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.full_gallery button {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #545961;
}
.full_gallery button:hover {
  background: #175ea0;
}
/*Full Gallery End*/

.projects {
  background: rgb(84, 89, 97);
  background: linear-gradient(
    90deg,
    rgba(84, 89, 97, 1) 43%,
    rgba(23, 94, 160, 1) 43%
  );
}
.project_wrap_left {
  width: 30%;
}
.project_wrap_right {
  width: 50%;
}
.content_wrap_project {
  display: flex;
  justify-content: space-between;
}
.content_wrap_project p {
  width: 44%;
}
.content_wrap_project ul {
  width: 50%;
}
.projects p {
  color: #fff;
}
.projects h4 {
  margin-bottom: 30px;
  color: #fff;
}
.projects h2 {
  margin-bottom: 30px;
}
.projects ul li {
  color: #fff;
  line-height: 24px;
  padding-left: 20px;
  background: url(../img/right.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-weight: 200;
}
.we_left .button_common {
  color: #35383d;
  border-bottom: 1px solid #35383d;
}

.Our_client h2 {
  /*color: #b7b6bc;*/
  color: #dadadc;
  margin-bottom: 0px;
}
/*.Our_client .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}*/
.Our_client button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Our_client button:hover {
  background: transparent;
}
.Our_client button.owl-prev {
  right: 100%;
  left: auto;
}
.Our_client button.owl-next {
  left: 100%;
  right: auto;
}
.book_section {
  background: #b6b5bb;
}
.booking_title {
  width: 44%;
}
.booking_content {
  width: 54%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.book_section h4 {
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
}
.booking_title h2 {
  /*color: #cbcbce;*/
  color: #cbcbce;
}

.footer_section {
  background: #f2f2f3;
  padding-top: 50px;
  padding-bottom: 80px;
}
.footer_content_box:nth-of-type(2) .content {
  display: flex;
  justify-content: space-between;
}

.footer_content_box:nth-of-type(2) .content ul:first-child {
  margin-right: 50px;
}

footer .big_container {
  padding-left: 48px;
  padding-right: 96px;
}
.footer_content_box li a {
  color: #414348;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.footer_content_box .content ul:nth-of-type(2) li a {
  color: #939397;
}
.footer_content_box li a:hover,
.footer_content_box .content ul:nth-of-type(2) li a:hover {
  color: #175ea0;
}

/*new section Start*/

.febrication_box .image_wrap {
  position: relative;
  z-index: 2;
}
.febrication_box .image_wrap:after {
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.11808473389355745) 13%,
    rgba(0, 0, 0, 0.8491771708683473) 100%
  );
  content: "";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.febrication_box {
  position: relative;
  z-index: 9;
  width: 32.6%;
}
.febrication_box .content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 99;
  padding: 0 15px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
/*.febrication_box:hover .content{
  bottom: 150px;
}*/
.febrication_box:hover .image_wrap:after {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.11808473389355745) 13%,
    rgba(0, 0, 0, 0.9491771708683473) 100%
  );
}
.febrication_box h3 {
  line-height: 28px;
}
.febrication_box .common_button {
  margin: 15px auto 0 auto;
  line-height: 28px;
}
.febrication_wrapper {
  padding: 0 7.2%;
}
/*new section End*/

.owl-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.owl-dots button {
  background: #323c43;
  width: 7px;
  height: 7px;
  border: 1px solid #323c43;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.owl-dots button:hover,
.owl-dots button.active {
  background: transparent;
  border-color: #323c43;
}
/*Experience the difference Start*/
.Experience_wrap {
  padding: 0 7.2%;
  align-items: center;
}
.left_content {
  width: 35%;
  max-width: 455px;
}
.right_content {
  width: 58%;
}
/*Experience the difference End*/

/*Video Popup Start*/
#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #de0023;
}
/*Video Popup End*/

.map_wrapper {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 58%;
  left: 62%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 20px;
  height: 20px;
  background: #1d8faa;
  border-radius: 50%;
  padding: 0px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #1d8faa;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #1d8faa;
  border-radius: 50%;
  transition: all 200ms;
  opacity: 0.7;
}

.video-play-button:hover:after {
  background-color: darken(#1d8faa, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background: #1D8FAA;
}*/

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
}

.serviceGallery .experience_gallery {
  width: 100%;
}
.serviceGallery .slider_contents,
.aboutDark .colContent {
  width: 50%;
  padding: 70px;
}
.serviceGallery .item {
  display: flex;
  flex-flow: wrap;
  background: #ecebe9;
}
.serviceGallery .image_wrap {
  width: 50%;
}
.slider_contents h4,
.slider_contents p,
.slider_contents ul {
  color: #4e4d4d;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
}
.slider_contents ul li {
  color: #4e4d4d;
  padding-left: 10px;
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
.your_vission.serviceGallery {
  background: rgb(182 181 187);
  background: linear-gradient(
    0deg,
    rgb(182 181 187) 30%,
    rgba(255, 255, 255, 1) 30%
  );
}
.innerPage nav ul li a,
.innerPage .call_us_wrap a {
  color: #414348;
  font-weight: 600;
}
.innerPage .fixed nav ul li a,
.innerPage .fixed .call_us_wrap a {
  color: #ffffff;
}

.pt_200 {
  padding-top: 200px;
}

.innerPage .bar1,
.innerPage .bar2,
.innerPage .bar3 {
  background-color: #005ea3;
}
nav ul.menu li.active a {
  color: #005ea3 !important;
}
.aboutDark {
  display: flex;
  flex-flow: wrap;
}

.aboutDark {
  background: #545961;
}
.aboutDark h3,
.aboutDark p {
  color: #fff;
}
.aboutDark h2 {
  color: #71747c;
  margin-bottom: 40px;
}
.aboutDark h3,
.aboutDark p,
.serviceGallery .slider_contents h3 {
  margin-bottom: 30px;
}
.aboutDark p {
  font-size: 14px;
}
.serviceGallery .slider_contents h3 {
  color: #4e4d4d;
}
.darkbtn {
  color: #4e4d4d;
  border-bottom: 1px solid #4e4d4d;
}
.martop {
  padding-top: 40px;
}

.your_vission.serviceGallery.aboutToo {
  background: #175ea1;
  background: linear-gradient(0deg, #175ea1 62%, rgba(255, 255, 255, 1) 30%);
}

.aboutToo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 11%;
  left: 0;
  bottom: 0;
  background: #fff;
}

.scrollLogo {
  display: none;
}
.innerPage header.fixed .scrollLogo {
  display: block;
}
.innerPage header.fixed .staticlogo {
  display: none;
}

.innerPage .fixed .bar1,
.innerPage .fixed .bar2,
.innerPage .fixed .bar3 {
  background-color: #ffffff;
}

/* RANIT CSS 09-09-21 */
.hulf {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.hulf .box.bg-gray {
  background-color: #b7b6bc;
}
.hulf h4,
.hulf hp {
  color: #353636;
}
.color-white,
.color-white h3,
.color-white p {
  color: #fff;
}
.projects-items-wrap {
  background-color: #fff;
}
.project-item:nth-child(even) {
  flex-direction: row-reverse;
}
.hulf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hulf .box {
  padding: 80px 110px;
  background-color: #ecebe9;
  flex: 1;
}
.hulf h3,
.hulf h4 {
  margin-bottom: 45px;
}
.hulf a {
  display: inline-block;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.hulf a:hover {
  padding: 20px 10px;
}

.your_vission.projectsWraperArea {
  overflow: inherit;
  margin-top: -130px;
  background: rgb(182 181 187);
  background: linear-gradient(
    0deg,
    rgb(23 94 161) 60%,
    rgba(255, 255, 255, 1) 30%
  );
}
.your_vission.projectsWraperArea .container {
  transform: translateY(130px);
}


.sliderImg, .sliderImg .owl-stage-outer, .sliderImg .owl-stage, .sliderImg .owl-item, .sliderImg .item, .sliderImg img{
  height: 100%;
}

.projectWraps .project-item {
    position: relative;
}
.project-item:nth-child(odd) .sliderImg .owl-nav {
    position: absolute;
    left: -100%;
    bottom: 0px;
    display: flex;
    flex-flow: wrap;
}
.sliderImg button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #545961;
    width: 60px;
    height: 60px;
    flex-flow: wrap;
}
.sliderImg button img {
    width: 16px;
    height: auto;
    object-fit: contain;
}
.project-item:nth-child(even) .sliderImg .owl-nav {
    position: absolute;
    right: -100%;
    bottom: 0px;
    display: flex;
    flex-flow: wrap;
}
.sliderImg a {
    height: 100%;
    padding: 0 !important;
    width: 100%;
}
.magnify-stage {
    border: 0px ;
}
.magnify-modal {
    z-index: 9999 !important;
}




.contactForm {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.colsmall {
    width: 32%;
}
.colbig {
    width: 65%;
}
.contactForm h4 {
    color: #353636;
    margin-bottom: 15px;
}
.contactForm ul li {
    border-top: 1px solid #353636;
    /* border-bottom: 1px solid #353636; */
    padding: 7px 0;
}
.contactForm ul li:last-child {
    border-bottom: 1px solid #353636;
}
.contactForm ul span {
    width: 75px;
    display: inline-block;
}
.contactForm ul {
    margin-bottom: 50px;
}
.contactPage:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:88%;
    background: #ebeae8;
}
.book_section_wrap{
    align-items: center;
}





.footer_content_box:nth-child(2) li a {
    text-transform: capitalize;
}
.mapFrame {
    width: 100%;
}
.contact-us-cstm .frm-rw {
    justify-content: space-between;
}

.contact-us-cstm .clw-50 {
    width: 49%;
}
.contact-us-cstm input {
    border: 1px solid #4b4b4b;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 13px 12px;
    box-sizing: border-box;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    background: #ffffff;
    height: 45px;
    color: #000 !important;
    font-weight: 400  !important;
}
.contact-us-cstm .clw-100 {
    width: 100%;
}
.contact-us-cstm textarea {
    border: 1px solid #4b4b4b;
    width: 100%;
    display: block;
    resize: none;
    min-height: 120px;
    margin-bottom: 15px;
    padding: 13px 12px;
    box-sizing: border-box;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    background: #ffffff;
    color: #000 !important;
    font-weight: 400  !important;
}
.contact-us-cstm button{
  font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    font-size: 16px;
    background: transparent;
    font-family: "Public Sans", sans-serif;
    font-style: normal;
    color: #24313a;
    cursor: pointer;
}
.contact-us-cstm .button_common:hover {
    color: #4e4d4d;
}
.contact-us-cstm {
    margin-bottom: 40px;
}