﻿@charset "utf-8";
/* CSS Document */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button{
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:none;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


/*! normalize.css end */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
    font-size: 20px;
    line-height: 1.2em;
    font-family: 'Red Hat Text', sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*color: #000000;*/
    color: #1D1D1D;
  /*  background-color: #fff;*/
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;

    background-color: #f2f2f2;
    color: #a6a6a6;

}

ul {
    padding: 0;
    margin: 0;
}
ul, ol {
    list-style: none;
}
a{
	color: #1D1D1D;
	text-decoration: none;
}
a:hover , a:focus , a:active{
  text-decoration:none ;
  outline: none;
  color: #5d51f2;
}
input:focus , textarea:focus , button:focus{
  outline: none;
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-menu-toggle {
  position: fixed;
  top: 26px;
  right: .75rem;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #5d51f2;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.nav-menu-toggle i{
  width: 30px;
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
}



#hero-animation {
    display: block;
}

#owl-carousel_Mob {
    display: none;
}

.nav-menu-toggle i:after,.nav-menu-toggle i:before{
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
}
.nav-menu-toggle i.visible{
  width: 30px;
}
.nav-menu-toggle i.visible:after{
  width: 30px;
  top: -8px;
  left: 0;
}
.nav-menu-toggle i.visible:before{
  width: 30px;
  top: 8px;
  left: 0;
}
/*.nav-menu-toggle:hover i:after{
  width: 40px;
}
.nav-menu-toggle:hover i:before{
  width: 40px;
}*/
.nav-menu-toggle.active i{
  background: transparent;
}
.nav-menu-toggle.active i:after{
  transform: rotate(-45deg);
  top: 0;
}
.nav-menu-toggle.active i:before{
  transform: rotate(45deg);
  top: 0;
}
.sidemenu {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*opacity: 0;
  visibility: hidden;*/
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: transform;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}
.offcanvas.is-Mobile {
    overflow: hidden;
}
.offcanvas .sidemenu {
  /*opacity: 1;
  visibility: visible;*/
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.sidemenu .container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sidemenu .sidemenu-leftwrap{
  width: 50%;
  padding: 20px 20px 30px 20px;
  position: relative;
  overflow: hidden;
}
.sidemenu .sidemenu-rightwrap{
  width: 50%;
  padding: 100px 20px 30px 20px;
  position: relative;
  overflow: hidden;
}
.sidemenu .sidemenu-rightwrap .logo{
  width: 220px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1s;
}
.offcanvas .sidemenu .sidemenu-rightwrap .logo{
  opacity: 1;
  transform: translateY(0);
}
.sidemenu .sidemenu-rightwrap .logo img{
  width: 100%;
}
.sidemenu .sidemenu-rightwrap h3{
  max-width: 500px;
  font-size: 50px;
  line-height: 53px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1.1s;
}
.offcanvas .sidemenu .sidemenu-rightwrap h3{
  opacity: 1;
  transform: translateY(0);
}
.sidemenu .sidemenu-rightwrap p
{
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1.2s;
}
.offcanvas .sidemenu .sidemenu-rightwrap p{
  color: #fff;
  opacity: 1;
  transform: translateY(0);
}
.offcanvas .sidemenu .sidemenu-rightwrap p.label{
  margin-bottom: 0;
}
.offcanvas .sidemenu .sidemenu-rightwrap p.socials a{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.sidemenu .sidemenu-rightwrap .link{
  padding-bottom: 2px;
  border-bottom: 1px solid #615f5f;
  font-weight: 500;
  color: #fff;
}
.c-link{
  padding-bottom: 2px;
  border-bottom: 1px solid #1D1D1D;
  font-weight: 500;
  color: #fff;
}
.section-head .c-link{
  color: #1D1D1D;
}
.sidemenu .nav-1{
  margin: 20px 0 20px 0;
}
.sidemenu .nav-1 li{
  padding:10px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.4s;
}
.offcanvas .sidemenu .nav-1 li{
  opacity: 1;
  transform: translateY(0);
}
.offcanvas .sidemenu .nav-1 li:nth-child(1){
  transition-delay: 0.4s;
}
.offcanvas .sidemenu .nav-1 li:nth-child(2){
  transition-delay: 0.5s;
}
.offcanvas .sidemenu .nav-1 li:nth-child(3){
  transition-delay: 0.6s;
}
.offcanvas .sidemenu .nav-1 li:nth-child(4){
  transition-delay: 0.7s;
}
.offcanvas .sidemenu .nav-1 li:nth-child(5){
  transition-delay: 0.8s;
}
.offcanvas .sidemenu .nav-1 li:nth-child(6){
  transition-delay: 0.9s;
}



.sidemenu .nav-1 li a{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 8px 0;
  position: relative;
  display: inline-block;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
    .sidemenu .nav-1 li a:hover {
        padding-left: 20px;
        color: #6934e9;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

.link-hover{
  position: relative;
}
.link-hover:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgb(93, 81, 242);
    will-change: transform,color;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
.link-hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}



.sub-menu-item {
    font-size: 20px;
    font-weight: 300;
    color: #ffd800;
    padding: 8px 0;
    position: relative;
    display: inline-block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.link-hover:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.link-hover:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.a-hover{
  position: relative;
  padding-bottom: 2px;
}
.a-hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 2;
    will-change: transform,color;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
.a-hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}


.a-hover:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.a-hover:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

section{
  
}
.section-pt{
  padding: 50px 0 0 0;
}
.section-ptpb{
  padding: 50px 0 70px 0;
}
.pt-minus{
  padding-top: 0;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
header {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    color: #fff;
}
header .header-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo{
  width: 170px;
  height: auto;
  text-align: center;
}
header .logo a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
header .logo img{
  width: 100%;
}
header .nav-1{
}
header .nav-1 > li{
  float: left;
  position: relative;
  padding: 0 12px;
}
header .nav-1 > li > a{
  position: relative;
  padding: 6px 0;
  margin: 0 4px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.48px;
  display: inline-block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
header .a-hover:before {
    background-color: #fff;
}
header .nav-1 > li.active > a{
}
.round-shape{
  width: 892px;
  height: 928px;
  border-radius: 100%;
  background: #5d51f2;
  position: absolute;
  top: -325px;
  left: 200px;
  /*top: -200px;
  right: -440px;*/
  z-index: -1;
  user-select: none;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.round-shape.visible{
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.hero-banner{
  width:100%;
  min-height: 100vh;

}
.hero-banner .hero-bg{
  background-size: cover;
  background-color: #000;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.hero-banner .hero-bg-mob{
  background-image: url(../img/menu-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none;
}
.hero-banner .hero-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /*width: 100%;*/
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-banner .hero-bg  .hero-animation{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-banner .hero-bg .bg-image{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  padding: 120px 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.hero-banner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}*/
.hero-left{
  width: 76%;
}
.hero-right{
}
.hero-banner .video-icon{
  width: 80px;
  cursor: pointer;
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.hero-banner .video-icon img{
  width: 100%;
}
.hero-banner .video-icon:hover{
  -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.hero-banner h1{
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
  /*margin-top: 80px;*/
  margin-bottom: 20px;
}
.hero-banner h1 span{
  font-size: 57px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}
.hero-banner p{
  width: 90%;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}
/*.video-wrapper {
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-wrapper video{
    position: absolute;
    width: 120%;
    max-width: none;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.btn{
  min-height: 40px;
  padding: 8px 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.48px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  background-color: #5d51f2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-blue {
    background: #011CFF;
}
.btn-blue:hover{
  background: #443c54;
  color: #fff;
}
.section-head{
  margin-bottom: 60px;
}
.section-head h2{
  font-size: 54px;
  font-weight: 500;
  line-height: 58px;
  margin: 16px 0;
}
/*.section-head h2 span{
  color: #5d51f2;
}*/
.section-head p.line{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.20px;
  color: #1D1D1D;
  position: relative;
  width: 100%;
  max-width:660px;
  /*padding-left: 130px;*/
}
.section-head .line:before{
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  background: #000000;
  left: 0;
  top: 11px;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  /*transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);*/

}
/*.aos-animate.section-head .line:before{
  width: 120px;
}*/
.service-wrap{
}
.service-wrap .service-item{
  padding-bottom: 40px;
  position: relative;
}
.service-wrap .service-item:hover .read-more, .service-wrap .service-item:focus .read-more{
  opacity: 1;
  visibility: visible;
}
.service-wrap .service-item .read-more{
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: relative;
  width: 100px;
}
.service-wrap .service-item .read-more svg{
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 5px;
}
.service-wrap .service-item:hover .read-more svg{
  opacity: 1;
  visibility: visible;
  right: 0;
}
.service-wrap .service-item img{
  width: 80px;
}
.service-wrap .service-item h3{
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  margin: 16px 0 12px 0;
  color: #1D1D1D;
  text-transform: capitalize;
}
.service-wrap .service-item ul li{
  color: #1D1D1D;
  font-size: 18px;
  margin: 4px 0;
}
.small-box-wrapper{
  display: flex;
  align-items: center;
  padding-top: 30px;
}
    .small-box-wrapper .small-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 20px 40px 20px;
        width: 175px;
        border-radius: 10px;
        box-shadow: 0 0 24px #dddbff;
        margin-right: 20px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        height: 200px;
    }
.small-box-wrapper .small-box:nth-child(2){
  margin-top: 60px;
}
/*.small-box-wrapper .small-box:nth-child(3){
  margin-top: -30px;
}*/
.small-box-wrapper .small-box h4{
  font-size: 16px;
}
.small-box-wrapper .small-box img{
  width: 100%;
}
.work-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work-wrap .work-item{
  width: 44%;
}
.work-wrap .work-item:nth-of-type(2n) {
    margin-top: 110px;
  /*  margin-bottom: -20px;*/
}
.work-wrap .work-item a{
  display: block;
}
.work-wrap .work-item .img-box{
  overflow: hidden;
  background: #D89CFF;
}
.work-wrap .work-item .img-box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.work-wrap .work-item a:hover .img-box img{
  transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.work-wrap .work-item .work-detail .work-name{
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0 8px 0;
}
.work-wrap .work-item .work-detail .work-categories{
  font-size: 20px;
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 10px 0;
}
.store-wrap .work-item:nth-of-type(2n){
  margin-top: 0;
  
}
.store-wrap .work-item{
  margin-bottom: 30px;
}
.gray-bg{
  background: #fafafa;
}

.client-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.client-wrap .client-item{
  margin-bottom: 30px;
  padding: 0 20px;
}
.client-wrap .client-item:first-child{
  padding-left: 0;
}
.client-wrap .client-item:last-child{
  padding-right: 0;
}
.client-wrap .client-item img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  /*filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);*/
  transition: all 0.6s ;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
/*.client-wrap .client-item:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
}
*/
.testimonial-wrap{
  margin-top: 42px;
}
.testimonial-wrap .user-img{
  width: 160px;
  height: 160px;
  border-radius: 160px;
  overflow: hidden;
}
.testimonial-wrap .user-img img{
  width: 100%;
}
.testimonial-wrap .review{
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonial-wrap .author-name{
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 0;
}
.testimonial-wrap .author-identity{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
  margin-top: 0;
}

footer {
    padding: 50px 0 50px 0;
    font-size: 18px;
    color: #fff;
    background: #89898b
}
footer .col-1{
  width: 468px;
}

footer h3{
  font-size: 50px;
  line-height: 53px;
  color: #fff;
  margin-bottom: 20px;
}
footer .link{
  color: #fff;
}
footer .footer-nav{
  margin-left: 20px;
}
footer ul li{
  padding: 2px 0;
}
footer ul li a{
  color: #fff;
}
footer .a-hover:before{
  background-color:  #fff;
}
footer .logo{
  display: none;
  /*margin-bottom: 20px;*/
}
footer p{
  margin-bottom: 2px;
}
footer p a{
  color: #fff;
}
footer p .call{
  font-size: 16px;
}
footer a:hover{
  color: #fff;
}
.arrow-right{
  position: relative;
  top: -2px;
  left: 2px;
  stroke: #fff;
  width: 10px;
  height: 14px;
}
.social-wrap{
  margin-top: 30px;
  position: relative;
  display: flex;
}

.social-wrap a{
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    transition:background 0.3s;
    margin-right: 10px;
}
.social-wrap a:hover{
  background: #fff;
}
.social-wrap a svg g{
    fill: #fff;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}
.social-wrap a:hover svg g{
  fill: #5d51f2;
}
.talign-right{
  text-align: right;
}
.link-1{
  display: inline-block;
  font-size:22px;
  margin-top: 40px;
  padding: 4px 8px;
}
.link-1 svg{
  position: relative;
  top: 2px;
  margin-left: 10px;
}
/* contact form floating label */
.contact-form{
  
}
.contact-head{
  margin-bottom: 30px;
}
.form-label{
  font-size: 15px;
  font-weight: 500;
 /* text-transform: uppercase;*/
}
.form-control{
 /* margin-bottom: 20px;*/
  padding: 0.475rem .75rem;
  background-color: #f7f8f9;
}
.form-control:focus{
  box-shadow: none;
  border-color: #5d51f2;
  background-color: #f7f8f9;
}
.send-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  background: none;
  padding: 4px 8px;
}
.send-btn svg{
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.contact-svg{
  max-width: 100%;
}
.contact-list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.contact-list .contact-item{
  padding: 20px;
}
.contact-list .contact-item .icon{
  width: 70px;
}
.contact-list .contact-item .title{
  font-size: 16px; 
  margin-bottom: 0;
  width: 200px;
}
.contact-list .contact-item .detail{
  font-size: 16px;
  width: 200px;
  margin-bottom: 0;
}
/*---------------------*/
.abt-content .abt-text{
  max-width: 800px;
  margin-bottom: 60px;
}
.abt-content .img-box{
  width: 100%;
  /*height: 400px;
  background: #f8d4d9;*/
  position: relative;
  text-align: center;
  margin-top: 120px;

}
.txt-1{
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translate(-50%);
}
.txt-1:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 180px;
  top: 30px;
  left: 50%;
  margin-left: -1px;
  background: #1D1D1D;
}
.txt-2{
  position: absolute;
  left: 30%;
  top: 20%;
}
.txt-3{
  position: absolute;
  right: 30%;
  top: 20%;
}
.abt-content .img-box:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  top: -25px;
  left: 0;
  background: #F5F5F5;
  z-index: -1;
}

.abt-content .img-box img{
  width: 100%;
  max-width: 660px;
}
.manifesto{
  padding: 60px 0;
}
.manifesto h4{
  font-size: 160px;
  font-weight: 400;
  line-height: 160px;
  color: #c7c7c7;
  /*color: #ffeff1;*/
  position: relative;
  display: inline-block;
  margin-top: 42px;
  padding-right: 120px;
}
.manifesto h4:before {
  content: 'CORE VALUES';
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.manifesto h4:after{
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #c7c7c7;
  right: 0;
  top: 48%;
}
.head-2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  margin: 20px 0 20px 0;
}
.list-1{
  padding-left: 20px;
  margin: 20px 0;
}
.list-1 li{
  position: relative;
  padding: 4px 16px;
}
.list-1 li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 2px;
  background: #fd6f8d;
}

.sticky-wrapper{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2500px;
    /*margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.sticky-container{
position: -webkit-sticky;
    position: sticky;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*margin: 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.overflow-hidden-mask{
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.scrollable-div{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2500px;
    height: 100%;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.sticky-container .head-2{
  position: absolute;
    left: 0px;
}
.process-wrap{
	/*display: flex;
	flex-wrap: nowrap;*/
  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    /*padding-bottom: 10vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}
.process-wrap .process-item{
	/*width: 300px;
	padding: 40px 40px 0 0;*/
  overflow: hidden;
    width: 300px;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.process-wrap .process-item .process-img{
	width: 100%;
	height: 160px;
	background: #fd6f8d;

}
.process-wrap .process-item h5{
	font-size: 28px;
	font-weight: 400;
}
.service-img-box{
  height: 400px;
  background: #f8d4d9;
}
.service-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-services{
  padding: 60px 0;
}
.p-services .s-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-service{
  margin: 20px 0;
}
.p-services h4{
  font-size: 220px;
  font-weight: 400;
  line-height: 220px;
  color: #c7c7c7;
  /*color: #ffeff1;*/
  position: relative;
  display: inline-block;
  margin-top: 42px;
  padding-left: 120px;
}
.p-services h4:before{
  content: 'SERVICE';
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;

}
.p-services h4:after{
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #c7c7c7;
  left: 0;
  top: 48%;
}
.p-services .p-service h3{
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin: 16px 0 12px 0;
  color: #1D1D1D;
}
.p-service p{
  font-size: 18px;
}/*
.p-services .p-service ul li{
  color: #1D1D1D;
  font-size: 18px;
  margin: 6px 0;
  padding-left: 16px;
  position: relative;
}*/
/*.p-services ul li:before {*/
  /*content: '';*/
  /*position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 2px;
  border-radius: 6px;
  background: #5d51f2;
}*/
.accordion{

}
.accordion-item{
  border-bottom: 1px solid #cac7c7;
  
}
.accordion-header{
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
  padding: 35px 0 35px 40px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.accordion-content{
  display: none;
  font-size: 18px;
  padding-bottom: 25px;
}
.accordion-content img{
  width: 100%;
  margin: 10px 0;
}
.accordion-content p{
  margin: 10px 0;
}
.accordion-content .link-1
{
  font-size: 18px;
  margin-top: 10px;
}
.accordion-content .tag{
  display: block;
}
.accordion-header:before{
  content: '';
  width: 24px;
  height: 3px;
  background: #1D1D1D;
  position: absolute;
  left: 0;
  top: 52px;
}
.accordion-header:after{
  content: '';
  width: 3px;
  height: 24px;
  background: #1D1D1D;
  position: absolute;
  left: 11px;
  top: 42px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.active.accordion-header:after{
  transform: rotate(90deg);
}

.modal-body p, .modal-body ul li{
  font-size: 18px;
}
.modal-body h3 , .modal-body h4{
  font-weight: 500;
}
.modal-body ul{
  margin-bottom: 20px;
}
.modal-body .btn{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
.modal-body img{
  width: 100%;
}
.modal .close{
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  font-size: 55px;
  cursor: pointer;
  padding: 8px 10px;
  line-height: 30px;
}
.isotope-filter-links{
  margin-bottom: 30px;
}
.isotope-filter-links li{
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.enquire-form{
  display: none;
}
.enquire-form input,.enquire-form textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  font-size: 14px;
  outline: none;
}
.enquire-form input{
  width: 48%;
  margin-right: 2%;
}
.enquire-form input:nth-child(2n){
  margin-right: 0;
}
.enquire-form textarea {
  width: 99%;
  height: 80px;
}

.response-message{
  display: block;
  font-size: 18px;
  margin-top: 10px;
  padding-left: 8px;
}
.storeRes.response-message{
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 1170px) {
    #hero-animation {
        display: block;
    }
    #owl-carousel_Mob {
        display: none;
    }
   
  .hero-banner h1{
    font-size: 54px;
  }
  .hero-banner h1 span{
    font-size: 48px;
  }
  .hero-left{
    width: 70%;
  }
  .hero-right{
    width: 46%;
  }
  .hero-right svg{
    width: 100%;
    height: auto;
    left: 0;
  }
  .round-shape
  {
    top: -420px;
    left: 34%;
  }

}
@media screen and (max-width: 1024px) {

  .service-wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {

    #hero-animation {
        display: block;
    }

  

    #owl-carousel_Mob {
        display: none;
    }
  .sidemenu .container{
    display: block;
  }
  .sidemenu .sidemenu-leftwrap,.sidemenu .sidemenu-rightwrap{
    width: 100%;
  }
  .sidemenu .sidemenu-rightwrap {
    padding: 0 20px 30px 20px;
  }
  .sidemenu .nav-1 {
    margin: 20px 0 0 0;
  }
  .hero-banner{
    display: block;
  }
  .hero-left,.hero-right{
    width: 100%;
  }
  /*.hero-banner h1{
    margin-top: 40px;
  }*/
  .hero-right svg{
    width: 95%;
    max-width: 576.375px;
    height: auto;
  }
  .round-shape {
    width: 792px;
    height: 828px;
    top: -220px;
  }
  .section-head h2 {
    font-size: 54px;
    line-height: 58px;
  }
  .work-wrap .work-item {
    width: 46%;
  }
  .work-wrap .work-item:nth-of-type(2n) {
    margin-top: 80px;
  }
  footer .col-1{
    width: 100%;
    margin-bottom: 60px;
  }
  .txt-2{
    left: 20%;
  }
  .txt-3{
    right: 20%;
  }
}
@media screen and (max-width: 767px) {



  body {
    font-size: 18px;
  }
  header .nav-1{
    display: none;
  }
  .nav-menu-toggle{
    opacity: 1;
    visibility: visible;
  }
  .sidemenu .sidemenu-leftwrap {
    padding: 80px 20px 0px 20px;
  }
  .sidemenu .nav-1 li a {
    font-size: 20px;
    padding: 6px 0;
  }
  .sidemenu .sidemenu-rightwrap h3 {
    font-size: 40px;
    line-height: 42px;
  }
  .hero-banner p{
    font-size: 18px;
    line-height: 22px;
  }
  .section-head h2 {
    font-size: 50px;
    line-height: 54px;
  }
  .section-head p.line {
    font-size: 18px;
    line-height: 22px;
    padding-left: 70px;
  }
  .section-head p{
    padding-left: 0;
  }
  .aos-animate.section-head .line:before {
    width: 55px;
  }
  .section-ptpb {
    padding: 40px 0 40px 0;
  }
  .pt-minus{
    padding-top: 0;
  }
  .section-head {
    margin-bottom: 40px;
  }
  .head-2{
    font-size: 45px;
    line-height: 45px;
    margin: 20px 0 0 0;
  }
  .manifesto h4 {
    font-size: 100px;
    line-height: 100px;
    margin-top: 20px;
  }
  
  .p-services {
    padding: 20px 0;
  }
  .p-services h4 {
    font-size: 110px;
    line-height: 150px;
  }
  .p-services h4:before{
    font-size: 18px;
    font-weight: 400;
  }
  .work-wrap .work-item {
    width: 48%;
  }
  .work-wrap .work-item:nth-of-type(2n) {
    margin-top: 40px;
  }
  .work-wrap .work-item .work-detail .work-categories {
    font-size: 18px;
  }
  .work-wrap .work-item .work-detail .work-name {
    font-size: 24px;
    margin: 15px 0 4px 0;
  }
  .testimonial-wrap .review {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .testimonial-wrap .author-name {
    font-size: 24px;
    line-height: 30px;
  }
  .testimonial-wrap .author-identity {
    font-size: 20px;
    line-height: 24px;
  }
  .inverted-comma img{
    width: 45px;
  }
  footer h3 {
    font-size: 46px;
    line-height: 48px;
  }
  footer .footer-nav{
    margin-left: 0;
  }
  footer .mb-sm-30{
    margin-bottom: 30px;
  }
  .accordion-header {
    font-size: 30px;
    line-height: 32px;
  }
  .contact-form{
    margin-bottom: 30px;
  }
  .contact-list{
    justify-content: flex-start;
  }

    #hero-animation {
        display: none;
    }
    #owl-carousel {
        display: none;
    }
    #owl-carousel_Mob {
        display: block;
    }








}
@media screen and (max-width: 640px) {
  .round-shape {
    display: none;
  }
  footer {
    padding: 70px 0 70px 0;
  }
  .client-wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .client-wrap .client-item {
    width: 33%;
  }
  .store-wrap .work-item {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .hero-banner h1 {
    font-size: 44px;
    line-height: 46px;
  }
  .hero-banner h1 span {
    font-size: 52px;
    line-height: 54px;
    font-weight: 700;
    display: inline-block;
  }
  .txt-1:before{
    height: 110px;
  }
  .txt-2{
    left: 5%;
  }
  .txt-3{
    right: 5%;
  }


}

@media screen and (max-width: 576px) {
  .footer-nav{
    margin: 30px 0;
  }
  footer .mb-sm-30{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .sidemenu .sidemenu-leftwrap {
    padding: 80px 10px 0px 10px;
  }
  .sidemenu .sidemenu-rightwrap {
    padding: 0 10px 30px 10px;
  }
  .sidemenu .nav-1 li a {
    font-size: 20px;
    padding: 4px 0;
  }
  .hero-banner h1 {
    font-size: 44px;
    line-height: 46px;
  }
  .section-head h2 {
    font-size: 44px;
    line-height: 44px;
  }
  
  .work-wrap .work-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .work-wrap .work-item:nth-of-type(2n) {
    margin-top: 0px;
  }
  .link-1{
    margin-top: 10px;
  }
  .client-wrap .client-item {
    width: 50%;
  }
  footer .container > div{
    width: 100%;
    margin-bottom: 40px;
  }
  footer h3 {
    font-size: 42px;
    line-height: 44px;
  }
  .txt-1{
    font-size: 16px;
  }
  .txt-2,.txt-3{
    font-size: 14px;
  }
}
.dropbtn {
    /*background-color: #4CAF50;
    color: white;
    padding: 16px;*/
    border: none;
    background-color: #000;
    color: #fff;  
    padding: 6px 0;
    margin: 0 4px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.48px;
    display: inline-block;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;   
    margin: 0 4px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.48px;   
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
       /* .dropdown-content a:hover {
            background-color: #ddd;
        }*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.line-style {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.20px;
    color: #1D1D1D;
    position: relative;
    width: 100%;
    max-width: 660px;
    text-align: justify;
    text-justify: auto;
}
.item-contain.border {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-top: none;
}

.product-contain {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.product-contain:hover {
    background-color: #d9e6f1;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
  /*  margin-bottom: 45px;
    margin-top: 10px;*/
       
}
.product-contain-nohover {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .product-contain:hover img {
        -webkit-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        height: 101%;
        width: 101%;
    }

.product-contain:hover p {
    font-size: 18px;
}
/*.product-contain:hover li {
    font-size: 18px;*/
}
.product-container-header {
    width: auto;
    height: 100px;
    padding: 10px;
   /* background-color: #89898b;  */ 
}
.image.fit {
    margin: 0;
    border-radius: 0;
}

.image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%;
    text-align: center;  
}
.image {
    border-radius: 2px;
    border: 0;
    display: inline-block;
    position: relative;
}
.box {
    border-color: rgba(0, 0, 0, 0.15);    
    width:99%;
    padding:10px;    
}

.wrapper.style2 header p {
    color: #999999;
}

.box header p {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 300;
    margin: 0 0 .25rem 0;
    padding: 0 0 .75rem 0;
    letter-spacing: .25rem;
    text-align: justify;
    text-justify: auto;
}


header p {
    color: #bbb;
}


header p {
    position: relative;
    margin: 0 0 1.5rem 0;
    text-align: justify;
    text-justify: auto;
}


p {
    margin: 0 0 2rem 0;
}

.boxheader p {
    color: #999999;  
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 .25rem 0;
    padding: 0 0 .75rem 0;
   /* letter-spacing: .25rem;*/
    text-align: center;
}

.boxheader h2 {
    font-weight: 300;
   /* text-transform: uppercase;*/
    line-height: 1.5;
   /* margin: 0 0 1rem 0;*/
    color: #000;
    text-align: center;
}
.text-p {
    margin: 0 0 2rem 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #a6a6a6;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-word!important;
}
.box-content {
    padding: 0px 30px 0px 30px;
}




.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}
.copy-right {
    text-align: center;
    padding: 5px;
    font-family: inherit;
    font-size: 14px;
    background-color: #fff;
}
.navbar-shrink {
    background-color: #89898b;
}

.downarrow-center {
    position: absolute;  
    color: #fff;    
    margin-top: 500px;
    z-index: 9999;
    text-align: center;   
    width: 100%;
}
.down-arrow{   
    color: #fff;  
    z-index: 9999;
    text-align: center;
    width: 100%;
}
.client-image {
    width: 75%;
    height: auto;  
    text-align:center;
}
.sub-heading {
    text-align: left !important;
    font-weight: 500 !important;
}
.aboutus-emement {
    margin: 15px 0px 15px 0px;
    padding: 50px;
    text-align: center;
    background-color: #89898b;
}
.elementor-counter-number {
    color: #5DA3CF;
    box-sizing: border-box;
    font-size: 50px;
    font-weight: 500;
}
.elementor-counter-title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1em;
    padding-top :25px;
    padding-bottom:10px;
}
#owl-client .item {
    margin: 3px;
}

    #owl-client .item img {
        display: block;
        width: 100%;
        height: auto;
    }




.dropdown-mob {
    position: relative;   
}

/* Dropdown Content (Hidden by Default) */
.dropdown-mob-content {   
    position: relative;
    background-color: #3a3a3a;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
   /* margin: 0 4px;*/
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.48px;
   /* padding-left:20px;*/
    /*   transition: 0.3s all;
    -webkit-transition: 0.3s all;*/
}

    /* Links inside the dropdown */
   /* .dropdown-mob-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }*/

/* Change color of dropdown links on hover */
/* .dropdown-content a:hover {
            background-color: #ddd;
        }*/

/* Show the dropdown menu on hover */
.dropdown-mob .dropdown-mob-content {
    display: block;
}
.menu-subitem-border {
    border-bottom: solid 1px #958585;
    padding-left: 20px;
}
.sub-heading-noraml {
    text-align: left !important;  
    font-weight: 300;
    font-size: 1rem;
}

.bullet-number-text {
    font-weight: 400!important;
    font-size: 1.1rem!important;
}
.error-validator {
    font-size: 14px;
    color: #f60404;
    display:none;
    margin-block:20px;
}
.body-font {
    font-size: 18px;
    text-align: center;
    font-weight: 100;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;  
    opacity: .7;
    display:none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: #d3caca91;
    border-top-color: #858181;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid; 
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}