/* Globals */

/* Font inclusion */
 @font-face {
    font-family: 'campton';
    src: url('../fonts/Campton-BoldDEMO.woff2') format('woff2'),
        url('../fonts/Campton-BoldDEMO.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'campton';
    src: url('../fonts/Campton-LightDEMO.woff2') format('woff2'),
        url('../fonts/Campton-LightDEMO.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*font-family: 'Source Sans Pro', sans-serif;*/

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

.custom-container {
  max-width: 1720px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

button {
  cursor: pointer;
}

.fontHack {
  font-family: 'Source Sans Pro', sans-serif !important;
}

.fhckfx {
  display: inline-block !important;
  padding: 0px 10px !important;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
    float: left;
     margin-bottom: 0;
  }

.nav-div {
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  z-index: 20;
}

.ndCln {
  width: 90%;
  margin-left: 30px;
}

.nav-masthead {
    float: left;
    margin-left: 60px;
  }

.nav-masthead .nav-link {
  font-family: campton, sans-serif;
  margin: 0 3rem;
  padding: .25rem 0;
  font-weight: 300;
  color: #ffa300;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.otherpages .nav-masthead .nav-link {
  color: #ffa300;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #ffa300;
  border-bottom-color: #ffa300;
}

/*
 * Cover
 */
.cover {
  display: block;
  position: relative;
  z-index:1;
  width: 100vw;
  height: calc(100vh - 100px);
  padding: 0;
  clear: both;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.smCnt {
  width: calc(90% - 15px);
  max-width: calc(90% - 15px);
  margin-left: calc(5% + 15px);
  /* border: 1px solid #fff; */
  border: 1px solid #f6921e;
}

.hmpageBg {
 /* background: url('../img/refdef.png'); */
 background: url('../img/HOME_GoVirtual_Image-01.png');
  background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom;
}

.projpageBg {
 background: url('../img/projectsbg.png');
 background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom;
}

.otherpageBg {
 background: url('../img/hm-img.png');
 background-size: cover;
}

.cntpageBg {
  background: url('../img/cnt-img.png');
}

/* Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  border: 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide .swiper-slide-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 120px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.swiper-slide .swiper-slide-content .eventHead {
  font-family: 'campton', sans-serif;
}

.swiper-slide .swiper-slide-content .eventHead .thinFnt {
  font-size: 30px;
  line-height: 1em;
}

.swiper-slide .swiper-slide-content .eventHead .thickFnt {
  font-size: 60px;
  font-weight: bold;
}

.swiper-slide .swiper-slide-content .eventMeta {
  font-family: 'campton', sans-serif;
  font-size: 14px;
}

.swiper-slide .swiper-slide-content .eventMeta .thickFnt {
  margin-left: 10px;
  font-weight: bold;
}

.swiper-slide .swiper-slide-content .vwEvnt {
  background: #ec8220;
  font-family: 'campton', sans-serif;
  font-weight: bold;
  color: #fff;
  width: 150px;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.swiper-slide .swiper-slide-content a.vwEvnt:hover {
  background: #d3751f;
  text-decoration: none;
}

.swiper-arrows {
  left: 110px;
  bottom: 15%;
  position: absolute;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, 50%);
}

.swiper-button-next {
  background-image: none !important;
  top: 50px;
  left: 65px !important;
  right: initial !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.swiper-button-prev {
  background-image: none !important;
  left: 0;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.swiper-button-prev i, .swiper-button-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.projectSlider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

/* Hmpgblck */
.hmContent h1, .hmContent h2 {
  font-size: 58px;
  font-family: 'campton', sans-serif;
  text-transform: uppercase;
}

.hmContent h2 {
  font-size: 52px;
}

.hmContent h1 i, .hmContent h2 i {
  color: #ffa300;
  font-style: normal;
  font-weight: bold;
}

.hmContent span, .virtContent span {
  font-size: 24px;
  font-weight: 300;
}

.virtContent span:nth-child(1) {
  color: #ffa300;
}

.hmContent span:nth-child(2) {
  color: #ffa300;
}

.hmContent .enquireBtn, .virtContent .defBtn {
  background: #ffa300;
  font-family: 'campton', sans-serif;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.virtContent a.defBtn:hover {
  text-decoration: none;
}

.single-virt-item {
display: block;
margin: 0 auto 40px;
text-align: left;
}

.single-virt-item .spIcon {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

.single-virt-item .spIcon img {
  max-height: 130px;
}

.single-virt-item h4 {
display: inline-block;
width: calc(100% - 144px);
margin-left: 10px;
vertical-align: middle;
font-size: 24px;
font-family: 'campton', sans-serif;
font-weight: 600;
color: #F6921E;
text-transform: uppercase;
}

.single-virt-item p {
display: block;
padding-top: 15px;
font-size: 24px;
font-weight: 300;
line-height: 1.25em;
}

.ourTeamBlk {
  position: relative;
  height: 750px;
}

.ourTeamBlk img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ourTeamBlk img.tmblkBg {
  max-width: 100%;
  z-index: 1;
}

.ledtm, .evspec, .creViz, .tdvis, .opProd {
  opacity: 0;
}

.ourTeamBlk img.op0 {
  opacity: 0;
}

.ourTeamBlk img.ophf {
  opacity: 0.5;
}

.ourTeamBlk img.op1 {
  opacity: 1;
}

.ourTeamBlk .ledtm {
  margin-top: -13.35%;
  margin-left: -2.9%;
  width: 25.4%;
}

.ourTeamBlk .evspec {
  margin-top: 3.48%;
  margin-left: 17.85%;
  width: 35.5%;
}

.ourTeamBlk .creViz {
  margin-left: -32.41%;
  margin-top: -8.63%;
  width: 27.55%;
}

.ourTeamBlk .tdvis {
  margin-left: 24.7%;
  margin-top: -9.35%;
  width: 29.4%;
}

.ourTeamBlk .opProd {
  margin-top: 6.12%;
  margin-left: -19.8%;
  width: 36.1%;
}
#teamSvg {
  background: #ffffff;
  border: 5px solid #ffa300;
  border-radius: 20px;
}
/* Services Block */
.servicesBlocks h3 {
  font-size: 28px;
  color: #000;
}

.servicesBlocks .svBlk, .virtBlocks .svBlk {
  position: relative;
  /* bg override */
  background-size: 300%;
  font-family: 'campton', sans-serif;
  width: calc(33.333% - 20px);
  margin: 10px 5px 0;
  padding: 10px 20px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #fff;
  will-change: transform;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.virtBlocks .svBlk {
  border: 1px solid #FF7F00;
}

.servicesBlocks .svBlk:first-child, .virtBlocks .svBlk:first-child {
    background-position: 0 30%;
}
.servicesBlocks .svBlk:nth-child(2), .virtBlocks .svBlk:nth-child(2) {
    background-position: 50% 30%;
}
.servicesBlocks .svBlk:nth-child(3), .virtBlocks .svBlk:nth-child(3) {
    background-position: 100% 30%;
}
.servicesBlocks .svBlk:nth-child(4), .virtBlocks .svBlk:nth-child(4) {
    background-position: 0 75%;
}
.servicesBlocks .svBlk:nth-child(5), .virtBlocks .svBlk:nth-child(5) {
    background-position: 100% 75%;
}

.servicesBlocks .svBlk .svblkInner, .virtBlocks .svBlk .svblkInner {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.servicesBlocks .svBlk .svblkInner p, .virtBlocks .svBlk .svblkInner p {
  transform: translate3d(0, 300px, 0);
  overflow: hidden;
  will-change: transform;
  transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
}

.servicesBlocks .svBlk h3 {
  transform: translate3d(0, 90%, 0);
  will-change: transform;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
}

 .virtBlocks .svBlk h3 {
   padding-top: 0.75rem;
   font-size: 1.5rem;
   font-weight: 600;
 }

.servicesBlocks .svBlk:hover h3 {
  /*padding-bottom: 10px;*/
  transform: translate3d(0, 30%, 0);
}

.virtBlocks .svBlk:hover h3 {
}

.servicesBlocks .svBlk:hover .svblkInner p, .virtBlocks .svBlk:hover .svblkInner p {
  transform: translate3d(0, 20%, 0);
}

.servicesBlocks .svBlk h3, .virtBlocks .svBlk h3 {
  color: #fff;
}

.servicesBlocks .svBlk img, .virtBlocks .svBlk img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
  will-change: transform;
}

.servicesBlocks .svBlk span, .virtBlocks .svBlk span {
    display: block;
    font-family: 'campton', sans-serif;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 22px;
    position: relative;
    z-index: 10;
    color: #fff;
    letter-spacing: 1px;
}

.servicesBlocks .svBlk.blownup, .virtBlocks .svBlk.blownup {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 1;
}

.virtBlocks .spIcon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

/* Services Gallery */
.servicesGallery {
  background: rgba(0,0,0,0.8);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.servicesGallery .indiServ {
  top: calc(50% - 180px);
  left: calc(50% - 320px);
  transform-origin: 50%, 50%;
  -webkit-transform-origin: 50%, 50%;
  -moz-transform-origin: 50%, 50%;
  will-change: transform;
}

.servicesGallery .closeGalleryButton {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 4em;
  cursor: pointer;
}

.servicesGallery .gallery-navigation {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.servicesGallery .gallery-navigation a.btn {
  border: 2px solid #fff;
  margin: 0 10px;
  width: 110px;
}

/* Services Expertise */
.expertiseBlocks {
/*  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;*/
}

.expertiseBlocks .expertiseBlk {
  position: relative;
/*  justify-content: center;
  flex-direction: column;*/
  width: calc(16.667% - 15px);
  margin: 0 5px;
  vertical-align: top;
}

.expertiseBlocks .expertiseBlk .etBlkPic {
  display: inline-block;
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  overflow: hidden;
}

.expertiseBlocks .expertiseBlk .etBlkPic img {
  height: 100%;
}

.expertiseBlocks .expertiseBlk .etBlkHd {
  height: 7em;
  margin-bottom: 20px;
  font-family: 'campton', sans-serif;
  font-size: 20px;
  color: #ffa300;
  font-weight: 600;
  text-transform: uppercase;
}

.expertiseBlocks .expertiseBlk .etBlkBdTxt {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
}

.expertiseBlocks .expertiseBlk .etBlkBtn {
  background: #ec8220;
  /*align-self: flex-end;*/
  width: 120px;
  margin-top: 20px;
  padding: 5px 10px;
  font-family: 'campton', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.expertiseBlocks .expertiseBlk .etBlkBtn:hover {
  text-decoration: none;
}

/* Projects */
.projectSlidCnt {
  display: block;
  position: fixed;
  background: rgba(0,0,0,0.7);
  height: 100vh;
  width: 100vw;
  padding: 50px;
  z-index: 1000;
}

.projectSlidCnt .projClose {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  font-size: 42px;
  z-index: 10;
  cursor: pointer;
}

/* Projects end */

/* Contact Form */
.otherpages .smallerHd {
  font-family: 'campton', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 4px solid #dd8d43;
}

.otherpages .backHd {
  font-family: 'campton', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
}

.otherpages .backHd:hover, .otherpages .backHd:focus {
  text-decoration: none;
}

.otherpages #contact-form {
  width: 700px;
}

.side-form {
  width: 85%;
  height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  overflow-y: scroll;
}

.side-form::-webkit-scrollbar {
  display: none;
  width: 3px;
}
.side-form::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  background-color: #f79d1a;
}
.side-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #ffbc5a;
}

.otherpages #contact-form .form-group, .side-form .form-group {
  width: calc(50% - 10px);
}

.otherpages #contact-form div.form-group:nth-child(2n+1), .side-form div.form-group:nth-child(2n+1) {
  float: left;
}

.otherpages #contact-form div.form-group:nth-child(2n), .side-form div.form-group:nth-child(2n) {
 float: right;
}

.otherpages #contact-form h3, .otherpages .pageBgTxt {
  font-size: 40px;
  color: #000;
  font-family: 'campton', sans-serif;
  line-height: 1.2em;
}

.otherpages #contact-form .formPreText {
  font-size: 18px;
  font-weight: 300;
  color: #555555;
}

.otherpages #contact-form label {
  color: #fff;
}

.side-form label {
  color: #000;
}

.otherpages #contact-form label, .side-form label {
  font-family: 'campton', sans-serif;
}

.otherpages #contact-form input {
  background: #231f20;
  color: #fff;
  border-bottom: 2px solid #ffa300;
}

.side-form input {
  background: #000;
  border-bottom: 2px solid #ffffff;
}

.otherpages #contact-form input, .side-form input {
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.otherpages #contact-form input:focus, .side-form input:focus, .otherpages #contact-form input:active, .side-form input:active{
  background: #000;
}

.otherpages #contact-form textarea {
    background: #231f20;
    border-bottom: 2px solid #ffa300;
}

.side-form textarea {
    background: #000;
    border-bottom: 2px solid #ffffff;
}

.otherpages #contact-form textarea, .side-form textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.otherpages #contact-form select, .side-form select {
  background: #000000;
  color: #fff;
  height: 45px;
  width: 100%;
  padding: 0 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 2px solid #ffffff;
}

.otherpages #contact-form select {
    background: #231f20;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #ffa300;
}

.otherpages #contact-form #submit {
    background: #ffa300;
}

.side-form #submit {
    background: #000;
}

.otherpages #contact-form #submit, .side-form #submit {
  font-family: 'campton', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: auto;
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.otherpages .aboutBgImg { max-height: 450px; overflow: hidden; }

.otherpages .mx960 { max-width: 960px; }

.otherpages .mx1400 { max-width: 1400px; }

.otherpages .mx1200 { max-width: 1200px; }

.otherpages .fullParagraph {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  color: #555555;
}

.otherpages .blkImgAb {
  width: 465px;
  height: 350px;
  overflow: hidden;
}

.otherpages .secondParagraphBlk p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  color: #555555;
}

.otherpages .fullwidthBlk {
  height: 450px;
  overflow: hidden;
}

.otherpages .eventBlk {
  height: 600px;
  overflow: hidden;
}

.otherpages .eventHd {
  font-size: 40px;
  font-family: 'campton', sans-serif;
  color: #000;
}

.otherpages .fullwidthBlk .fwBCnt {
  background: #ffffff;
  width: 550px;
  top: 50%;
  right: 90px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.otherpages .fullwidthBlk .fwBCnt span {
  font-family: 'campton', sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #000;
}

.otherpages .fullwidthBlk .fwBCnt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #555;
}

.otherpages .fullwidthBlk .fwBCnt button {
  background: #ec8220;
  font-family: 'campton', sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.otherpages .fullwidthBlk .fwBCnt button:hover {
  background: #d3751f;
}

.otherpages .fullwidthBlk .fwBCnt2 {
  width: 600px;
  padding-top: 80px;
  padding-left: 80px;
}

.otherpages .fullwidthBlk .w-50 , .otherpages .eventBlk .w-50 {
  overflow: hidden;
}

.otherpages .eventBlk .w-50 {
  position: relative;
  width: calc(50% - 10px) !important;
  height: 100%;
}

.otherpages .eventBlk img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.otherpages .fullwidthBlk .fwBCnt2 span {
  font-family: 'campton', sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #000;
}

.otherpages .fullwidthBlk .fwBCnt2 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #555;
}

.otherpages .fullwidthBlk .fwBCnt2 button {
  background: #ec8220;
  font-family: 'campton', sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.otherpages .fullwidthBlk .fwBCnt2 button:hover {
  background: #d3751f;
}

.otherpages .fullwidthBlk.greyBG {
  background: #ececec;
}

.otherpages .beigeBg {
  background: #ffeede;
}

.otherpages .sectHd {
  font-family: 'campton', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.otherpages .logo-sections .logoDiv .lgImg {
  width: calc(100% / 7 - 45px);
  margin: 0 20px 20px;
}

.otherpages .logo-sections .logoDiv .lgImg img {
  max-width: 100%;
}

.otherpages .gbStrip {
  background: #354551;
  color: #fff;
  vertical-align: middle;
  height: 400px;
}

.otherpages .gbStrip .gbSHd {
  font-family: 'campton', sans-serif;
  font-size: 40px;
  line-height: 400px;
}

.otherpages .gbStrip .gbpic {
  width: 460px;
  height: calc(100% - 20px);
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.otherpages .gbStrip .gbpic {
}

.otherpages .sortDiv {
  margin-top: 5rem;
  height: auto;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.otherpages .sortDiv #sortParent {
  /*-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;*/
  -webkit-column-gap: 1.2em;
  -moz-column-gap: 1.2em;
  column-gap: 1.2em;
  margin: 40px 0;
  padding: 0;
  font-size: 0.8em;
   display: block;
   display: -webkit-flex;
   display: -moz-flex;
   display: flex;
   -webkit-align-items: left;
   -webkit-moz-items: left;
   align-items: left;
   -webkit-justify-content: left;
   -moz-justify-content: left;
   justify-content: left;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-flow: row wrap;
   -moz-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-align-content: flex-end;
   -moz-align-content: flex-end;
   align-content: flex-end;
   min-height: 550px;
   transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.otherpages .sortDiv #sortParent .item {
  display: inline-block;
  background: #fff;
  padding: 0;
  margin: 0 5px 40px;
  /* width: calc(33.333% - 10px); */
  width: calc(33.333% - 21px);
  height: auto;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}

.otherpages .sortDiv #sortParent .item .itmpic {
  height: 350px;
  overflow: hidden;
}

.otherpages .sortDiv #sortParent .item img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.otherpages .sortDiv #sortParent .item .itmCnt {
  color: #3d3d3d;
  font-family: 'campton', sans-serif;
  padding: 15px 15px;
}

.otherpages .sortDiv #sortParent .item .itmCnt .yrCls {
  display: block;
  font-size: 12px;
}

.otherpages .sortDiv #sortParent .item .itmCnt .eventName {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
}

.otherpages .sortDiv #sortParent .item .itmCnt .vwMore {
  display: inline-block;
  font-weight: bold;
  color: #3d3d3d;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid #dd8d43;
}

.otherpages .sortDiv #sortParent .item .itmCnt a.vwMore:hover, .otherpages .sortDiv #sortParent .item .itmCnt a.vwMore:focus {
  text-decoration: none;
}

.otherpages .sortDiv .sortFxn select {
  height: 45px;
  width: 350px;
  padding: 0 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #c9c9c9;
}

.otherpages .sortDiv .shwMr {
  background: #fff;
  font-size: 16px;
  font-family: 'campton', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #a0a0a0;
  border-radius: 15px;
  letter-spacing; 1px;
  color: #333333;
  cursor: pointer;
}

.otherpages .sortDiv .shwMr i {
  font-size: 12px;
  padding-left: 10px;
}

.projectSlider .swiper-button-next {
  left: initial !important;
  right: 10px !important;
}

.pre-footer {
  font-family: 'campton', sans-serif;
  color: #fff;
}

.pre-footer .pre-foot-container {
  max-width: 1300px;
}

.pre-footer .w-70 {
  width: 70%;
  padding-left: 120px;
  padding-top: 30px;
}

.pre-footer .w-100 h4 {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pre-footer .w-100 h2 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
}

.pre-footer .w-100 h2 i {
  color: #ffa300;
  font-weight: bold;
  font-style: normal;
}

.pre-footer .w-100 .enquireBtn {
  background: #ffa300;
  font-family: 'campton', sans-serif;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.pre-footer .w-100 .enquireBtn:hover {
  background: #d3751f;
}

.pre-footer .w-30 {
  width: 30%;
}

.footTxt {
  color: #ffffff;
  font-size: 16px;
}

footer .inner ul li {
  display: inline-block;
  padding: 5px 10px;
}

footer .inner ul li a {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .inner.social-img img {
  max-width: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

footer .inner .phoneNumber {
  padding-left: 10px;
  color: #575757;
}

footer .inner .copyright {
  color: #d1d3d4;
}

footer .ftDrmz {
  max-width: 50%;
}

/* Sprites */
.phone-Sprit {
  background: url(../img/icon-sprite.png) 0 0;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 18px;
  margin-top: 5px;
  margin-right: 5px;
}
.email-Sprit {
  background: url(../img/icon-sprite.png) 0 -46px;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 19px;
  margin-right: 5px;
}
.fax-Sprit {
  /*background: url(../img/icon-sprite.png) 0 -21px;*/
  background-size: 15px;
  float: left;
  font-size: 18px;
  width: 15px;
  height: 23px;
  margin-right: 5px;
}
.loc-Sprit {
  background: url(../img/icon-sprite.png) 0 -71px;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 21px;
  margin-right: 5px;
}

.phone-Sprit-yellow {
  background: url(../img/icon-sprite-yellow.png) 0 0;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 18px;
  margin-top: 5px;
  margin-right: 5px;
}
.email-Sprit-yellow {
  background: url(../img/icon-sprite-yellow.png) 0 -46px;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 19px;
  margin-right: 5px;
}
.fax-Sprit-yellow {
  background: url(../img/icon-sprite-yellow.png) 0 -21px;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 23px;
  margin-right: 5px;
}
.loc-Sprit-yellow {
  background: url(../img/icon-sprite-yellow.png) 0 -71px;
  background-size: 15px;
  float: left;
  width: 15px;
  height: 21px;
  margin-right: 5px;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
  width: calc(90% - 15px) !important;
}

.sideContactForm {
  display: block;
  position: fixed;
  background: #ffa300;
  /*right: calc(-50vw - -10px);*/
  /*-webkit-transform: translateX(calc(199%));
  transform: translateX(calc(199%));*/
  -webkit-transform: translateX(calc(180.75%));
  transform: translateX(calc(180.75%));
  will-change: transform;
  top: 0;
  height: 100%;
  /*width: 50%;*/
  width: 55%;
  z-index: 50;
  border-left: 10px solid #ffb26b;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
}

.sideCntCover {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 49;
}

.sideContactForm.open {
  /*-webkit-transform: translateX(100%);
  transform: translateX(100%);*/
  -webkit-transform: translateX(81.8%);
  transform: translateX(81.8%);
}

.toggleOpener {
  display: block;
  background: #ffa300;
  position: absolute;
  height: 85px;
  width: 45px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  top: 50%;
  left: -32px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 3;
}

.toggleOpener span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 15px;
  padding-left: 4px;
  letter-spacing: 1px;
}

.toggleOpener span img {
  max-width: 80%;
  padding-left: 4px;
}

.sideContactForm .sideCntBTxt, #contact-form .sideCntBTxt, .projpageBg .sideCntBTxt, .otherpages .sideCntBTxt {
  display: inline-block;
  width: 100%;
  color: #000;
  font-family: 'campton', sans-serif;
  text-transform: uppercase;
}

#contact-form .sideCntBTxt, .projpageBg .sideCntBTxt, .otherpages .sideCntBTxt {
  color: #fff;
}

/*.projpageBg .sideCntBTxt:first-child .projpageBg .sideCntBTxt:first-child*/

.sideContactForm .sideCntBTxt:first-child {
  font-size: 36px;
}

#contact-form .sideCntBTxt:first-child, .projpageBg .sideCntBTxt, .otherpages .sideCntBTxt {
  font-size: 42px;
}

.sideContactForm .sideCntBTxt:nth-child(2) {
  font-size: 18px;
  margin-bottom: 3rem;
}

#contact-form .sideCntBTxt:nth-child(2) {
  font-size: 24px;
}

.sideContactForm .sideCntBTxt i, #contact-form .sideCntBTxt i, .projpageBg .sideCntBTxt i, .otherpages .sideCntBTxt i {
  color: #fff;
  font-weight: 600;
  font-style: normal;
}

#contact-form .sideCntBTxt i, .projpageBg .sideCntBTxt i, .otherpages .sideCntBTxt i {
  color: #ffa300;
}

.specExp {
  font-size: 3.8em !important;
}

.sideContactForm .formFooter {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.sideContactForm .formFooter .social-icons {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sideContactForm .formFooter .social-icons .social-ic {
  display: inline-block;
}

.sideContactForm .formFooter .social-icons .social-ic a {
  margin: 0 5px;
}

.sideContactForm .sidecntLogo {
  display: block;
  margin: 20px auto;
}

.sideContactForm .sidecntTxt {
  font-family: 'campton', sans-serif;
  font-size: 18px;
  color: #000;
}

.locationBlock {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  font-size: 14px;
}

.locationBlock .locBlk {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#contact-form .locationBlock .locBlk {
  color: #ffa300;
}

.locationBlock .locBlk:first-child {
  width: calc(30% - 5px);
  color: #000;
}

.locationBlock .locBlk:nth-child(2) {
  width: calc(28% - 5px);
  color: #000
}

.locationBlock .locBlk:nth-child(3) {
  width: calc(42% - 5px);
  color: #000
}

.locationBlock .locBlk span {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
  vertical-align: top;
}

.locationBlock .locBlk span a {
  color: #000000;
}

.locationBlock .locBlk:nth-child(2) span:first-child {
  /*width: 75px;*/
  width: 100%;
}

.locationBlock .locBlk:nth-child(2) span:nth-child(2) {
  /*width: calc(100% - 80px);*/
  width: 100%;
  padding-left: 20px;
}

.locationBlock .locBlk:nth-child(3) span:first-child {
  /*width: 75px;*/
  /*width: 108px;*/
  width: 100%;
}

.locationBlock .locBlk:nth-child(3) span:nth-child(2) {
  /*width: calc(100% - 111px);*/
  width: 100%;
  padding-left: 20px;
}

.sidecntBtm {
  display: inline-block;
  margin-top: 3rem;
  font-family: 'campton', sans-serif;
  font-size: 16px;
  color: #000;
}

.brdnone {
  border-color: transparent;
}

.p-15 {
  padding: 15px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-300 {
  padding-bottom: 300px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-100 {
  margin-bottom: 100px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-650 {
  width: 650px;
}

.w-450 {
  width: 450px;
}

.w-850 {
  width: 850px;
}

.mob-p20 {
  padding: 0 20px;
}

/* Animations */
.animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutHlf {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

.fadeOutHlf {
  animation-name: fadeOutHlf;
}

@keyframes fadeInHlf {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.fadeInHlf {
  animation-name: fadeInHlf;
}

.hamburger {
  display: none;
  float: right;
  padding: 15px 15px;
  /*display: inline-block;*/
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Aux classes */
.hide {
  display: none !important;
}
.shwhide {
}
.wh0 {
  width: 0 !important;
  height: 0 !important;
}

@media all and (max-width: 1500px) {
  .side-form {
    width: 90%;
    overflow-y: scroll;
    height: calc(100% - 30px);
  }
}

@media all and (max-width: 1380px) {
  .sideContactForm {
    width: 60%;
    transform: translateX(calc(165.35%));
    -webkit-transform: translateX(calc(165.35%));
  }
  .sideContactForm.open {
    transform: translateX(66.8%);
    -webkit-transform: translateX(66.8%);
  }
}

@media all and (max-width: 1400px) {
    .expertiseBlocks .expertiseBlk .etBlkHd {
      height: 8.5em;
      word-wrap: break-word;
    }
    .otherpages .gbStrip .gbpic {
      position: relative;
      width: 25%;
    }
    .otherpages .gbStrip .gbpic img {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
    }
    .otherpages .mx1400 {
      max-width: calc(90% - 20px);
    }
    .otherpages .blkImgAb {
      width: calc(100% - 20px);
    }
    .otherpages .gbStrip .gbSHd {
      font-size: 28px;
    }
    .otherpages .fullwidthBlk .fwBCnt2 {
      width: calc(50% - 10px);
      padding-left: 40px;
    }
}

@media all and (max-width: 1300px) {
  .expertiseBlocks .expertiseBlk .etBlkHd {
      height: 9em;
  }
}

@media all and (max-width: 1199px) {
  .swiper-slide .swiper-slide-content {
    left: calc(5% + 15px);
  }
 .servicesGallery .gallery-navigation {
    top: initial;
    bottom: 20px;
  }
  .nav-masthead {
    margin-left: 0;
  }
  .expertiseBlocks .expertiseBlk {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .expertiseBlocks .expertiseBlk .etBlkHd {
      height: auto;
    }
  .otherpages .mx1200 {
    max-width: calc(90% - 20px);
  }
  .otherpages .mx960 {
    max-width: calc(90% - 20px);
  }
  .locationBlock .locBlk:first-child { width: 39%; }
  .locationBlock .locBlk:nth-child(2) { width: 60%; }
  .locationBlock .locBlk:nth-child(3) { width: 100%; margin-top: 20px; }
  /*.locationBlock .locBlk:nth-child(3) span:first-child { width: 120px; }*/
  .locationBlock .locBlk:nth-child(3) span:nth-child(2) { width: calc(100% - 125px); }
  .pre-footer .pre-foot-container {
    max-width: calc(100% - 20px);
  }
  .pre-footer .w-70 {
    width: calc(70% - 20px);
    padding-left: 15px;
  }
}

@media all and (max-width: 1024px) {
  .nav-masthead .nav-link {
    margin: 0 2rem;
  }
  .hmContent.pb-300 {
    padding-bottom: 155px;
  }
}

@media all and (max-width: 991px) {
  body {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nav-div { position: relative; margin-left: calc(5% - 7px); }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    background: #fff;
  }
  .nav.nav-masthead {
    background: #fff;
    display: block;
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: calc(-300px - 5%);
    left: initial;
    padding-top: 150px;
    border-left: 5px solid #e4e4e4;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
  }
  .nav.nav-masthead.open {
    right: 0;
  }
  .nav.nav-masthead a {
    color: #000 !important;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
  }
  .nav-masthead .nav-link + .nav-link {
    margin-left: 0;
  }
  .nav.nav-masthead a:first-child {
    margin-left: 0;
  }
  .smCnt {
    margin-left: calc(5% + 7.5px);
  }
  .hmContent h1, .hmContent h2 {
    font-size: 48px;
  }
  .pre-footer .w-100 h2 {
    font-size: 42px;
  }
  #contact-form .sideCntBTxt:first-child, .projpageBg .sideCntBTxt, .otherpages .sideCntBTxt {
    font-size: 42px;
  }
  .specExp {
   font-size: 42px !important;
  }
  .servicesBlocks .svBlk {
    width: calc(50% - 10px);
    margin: 10px 4px 0;
  }
  .servicesBlocks .svBlk h3, .servicesBlocks .svBlk .svblkInner p {
    transform: none;
    will-change: initial;
  }
  .servicesBlocks .svBlk:hover h3, .servicesBlocks .svBlk:hover .svblkInner p {
      transform: none;
  }
  .sideContactForm {
    width: 80%;
    -webkit-transform: translateX(calc(123.5%));
    transform: translateX(calc(123.5%));
  }
  .sideContactForm.open {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  .expertiseBlocks .expertiseBlk .etBlkBdTxt { max-height: none !important; }
  .cover {
    height: calc(100vh - 250px);
  }
  .expertiseBlocks .expertiseBlk {
    width: calc(100% - 15px);
  }

  .otherpages .logo-sections .logoDiv .lgImg {
    width: calc(100% / 3 - 45px);
  }
  .otherpages .fullwidthBlk {
    height: 350px;
  }
  .otherpages .fullwidthBlk .w-50 { position: relative; }
  .otherpages .fullwidthBlk .w-50 img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 180%;
  }
  .otherpages .fullwidthBlk .fwBCnt2 {
    padding-top: 40px;
  }
  .otherpages .aboutBgImg { position: relative; height: 400px; }
  .otherpages .aboutBgImg img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
  }
  .otherpages .sortDiv #sortParent .item {
    height: 340px;
  }
  .otherpages .sortDiv #sortParent .item .itmpic {
    height: 250px;
  }
  .pre-footer .pre-foot-container .w-30 img {
    max-width: 100%;
  }
  footer .inner:first-child {
      width: 40%;
  }
/*  footer .inner:first-child img {
    max-width: 100%;
  }*/
  footer .inner:nth-child(2) {
    margin-top: 15px;
  }
  footer .inner:nth-child(2) img {
    height: 60px;
  }
  footer .inner:nth-child(3) {
  }
  .virtBlocks .svBlk {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 768px) {
  .servicesBlocks .svBlk img {
    max-height: 100%;
  }
  .w-850 {
    width: 100%;
  }
  .hmContent.pb-300 {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .hmContent h1, .hmContent h2 {
    font-size: 36px;
  }
  .hmContent.pt-300 {
    padding-top: 100px;
  }
  .hmContent.pb-300 {
    padding-bottom: 50px;
  }
  .hmContent span {
    font-size: 18px;
  }
  .w-650 {
    width: 100%;
  }
  .otherpages .mx1400.mt-50 {
    margin-top: 0;
  }
  .masthead-brand a img {
    display: block;
    max-width: 60%;
    margin-top: 7px;
  }
  .cover {
    height: calc(100vh - 20%);
    margin-top: 80px;
  }
  .swiper-slide img { max-height: 100%; }
  .hamburger {
    top: 8px;
  }
  .hamburger-box {
    width: 30px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
  }
  .nav.nav-masthead {
    padding-top: 50px;
  }
  .nav.nav-masthead a {
    margin: 0.2rem 0;
    padding: 3% 10px;
  }
  .swiper-arrows { left: 5%; }
  .swiper-slide .swiper-slide-content .eventHead .thickFnt {
    font-size: 36px;
  }
  .swiper-slide .swiper-slide-content {
    top: 40%;
    width: 90%;
    left: 5%;
  }
  .side-form { height: 90%; overflow-y: scroll; }
  .side-form .otherpages #contact-form .form-group, .side-form .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .sideContactForm .sidecntLogo img { max-width: 50%; }
  .servicesGallery {
    max-width: 100vw;
  }
  .servicesGallery .gallery-navigation {
    width: 100%;
  }
  .servicesGallery .closeGalleryButton {
    top: 20px;
    font-size: 3em;
  }
  .servicesGallery .indiServ {
    top: calc(30%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 90%;
  }
  .servicesGallery .indiServ img {
    max-width: 100%;
  }
  #contact-form .sideCntBTxt:first-child, .projpageBg .sideCntBTxt, .otherpages .sideCntBTxt {
    font-size: 32px;
  }
  .expertiseBlocks .expertiseBlk .etBlkPic {
    height: 240px;
  }
  .otherpages.mt-100 {
    margin-top: 50px !important;
  }
  .otherpages #contact-form h3, .otherpages .pageBgTxt {
    font-size: 24px;
    padding: 0 5%;
  }
  .otherpages .secondParagraphBlk.w-100 .w-50, .otherpages .secondParagraphBlk.w-100 .w-45 {
    width: 100% !important;
    padding-top: 10px;
  }
  .otherpages .gbStrip { height: 100px; }
  .otherpages .gbStrip .gbSHd {
    line-height: 100px;
  }
  .otherpages .gbStrip .gbpic {
    display: none !important;
  }
  .otherpages .sortDiv .sortFxn select {
    width: 100%;
    margin-bottom: 10px;
  }
  .otherpages .sortDiv #sortParent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .otherpages .sortDiv #sortParent .item {
    width: calc(50% - 18px);
    height: 350px;
  }
  .otherpages .logo-sections .logoDiv .lgImg {
    width: calc(100% / 3 - 15px);
    margin: 0 5px 5px;
  }
  .otherpages .logo-sections .logoDiv .lgImg img {
    max-width: 100%;
  }
  .servicesBlocks .svBlk, .servicesBlocks div.svBlk:nth-child(4), .servicesBlocks div.svBlk:nth-child(5) { width: 100%; }
  .servicesBlocks .svBlk span { padding: 0 5px; width: 100%; }
  .servicesBlocks .svBlk img { width: 100%; max-height: none; }
  .otherpages #contact-form {
    width: calc(100% - 30px);
  }
  .pre-footer .w-100 {
    padding-top: 5px;
  }
  .pre-footer .w-100 h2 {
    font-size: 24px;
  }
  .pre-footer .w-100 h4 {
    font-size: 14px;
  }
  .mastfoot ul {
    padding-top: 10px;
    padding-left: 0;
  }
  .otherpages .eventHd {
    font-size: 20px;
  }
  .otherpages .eventBlk {
    height: auto;
  }
  .otherpages .eventBlk img {
    max-width: 100%;
  }
  .otherpages .eventBlk .w-50 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .otherpages .fullwidthBlk {
    height: auto;
  }
  .otherpages .fullwidthBlk img { max-width: 100% !important; }
  .otherpages .fullwidthBlk .fwBCnt {
    width: 100%;
    right: 0;
  }
  .otherpages .fullwidthBlk .fwBCnt2 { width: 100%; margin-bottom: 30px; }
  .otherpages .fullwidthBlk .w-50 {
    width: 100% !important;
  }
  .otherpages .mx1400 .fullwidthBlk:first-child {
    height: 450px;
  }
  .otherpages .mx1400 .fullwidthBlk:first-child .fwBCnt {
    top: 60%;
  }
  .mastfoot .inner.d-block, .mastfoot .inner.social-img {
    width: 100%;
  }
  .mastfoot .inner.d-block img {
    margin: 0 auto;
  }
  footer .inner .copyright {
    font-size: 14px;
  }
  .mastfoot .footTxt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .mastfoot .inner.social-img {
    margin-top: 30px;
  }
  footer .inner.social-img img {
    width: auto;
    height: 50px;
  }
  .hmContent .enquireBtn, .pre-footer .w-100 .enquireBtn {
    padding: 8px 16px;
    font-size: 18px;
  }
  .otherpages #contact-form .form-group, .side-form .form-group {
    width: 100%;
  }
  .otherpages #contact-form div.form-group:nth-child(2n), .side-form div.form-group:nth-child(2n) {
    float: left;
  }
  .locationBlock .locBlk, .locationBlock .locBlk span {
    width: 100% !important;
  }
  .virtBlocks .svBlk {
    width: calc(100% - 20px);
    height: 220px;
  }
  .virtBlocks .svBlk h3 {
    font-size: 1.25rem;
  }
  .virtContent span {
    font-size: 18px;
  }
  .single-virt-item p {
    font-size: 18px;
  }
  .single-virt-item h4 {
    margin-left: 15px;
    font-size: 22px;
  }
  .single-virt-item .spIcon {
    width: 115px;
  }
  .single-virt-item .spIcon img {
    max-width: 100%;
  }
  .fhckfx {
    padding: 0px 5px !important;
  }
}

@media all and (max-width: 767px) and (orientation: landscape) {
  .swiper-slide img {
    max-height: none;
    max-width: 100%;
  }
  .servicesGallery .indiServ img {
    max-height: 80vh;
  }
  .servicesGallery .indiServ {
    top: 20%;
    left: 62%;
  }
}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .masthead-brand a img {
    display: block;
    max-width: 60%;
    margin-top: 7px;
  }
  .nav.nav-masthead {
    padding-top: 50px;
  }
  .nav.nav-masthead a {
    padding: 3% 10px;
  }
  .cover {
    height: calc(100vh - 20%);
    margin-top: 80px;
  }
  .swiper-slide img { max-height: none; max-width: 100%; }
  .swiper-arrows { left: 5%; }
  .swiper-slide .swiper-slide-content .eventHead .thickFnt {
    font-size: 36px;
  }
  .swiper-slide .swiper-slide-content {
    top: 40%;
    width: 90%;
    left: 5%;
  }
  .side-form { width: 80%; height: 90%; overflow-y: scroll; }
  .side-form .otherpages #contact-form .form-group, .side-form .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .otherpages .sortDiv #sortParent .item {
    height: 410px;
  }
}

@media all and (max-width: 480px) {
  .otherpages .sortDiv #sortParent .item {
    width: calc(100% - 10px);
  }
}
