/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@media (max-width: 600px) {
  .main-slider-one__content h2 {
    color: #ffffff;
  }
  .text-mbl{
    color: #ffffff !important;
    font-size: 16px !important;
  }
  .about-one{
    padding: 70px 0;
  }
  .about-one-mbl{
    padding-bottom: 90px !important;
    padding-top: 0px !important;
  }
  .thm-btn{
    padding: 0px 20px;
    font-size: 14px;
  }
  .working-process-one {
    padding: 320px 0 70px !important;
  }
  .inner{
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .footer-link, .footer-contact{
    display: flex !important;
    justify-content: start !important;
  }
  .about-three__content{
     margin-top: 0 !important;
  }
 
}

.footer-link , .footer-contact{
  display: flex;
  justify-content: end;
}
.about-one-mbl{
  padding: 70px 40px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%,
  to {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    transform: translateX(0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  to {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
  to {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  to {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes sunMove {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(-100px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}
.zoominout-2 {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut2;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes banner-animate {
  0% {
    transform: translateX(-1000px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(-1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes animation1 {
  0%,
  to {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@animation2 {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
@keyframes animation2 {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes ribbonRotate {
  0%,
  to {
    transform: rotate(0);
  }
  25%,
  75% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(30deg);
  }
}
@keyframes footerFish {
  0%,
  to {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes contactSwimmer {
  0%,
  to {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes footerTree {
  0%,
  to {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
.footertree {
  animation: footerTree 5s ease-in infinite;
}
@service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
@keyframes service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes rotateScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(1turn);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  to {
    transform: translateY(0) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%,
  to {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0)
      translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotateX(0deg);
  }
  80% {
    transform: rotate(5deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes squareMover {
  0%,
  to {
    transform: translate(0) rotate(0);
  }
  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%,
  to {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9) translateX(-50%);
  }
  50% {
    transform: scale(1) translateX(-50%);
  }
  to {
    transform: scale(0.9) translateX(-50%);
  }
}
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0);
  }
  50% {
    transform: rotate(20deg) translate(10px);
  }
  to {
    transform: rotate(0deg) translate(0);
  }
}
@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframessquares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  to {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  to {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-x-2 {
  0% {
    transform: translateX(-30px) translateY(-50%);
  }
  50% {
    transform: translateX(-10px) translateY(-50%);
  }
  to {
    transform: translateX(-30px) translateY(-50%);
  }
}
.float-bob-x-2 {
  animation-name: float-bob-x-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (min-width: 1351px) and (max-width: 1800px) {
  .main-header-one__outer {
    padding-left: 260px;
  }
  .faq-one .big-title {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1770px) {
  .request-services-one--two .shape3,
  .request-services-one--two__img1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .choose-us-one__single .content-box .title-box h3 {
    font-size: 20px;
  }
  .choose-us-one__single .content-box {
    padding-right: 45px;
  }
  .fact-counter-one__single .inner h2 {
    font-size: 50px;
  }
  .fact-counter-one__single {
    padding: 49px 45px 53px;
  }
  .testimonials-one__single-inner {
    padding: 18px 35px 0 50px;
  }
  .footer-one__top-right {
    margin-left: 30px;
  }
  .logo-box-one {
    width: 240px;
  }
  .main-header-one__outer {
    padding-left: 220px;
  }
  .navbar-wrap ul li + li {
    margin-left: 25px;
  }
  .faq-one .big-title,
  .footer-one--two .shape1 {
    display: none;
  }
  .fact-counter-two__single-inner h2 {
    font-size: 40px;
  }
  .services-two__single-content-inner {
    padding: 107px 33px 35px;
  }
  .services-two__single-content-inner p {
    font-size: 17px;
  }
  .project-two__single-img .inner .overlay-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-two__single-content h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .sidebar__latest-post-list li .text-box h3 {
    font-size: 15px;
  }
  .sidebar__latest-post-list li .text-box {
    margin-left: 15px;
  }
  .sidebar__latest-post-list li .text-box p {
    font-size: 13px;
  }
  .sidebar__contact-box-bottom .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blog-one__single-content h2 {
    font-size: 20px;
  }
  .company-benefit-one__img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .about-one__content {
    padding-left: 40px;
  }
  .about-one__content .sec-title h2 {
    font-size: 45px;
  }
  .choose-us-one__single .content-box .title-box h3 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1670px) {
  .project-one__single-content {
    padding: 20px 30px 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__img .inner img {
    float: left;
  }
  .about-one__content {
    padding-left: 0;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }
  .about-one__big-title {
    display: none;
  }
  .about-one__img .inner {
    margin-left: -15px;
  }
  .service-one__single-content {
    padding: 19px 15px 40px;
    margin-left: 10px;
  }
  .service-one__single-content p br {
    display: none;
  }
  .service-one {
    padding: 0 0 120px;
  }
  .working-process-one__single .shape1 {
    display: none;
  }
  .working-process-one__single.ml60,
  .working-process-one__single.ml80 {
    margin-left: 0;
  }
  .working-process-one .sec-title {
    padding-bottom: 58px;
  }
  .working-process-one {
    padding: 320px 0 227px;
  }
  .cta-one__inner-box {
    display: block;
    text-align: center;
  }
  .cta-one__shape3 {
    display: none;
  }
  .cta-one__inner-box .title-box {
    margin: 0 auto 30px;
  }
  .choose-us-one__single .content-box .text-box {
    max-width: 300px;
    width: 100%;
  }
  .project-one__single-content {
    padding: 20px 35px 36px;
  }
  .project-one__single-content h3 {
    font-size: 19px;
  }
  .request-services-one__content {
    margin-top: 60px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-one .big-title {
    display: none;
  }
  .faq-one .row {
    align-items: center;
    justify-content: space-between;
  }
  .faq-one__bg {
    width: calc((100% - 0px) / 1);
    -webkit-clip-path: none;
    clip-path: none;
    height: 620px;
  }
  .faq-one__faq {
    margin-right: 0;
    padding-top: 570px;
    max-width: 900px;
    width: 100%;
  }
  .faq-one__contact-info {
    float: left;
    margin-top: 50px;
  }
  .blog-one__single-content {
    padding: 31px 25px 31px 30px;
  }
  .blog-one__single-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-one__top-inner {
    display: block;
  }
  .footer-one__top-inner .logo-box a img {
    width: auto;
  }
  .footer-one__top-inner .logo-box:before {
    display: none;
  }
  .footer-one__top-inner .logo-box {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-one__top-right {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .footer-one__top-subscribe-form {
    margin: 25px auto 0;
  }
  .footer-one__top {
    padding: 45px 40px;
  }
  .footer-widget__links.services {
    margin-left: 0;
    margin-top: 60px;
  }
  .footer-widget__contact {
    margin-top: 60px;
  }
  .footer-one--two .shape1 {
    display: none;
  }
  .single-footer__newsletter {
    margin-top: 60px;
  }
  .cta-two__inner-box .title-box h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .pricing-one__single .table-content {
    padding: 46px 30px 30px;
  }
  .about-one__img .btn-box {
    bottom: 0;
    right: 200px;
  }
  .about-one__img .shape1 {
    bottom: 150px;
    right: 255px;
  }
  .about-two__img {
    max-width: 645px;
    width: 100%;
  }
  .about-two .shape1 {
    display: none;
  }
  .about-two__content {
    margin-left: 0;
    margin-top: 110px;
    max-width: 800px;
    width: 100%;
  }
  .company-benefit-one__img {
    display: none;
  }
  .company-benefit-one__content {
    max-width: 700px;
  }
  .company-benefit-one__form {
    max-width: 500px;
    margin-top: 40px;
  }
  .testimonials-two__single .quote-icon {
    right: 25px;
  }
  .pricing-one__single .table-content .table-content__top h2 {
    font-size: 45px;
  }
  .project-two__single-img .inner .overlay-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .team-two__single-img .inner {
    width: 200px;
    height: 200px;
  }
  .blog-two__single-content h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-two__single-content .meta-box li {
    font-size: 14px;
  }
  .cta-two__inner .shape3,
  .footer-one--two .shape2 {
    display: none;
  }
  .about-three__img {
    max-width: 635px;
    width: 100%;
  }
  .about-three__content {
    margin-left: 0;
    margin-top: 170px;
    max-width: 800px;
    width: 100%;
  }
  .why-choose-two__content {
    max-width: 750px;
    width: 100%;
  }
  .why-choose-two__progress .count-text {
    right: -120px;
  }
  .why-choose-two {
    padding: 0 0 96px;
  }
  .why-choose-two__counter {
    margin-top: 60px;
  }
  .work-process-two__single .shape1 {
    display: none;
  }
  .faq-three__faq {
    max-width: 700px;
  }
  .faq-three__video {
    max-width: 700px;
    width: 100%;
    margin-top: 60px;
  }
  .request-services-one--two .shape3,
  .request-services-one--two__img1 {
    display: none;
  }
  .request-services-one--two .request-services-one__form-box {
    padding-right: 0;
  }
  .testimonials-three__img {
    max-width: 650px;
  }
  .testimonials-three__content-box {
    margin-left: 0;
    margin-top: 50px;
    max-width: 700px;
    width: 100%;
  }
  .services-three--services__top {
    display: block;
  }
  .services-three--services__top .text-box {
    padding-top: 20px;
  }
  .why-choose-two--services {
    padding: 120px 0 96px;
  }
  .blog-details__content {
    margin-right: 0;
  }
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 60px auto 0;
  }
  .blog-details {
    padding: 120px 0;
  }
  .blog-standard-page__content {
    margin-right: 0;
  }
  .contact-page__contact-info {
    max-width: 620px;
    width: 100%;
  }
  .contact-page .shape1 {
    display: none;
  }
  .contact-page__form-box {
    margin-left: 0;
    margin-top: 50px;
  }
  .project-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .services-details-page__content {
    margin-right: 0;
  }
  .team-details__top-content {
    margin-left: 0;
    margin-top: 43px;
  }
  .team-details__top-content-bottom {
    margin-left: 0;
    max-width: 800px;
    width: 100%;
  }
  .team-details__bottom-content {
    max-width: 700px;
  }
  .team-details__bottom-form {
    max-width: 750px;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__img .inner img {
    float: left;
    width: 100%;
  }
  .about-one__img .inner {
    margin-left: -15px;
  }
  .about-one__content {
    padding-left: 0;
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }
  .about-one__big-title {
    display: none;
  }
  .service-one {
    padding: 0 0 80px;
  }
  .working-process-one__single .shape1 {
    display: none;
  }
  .working-process-one__single.ml60,
  .working-process-one__single.ml80 {
    margin-left: auto;
  }
  .working-process-one .sec-title {
    padding-bottom: 58px;
  }
  .working-process-one {
    padding: 320px 0 181px;
  }
  .working-process-one__single {
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .working-process-one__single-content {
    text-align: center;
  }
  .working-process-one__single-top {
    display: block;
    text-align: center;
    margin-bottom: 21px;
  }
  .working-process-one__single-top .icon {
    width: 60px;
    margin: 0 auto 20px;
  }
  .cta-one__inner-box {
    display: block;
    text-align: center;
  }
  .cta-one__shape3 {
    display: none;
  }
  .cta-one__inner-box .title-box {
    margin: 0 auto 30px;
  }
  .cta-one__inner-box .title-box h2 {
    font-size: 31px;
  }
  .choose-us-one__single .content-box .title-box h3 {
    margin-left: 20px;
    font-size: 20px;
  }
  .choose-us-one__single .content-box .text-box p {
    font-size: 15px;
  }
  .project-one__single-content {
    padding: 20px 35px 36px;
  }
  .project-one__single-content h3 {
    font-size: 19px;
  }
  .request-services-one__content {
    margin-top: 60px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .request-services-one__form-bottom-tag {
    display: block;
  }
  .request-services-one__form-bottom-tag .tag-box {
    margin-left: 0;
    margin-top: 7px;
  }
  .request-services-one__top {
    display: block;
  }
  .request-services-one__top .text-box {
    margin-top: 20px;
  }
  .testimonials-one__single-inner {
    padding: 18px 35px 0 50px;
  }
  .team-one__top {
    display: block;
  }
  .team-one__top .btn-box {
    top: 0;
    margin-top: 25px;
  }
  .faq-one .big-title {
    display: none;
  }
  .faq-one .row {
    align-items: center;
    justify-content: space-between;
  }
  .faq-one__bg {
    width: calc((100% - 0px) / 1);
    -webkit-clip-path: none;
    clip-path: none;
    height: 620px;
  }
  .faq-one__faq {
    margin-right: 0;
    padding-top: 570px;
    max-width: 900px;
    width: 100%;
  }
  .faq-one__contact-info {
    float: left;
    margin-top: 50px;
  }
  .blog-one__single-content {
    padding: 31px 25px 31px 30px;
  }
  .blog-one__single-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-one__top-inner {
    display: block;
  }
  .footer-one__top-inner .logo-box a img {
    width: auto;
  }
  .footer-one__top-inner .logo-box:before {
    display: none;
  }
  .footer-one__top-inner .logo-box {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-one__top-right {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .footer-one__top-subscribe-form {
    margin: 25px auto 0;
  }
  .footer-one__top {
    padding: 45px 40px;
  }
  .footer-widget__links.services {
    margin-left: 0;
    margin-top: 60px;
  }
  .footer-widget__contact {
    margin-top: 60px;
  }
  .footer-one--two .shape1 {
    display: none;
  }
  .single-footer__newsletter {
    margin-top: 60px;
  }
  .cta-two__inner-box {
    display: block;
    text-align: center;
  }
  .cta-two__inner .shape3,
  .cta-two__inner-box .title-box h2 br {
    display: none;
  }
  .cta-two__inner-box .btn-box {
    margin-top: 40px;
  }
  .cta-two__inner {
    padding: 52px 110px 48px;
  }
  .pricing-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .about-one__img .btn-box {
    bottom: 0;
    right: 120px;
  }
  .about-one__img .shape1 {
    bottom: 150px;
    right: 185px;
  }
  .about-two__img {
    max-width: 645px;
    width: 100%;
  }
  .about-two .shape1 {
    display: none;
  }
  .about-two__content {
    margin-left: 0;
    margin-top: 110px;
    max-width: 800px;
    width: 100%;
  }
  .company-benefit-one__img {
    display: none;
  }
  .company-benefit-one__content {
    max-width: 700px;
  }
  .company-benefit-one__form {
    max-width: 500px;
    margin-top: 40px;
  }
  .brand-one .shape1 {
    display: none;
  }
  .project-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .project-two__top {
    display: block;
  }
  .project-two__top .btn-box {
    top: 0;
    margin-top: 23px;
  }
  .blog-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .footer-one--two .shape2 {
    display: none;
  }
  .about-three__img {
    max-width: 635px;
    width: 100%;
  }
  .about-three__content {
    margin-left: 0;
    margin-top: 170px;
    max-width: 800px;
    width: 100%;
  }
  .why-choose-two__content {
    max-width: 690px;
    width: 100%;
  }
  .why-choose-two__progress .count-text {
    right: -120px;
  }
  .why-choose-two {
    padding: 0 0 96px;
  }
  .why-choose-two__counter {
    margin-top: 60px;
  }
  .work-process-two__single .shape1 {
    display: none;
  }
  .faq-three__faq {
    max-width: 700px;
  }
  .faq-three__video {
    max-width: 700px;
    width: 100%;
    margin-top: 60px;
  }
  .request-services-one--two .shape3,
  .request-services-one--two__img1 {
    display: none;
  }
  .request-services-one--two .request-services-one__form-box {
    padding-right: 0;
  }
  .testimonials-three__img {
    max-width: 650px;
  }
  .testimonials-three__content-box {
    margin-left: 0;
    margin-top: 50px;
    max-width: 700px;
    width: 100%;
  }
  .blog-two--three .blog-two__single-content h2 {
    font-size: 21px;
    line-height: 33px;
  }
  .cta-two.style3 .sec-title-style3 .sub-title {
    justify-content: center;
  }
  .cta-two.style3 .cta-two__inner {
    padding: 50px 110px 39px;
  }
  .cta-two.style3 .sec-title-style3 h2 {
    font-size: 34px;
  }
  .footer-bottom__inner {
    display: flex;
  }
  .footer-one.style3 .footer-bottom__inner {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-one.style3 .footer-bottom__inner .social-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-one.style3 .footer-bottom__inner .social-links:before {
    display: none;
  }
  .footer-one.style3 .footer-bottom__inner .copyright-menu ul li {
    float: none;
  }
  .services-three--services__top {
    display: block;
  }
  .services-three--services__top .text-box {
    padding-top: 20px;
  }
  .why-choose-two--services {
    padding: 120px 0 96px;
  }
  .blog-details__content {
    margin-right: 0;
  }
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 60px auto 0;
  }
  .blog-details {
    padding: 120px 0;
  }
  .blog-details__content-text1 p {
    font-size: 16px;
  }
  .blog-standard-page__content {
    margin-right: 0;
  }
  .contact-page__contact-info {
    max-width: 620px;
    width: 100%;
  }
  .contact-page .shape1 {
    display: none;
  }
  .contact-page__form-box {
    margin-left: 0;
    margin-top: 50px;
  }
  .project-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .services-details-page__content {
    margin-right: 0;
  }
  .team-details__top-content {
    margin-left: 0;
    margin-top: 43px;
  }
  .team-details__top-content-bottom {
    margin-left: 0;
    max-width: 800px;
    width: 100%;
  }
  .team-details__bottom-content {
    max-width: 700px;
  }
  .team-details__bottom-form {
    max-width: 750px;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 30px;
  }
  .sec-title h2 br {
    display: none;
  }
  .about-one__img .inner img {
    float: left;
    width: 100%;
  }
  .about-one__img {
    margin-left: -15px;
  }
  .about-one__content {
    padding-left: 0;
    max-width: 750px;
    width: 100%;
    margin-top: 30px;
  }
  .about-one__big-title {
    display: none;
  }
  .about-one__content-features ul li .inner {
    display: block;
  }
  .about-one__content-features ul li .inner .text-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-one__content-features ul li {
    max-width: 600px;
    width: 100%;
  }
  .service-one {
    padding: 0 0 60px;
  }
  .service-one__top {
    display: block;
  }
  .service-one__top .btn-box {
    top: 0;
    margin-top: 32px;
  }
  .service-one__top {
    padding-bottom: 70px;
  }
  .service-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .service-one__single-content p br,
  .working-process-one__single .shape1 {
    display: none;
  }
  .working-process-one__single.ml60,
  .working-process-one__single.ml80 {
    margin-left: auto;
  }
  .working-process-one .sec-title {
    padding-bottom: 58px;
  }
  .working-process-one {
    padding: 320px 0 181px;
  }
  .working-process-one__single {
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .working-process-one__single-content {
    text-align: center;
  }
  .working-process-one__single-top {
    display: block;
    text-align: center;
    margin-bottom: 21px;
  }
  .working-process-one__single-top .icon {
    width: 60px;
    margin: 0 auto 20px;
  }
  .cta-one__inner-box {
    display: block;
    text-align: center;
  }
  .cta-one__shape3 {
    display: none;
  }
  .cta-one__inner-box .title-box {
    margin: 0 auto 30px;
  }
  .cta-one__inner-box .title-box h2 {
    font-size: 26px;
  }
  .cta-one__inner {
    padding: 74px 30px 73px;
  }
  .cta-one__shape1,
  .cta-one__shape2 {
    display: none;
  }
  .choose-us-one__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .choose-us-one__single .content-box .title-box h3 {
    font-size: 20px;
    line-height: 31px;
    margin-left: 20px;
    flex: 1 1;
  }
  .fact-counter-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .project-one__top {
    display: block;
  }
  .project-one__top .btn-box {
    top: 0;
    margin-top: 30px;
  }
  .project-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 45px;
  }
  .project-one__single-content {
    padding: 20px 35px 36px;
  }
  .request-services-one__content {
    margin-top: 60px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .request-services-one__form-bottom-tag {
    display: block;
  }
  .request-services-one__form-bottom-tag .tag-box {
    margin-left: 0;
    margin-top: 7px;
  }
  .request-services-one__top {
    display: block;
  }
  .request-services-one__top .text-box {
    margin-top: 20px;
  }
  .request-services-one__form-tab .tab-buttons .tab-btn {
    display: block;
    float: none;
    text-align: center;
  }
  .request-services-one__form-tab .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .request-services-one__form-tab .tab-buttons {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .request-services-one__single-tab {
    padding: 44px 30px 50px;
  }
  .request-services-one__form-bottom-tag .tag-box {
    display: block;
  }
  .request-services-one__form-bottom-tag .tag-box .single-tags + .single-tags {
    margin-left: 0;
  }
  .request-services-one .shape1 {
    display: none;
  }
  .testimonials-one__single-inner {
    padding: 18px 35px 0;
  }
  .testimonials-one__single-inner .content-box-top {
    display: block;
  }
  .testimonials-one__single-inner .content-box-top .rating-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .testimonials-one__single-top .title-box h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .team-one__top {
    display: block;
  }
  .team-one__top .btn-box {
    top: 0;
    margin-top: 25px;
  }
  .team-one__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .faq-one .big-title {
    display: none;
  }
  .faq-one .row {
    align-items: center;
    justify-content: space-between;
  }
  .faq-one__bg {
    width: calc((100% - 0px) / 1);
    -webkit-clip-path: none;
    clip-path: none;
    height: 520px;
  }
  .faq-one__faq {
    margin-right: 0;
    padding-top: 470px;
    max-width: 900px;
    width: 100%;
  }
  .faq-one__contact-info {
    float: left;
    margin-top: 50px;
  }
  .faq-one__accrodion .accrodion .accrodion-title {
    padding-right: 35px;
  }
  .faq-one__accrodion .accrodion .accrodion-title h2:before {
    right: -35px;
  }
  .blog-one__top {
    display: block;
  }
  .blog-one__top .btn-box {
    top: 0;
    margin-top: 25px;
  }
  .blog-one__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 45px;
  }
  .footer-one__top-inner {
    display: block;
  }
  .footer-one__top-inner .logo-box a img {
    width: auto;
  }
  .footer-one__top-inner .logo-box:before {
    display: none;
  }
  .footer-one__top-inner .logo-box {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-one__top-right {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .footer-one__top-subscribe-form {
    margin: 25px auto 0;
  }
  .footer-one__top {
    padding: 45px 20px;
  }
  .footer-widget__links.services {
    margin-left: 0;
    margin-top: 60px;
  }
  .footer-widget__contact,
  .footer-widget__links {
    margin-top: 60px;
  }
  .footer-one__top-right .text p br {
    display: none;
  }
  .footer-one__top-subscribe-form button {
    position: relative;
    margin-top: 20px;
  }
  .footer-one__top-subscribe-form input[type="email"],
  .footer-one__top-subscribe-form input[type="text"] {
    padding-right: 40px;
  }
  .footer-bottom__inner {
    text-align: center;
  }
  .footer-bottom__inner .copyright-menu ul {
    overflow: hidden;
  }
  .footer-bottom__inner .copyright-menu ul li {
    float: none;
    padding-right: 0;
    margin-left: 0;
  }
  .footer-bottom__inner .copyright-menu ul li:before,
  .footer-one--two .shape1 {
    display: none;
  }
  .single-footer__newsletter {
    margin-top: 60px;
  }
  .cta-two__inner-box {
    display: block;
    text-align: center;
  }
  .cta-two__inner .shape3,
  .cta-two__inner-box .title-box h2 br {
    display: none;
  }
  .cta-two__inner-box .btn-box {
    margin-top: 40px;
  }
  .cta-two__inner {
    padding: 52px 25px 48px;
  }
  .cta-two__inner .shape1,
  .cta-two__inner .shape2 {
    display: none;
  }
  .cta-two__inner-box .title-box h2 {
    font-size: 25px;
    line-height: 38px;
  }
  .faq-one--two .faq-one__accrodion .accrodion .accrodion-title h2:before {
    right: -10px;
  }
  .faq-one__contact-info-number .text h3 {
    font-size: 19px;
  }
  .pricing-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .pricing-one__single .table-content .table-content__top h2 {
    font-size: 45px;
  }
  .pricing-one__single .table-content .table-content__top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .about-one__img .btn-box,
  .about-one__img .shape1 {
    display: none;
  }
  .about-two__img {
    max-width: 645px;
    width: 100%;
  }
  .about-two .shape1 {
    display: none;
  }
  .about-two__content {
    margin-left: 0;
    margin-top: 60px;
    max-width: 800px;
    width: 100%;
  }
  .about-two__video {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
  .about-two__img {
    padding-left: 0;
    padding-right: 0;
  }
  .about-two__experience-box {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
  .sec-title-two h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .sec-title-two h2 br {
    display: none;
  }
  .about-two__content-bottom {
    display: block;
  }
  .about-two__content-bottom .author-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .fact-counter-two__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .fact-counter-two .shape1 {
    display: none;
  }
  .fact-counter-two__single-inner h2 {
    font-size: 45px;
  }
  .services-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .company-benefit-one__img,
  .services-two .swiper-nav-style1,
  .services-two__wrap {
    display: none;
  }
  .company-benefit-one__content {
    max-width: 700px;
  }
  .company-benefit-one__form {
    max-width: 500px;
    margin-top: 40px;
    padding: 35px 25px 45px;
  }
  .company-benefit-one__content-list li {
    display: block;
  }
  .company-benefit-one__content-list li .content-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .company-benefit-one__distance-box .form-group p {
    font-size: 15px;
  }
  .company-benefit-one__distance-box .title h3 {
    font-size: 16px;
  }
  .testimonials-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .brand-one .shape1,
  .testimonials-two .swiper-nav-style1,
  .testimonials-two__wrap {
    display: none;
  }
  .pricing-one__single .table-content ul li p {
    font-size: 16px;
  }
  .project-two__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .project-two__top {
    display: block;
  }
  .project-two__top .btn-box {
    top: 0;
    margin-top: 23px;
  }
  .project-two__single-img .inner .overlay-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .team-two__single-img .inner {
    width: 200px;
    height: 200px;
  }
  .team-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .team-two__bottom {
    display: block;
    text-align: center;
    padding: 20px 30px 25px;
  }
  .team-two__bottom .btn-box {
    margin-top: 15px;
  }
  .team-two .swiper-nav-style1,
  .team-two__wrap {
    display: none;
  }
  .google-map__accrodion {
    padding: 0 30px 14px;
  }
  .accrodion-content-list > li > p {
    font-size: 16px;
  }
  .google-map-one__content .inner-box .title-box h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-two__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog-two__top {
    display: block;
  }
  .blog-two__top .btn-box {
    top: 0;
    margin-top: 23px;
  }
  .blog-two__single-content h2 a br {
    display: none;
  }
  .blog-two__single-content h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .blog-two__single-content .meta-box li {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-one--two .shape2 {
    display: none;
  }
  .about-three__img {
    max-width: 635px;
    width: 100%;
    padding-top: 0;
  }
  .about-three__content {
    margin-left: 0;
    margin-top: 95px;
    max-width: 800px;
    width: 100%;
  }
  .about-three__img .shape1,
  .about-three__img:before {
    display: none;
  }
  .about-three__img2 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
  }
  .about-three__img1 {
    max-width: 400px;
  }
  .about-three__img-icon-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    margin-left: 35px;
    margin-top: 65px;
  }
  .sec-title-style3 h2 br {
    display: none;
  }
  .sec-title-style3 h2 {
    font-size: 30px;
  }
  .about-three__content-bottom {
    display: block;
  }
  .about-three__content-bottom .author-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .services-three__top {
    display: block;
  }
  .services-three__top .btn-box {
    top: 0;
    margin-top: 22px;
  }
  .services-three__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .why-choose-two__content {
    max-width: 690px;
    width: 100%;
  }
  .why-choose-two__progress .count-text {
    right: -120px;
  }
  .why-choose-two {
    padding: 0 0 96px;
  }
  .why-choose-two__counter {
    margin-top: 60px;
  }
  .why-choose-two__counter-single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .work-process-two__single .shape1 {
    display: none;
  }
  .faq-three__faq {
    max-width: 700px;
  }
  .faq-three__video {
    max-width: 700px;
    width: 100%;
    margin-top: 60px;
  }
  .faq-three__top {
    display: block;
  }
  .faq-three__top .btn-box {
    top: 0;
    margin-top: 23px;
  }
  .faq-three__faq .faq-one__accrodion .accrodion .accrodion-title h2:before {
    right: -15px;
  }
  .request-services-one--two .request-services-one__form-box {
    padding-right: 0;
  }
  .project-three__single-img .overlay-icon span,
  .request-services-one--two .shape3,
  .request-services-one--two__img1 {
    display: none;
  }
  .project-three__single-img .inner .overlay-content {
    left: 10px;
    bottom: 10px;
    padding: 40px 20px 29px 30px;
    max-width: 280px;
  }
  .project-three__top {
    display: block;
  }
  .project-three__top .btn-box {
    top: 0;
    margin-top: 23px;
  }
  .testimonials-three__img {
    max-width: 650px;
  }
  .testimonials-three__content-box {
    margin-left: 0;
    margin-top: 50px;
    max-width: 700px;
    width: 100%;
  }
  .team-three__top {
    display: block;
  }
  .team-three__top .btn-box {
    top: 0;
    margin-top: 22px;
  }
  .team-three__single {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .cta-two.style3 .sec-title-style3 .sub-title {
    justify-content: center;
  }
  .cta-two.style3 .cta-two__inner {
    padding: 50px 30px 39px;
  }
  .cta-two.style3 .sec-title-style3 h2 {
    font-size: 28px;
  }
  .footer-bottom__inner {
    display: block;
  }
  .footer-one.style3 .footer-bottom__inner {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-one.style3 .footer-bottom__inner .social-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-one.style3 .footer-bottom__inner .social-links:before {
    display: none;
  }
  .footer-one.style3 .footer-bottom__inner .copyright-menu ul li {
    float: none;
  }
  .page-header__inner h2 {
    font-size: 35px;
  }
  .services-three--services__top {
    display: block;
  }
  .services-three--services__top .text-box {
    padding-top: 20px;
  }
  .services-three--services__top .title-box h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .services-three--services__top .text-box p br,
  .services-three--services__top .title-box h2 br {
    display: none;
  }
  .why-choose-two--services {
    padding: 120px 0 96px;
  }
  .blog-details__content {
    margin-right: 0;
  }
  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 60px auto 0;
  }
  .blog-details {
    padding: 120px 0;
  }
  .blog-details__content-text1 p {
    font-size: 16px;
  }
  .blog-details .blog-standard-page__single-content {
    padding: 50px 30px;
  }
  .blog-standard-page__single-content .meta-box {
    display: block;
  }
  .blog-standard-page__single-content .meta-box li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-standard-page__single-content .meta-box li:last-child {
    margin-bottom: 0;
  }
  .blog-standard-page__single-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .blog-standard-page__single-content h2 a br {
    display: none;
  }
  .blog-details__content-text1 {
    padding: 46px 30px 45px;
  }
  .blog-details__content-text2 .title-box > h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-details__content-text2 .title-box > h2 br {
    display: none;
  }
  .blog-details__tag-share {
    display: block;
  }
  .blog-details__tag-share-tag {
    display: block;
    margin-bottom: 25px;
  }
  .blog-details__tag-share-tag ul {
    margin-left: 0;
    margin-top: 15px;
  }
  .blog-details__tag-share-tag ul li a {
    font-size: 13px;
    padding: 5px 13px;
  }
  .comment-one .title-box > h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .comment-one__single-top,
  .comment-one__single-top .author-box {
    display: block;
  }
  .comment-one__single-top .author-box .title {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .comment-one__single {
    padding: 30px 20px 40px;
  }
  .comment-one__single-top .date-box p {
    display: block;
  }
  .comment-one__single-top .date-box p span {
    margin-right: 0;
  }
  .comment-one__single.ml50 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .sidebar__latest-post-list li {
    display: block;
  }
  .sidebar__latest-post-list li .text-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .blog-standard-page__content {
    margin-right: 0;
  }
  .blog-standard-page__single-content {
    padding: 50px 30px;
  }
  .blog-standard-page__single-content .meta-box.style2 {
    padding: 13px 30px;
  }
  .contact-page__contact-info {
    max-width: 620px;
    width: 100%;
  }
  .contact-page .shape1 {
    display: none;
  }
  .contact-page__form-box {
    margin-left: 0;
    margin-top: 50px;
    padding: 49px 30px 50px;
  }
  .contact-page__contact-info ul li {
    display: block;
  }
  .contact-page__contact-info ul li .text-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .contact-page__contact-info ul li .text-box h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .error-page__content h2 {
    font-size: 100px;
  }
  .error-page__content h2 span img {
    width: 50%;
  }
  .error-page__content .shape1 {
    display: none;
  }
  .error-page__content h2 span {
    top: -8px;
  }
  .error-page {
    padding: 130px 0 253px;
  }
  .project-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin-top: 60px;
  }
  .services-details-page__content-text1 .top-text {
    display: block;
  }
  .services-details-page__content-text1 .top-text .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .services-details-page__content-text1 .top-text .title {
    margin-left: 0;
  }
  .services-details-page__content-text2 .title-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .services-details-page__content-text2-single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .services-details-page__content-text3 {
    margin-top: 19px;
  }
  .project-details-page__text2 {
    padding: 24px 30px 35px;
  }
  .services-details-page__pagination {
    display: block;
  }
  .services-details-page__pagination .single-box.style2 {
    margin-top: 50px;
  }
  .project-details__sidebar-project-info ul li .title-box {
    max-width: 85px;
  }
  .project-details__sidebar-project-info ul li .text-box p {
    font-size: 15px;
    font-weight: 500;
  }
  .project-details__sidebar-project-info {
    padding: 36px 30px 45px;
  }
  .services-details-page__content {
    margin-right: 0;
  }
  .sidebar__contact-box-bottom .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .team-three--team__bottom {
    display: block;
  }
  .team-three--team__bottom .btn-box {
    margin-top: 20px;
  }
  .team-details__top-content {
    margin-left: 0;
    margin-top: 43px;
  }
  .team-details__top-content-bottom {
    display: block;
    margin-left: 0;
    max-width: 800px;
    width: 100%;
    padding: 40px 40px 37px;
  }
  .team-details__bottom-content {
    max-width: 700px;
  }
  .team-details__bottom-form {
    max-width: 750px;
    width: 100%;
    margin-top: 50px;
  }
  .team-details__top-content-contact-info {
    display: block;
  }
  .team-details__top-content-contact-info ul + ul {
    margin-left: 0;
  }
  .team-details__top-content-social-links {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 25px;
  }
  .team-details__top-content-social-links:before {
    display: none;
  }
  .team-details__top-content-social-links a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1730px) {
  .logo-box-two {
    width: 320px;
  }
  .main-header-two__inner {
    padding-right: 60px;
  }
  .main-header-two__outer {
    padding-left: 320px;
  }
  .main-header-two__bottom-right .contact-box {
    display: none;
  }
  .main-header__language-switcher {
    padding-right: 0;
    margin-right: 2px;
  }
  .sticky-menu .main-header-two__outer {
    padding-left: 420px;
  }
  .logo-box-three {
    left: 0;
    width: 240px;
  }
  .main-header-three__inner {
    padding-left: 275px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area .navbar-wrap {
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
  }
  .menu-nav__right {
    margin-left: 50px;
  }
  .main-header-one__inner {
    display: none;
  }
  .logo-box-one {
    width: 200px;
    height: 90px;
  }
  .main-header-two__inner {
    padding-right: 0;
  }
  .main-header-two__bottom-right,
  .main-header-two__top {
    display: none;
  }
  .main-header-two__outer {
    padding-right: 15px;
  }
  .logo-box-two {
    height: 90px;
  }
  .logo-box-two:before {
    border-bottom: 90px solid var(--thm-primary);
  }
  .main-header-three__bottom-right,
  .main-header-three__top {
    display: none;
  }
  .main-header-three__inner {
    padding-left: 0;
  }
  .logo-box-three {
    position: relative;
    top: 0;
    left: 0;
    width: 220px;
    height: 90px;
  }
  .main-header-three .menu-area__inner {
    padding-right: 15px;
  }
  .main-header-three {
    position: relative;
  }
  .main-slider-three .image-layer {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .menu-area .navbar-wrap {
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
  }
  .menu-nav__right {
    margin-left: 50px;
  }
  .main-header-one__inner {
    display: none;
  }
  .logo-box-one {
    width: 200px;
    height: 90px;
  }
  .main-header-two__inner {
    padding-right: 0;
  }
  .main-header-two__bottom-right,
  .main-header-two__top {
    display: none;
  }
  .main-header-two__outer {
    padding-right: 15px;
  }
  .logo-box-two {
    height: 90px;
  }
  .logo-box-two:before {
    border-bottom: 90px solid var(--thm-primary);
  }
  .main-header-three__bottom-right,
  .main-header-three__top {
    display: none;
  }
  .main-header-three__inner {
    padding-left: 0;
  }
  .logo-box-three {
    position: relative;
    top: 0;
    left: 0;
    width: 220px;
    height: 90px;
  }
  .main-header-three .menu-area__inner {
    padding-right: 15px;
  }
  .main-header-three {
    position: relative;
  }
  .main-slider-three .image-layer {
    top: 0;
  }
}
@media (max-width: 767px) {
    .logo-img{
        width: 50%;
    } 
  .menu-area .navbar-wrap {
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
  }
  .main-header-one__inner,
  .menu-nav__right {
    display: none;
  }
  .logo-box-one {
    width: 200px;
    height: 90px;
  }
  .main-header-two__inner {
    padding-right: 0;
  }
  .main-header-two__bottom-right,
  .main-header-two__top {
    display: none;
  }
  .main-header-two__outer {
    padding-right: 15px;
    padding-left: 305px;
  }
  .logo-box-two {
    height: 90px;
  }
  .logo-box-two:before {
    border-bottom: 90px solid var(--thm-primary);
    border-right: 45px solid transparent;
  }
  .logo-box-two {
    width: 270px;
  }
  .main-header-three__bottom-right,
  .main-header-three__top {
    display: none;
  }
  .main-header-three__inner {
    padding-left: 0;
  }
  .logo-box-three {
    position: relative;
    top: 0;
    left: 0;
    width: 190px;
    height: 90px;
  }
  .main-header-three .menu-area__inner {
    padding-right: 15px;
  }
  .main-header-three {
    position: relative;
  }
  .main-slider-three .image-layer {
    top: 0;
  }
}


@media (max-width: 1199px) {
  .sticky-menu {
    position: static;
  }
  .menu-area__inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1860px) {
  .main-slider-three__single .bottom-text-box {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .main-slider-one .container {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-one .container {
    padding-left: 120px;
  }
  .main-slider-one .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    opacity: 0.3;
    content: "";
    z-index: -1;
  }
  .main-slider-two .shape4 {
    display: none;
  }
  .main-slider-three__single {
    padding: 220px 0;
  }
  .main-slider-three__single .bottom-text-box {
    display: none;
  }
  .main-slider-three__single .shape1 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-one .container {
    padding-left: 120px;
  }
  .main-slider-one .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    opacity: 0.3;
    content: "";
    z-index: -1;
  }
  .main-slider-one__content h2 {
    font-size: 65px;
    line-height: 1.1em;
  }
  .main-slider-one__content p {
    font-size: 17px;
  }
  .main-slider-one .big-title,
  .main-slider-two .shape4 {
    display: none;
  }
  .main-slider-two .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    content: "";
  }
  .main-slider-two .shape2,
  .main-slider-two .shape3 {
    display: none;
  }
  .main-slider-three__single {
    padding: 220px 0;
  }
  .main-slider-three__single .bottom-text-box {
    display: none;
  }
  .main-slider-three__single .shape1 {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-slider-pagination,
  .main-slider-one .big-title,
  .main-slider-one .icon-one,
  .main-slider-one .icon-two,
  .main-slider-one .img-box,
  .main-slider__nav {
    display: none;
  }
  .main-slider-one__content {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .main-slider-one__content:before {
    display: none;
  }
  .main-slider-one__content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .main-slider-one__content h2 {
    font-size: 45px;
    line-height: 1.1em;
  }
  .main-slider-one__content h2 br,
  .main-slider-one__content p br {
    display: none;
  }
  .main-slider-one .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
    opacity: 0.3;
    content: "";
    z-index: -1;
  }
  .main-slider-two .shape1,
  .main-slider-two .shape2,
  .main-slider-two .shape3,
  .main-slider-two .shape4,
  .main-slider-two .swiper-nav-style1,
  .main-slider-two__content .title h2 br,
  .main-slider-two__wrap {
    display: none;
  }
  .main-slider-two__content .title h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .main-slider-two .big-title,
  .main-slider-two__content .text p br {
    display: none;
  }
  .main-slider-two .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    content: "";
  }
  .main-slider-three__single {
    padding: 200px 0;
  }
  .main-slider-three__single .bottom-text-box {
    display: none;
  }
  .main-slider-three__single .shape1 {
    top: 0;
    display: none;
  }
  .main-slider-three .image-layer:before {
    background: #000;
    opacity: 0.6;
    mix-blend-mode: normal;
  }
  .main-slider-three #main-slider-pagination {
    display: none;
  }
  .main-slider-three__content .title-box h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
}
@font-face {
  font-family: icomoon;
  src: url(../../../fonts/icomoon3317.eot?m31ns);
  src: url(../../../fonts/icomoon3317.eot?m31ns#iefix)
      format("embedded-opentype"),
    url(../../../fonts/icomoon3317.ttf?m31ns) format("truetype"),
    url(../../../fonts/icomoon3317.woff?m31ns) format("woff"),
    url(../../../fonts/icomoon3317.svg?m31ns#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pin:before {
  content: "\e901";
}
.icon-paper-plane:before {
  content: "\e907";
}
.icon-out-call:before {
  content: "\e908";
}
.icon-telephone-handle-silhouette:before {
  content: "\e909";
}
.icon-left-arrow:before {
  content: "\e912";
}
.icon-right-arrow1:before {
  content: "\e913";
}
.icon-up-arrow:before {
  content: "\e914";
}
.icon-down-arrow:before {
  content: "\e915";
}
.icon-magnifying-glass:before {
  content: "\e916";
}
.icon-right-arrow:before {
  content: "\e917";
}
.icon-right-arrow-1:before {
  content: "\e918";
}
.icon-up:before {
  content: "\e919";
}
.icon-star:before {
  content: "\e91b";
}
.icon-call:before {
  content: "\e91d";
}
.icon-up-right-arrow:before {
  content: "\e91e";
}
.icon-facebook:before {
  content: "\e91f";
}
.icon-twitter:before {
  content: "\e921";
}
.icon-instagram:before {
  content: "\e923";
}
.icon-linkedin:before {
  content: "\e929";
}
.icon-right-arrow-2:before {
  content: "\e92e";
}
.icon-right-arrow-3:before {
  content: "\e92f";
}
.icon-play-button-arrowhead:before {
  content: "\e930";
}
.icon-check:before {
  content: "\e931";
}
.icon-down-arrow-1:before {
  content: "\e932";
}
.icon-plus:before {
  content: "\e933";
  color: #1e2959;
}
.icon-right-arrow-4:before {
  content: "\e934";
}
.icon-left-arrow-5:before {
  content: "\e935";
}
.icon-right-arrow-5:before {
  content: "\e936";
}
.icon-telephone-call:before {
  content: "\e937";
}
.icon-location:before {
  content: "\e938";
}
.icon-email:before {
  content: "\e939";
}
.icon-time:before {
  content: "\e93a";
}
.icon-user:before {
  content: "\e93b";
}
.icon-calendar:before {
  content: "\e93c";
}
.icon-chat:before {
  content: "\e93d";
}
.icon-supermarket:before {
  content: "\e93e";
}
.icon-reply-arrow:before {
  content: "\e93f";
}
.icon-airplane:before {
  content: "\e940";
}
.icon-shipped:before {
  content: "\e941";
}
.icon-menu:before {
  content: "\e942";
}
.icon-menu-button-of-three-horizontal-lines:before {
  content: "\e943";
}
.icon-right-time-delivery-1:before {
  content: "\e944";
}
.icon-safe-package:before {
  content: "\e945";
}
.icon-warehousing:before {
  content: "\e946";
}
.icon-air-transport:before {
  content: "\e900";
}
.icon-cargo-container:before {
  content: "\e902";
}
.icon-checked-2:before {
  content: "\e903";
}
.icon-check-marked-1:before {
  content: "\e904";
}
.icon-clients:before {
  content: "\e905";
}
.icon-comments:before {
  content: "\e906";
}
.icon-date:before {
  content: "\e90a";
}
.icon-enter-product-details:before {
  content: "\e90b";
}
.icon-esteemed-company:before {
  content: "\e90c";
}
.icon-experience:before {
  content: "\e90d";
}
.icon-fast-worldwide-delivery:before {
  content: "\e90e";
}
.icon-global-network:before {
  content: "\e90f";
}
.icon-ocean-freight1:before {
  content: "\e910";
}
.icon-online-support:before {
  content: "\e911";
}
.icon-pay-your-service-tag:before {
  content: "\e91a";
}
.icon-ready-to-go-your-goods:before {
  content: "\e91c";
}
.icon-satisfied3:before {
  content: "\e920";
}
.icon-shipped1:before {
  content: "\e922";
}
.icon-special-shipments:before {
  content: "\e924";
}
.icon-support:before {
  content: "\e925";
}
.icon-tag:before {
  content: "\e926";
}
.icon-user1:before {
  content: "\e927";
}
.icon-vehicles:before {
  content: "\e928";
}
.icon-worldwide:before {
  content: "\e92a";
}
.icon-quote11:before {
  content: "\e92b";
}
.icon-right-time-delivery:before {
  content: "\e92c";
}
.icon-road-transport:before {
  content: "\e92d";
}
:root .homeOne {
  --thm-primary: #ffd550;
  --thm-primary-rgb: 255, 213, 80;
  --thm-heading-font-color: #0d4250;
  --thm-black: #121213;
  --thm-black-rgb: 18, 18, 19;
  --thm-gray-bg: #f7f7f7;
  --thm-gray-bg-rgb: 247, 247, 247;
  --thm-white-rgb: 255, 255, 255;
  --thm-body-font-color: #6f7174;
  --thm-paragraph-color: #6f7174;
}
:root {
  --thm-primary: #ffd550;
  --thm-primary-rgb: 255, 213, 80;
  --thm-heading-font-color: #121213;
  --thm-black: #121213;
  --thm-black-rgb: 18, 18, 19;
  --thm-gray-bg: #f8f8f8;
  --thm-gray-bg-rgb: 248, 248, 248;
  --thm-white-rgb: 255, 255, 255;
}
