@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #111111;
}
body.overflowhidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1367px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #868686;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.wid100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.wid66 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.67%;
          flex: 0 0 66.67%;
  max-width: 100%;
}

.wid50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}

.wid70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 100%;
}

.wid33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}

.wid30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 100%;
}

@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
.sectionTitle {
  font-size: 60px;
  line-height: 70px;
  color: #AAAAAA;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .sectionTitle {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1367px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 25px;
    line-height: 30px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 1367px) {
  .sectionPadding {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.paddtop0 {
  padding-top: 0;
}

.centreBtn {
  text-align: center;
  margin-top: 40px;
}
.centreBtn a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.centreBtn a .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.centreBtn a::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.centreBtn a::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 50%;
}
.centreBtn a:hover::before, .centreBtn a:hover::after {
  width: 50%;
}
.centreBtn a:hover .dot {
  opacity: 1;
}
@media (max-width: 1367px) {
  .centreBtn a {
    font-size: 16px;
    line-height: 16px;
  }
}

.homeBtn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeBtn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  background: #212121;
  border-radius: 50px;
  padding: 10px 45px;
  border: 1px dashed #FF0000;
}
@media (max-width: 991px) {
  .homeBtn {
    display: none;
  }
}

.mainHeader {
  padding-top: 20px;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navBlock {
  background: #212121;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 43px 10px #000000;
          box-shadow: 0px 10px 43px 10px #000000;
  border: 1px solid #303030;
}
.mainHeader header .navBlock .navbarBtn button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .mainHeader header .navBlock {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  position: relative;
  margin: 11px 30px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #868686;
  font-size: 18px;
  display: inline-block;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 34px;
    padding: 0;
    font-weight: 200;
    line-height: 40px;
  }
}
.mainHeader header .navbarLink ul li .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.mainHeader header .navbarLink ul li:hover .dot {
  opacity: 1;
}
.mainHeader header .navbarLink ul li:before, .mainHeader header .navbarLink ul li:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mainHeader header .navbarLink ul li:before {
  left: 50%;
}
.mainHeader header .navbarLink ul li:after {
  right: 50%;
}
.mainHeader header .navbarLink ul li:hover:before {
  left: 0;
  width: 50%;
}
.mainHeader header .navbarLink ul li:hover:after {
  right: 0;
  width: 50%;
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fff;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin: 10px 20px;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin: 0;
    margin-bottom: 50px;
  }
  .mainHeader header .navbarLink ul li::before, .mainHeader header .navbarLink ul li::after {
    display: none;
  }
  .mainHeader header .navbarLink ul li .dot {
    display: none;
  }
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #f00;
  }
}
.mainHeader header .navbarLink ul li.active .dot {
  opacity: 1;
}
.mainHeader header .navbarLink ul li.active::after, .mainHeader header .navbarLink ul li.active::before {
  width: 50%;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .logo a img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.landingHeader .mainHeader {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
.landingHeader .mainHeader header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.homebanner .bannerText .bannerDesc {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
}
.homebanner .bannerText .bannerDesc span {
  font-size: 60px;
}

.innerBanner {
  padding-top: 50px;
}
.innerBanner .innerTitle {
  font-size: 80px;
  line-height: 80px;
  color: #868686;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 60px;
  margin-bottom: 0;
}
.innerBanner .innerTitle span {
  color: #FF0000;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .innerBanner .innerTitle {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1367px) {
  .innerBanner .innerTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .innerBanner .innerTitle {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 40px;
  }
}
@media (max-width: 991px) {
  .innerBanner .innerTitle {
    letter-spacing: 20px;
  }
}
@media (max-width: 767px) {
  .innerBanner .innerTitle {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .innerBanner .innerTitle {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 15px;
  }
}

.canvasearth {
  float: right;
  position: absolute;
  right: 0 !important;
  z-index: 9;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 540px;
  width: 1140px;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
@media (max-width: 1367px) {
  .canvasearth {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .canvasearth {
    width: auto;
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .canvasearth {
    top: 50%;
  }
}

.hmimagebox {
  position: relative;
}
.hmimagebox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hmimagebox ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.hmimagebox ul li img {
  height: 476px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1367px) and (max-width: 1800px) {
  .hmimagebox ul li img {
    height: 46vh;
  }
}
@media (max-width: 1367px) {
  .hmimagebox ul li img {
    height: 46vh;
  }
}
@media (max-width: 767px) {
  .hmimagebox ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.aboutDesc .sectionTitle, .aboutDesc p {
  max-width: 1320px;
}

.aboutDirector .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutDirector .directorImg {
  max-width: 580px;
  background: #090909;
  padding: 105px 41px 47px 41px;
  border-radius: 20px;
}
.aboutDirector .directorImg p {
  font-size: 25px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding-top: 40px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .aboutDirector .directorImg img {
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 1367px) {
  .aboutDirector .directorImg img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .aboutDirector .directorImg {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .aboutDirector .directorImg img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .aboutDirector .directorImg img {
    height: 250px;
  }
  .aboutDirector .directorImg p {
    font-size: 18px;
    line-height: 18px;
    padding-top: 30px;
  }
}

.abtteamSec {
  background: #1A1A1A;
}

.gooddesignSec {
  background: url(../images/good_sec_img.jpg) no-repeat;
  height: 1000px;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gooddesignSec p {
  color: #D3D3D3;
  font-size: 80px;
  line-height: 100px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  max-width: 65%;
  margin: 0 auto;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .gooddesignSec {
    height: 550px;
  }
  .gooddesignSec p {
    font-size: 70px;
    line-height: 90px;
    max-width: 75%;
  }
}
@media (max-width: 1367px) {
  .gooddesignSec {
    height: 700px;
  }
  .gooddesignSec p {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .gooddesignSec p {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .gooddesignSec {
    height: 100%;
  }
  .gooddesignSec p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gooddesignSec p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .gooddesignSec p {
    font-size: 31px;
    line-height: 41px;
  }
}
@media (max-width: 480px) {
  .gooddesignSec p {
    font-size: 26px;
    line-height: 38px;
  }
}

.OurWork h3 {
  text-align: center;
}
.OurWork p {
  text-align: center;
}
.OurWork .workText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.OurWork .workText img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.OurWork .workText p {
  text-align: left;
  padding-left: 25px;
  max-width: 65%;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .OurWork .workText img {
    height: 70px;
  }
  .OurWork .workText p {
    max-width: 80%;
  }
}
@media (max-width: 1367px) {
  .OurWork .workText img {
    height: 70px;
  }
  .OurWork .workText p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .OurWork .workText {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .OurWork .workText img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .OurWork .workText img {
    height: 35px;
  }
  .OurWork .workText p {
    padding-left: 10px;
  }
}

.insightDesc .insightVideo iframe {
  width: 100%;
  height: 840px;
}
@media (max-width: 991px) {
  .insightDesc .insightVideo iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .insightDesc .insightVideo iframe {
    height: 350px;
  }
}

.publicationSec .sectionTitle {
  text-align: center;
}
.publicationSec .publicationBox {
  margin: 12px 0;
}
.publicationSec .publicationBox .modal-dialog {
  max-width: 750px;
}
.publicationSec .publicationBox .publicationImage img {
  width: 100%;
}
.publicationSec .publicationBox .modal-title {
  font-size: 28px;
  line-height: 28px;
}
.publicationSec .publicationBox .publicationSlider .publicationSliderImg img {
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.publicationSec .publicationBox .publicationSlider .slick-prev {
  position: absolute;
  background: url(../images/slick_left.png) no-repeat;
  height: 27px;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.publicationSec .publicationBox .publicationSlider .slick-prev::before {
  display: none;
}
.publicationSec .publicationBox .publicationSlider .slick-next {
  position: absolute;
  background: url(../images/slick_right.png) no-repeat;
  height: 27px;
  width: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.publicationSec .publicationBox .publicationSlider .slick-next::before {
  display: none;
}
@media (max-width: 1367px) {
  .publicationSec .publicationBox .modal-dialog {
    max-width: 500px;
  }
  .publicationSec .publicationBox .modal-title {
    font-size: 20px;
    line-height: 20px;
  }
  .publicationSec .publicationBox .publicationSlider .publicationSliderImg img {
    height: 450px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .publicationSec .publicationBox .publicationSlider .publicationSliderImg {
    padding: 0 15px;
  }
  .publicationSec .publicationBox .publicationSlider .publicationSliderImg img {
    height: 370px;
  }
}

.contactSec ul li {
  margin-bottom: 50px;
}
.contactSec ul li:last-child {
  margin-bottom: 0;
}
.contactSec ul li .contactInfo img {
  margin-bottom: 10px;
}
.contactSec ul li .contactInfo a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #868686;
}
.contactSec ul li .contactInfo a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contactSec .inquiryForm .form-group {
  margin-bottom: 30px;
}
.contactSec .inquiryForm .form-group input {
  background: #202020;
  border-radius: 10px;
  height: 70px;
  border: none;
  color: #fff;
}
.contactSec .inquiryForm .form-group input:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.74);
          box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.74);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactSec .inquiryForm .form-group textarea {
  background: #202020;
  border-radius: 10px;
  border: none;
  resize: none;
  color: #fff;
}
.contactSec .inquiryForm .form-group textarea:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.74);
          box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.74);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactSec .inquiryForm .centreBtn {
  text-align: left;
}
.contactSec .inquiryForm .centreBtn button {
  position: relative;
  color: #fff;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contactSec .inquiryForm .centreBtn button .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.contactSec .inquiryForm .centreBtn button::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.contactSec .inquiryForm .centreBtn button::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -12px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 50%;
}
.contactSec .inquiryForm .centreBtn button:hover::before, .contactSec .inquiryForm .centreBtn button:hover::after {
  width: 50%;
}
.contactSec .inquiryForm .centreBtn button:hover .dot {
  opacity: 1;
}
@media (max-width: 1367px) {
  .contactSec li .contactInfo img {
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contactSec .inquiryForm input {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .contactSec ul li .contactInfo a {
    font-size: 18px;
    line-height: 28px;
  }
  .contactSec .inquiryForm {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contactSec ul li .contactInfo img {
    height: 20px;
  }
  .contactSec ul li .contactInfo a {
    font-size: 16px;
    line-height: 26px;
  }
}

.mapSec iframe {
  display: block;
}

.projectSec .portfolioSites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectSec .portfolioSites li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
.projectSec .portfolioSites li:nth-child(even) {
  padding-top: 150px;
}
.projectSec .projectBox {
  position: relative;
  margin: 0 75px;
}
.projectSec .projectBox::before {
  content: "";
  position: absolute;
  background: linear-gradient(179.89deg, rgba(17, 17, 17, 0) 1.11%, #111111 90.21%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.projectSec .projectBox .projectImage img {
  border-radius: 10px;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.projectSec .projectBox .projectText {
  margin-top: 45px;
}
.projectSec .projectBox .projectText p {
  z-index: 1;
  position: relative;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  padding-left: 40px;
}
.projectSec .projectBox:hover .projectImage img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.projectSec .projectBox:hover .projectText p {
  color: #fff;
}
.projectSec .hoverEffect {
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 11;
}
.projectSec .thermometer-container {
  position: relative;
  width: 2px;
  height: 200px;
  background-color: #fff;
}
.projectSec .projectBox:hover .thermometer-fill {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #f00;
  bottom: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.projectSec .thermometer-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: bottom 0.4s ease-in-out;
  transition: bottom 0.4s ease-in-out;
}
.projectSec .projectBox:hover .thermometer-container .thermometer-fill {
  height: 100%;
}
.projectSec .projectBox:hover .thermometer-container .thermometer-dot {
  bottom: 100%;
  background-color: #f00;
}
.projectSec .cd-tab-filter .cd-filters li {
  margin: 0 45px;
  position: relative;
}
.projectSec .cd-tab-filter .cd-filters li .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.projectSec .cd-tab-filter .cd-filters li::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -8px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.projectSec .cd-tab-filter .cd-filters li::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f00;
  bottom: -8px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 50%;
}
.projectSec .cd-tab-filter .cd-filters li:hover::after, .projectSec .cd-tab-filter .cd-filters li:hover::before {
  width: 50%;
}
.projectSec .cd-tab-filter .cd-filters li:hover .dot {
  opacity: 1;
}
.projectSec .cd-tab-filter .cd-filters li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #868686;
  padding-right: 0;
  padding-left: 0;
}
.projectSec .cd-tab-filter .cd-filters li a.selected, .projectSec .cd-tab-filter .cd-filters li a:hover {
  color: #FF0000;
}
.projectSec .cd-tab-filter .cd-filters li a.selected .dot, .projectSec .cd-tab-filter .cd-filters li a:hover .dot {
  opacity: 1;
}
@media (min-width: 1367px) and (max-width: 1800px) {
  .projectSec .projectBox {
    margin: 0 35px;
  }
  .projectSec .cd-tab-filter .cd-filters li {
    margin: 0 25px;
  }
}
@media (max-width: 1367px) {
  .projectSec .portfolioSites li:nth-child(even) {
    padding-top: 100px;
  }
  .projectSec .projectBox {
    margin: 0 25px;
  }
  .projectSec .projectBox .projectText {
    margin-top: 20px;
  }
  .projectSec .projectBox .projectText p {
    font-size: 25px;
    line-height: 25px;
  }
  .projectSec .thermometer-container {
    height: 150px;
  }
  .projectSec .cd-tab-filter .cd-filters li {
    margin: 0 18px;
  }
}
@media (max-width: 1199px) {
  .projectSec .projectBox {
    margin: 0 15px;
  }
  .projectSec .projectBox .projectText p {
    font-size: 20px;
    line-height: 20px;
  }
  .projectSec .cd-tab-filter .cd-filters li a {
    font-size: 16px;
    line-height: 16px;
  }
  .projectSec .thermometer-container {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .projectSec .cd-tab-filter .cd-filters li {
    margin: 0 9px;
  }
  .projectSec .cd-tab-filter .cd-filters li a {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0;
  }
  .projectSec .cd-tab-filter .cd-filters li a .dot {
    display: none;
  }
  .projectSec .cd-tab-filter .cd-filters li::after, .projectSec .cd-tab-filter .cd-filters li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .projectSec .projectBox .projectText p {
    font-size: 24px;
    line-height: 24px;
  }
  .projectSec .portfolioSites li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 35px 0;
  }
  .projectSec .portfolioSites li:nth-child(even) {
    padding-top: 0;
  }
  .projectSec .portfolioSites li:last-child {
    margin-bottom: 0;
  }
  .projectSec .cd-tab-filter .cd-filters li a {
    padding: 10px;
  }
  .projectSec .thermometer-container {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .projectSec .projectBox .projectText p {
    font-size: 20px;
    line-height: 20px;
  }
}

.projectDetail {
  padding-bottom: 50px;
}
.projectDetail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectDetail ul li {
  margin-right: 75px;
}
.projectDetail ul li p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.projectDetail ul li p span {
  font-weight: 300;
  display: block;
  padding-top: 5px;
  font-size: 25px;
  line-height: 25px;
  text-transform: capitalize;
}
@media (max-width: 1367px) {
  .projectDetail ul li p span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .projectDetail ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .projectDetail ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.projectDetailImages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectDetailImages ul li {
  padding: 15px;
}
.projectDetailImages ul li img {
  width: 100%;
}
.projectDetailImages ul li.mar15 .grid-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .projectDetailImages ul li {
    padding: 5px;
  }
  .projectDetailImages ul li.mar15 .grid-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .projectDetailImages ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 10px;
  }
  .projectDetailImages ul li.mar15 .grid-item:last-child {
    margin-bottom: 0;
  }
}

.footer {
  padding: 15px 0;
  background: #000;
}
.footer .footerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footerText .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footerText .copyright p {
  padding-left: 5px;
}
@media (min-width: 1367px) and (max-width: 1800px) {
  .footer {
    height: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1367px) {
  .footer {
    height: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footerText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#toTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  padding: 3px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  display: none;
  font-size: 25px;
  z-index: 100;
  background: #cb0000;
}
#toTop i {
  color: rgb(255, 255, 255);
  font-size: 25px;
  line-height: 30px;
}/*# sourceMappingURL=style.css.map */