/*----------------------------------------------------
@File: Default Styles

/*=====================================================================
@Template Name: Turn
@Author: Masud Rana
@Developed By: Masud Rana
@Developer URL: https://www.linkedin.com/in/masudrana2779/
@Default Styles
/*----------------------------------------------------*/
/*Bootstrap*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");
/*Base font*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
.darkLight {
  color: #6e6e6e !important; }

body {
  font-family: "Avenir";
  font-size: 16px;
  line-height: 20px; }

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

.tcolor {
  color: #6f531d; }

a {
  text-decoration: none;
  color: #6e6e6e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block; }

.underline {
  text-decoration: underline !important; }

.hover-color:hover {
  color: #6f531d; }

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

a:focus {
  outline: none !important; }

a.link {
  color: #6f531d; }

a.link:hover {
  color: #6f531d !important; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.galleryRow {
  margin: 0 -35px; }

.galleryCol {
  padding: 0 35px; }

.galleryBody.bannerWrap {
  background: #333; }

/* ======================================          Global style                 ==================================== */
.h100 {
  height: 100vh; }

.headerTop {
  background: #6f531d;
  padding: 5px 0; }
  .headerTop .navbar {
    padding: 0; }
    .headerTop .navbar .headerTopMenu .navbar-nav .nav-item .nav-link {
      color: #000; }
    .headerTop .navbar .headerTopMenu .searchForm {
      position: relative; }
      .headerTop .navbar .headerTopMenu .searchForm .form-control {
        background: #453312;
        border: none;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 50px;
        font-size: 14px;
        line-height: 18px;
        height: auto;
        padding: 5px 15px;
        margin-left: 20px; }
      .headerTop .navbar .headerTopMenu .searchForm .btnSearch {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        padding: 0;
        width: 40px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        border: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

.header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1100; }
  .header.fixedMenu {
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  .header .navbar {
    padding: 0; }
    .header .navbar .logo a img {
      max-width: 110px;
      width: 100%; }
    .header .navbar .hamburger {
      padding: 0;
      outline: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
      .header .navbar .hamburger .bar_icon {
        width: 30px;
        height: 16px;
        position: relative;
        display: inline-block; }
        .header .navbar .hamburger .bar_icon .bar {
          position: absolute;
          width: 100%;
          background: white;
          height: 2px;
          left: 0;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .header .navbar .hamburger .bar_icon .bar.bar_1 {
            top: 0; }
          .header .navbar .hamburger .bar_icon .bar.bar_2 {
            top: 50%; }
          .header .navbar .hamburger .bar_icon .bar.bar_3 {
            top: 100%; }
      .header .navbar .hamburger[aria-expanded="true"] .bar.bar_1 {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header .navbar .hamburger[aria-expanded="true"] .bar.bar_2 {
        opacity: 0; }
      .header .navbar .hamburger[aria-expanded="true"] .bar.bar_3 {
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%); }
    .header .navbar .mainMenu .navbar-nav .nav-item .nav-link {
      font-size: 12px;
      font-weight: 700;
      color: #6e6e6e;
      text-transform: uppercase;
      margin: 1px;
      padding: 10px 15px; }
    .header .navbar .mainMenu .navbar-nav .nav-item.active .nav-link, .header .navbar .mainMenu .navbar-nav .nav-item:hover .nav-link {
      background: #6f531d;
      color: #fff; }

.video_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden; }
  .video_bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0; }
  .video_bg #myVideo {
    min-width: 100%;
    min-height: 100vh;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    line-height: 1;
    border: none; }

.bannerWrap {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  height: auto;
  width: 100% !important; }
  .bannerWrap .bgShape {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
    .bannerWrap .bgShape img {
      width: 100%; }
  .bannerWrap.banner_2 {
    background: url("../../assets/img/5C2C23FE.jpg") no-repeat scroll top left/cover; }
  .bannerWrap.banner_3 {
    background: url("../../assets/img/5C2C2402.jpg") no-repeat scroll top left/cover; }
  .bannerWrap.banner_4 {
    background: url("../../assets/img/5C2C23FE.jpg") no-repeat scroll top left/cover; }
    .bannerWrap.banner_4 .scrollDownAnimationWrap {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .bannerWrap .bannerInner {
    position: relative;
    z-index: 1;
    padding: 70px 0; }
    .bannerWrap .bannerInner .tagTop {
      position: absolute;
      top: 80px;
      left: 0;
      overflow: hidden; }
      .bannerWrap .bannerInner .tagTop p {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 200px; }
        .bannerWrap .bannerInner .tagTop p span img {
          margin-top: 6px;
          margin-left: 10px; }
    .bannerWrap .bannerInner .bannerContent .contentInner {
      position: relative;
      z-index: 1; }
      .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle {
        font-size: 115px;
        color: #fff;
        font-weight: 800;
        line-height: 90px;
        margin-bottom: 20px;
        text-transform: uppercase; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle span {
          display: block;
          overflow: hidden; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
          font-size: 83px; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
          font-size: 118px; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
          -webkit-text-stroke: 1px #6e6e6e;
          color: transparent;
          font-size: 114px; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
          -webkit-text-stroke: 1px #6e6e6e;
          color: transparent;
          font-size: 44px;
          line-height: 44px; }
        .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
          color: #6e6e6e;
          font-weight: 800;
          font-size: 100px; }
      .bannerWrap .bannerInner .bannerContent .contentInner .roundShapeImg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.15;
        left: 110px;
        z-index: -1; }
        .bannerWrap .bannerInner .bannerContent .contentInner .roundShapeImg img {
          max-width: 280px;
          width: 100%; }
      .bannerWrap .bannerInner .bannerContent .contentInner .contentInnerInner {
        position: relative; }
        .bannerWrap .bannerInner .bannerContent .contentInner .contentInnerInner .bannerRightSingleText {
          max-width: 310px;
          width: 100%;
          text-align: right;
          margin-bottom: 20px; }
          .bannerWrap .bannerInner .bannerContent .contentInner .contentInnerInner .bannerRightSingleText h5 {
            color: #fff;
            margin-bottom: 10px;
            font-size: 16px;
            text-transform: uppercase; }
          .bannerWrap .bannerInner .bannerContent .contentInner .contentInnerInner .bannerRightSingleText p {
            color: #fff;
            font-size: 13px; }

.btnWrap .btnGlob {
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  width: 190px;
  text-align: center;
  height: 42px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 700; }
  .btnWrap .btnGlob.darkBtn {
    border: 1px solid #6e6e6e;
    color: #6e6e6e; }
    .btnWrap .btnGlob.darkBtn:hover {
      background: #6e6e6e;
      color: #fff; }
  .btnWrap .btnGlob:last-child {
    margin-right: 0; }
  .btnWrap .btnGlob:hover {
    color: #6f531d;
    background: #fff; }
  .btnWrap .btnGlob.btnSolid {
    color: #6f531d;
    background: #fff; }
    .btnWrap .btnGlob.btnSolid.darkBtn {
      border: 1px solid #fff;
      color: #6e6e6e; }
      .btnWrap .btnGlob.btnSolid.darkBtn:hover {
        border: 1px solid #6e6e6e;
        background: #6e6e6e;
        color: #fff; }
    .btnWrap .btnGlob.btnSolid:hover {
      color: #fff;
      background: transparent; }

.roundShapeImgWrap {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: 100px; }

.circleTextBox {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 11; }

.circleTextWrap {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .circleTextWrap:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.circleTextWrap:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circular-text {
  position: relative;
  color: #999;
  border-radius: 100%; }

.pp-viewing-page1 .circular-text {
  color: #fff; }

.textInner {
  -webkit-animation: round 30s infinite linear;
  animation: round 30s infinite linear;
  width: 80px;
  height: 80px; }

.circular-text span {
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  font-size: 8px;
  font-weight: 100;
  letter-spacing: 1px; }

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes round {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.portfolioAccordion .portfolioAccordionItem {
  padding: 50px 0; }
  .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button {
    padding: 0;
    border: none;
    background: transparent;
    color: #6e6e6e; }
    .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button:after {
      display: none; }
    .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button .btnItem {
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button .btnItem .btnImg {
        position: absolute;
        top: 15px;
        right: -30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button .btnItem p {
        color: #6e6e6e;
        font-size: 16px;
        text-transform: uppercase; }
      .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button .btnItem h5 {
        color: #6e6e6e;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700; }
  .portfolioAccordion .portfolioAccordionItem .accordion-collapse {
    border: none; }
    .portfolioAccordion .portfolioAccordionItem .accordion-collapse .accordion-body {
      padding: 30px; }
      .portfolioAccordion .portfolioAccordionItem .accordion-collapse .accordion-body .itemList li {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px; }

.clientLogoWrap .logoItem {
  border: 1px solid #ddd;
  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;
  margin: 0 auto 20px;
  padding: 10px;
  cursor: pointer;
  pointer-events: none; }

.scrollDownAnimationWrap {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%; }

.scrollDownAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.scrollDownAnimation span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; }

.scrollDownAnimation span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.scrollDownAnimation span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px); } }

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px); } }

.teamContentWrap h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

.teamContentWrap .teamSingleItemRow {
  margin-bottom: 20px; }

.teamContentWrap .temImg {
  margin-bottom: 20px; }
  .teamContentWrap .temImg .imgInner {
    max-width: 200px;
    width: 100%;
    border: 1px solid #333; }
    .teamContentWrap .temImg .imgInner img {
      width: 100%; }

.bannerInnerClientWrap .circleText {
  top: 60px; }

.bannerInnerClientWrap .clientLogoWrap {
  padding-top: 100px; }
  .bannerInnerClientWrap .clientLogoWrap .logoItem {
    width: 100%;
    height: auto; }

/* =======  animation css */
@media (min-width: 768px) {
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l1 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .roundShapeImg img {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText h5 {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText p {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section1.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l1 {
    -webkit-animation: fadeInLeft 1s ease 1s both;
    animation: fadeInLeft 1s ease 1s both; }
  #section1.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
    -webkit-animation: fadeInLeft 1.2s ease 1.2s both;
    animation: fadeInLeft 1.2s ease 1.2s both; }
  #section1.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
    -webkit-animation: fadeInLeft 1.3s ease 1.3s both;
    animation: fadeInLeft 1.3s ease 1.3s both; }
  #section1.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeInUp 1.5s ease 1.5s both;
    animation: fadeInUp 1.5s ease 1.5s both; }
  #section1.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeInUp 1.7s ease 1.7s both;
    animation: fadeInUp 1.7s ease 1.7s both; }
  #section1.active .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .roundShapeImg img {
    -webkit-animation: tada 1.9s ease 1.5s both;
    animation: tada 1.9s ease 1.5s both; }
  #section1.active .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText h5 {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section1.active .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText p {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; }
  #section2 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section2 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section2 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section2 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section2 .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_1 {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section2 .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_2 {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section2 .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_3 {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section2 .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_4 {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section2.active .bannerWrap .bgShape {
    -webkit-animation: fadeInUp 1s ease 1s both;
    animation: fadeInUp 1s ease 1s both; }
  #section2.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
    -webkit-animation: fadeInLeft 1s ease 1s both;
    animation: fadeInLeft 1s ease 1s both; }
  #section2.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeInLeft 1.2s ease 1.2s both;
    animation: fadeInLeft 1.2s ease 1.2s both; }
  #section2.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeInUp 1.5s ease 1.5s both;
    animation: fadeInUp 1.5s ease 1.5s both; }
  #section2.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeInUp 1.7s ease 1.7s both;
    animation: fadeInUp 1.7s ease 1.7s both; }
  #section2.active .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_1 {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section2.active .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_2 {
    -webkit-animation: fadeInDown 1.1s ease 1.1s both;
    animation: fadeInDown 1.1s ease 1.1s both; }
  #section2.active .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_3 {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; }
  #section2.active .bannerWrap .bannerInner .bannerRightContent .contentInner .portfolioAccordion .portfolioAccordion_4 {
    -webkit-animation: fadeInDown 1.3s ease 1.3s both;
    animation: fadeInDown 1.3s ease 1.3s both; }
  #section3 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section3 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section3 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_3 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_4 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_5 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_6 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_7 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_8 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_9 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_10 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_11 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3 .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_12 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section3.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    -webkit-animation: fadeInLeft 1s ease 1s both;
    animation: fadeInLeft 1s ease 1s both; }
  #section3.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeInLeft 1.2s ease 1.2s both;
    animation: fadeInLeft 1.2s ease 1.2s both; }
  #section3.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeInUp 1.5s ease 1.5s both;
    animation: fadeInUp 1.5s ease 1.5s both; }
  #section3.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeInUp 1.7s ease 1.7s both;
    animation: fadeInUp 1.7s ease 1.7s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_1 {
    -webkit-animation: fadeInDown 0.5s ease 0.5s both;
    animation: fadeInDown 0.5s ease 0.5s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_2 {
    -webkit-animation: fadeInDown 0.6s ease 0.6s both;
    animation: fadeInDown 0.6s ease 0.6s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_3 {
    -webkit-animation: fadeInDown 0.7s ease 0.7s both;
    animation: fadeInDown 0.7s ease 0.7s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_4 {
    -webkit-animation: fadeInDown 0.8s ease 0.8s both;
    animation: fadeInDown 0.8s ease 0.8s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_5 {
    -webkit-animation: fadeInDown 0.9s ease 0.9s both;
    animation: fadeInDown 0.9s ease 0.9s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_6 {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_7 {
    -webkit-animation: fadeInDown 1.1s ease 1.1s both;
    animation: fadeInDown 1.1s ease 1.1s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_8 {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_9 {
    -webkit-animation: fadeInDown 1.3s ease 1.3s both;
    animation: fadeInDown 1.3s ease 1.3s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_10 {
    -webkit-animation: fadeInDown 1.4s ease 1.4s both;
    animation: fadeInDown 1.4s ease 1.4s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_11 {
    -webkit-animation: fadeInDown 1.5s ease 1.5s both;
    animation: fadeInDown 1.5s ease 1.5s both; }
  #section3.active .bannerWrap .bannerInner .bannerRightContent .contentInner .clientLogoWrap .logoItem_12 {
    -webkit-animation: fadeInDown 1.6s ease 1.6s both;
    animation: fadeInDown 1.6s ease 1.6s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_3 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_4 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_5 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_6 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_7 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_8 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_9 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_10 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_11 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_12 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_13 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_14 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_15 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .galleryWrap .galleryItem_16 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section4 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both; }
  #section4 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeOutUp 1s both;
    animation: fadeOutUp 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .tTopPara {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .TeamHeading {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_1 .temImg {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_1 .contentBox {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_2 .temImg {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4 .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_2 .contentBox {
    -webkit-animation: fadeOutDown 1s both;
    animation: fadeOutDown 1s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_1 {
    -webkit-animation: fadeInDown 0.5s ease 0.5s both;
    animation: fadeInDown 0.5s ease 0.5s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_2 {
    -webkit-animation: fadeInDown 0.6s ease 0.6s both;
    animation: fadeInDown 0.6s ease 0.6s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_3 {
    -webkit-animation: fadeInDown 0.7s ease 0.7s both;
    animation: fadeInDown 0.7s ease 0.7s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_4 {
    -webkit-animation: fadeInDown 0.8s ease 0.8s both;
    animation: fadeInDown 0.8s ease 0.8s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_5 {
    -webkit-animation: fadeInDown 0.9s ease 0.9s both;
    animation: fadeInDown 0.9s ease 0.9s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_6 {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_7 {
    -webkit-animation: fadeInDown 1.1s ease 1.1s both;
    animation: fadeInDown 1.1s ease 1.1s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_8 {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_9 {
    -webkit-animation: fadeInDown 1.3s ease 1.3s both;
    animation: fadeInDown 1.3s ease 1.3s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_10 {
    -webkit-animation: fadeInDown 1.4s ease 1.4s both;
    animation: fadeInDown 1.4s ease 1.4s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_11 {
    -webkit-animation: fadeInDown 1.5s ease 1.5s both;
    animation: fadeInDown 1.5s ease 1.5s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_12 {
    -webkit-animation: fadeInDown 1.6s ease 1.6s both;
    animation: fadeInDown 1.6s ease 1.6s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_13 {
    -webkit-animation: fadeInDown 1.7s ease 1.7s both;
    animation: fadeInDown 1.7s ease 1.7s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_14 {
    -webkit-animation: fadeInDown 1.8s ease 1.8s both;
    animation: fadeInDown 1.8s ease 1.8s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_15 {
    -webkit-animation: fadeInDown 1.9s ease 1.9s both;
    animation: fadeInDown 1.9s ease 1.9s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_16 {
    -webkit-animation: fadeInDown 2s ease 2s both;
    animation: fadeInDown 2s ease 2s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_17 {
    -webkit-animation: fadeInDown 2.1s ease 2.1s both;
    animation: fadeInDown 2.1s ease 2.1s both; }
  #section4.active .bannerWrap .galleryWrap .galleryItem_18 {
    -webkit-animation: fadeInDown 2.2s ease 2.2s both;
    animation: fadeInDown 2.2s ease 2.2s both; }
  #section4.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    -webkit-animation: fadeInLeft 1s ease 1s both;
    animation: fadeInLeft 1s ease 1s both; }
  #section4.active .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    -webkit-animation: fadeInLeft 1.2s ease 1.2s both;
    animation: fadeInLeft 1.2s ease 1.2s both; }
  #section4.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeInUp 1.5s ease 1.5s both;
    animation: fadeInUp 1.5s ease 1.5s both; }
  #section4.active .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeInUp 1.7s ease 1.7s both;
    animation: fadeInUp 1.7s ease 1.7s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .tTopPara {
    -webkit-animation: fadeInDown .8s ease .8s both;
    animation: fadeInDown .8s ease .8s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .TeamHeading {
    -webkit-animation: fadeInDown .9s ease .9s both;
    animation: fadeInDown .9s ease .9s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_1 .temImg {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_1 .contentBox {
    -webkit-animation: fadeInDown 1.1s ease 1.1s both;
    animation: fadeInDown 1.1s ease 1.1s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_2 .temImg {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; }
  #section4.active .bannerWrap .bannerInner .bannerRightContent .contentInner .teamContentWrap .teamRow_2 .contentBox {
    -webkit-animation: fadeInDown 1.3s ease 1.3s both;
    animation: fadeInDown 1.3s ease 1.3s both; } }

@media (max-width: 767px) {
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l1 {
    -webkit-animation: fadeInLeft 1s ease 1s both;
    animation: fadeInLeft 1s ease 1s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
    -webkit-animation: fadeInLeft 1.2s ease 1.2s both;
    animation: fadeInLeft 1.2s ease 1.2s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
    -webkit-animation: fadeInLeft 1.3s ease 1.3s both;
    animation: fadeInLeft 1.3s ease 1.3s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_1 {
    -webkit-animation: fadeInUp 1.5s ease 1.5s both;
    animation: fadeInUp 1.5s ease 1.5s both; }
  #section1 .bannerWrap .bannerInner .bannerContent .contentInner .btnWrap .btnGlob.btn_2 {
    -webkit-animation: fadeInUp 1.7s ease 1.7s both;
    animation: fadeInUp 1.7s ease 1.7s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .roundShapeImg img {
    -webkit-animation: tada 1.9s ease 1.5s both;
    animation: tada 1.9s ease 1.5s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText h5 {
    -webkit-animation: fadeInDown 1s ease 1s both;
    animation: fadeInDown 1s ease 1s both; }
  #section1 .bannerWrap .bannerInner .bannerRightContent .contentInner .contentInnerInner .bannerRightSingleText p {
    -webkit-animation: fadeInDown 1.2s ease 1.2s both;
    animation: fadeInDown 1.2s ease 1.2s both; } }

/* =======  animation css */
/* ---- grid ---- */
.serviceImgWrap .singleItem .singleItemInner a {
  width: 100%; }

.serviceImgWrap .singleItem {
  margin-bottom: 10px; }

.serviceImgWrap img {
  width: 100%; }

.cus_mar {
  margin: 0 -5px; }

.cus_pad {
  padding: 0 5px; }

.teamSingleItemRow {
  width: 100%; }

.imagelightbox-arrow {
  background: transparent !important;
  color: #23374D; }

.galleryWrap .galleryTitle {
  font-size: 32px;
  color: #b6b6b6;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid #b6b6b6; }

.galleryWrap .galleryItem {
  margin-bottom: 70px; }
  .galleryWrap .galleryItem .galleryItemInner .galleryImg a {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative; }
    .galleryWrap .galleryItem .galleryItemInner .galleryImg a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.1;
      z-index: 1; }
    .galleryWrap .galleryItem .galleryItemInner .galleryImg a img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .galleryWrap .galleryItem .galleryItemInner .galleryImg a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.imagelightbox-overlay {
  background: rgba(0, 0, 0, 0.9); }

.imagelightbox-arrow {
  background: #666 !important;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px; }

@media (max-width: 1024px) {
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle {
    font-size: 80px;
    line-height: 70px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
    font-size: 55px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
    font-size: 75px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
    font-size: 80px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    font-size: 70px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    font-size: 38px; }
  .video_bg #myVideo {
    max-width: initial; }
  .btnWrap .btnGlob {
    margin: 0 0 10px; } }

/*End @media (max-width: 1024px) */
@media (max-width: 991px) {
  .bannerWrap .bannerInner .tagTop {
    display: none; }
  .circleText {
    padding-top: 10px;
    padding-right: 80px; }
  .header .navbar .mainMenu .navbar-nav {
    padding-top: 10px; }
  .header .navbar .mainMenu {
    background: #fff; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l6 {
    font-size: 34px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    font-size: 60px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
    font-size: 70px; }
  .teamContentWrap .teamSingleItemRow.teamRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/*End @media (max-width: 991px) */
@media (max-width: 767px) {
  .header .navbar .logo a img {
    max-width: 60px; }
  html, body {
    overflow: initial; }
  #pagepiling .section {
    height: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: hidden; }
  .circleTextBox {
    top: 0; }
  .circular-text {
    color: #fff; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle {
    font-size: 50px;
    line-height: 40px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l2 {
    font-size: 35px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l3 {
    font-size: 40px; }
  .btnWrap .btnGlob {
    width: 150px;
    margin: 0 10px 10px 0; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l4 {
    font-size: 45px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .bannerTitle .l5 {
    font-size: 40px; }
  .portfolioAccordion .portfolioAccordionItem {
    text-align: center; }
  .portfolioAccordion .portfolioAccordionItem .accordion-header .accordion-button .btnItem {
    margin: 0 auto; }
  .portfolioAccordion .portfolioAccordionSingleItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .h100 {
    height: auto; }
  .bannerWrap {
    min-height: auto; }
  .bannerWrap.banner_1 {
    padding: 70px 0 30px; }
  .bannerContent {
    padding: 40px 0; }
  .galleryRow {
    margin: 0 -15px; }
  .galleryCol {
    padding: 0 15px; }
  .galleryWrap .galleryItem {
    margin-bottom: 30px; }
  .bannerWrap .bannerInner .bannerContent .contentInner .roundShapeImg img {
    max-width: 170px; }
  .bannerWrap .bannerInner {
    padding: 0; }
  header.header.fixdHeader {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
  .header.fixdHeader .navbar .hamburger .bar_icon .bar {
    background: #222; }
  .contentBox {
    margin-bottom: 21px; } }

/*End @media (max-width: 767px) */
