@media only screen and (min-width: 600px) {
   .parallax-container .parallax {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      z-index: -1;
   }
   .parallax-container .parallax img {
      /* display: none; */
      position: absolute;
      left: 50%;
      bottom: 0;
      max-width: none;
      height: inherit;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      overflow: visible;
   }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
   .ftr-logo {
      text-align: center;
   }
   .mainbannerslider .slider-content {
      height: 850px;
   }
}
@media only screen and (max-width: 1499px) {
   .mainbannerslider .slider-content {
      height: 800px;
   }
   .ftr-logo {
      text-align: center;
   }
   .btm-shape,
   .navblackbg {
      clip-path: polygon(100% 0, 100% 45%, 85% 100%, 0 25%, 0% 0%);
   }
   .header .site-logo {
      height: 100px;
   }
   .header .site-logo img {
      height: 100%;
      width: 100%;
      object-fit: contain;
   }
   .contdtl-inner {
      right: 150px;
   }
   .whatwedointro {
      padding: 20px;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
   .btm-shape,
   .navblackbg {
      clip-path: polygon(100% 0, 100% 50%, 90% 100%, 0 30%, 0% 0%);
   }
}
@media only screen and (max-width: 1199px) {
   #cssmenu > ul > li > a {
      font-size: 16px;
   }

   .contact-sec .btm-shape {
      height: 116px;
      bottom: 0px;
   }
   .footer {
      padding-top: 50px;
   }
   .comman-left-shape:after {
      top: -140px;
      z-index: -1;
   }

   .header .sticking .site-logo,
   .header .site-logo {
      margin: 5px 0;
   }
   .header .sticking .site-logo,
   .header .site-logo {
      height: 70px;
   }
   .contact-sec.max-width-container .container:before {
      right: -30px;
      bottom: -72%;
   }

   .ftr-logo a {
      display: block;
      width: 100%;
      height: 100px;
   }
   .ftr-logo a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
   }

   .contdtl-inner {
      right: 20px;
      transform: rotate(-15deg);
   }
   .contdtl-inner a {
      font-size: 18px;
   }
   .mainbannerslider .slider-content {
      height: 800px;
   }
   .bannertitle h1 {
      font-size: 35px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   #cssmenu > ul > li {
      margin-left: 25px;
      margin-right: 25px;
   }
   /* #cssmenu > ul > li::before {
      right: -26px;
   } */

   .copyright .btm-shape {
      clip-path: polygon(100% 0, 100% 0, 83% 80%, 0 27%, 0% 0%);
   }
   h4.main-title {
      font-size: 40px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .sticking #cssmenu #menu-button {
      top: 30px;
   }
}

@media only screen and (max-width: 1024px) {
   #cssmenu {
      position: inherit;
   }
   #cssmenu ul {
      background: #000;
      position: fixed;
      z-index: 99999;
      top: 0px;
      left: -260px;
      width: 260px;
      height: 100%;
      overflow: auto;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
   }
   #cssmenu ul.open {
      left: 0;
   }
   #cssmenu .nav-pills .nav-link.active::before {
      left: auto;
      right: 10px;
      transform: translateY(-50%) rotate(180deg);
   }
   #cssmenu ul.open li a {
      color: #ffffff;
   }
   #cssmenu ul ul,
   #cssmenu ul ul ul {
      padding: 0;
      background: #1a8ee1;
      border: none;
      top: 0px;
      position: inherit;
      width: 100%;
      height: auto;
      overflow: inherit;
      left: inherit;
      transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      -o-transition: none;
   }
   #cssmenu ul ul ul {
      background-color: #001728;
   }
   #cssmenu ul.open li {
      padding-right: 0px;
   }
   #cssmenu ul.open li a {
      display: inherit;
      padding: 11px 15px 11px;
   }
   #cssmenu ul ul li a {
      margin-top: 0px;
   }
   #cssmenu ul.open ul li a {
      padding: 12px 10px;
   }
   #cssmenu ul.open li a:hover {
      background: #0070c0;
      color: #ffffff;
      text-decoration: none;
   }
   #cssmenu ul.open ul ul li:hover > a,
   #cssmenu ul.open ul ul li a:hover,
   #cssmenu ul.open ul ul li.active a {
      color: #ffffff;
      background: #0070c0;
   }
   #cssmenu::after,
   #cssmenu > ul::after {
      content: none;
   }
   #cssmenu #menu-button.menu-opened::after {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      top: 8px;
      width: 25px;
      left: 3px;
      background-color: #000;
   }
   #cssmenu #menu-button.menu-opened::before {
      left: 0px;
      top: 0px;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      border-top: none;
      border-color: #000;
   }
   /*#cssmenu > ul > li{margin:0px;}*/
   #cssmenu > ul > li > a {
      border: none;
      border-radius: 0px;
   }
   #cssmenu > ul > li.active > a:before {
      /* content: none; */
   }
   #cssmenu ul li a:after {
      content: none;
   }
   #cssmenu #menu-button {
      border-radius: 100%;
      background-color: transparent;
      z-index: 12;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      top: 10px;
      left: 50px;
   }

   #cssmenu ul ul li:last-child {
      border-bottom: 0px solid rgba(255, 255, 255, 0.2);
   }
   #cssmenu ul ul {
      opacity: 1;
      border-radius: 0px;
      box-shadow: none;
   }
   #cssmenu li:hover > ul {
      left: auto;
      opacity: 1;
   }
   #cssmenu > ul > li > a::before {
      /* display: none; */
   }
   #cssmenu ul.open ul li a {
      padding-left: 15px;
   }
   #cssmenu ul ul li a {
      border-bottom: none;
   }
   #cssmenu > ul > li::after {
      content: none;
   }
   #cssmenu li.shwinmblnav {
      display: inherit;
   }

   .main-navigation {
      position: inherit;
   }
   .header .col-lg-2,
   .header .col-lg-10 {
      max-width: 50%;
      flex: 0 0 50%;
   }
   #cssmenu ul ul,
   #cssmenu li ul {
      opacity: 1;
      visibility: visible;
   }
   #cssmenu ul ul:after {
      content: none;
   }
   /* #cssmenu #menu-button.menu-opened {
      left: 265px;
   } */

   #cssmenu #menu-button::before {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
   }
   #cssmenu #menu-button::after {
      background: #000;
   }
   .btm-shape,
   .navblackbg {
      clip-path: polygon(100% 0, 100% 50%, 85% 80%, 0 25%, 0% 0%);
   }
   .htmloverflowhidden .navblackbg {
      clip-path: none;
   }

   #cssmenu > ul > li::before {
      /* display: none; */
   }
   #cssmenu > ul > li {
      margin-right: 0px !important;
      margin-left: 0px !important;
   }
   .about-dtl .comntitle {
      height: fit-content;
   }
   .about-oneimg {
      width: 370px;
   }
   body {
      font-size: 16px;
   }
   .whatwedointro {
      max-width: 300px;
   }
   .contactdtl {
      padding-left: 36px;
   }
   .contcright {
      padding-right: 36px;
   }
   .whatwedointro {
      max-width: 100%;
      padding: 20px;
   }
   #cssmenu ul.open li {
      display: flex;
      align-items: center;
   }
   .whatwedointro p {
      font-size: 15px;
      line-height: 1.4;
   }
}

@media only screen and (max-width: 991px) {
   .btm-shape {
      height: 100px;
   }
   h4.main-title {
      font-size: 34px;
   }
   .contcright h5 {
      margin-bottom: 0px;
   }
   .contact-sec .btm-shape {
      bottom: 0px;
   }
   .contdtl-inner {
      top: -135px;
      right: 0;
   }
   .copyright .btm-shape {
      clip-path: polygon(100% 0, 100% 45%, 70% 100%, 0 24%, 0% 0%);
   }
   .contcright p {
      font-size: 20px;
   }
   .contcright p br {
      display: none;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .mainbannerslider .slider-content {
      height: 560px;
   }
   .about-oneimg {
      width: 100%;
   }
   .about-section {
      margin-bottom: 80px;
   }
   .small-title {
      font-size: 19px;
   }
   .whatwe-do-wrap .order-1 {
      order: inherit !important;
   }
   .whatwedointro {
      padding: 50px;
   }
   .part-office h6 {
      margin-bottom: 12px;
   }
   .footer {
      padding-top: 10px;
   }
   .contcright h5 {
      font-size: 30px;
   }
   .contcright h6 {
      font-size: 24px;
   }
   .contact-sec {
      padding-bottom: 120px;
   }
}
@media only screen and (max-width: 767px) {
   /* #cssmenu #menu-button.menu-opened {
      left: 265px;
   } */
   .about-oneimg {
      width: 80%;
   }
   .about-section {
      margin-bottom: 60px;
   }
   .comman-right-shape:after {
      border-top: 100px solid transparent;
      border-right: 100px solid rgba(247, 247, 247, 0.8);
      border-bottom: 100px solid transparent;
   }
   .whatwe-do-wrap .order-1 {
      order: inherit !important;
   }
   .navblackbg {
      clip-path: none;
   }
   .navblackbg {
      padding-bottom: 0;
   }
   .main-navigation {
      flex-direction: row-reverse;
      align-items: center;
   }
   #cssmenu #menu-button {
      right: 20px;
      left: inherit;
      top: 0px;
      bottom: 0;
      margin: auto;
   }
   .navblackbg .container {
      position: relative;
   }
   .mainbannerslider .slider-content {
      height: 505px;
   }
   .about-twoimg {
      right: 0px;
   }
   .about-img {
      margin-bottom: 100px;
   }
   .about-dtl .comntitle {
      top: 5px;
      position: relative;
      left: 12px;
   }
   .pb-70 {
      padding-bottom: 20px;
   }
   .contact-sec {
      padding-bottom: 100px;
   }
   .contact-sec .btm-shape {
      bottom: -4px;
   }
   .contcright p,
   .contcright {
      text-align: center;
      padding-right: 0;
   }
   .contcright p br {
      display: block;
   }
   .contactdtl .comntitle {
      justify-content: center;
      margin-bottom: 15px;
   }
   .contactdtl {
      padding: 0px;
   }
   .contact-sec .btm-shape {
      height: 65px;
   }
   .part-office h6 {
      margin-bottom: 0px;
   }
   .contdtl-inner {
      transform: rotate(0);
      width: 100%;
      height: auto;
   }
   .footer {
      padding-bottom: 195px;
   }
   .copyright .btm-shape {
      height: 158px;
   }
   /*  .ftr-logo{text-align: center;position: absolute; top: -105px; max-width: 30%;}*/

   .copyright .btm-shape {
      clip-path: none;
   }
   .contdtl-inner {
      top: 0;
      right: 0;
      position: relative;
   }
   .footer {
      padding-bottom: 50px;
   }
   .cont-num ul {
      width: 100%;
      padding-left: 0px;
   }
   .social-icons {
      text-align: center;
   }
   .copyright .btm-shape {
      height: 200px;
   }
   .cont-num .container,
   .copyright .container {
      max-width: 100%;
   }
   .copyright .col-md-6 {
      max-width: 50%;
   }
   .copyright .row {
      align-items: center;
   }
   .ftrbox {
      margin-top: 35px;
   }
   .ftrbox h6 {
      margin-bottom: 5px;
   }

   .contact-sec.max-width-container .container:before {
      right: 30px;
      bottom: -70%;
   }

   .whatwedointro {
      padding: 40px;
   }
   .parallax-container {
      min-height: 500px;
   }

   .comman-left-shape,
   .technology .comman-left-shape {
      border-top-width: 100px;
      border-left-width: 100px;
      border-bottom-width: 100px;
   }
   .whatwedoin .comman-right-shape-small,
   .comman-right-shape-small {
      border-top-width: 100px;
      border-right-width: 100px;
      border-bottom-width: 100px;
   }
}
@media only screen and (max-width: 599px) {
   .parallax-container .parallax {
      width: 100%;
      height: 500px;
   }

   .parallax-container .parallax img {
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
}
@media only screen and (max-width: 575px) {
   .header .site-logo {
      height: 100px;
      margin: 0;
   }
   .header .sticking .site-logo {
      height: 80px;
      margin: 0;
   }
   .parallax-container {
      min-height: 500px;
   }
   .mainbannerslider .slider-content {
      height: 700px;
   }
   .bannertextpos .container {
      padding: 0 25px;
   }
   .bannertitle h1 {
      font-size: 28px;
      line-height: 1.4;
   }
   .about-innerdescript {
      margin-right: 10px;
   }
   .about-img {
      margin-bottom: 130px;
   }
   .about-oneimg {
      width: 90%;
      height: 450px;
      margin-bottom: 200px;
   }
   .about-twoimg {
      bottom: -140px;
   }
   .comman-left-shape:after {
      top: -88px;
      border-top: 80px solid transparent;
      border-left: 80px solid rgba(1, 189, 219, 1);
      border-bottom: 80px solid transparent;
   }
   .comman-right-shape-small:after {
      border-top: 80px solid transparent;
      border-right: 80px solid rgba(45, 63, 65, 1);
      border-bottom: 80px solid transparent;
   }
   .whatwedoin.comman-right-shape-small:after {
      border-right: 80px solid rgba(45, 63, 65, 1);
   }
   .copyright .col-md-6 {
      max-width: 100%;
   }
   .contdtl-inner {
      padding: 30px;
   }
   .copyright {
      padding: 15px 0 0;
      background: var(--lightbg);
   }
   .copyright .social-icons ul {
      justify-content: center;
   }
   .copyright .social-icons li {
      margin: 8px;
      margin-bottom: 0;
   }
   .social-icons img,
   .social-icons i {
      width: 40px;
      height: 40px;
   }
   .contact-sec.max-width-container .container:before {
      width: 100px;
      height: 140px;
      background-size: contain;
   }
   .copyright-txt {
      font-size: 15px;
      padding: 15px 0;
   }
   .footer {
      padding-right: 15px;
      padding-left: 15px;
   }
   .contact-sec .btm-shape {
      bottom: -1px;
   }
   .contact-sec.max-width-container .container:before {
      height: 130px;
      width: 100px;
      background-size: 83px;
      bottom: -55%;
   }
   .whatwedointro {
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .whatwedointro p {
      font-size: 16px;
      line-height: 2;
   }
   .small-title {
      font-size: 19px;
      line-height: 25px;
   }

   .whatwedointro h3 {
      font-size: 34px;
      margin-bottom: 20px;
   }
   .contcright h5 {
      font-size: 29px;
   }
   .contcright h6 {
      font-size: 25px;
   }
   .part-office h6 {
      font-size: 26px;
      padding-bottom: 0px;
   }

   .ftrbox h6 {
      font-size: 20px;
   }
   .footer .col-md-4:last-child {
      padding-right: 15px;
   }
}

@media only screen and (max-width: 359px) {
   .about-twoimg {
      width: 80%;
      height: 200px;
   }
   .about-oneimg {
      height: 350px;
   }
   .about-innerdescript {
      margin-right: 0;
      margin-left: 0px;
   }
   h4.main-title {
      font-size: 26px;
   }
   .about-dtl .comntitle {
      top: 0;
      left: 12px;
   }
   .about-innerdescript {
      margin-right: 15px;
   }
   .whatwedointro h3 {
      font-size: 28px;
   }
   .comman-left-shape:after {
      top: -50px;
      border-top: 50px solid transparent;
      border-left: 50px solid rgba(1, 189, 219, 1);
      border-bottom: 50px solid transparent;
   }
   .comman-right-shape-small:after {
      border-top: 50px solid transparent;
      border-right: 50px solid rgba(45, 63, 65, 1);
      border-bottom: 50px solid transparent;
   }
   .contcright h5 {
      font-size: 23px;
   }
   .contdtl-inner a {
      font-size: 16px;
   }
   .social-icons i {
      width: 30px;
      height: 30px;
      font-size: 14px;
   }
   .ftrbox strong {
      font-size: 18px;
   }
   .contdtl-inner i {
      font-size: 18px;
   }
   .bannertitle h1 {
      font-size: 20px;
   }
}
img {
   max-width: 100%;
   height: auto;
}
