html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
}

:root {
    --yd-color-0: #f5f5f5;
    --yd-color-1: #db0367;
    --yd-color-2: #f38258;
    --yd-color-3: #111;
    --yd-color-4: #fff;
    --yd-color-5: #e2e8f0;
    --yd-color-6: #b9b9b9;
    --yd-color-7: #fff2f8;
    --yd-color-8: #e74c3c;
    --yd-color-9: #4caf50;
    --yd-color-10: #666;
    --yd-color-11: #9BADD8;
    --yd-color-12: #afc3ef;
    --yd-shadow-1: 0px 0px 20px rgba(0, 0, 0, 0.1);
    --yd-radius-1: 6px;
}

a,
.headerTop,
.btnPrimary,
.navbar,
.navbar ul li a::after,
.overlay,
.offerSec ul li,
.offerSec ul li>*,
.closeMessage,
select,
.btnSecondary {
    transition: all 0.4s;
}

html {
    -webkit-text-size-adjust: 100%;
}

html.scOff {
    max-height: 100vh;
    overflow: hidden;
}

body {
    background: var(--yd-color-0);
    color: var(--yd-color-3);
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    word-break: break-word;
    font-weight: 500;
}

hr {
    margin: 20px 0;
    background: var(--yd-color-3);
    height: 1px;
    border: none;
    opacity: 0.1;
}

ul {
    list-style-type: none;
}

ol {
    margin-left: 30px;
}

ol li {
    margin-bottom: 10px;
}

ol li:last-child {
    margin-bottom: 0;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--yd-color-1);
}

h1 {
    font-size: 4rem;
    line-height: 1.2;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.25rem;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: var(--yd-color-3);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul:last-child,
ol:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

a,
input,
button,
img,
select,
textarea {
    outline: 0 none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

select {
    -webkit-appearance: none;
    padding-right: 30px;
    background: url(../images/icon-arrow-down.svg) no-repeat right center / 12px;
}

* {
    -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: var(--yd-color-7);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--yd-color-6);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yd-color-1);
}

.txtRight {
    text-align: right !important;
}

.txtLeft {
    text-align: left !important;
}

.txtCenter {
    text-align: center !important;
}

.btnPrimary,
.btnSecondary,
.btnCancel {
    border: 0;
    padding: 12px 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-size: 1rem;
    min-width: 125px;
    background: transparent;
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
}

.btnPrimary,
.btnPrimary:disabled:hover {
    background: var(--yd-color-1);
    border-color: var(--yd-color-1);
    color: var(--yd-color-4);
}

.btnPrimary:hover {
    border-color: var(--yd-color-2);
    background: var(--yd-color-2);
    text-decoration: none;
}

.btnSecondary,
.btnSecondary:disabled:hover {
    border-color: var(--yd-color-1);
    color: var(--yd-color-1);
}

.btnSecondary:hover {
    border-color: var(--yd-color-2);
    color: var(--yd-color-2);
    text-decoration: none;
}

.btnPrimary:disabled,
.btnSecondary:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.btnFull {
    width: 100%;
}

.mainContentWrapper {
    padding-top: 95px;
    padding-bottom: 60px;
    flex: 1;
}

.pageWrapper {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.section {
    padding: 90px 0;
}

.headerTop {
    background: var(--yd-color-0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    transition: none;
    z-index: 101;
}

.headerTopInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
}

.menuIcon {
    font-size: 0;
    display: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 33px;
    background: transparent;
}

.menuIcon span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: var(--yd-color-1);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.menuIcon span:first-child {
    transform-origin: 0% 0%;
}

.menuIcon span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.menuIcon.active span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -18px);
    background: var(--yd-color-1);
}

.menuIcon.active span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menuIcon.active span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 18px);
}

.logo {
    margin: 0 50px 0 0;
    font-size: 0;
}

.logo img {
    max-height: 66px;
}

.navbar {
    text-align: center;
    padding: 0;
    margin: 0;
    transition: none;
}

.mainNav {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}

.mainNav>li {
    margin: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainNav ul li {
    padding: 0 15px;
}

.mainNav li a {
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.mainNav ul a:hover {
    text-decoration: none;
    color: var(--yd-color-1);
}

.mainNav>li>a {
    color: var(--yd-color-3);
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 76px;
    font-size: 1rem;
    position: relative;
}
.mainNav>li>a:hover{
 color: var(--yd-color-1);   
}
.mainNav>li>a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--yd-color-1);
    transition: all 0.3s linear;
    width: 0;
    height: 3px;
    z-index: 1;
}
.mainNav>li>a:hover::after, .mainNav>li>a.active::after, .submenu:hover a.accordion::after{
    width: 100%;
}
.mainNav>li>a.active{
    color: var(--yd-color-1);
}
.mainNav ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: auto;
    top: 100%;
    left: 50%;
    background: #fff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}

.mainNav>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease;
}
.submenu ul{
    padding: 20px;
}
.submenu ul li{
    margin-right: 10px;
    padding: 0;
    min-width: 140px;
}
.submenu ul li:last-child{
    margin-right: 0px;
}
.submenu ul li a{
    display: flex;
    flex-direction: column;
    border: 1px solid var(--yd-color-10);
    font-size: 0.938rem;
    padding-bottom: 5px;
    font-weight: 500;
}
.submenu ul li a:hover{
    border-color: var(--yd-color-1);
}
.submenu ul li a .menuImg{
    margin-bottom: 8px;
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
}

.overlay {
    background: rgba(8, 28, 50, 0.5);
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
}
.overlay.active{
    opacity: 1;
    right: 0;
}
.homeBannerInner {
    display: flex;
    align-items:flex-end;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    /* padding: 200px 0 60px; */
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.videoOverlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#heroVideo {
    position: absolute;
    right: 0;
    top: -32px;
    min-width: 100%;
    min-height: 100vh;
    /* transform: translateX(calc((100% - 100vw) / 2)); */
    z-index: 1;
}
.homeBannerInner .pageWrapper {
    position: relative;
    z-index: 3;
}
.homeBannerInnerWrap {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.bannerContent {
    position: relative;
    z-index: 2;
}

.homeBannerInner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 500;
}

.homeBannerInner p {
    color: var(--yd-color-4);
    font-size: 2rem;
    font-weight: 400;
}

.homeBannerInner .btnPrimary {
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 12px 24px;
    border-radius: 10px 10px 0 0;
}

.meetDesignerFormWrap {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 80%);
    width: 350px;
}

.formWrap {
    margin-bottom: 24px;
    position: relative;
}

.formWrap:last-child {
    margin-bottom: 0px;
}

.inputField {
    border: 1px solid #c9c7c7;
    color: #000;
    padding: 10px;
    background: 0 0;
    border-radius: 3px;
    width: 100%;
}

select.inputField {
    background: url(../images/arrow-down.svg) no-repeat right 10px center / 12px;
}
.form-error{
    font-size: .75rem;
    color: #ff0000;
    position: absolute;
    left: 0;
    top: 100%;
    margin-bottom: 5px;
}
.pageTitle {
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: var(--yd-color-3);
    position: relative;
    text-align: center;
    font-size: 3rem;
    line-height: normal;
    font-weight: 600;
}

.titleColorRed {
    color: var(--yd-color-1);
}

.divider {
    position: relative;
    max-width: 200px;
    margin: 15px auto 0 auto;
    line-height: 3px;
}

.divider span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--yd-color-1);
    vertical-align: middle;
    border-radius: 10px;
}

.divider:before,
.divider:after {
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-radius: 10px;
}

.divider:before {
    background: linear-gradient(to right, transparent, var(--yd-color-6));
    right: .5em;
    margin-left: -50%;
}

.divider:after {
    background: linear-gradient(to right, var(--yd-color-6), transparent);
    left: .5em;
    margin-right: -50%;
}

.offerSec ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.offerSec ul li {
    flex: 1;
    margin: 10px;
    border-radius: var(--yd-radius-1);
    box-shadow: var(--yd-shadow-1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 2px solid transparent;
    max-width: 240px;
    min-height: 250px;
}

.offerSec ul li:hover {
    border-color: var(--yd-color-1);
}

.offerTitle {
    text-align: center;
}

.offerImg {
    margin-bottom: 30px;
}

.offerImg img {
    max-width: 70px;
}

.offerTitle h3 {
    font-size: 1.1rem;
    color: var(--yd-color-3);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 500;
}

.whatdoWeDesign{
    background: var(--yd-color-3);
}
.whatdoWeDesign .pageTitle{
color: var(--yd-color-4);
}
.whatdoWeContWrap{
    position: relative;
    display: flex;
    width: 100%;
}
.imgBlk{
    position: relative;
    z-index: 2;
}
.imgBlk img{
    object-fit: cover;
    border-radius: 100%;
    width: 500px;
    height: 500px;
    box-shadow: 0 0 0px 10px #fff;
}
.contBlk{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}
.rightInrCont{
    background: #fff;
    padding: 50px;
    font-size: 1.5rem;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.rightInrCont::before {
    content: "";
    background: #ffffff;
    width: 250px;
    left: -250px;
    position: absolute;
    height: 100%;
    z-index: 0;
}
.rightInrCont span{
    font-weight: 600;
    color: var(--yd-color-1);
    font-size: 2rem;
}
.rightInrCont .innetTitle{
    font-weight: 700;
    font-size: 4rem;
    display: block;
    margin: 10px 0;
}
.btnWrap{
    margin-top: 40px;
}
.readMore, .submitBtn{
    padding: 10px 30px;
    line-height: 1.42857143;
    display: inline-block;
    outline: none;
    position: relative;
    background: var(--yd-color-3);
    color: var(--yd-color-4);
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid var(--yd-color-3);
    font-weight: 500;
    cursor: pointer;
}
.readMore:hover, .submitBtn:hover{
    text-decoration: none;
    background: transparent;
    color: var(--yd-color-1);
    border-color: var(--yd-color-1);
}
.btnBorder{
    background: transparent;
    color: var(--yd-color-4);
    border-color: var(--yd-color-4);
}
.btnBorder:hover{
    background: var(--yd-color-1);
    border-color: var(--yd-color-1);
    color: var(--yd-color-4);
}

.recentProjects{
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.recentProjectCarousel.owl-carousel .owl-item{
    padding: 90px 0;
}
.recentProjectCarousel .owl-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recentProjectCarousel .owl-item .item img {
    width: 350px;
    height: 350px;
    transition: 0.3s;
    transform: scale(1);
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}
  .recentProjectCarousel .owl-item.center .item img {
    transform: scale(1.5);
   
}
.recentProjectCarousel .owl-item.center{
    z-index: 1;
}

.recentProjectCarousel .owl-nav .owl-prev, .recentProjectCarousel .owl-nav .owl-next{
    position: absolute;
    position: absolute;
    width: 50px;
    height: 50px;
    background:var(--yd-color-1) !important;
    color: var(--yd-color-4) !important;
    transition: all .4s;
}
.recentProjectCarousel .owl-prev:hover, .recentProjectCarousel .owl-next:hover{
    background:var(--yd-color-3 ) !important;
}
.recentProjectCarousel .owl-prev span, .recentProjectCarousel .owl-next span{
    position: relative;
    line-height: 46px;
}
.recentProjectCarousel .owl-prev{
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    background-color: transparent !important;
    outline: none !important;
}
.recentProjectCarousel .owl-next{
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    background-color: transparent !important;
    outline: none !important;
}
.recentProjectCarousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
}
#counter{
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    line-height: 1;
    color: var(--yd-color-1);
}
#counter .active{
    font-size:  1.5rem;
    color: var(--yd-color-3);
    position: relative;
    padding-left: 20px;
}
#counter .active::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--yd-color-3);
    transform: rotate(18deg);
    left: 10px;
    top: 2px;
}


/*--------------------------------------------------------------
## How we Work
--------------------------------------------------------------*/
.howWeWorkSec, .whatdoWeDesign{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.howWeWorkSec::before, .whatdoWeDesign::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.howWeWorkSec .pageTitle{
    color: var(--yd-color-4);
}
.howWeWorkProcess {
    margin: 60px 0 60px 0;
  }
  .howWeWorkProcess .process_nav {
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .howWeWorkProcess .process_nav li {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
  }
  .howWeWorkProcess .process_nav li:last-child {
    margin-right: 0;
  }
  .howWeWorkProcess .process_nav li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 64px;
    left: 50%;
    background: var(--yd-color-0);
    transition: all 0.3s linear;
  }
  .howWeWorkProcess .process_nav li:last-child::after {
    display: none;
  }
  .dcell img{
    vertical-align: -14px;
    width: 70px;
  }
  .number-stroke {
    font-family: "Titillium Web", sans-serif;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--yd-color-4);
    opacity: .5;
    transition: all 0.3s linear;
}
  .howWeWorkProcess .process_nav li .number-stroke {
    position: absolute;
    left: -17px;
    top: -38px;
    font-size: 72px;
  }
  .howWeWorkProcess .process_nav li .icon-main {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: var(--yd-color-3);
    color: var(--yd-color-3);
    margin-bottom: 25px;
    border-radius: 50%;
    transition: all 0.3s linear;
    border: 3px solid var(--yd-color-0);
    z-index: 1;
  }
  .howWeWorkProcess .process_nav li .icon-main span:not(.number-stroke) {
    font-size: 56px;
  }
  .howWeWorkProcess .process_nav li .icon-main span:not(.number-stroke):before {
    font-size: 56px;
  }
  .howWeWorkProcess .process_nav li .icon-main span.ot-flaticon-tip {
    margin-left: 18px;
  }
  .howWeWorkProcess .process_nav li.current:after {
    opacity: 1;
    visibility: visible;
  }
  .howWeWorkProcess .process_nav li:hover .icon-main, .howWeWorkProcess .process_nav li.current .icon-main {
    background: var(--yd-color-1);
    color: #fff;
  }
  .howWeWorkProcess .process_nav li .process-des-item {
    padding: 0;
  }
  .howWeWorkProcess .process_nav li h5 {
    margin-bottom: 16px;
  }
  .howWeWorkProcess .process_nav h5 {
    font-size: 1.1rem;
    color: var(--yd-color-4);
    margin-bottom: 26px;
  }
  .howWeWorkProcess .process-des-item {
    padding: 38px 50px 0;
    text-align: center;
    color: #a3a3a3;
    margin: 0;
  }
  
  .howWeWorkProcess:not([data-tab]) .process_nav {
    border-bottom: none;
  }
  .howWeWorkProcess:not([data-tab]) .process_nav li {
    margin-right: 50px;
  }
  .howWeWorkProcess:not([data-tab]) .process_nav li:last-child {
    margin-right: 0;
  }
  
  .order-even-top-40 .howWeWorkProcess:not([data-tab]) .process_nav li:nth-child(even) {
    margin-top: 40px;
  }
  .step2Txt{
    text-align: center;
    color: var(--yd-color-1);
    font-size: 1rem;
    left: 130px;
    position: relative;
    top: 0;
    margin-top: 0px;
    padding: 0 20px;
    width: 205px;
    font-weight: 700;    
  }
  .step2Txt::before,   .step2Txt::after{
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    
  }
  .step2Txt::before{    
    left: -12px;   
    border-right: 0;
  }
  .step2Txt::after{    
    right: -12px;   
    border-left: 0;
  }

.howWeWorkInnerPage .number-stroke{
    -webkit-text-stroke-color: var(--yd-color-3);
}
.howWeWorkInnerPage .howWeWorkProcess .process_nav h5{
    color: var(--yd-color-3);
}
.step2Txt::before, .step2Txt::after{
    border-color: var(--yd-color-3);
}



/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
  .testimonialInnerWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonialContentArea {
    flex: 0 1 57.2%;
    margin-right: -5.8%;
    z-index: 1;
    position: relative;
}
.testimonialQuoteMarks {
    position: absolute;
    top: -3.5rem;
    left: 3.5rem;
    max-width: 120px;
    opacity: .1;
}
.testimonialQuote {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.customerName {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
}
.customerName::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--yd-color-1);
}

.testimonialPhoto {
    width: 400px;
    height: 400px;
    box-shadow: var(--box-shadow-1);
    border-radius: 5px;
}
.testimonialCarousel .owl-nav{
    position: absolute;
    bottom: 0;
    left: 32%;
    display: flex;
    align-items: center;
}
.testimonialCarousel .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: var(--yd-color-1) !important;
    color: var(--yd-color-4) !important;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    font-size: 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialCarousel .owl-nav [class*=owl-] span{
    top: -4px;
    position: relative;
}
.testimonialCarousel .owl-nav [class*=owl-]:hover{
    background: var(--yd-color-3) !important;
}

/*--------------------------------------------------------------
## Our Design
--------------------------------------------------------------*/
.ourWork{
    padding-top: 160px;
}
.commonInnerBanner{
    position: relative;
}
.commonInnerBanner::before{
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.innerPageBannerSec .commonInnerBanner{
    position: relative;
    position: relative;
    align-items: flex-end;
    display: flex;
    min-height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.vCenter{
    align-items: center !important;
   }
.pageWrapper{
    z-index: 2;
    position: relative;
}
.innerPageTitle{
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 6rem;
    font-weight: 800;
    bottom: -20px;
    left: 25px;
    position: absolute;
    /* text-shadow: 2px 2px 0px #ffffff; 
    -webkit-text-stroke: 2px #000;
    -webkit-user-select: none;*/
    color: #fff8f8;
    line-height: 1;
}
.innerPageSubTitle{
    font-size: 3rem;
    position: absolute;
    bottom: -70px;
    left: 30px;
}
.innerPageTitle2{
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff8f8;
    line-height: 1;
    text-align: center;
}
.innerPageSubTitle2{
    font-size: 3rem;
    font-weight: 600;
    color: #fff8f8;
    text-align: center;
}

.categoryList{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.categoryList li{
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}
.categoryList li a{
    position: relative;
    border-radius: 10px;
    background: #ddd;
    box-shadow: var(--yd-shadow-1);
    margin-bottom: 30px;   
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.categoryList li:nth-last-child(-n+3) a{
    margin-bottom: 0px;  
}
.categoryList li a::before {
    content: "";
    background: rgb(0 0 0 / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.catIconName{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;   
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all .4s;
}
.catIconName img{
    width: 70px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}
.catIconName{
    font-size: 2rem;
    font-weight: 600;
}
.viewmore{
    opacity: 0;
    visibility: hidden;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    font-size: 1rem;
}
.categoryList li a:hover .catIconName{
    top: -20px;
}
.categoryList li a:hover .viewmore{
    opacity: 1;
    visibility: visible;
    margin-top: 90px;
}


.designGallery {
    background: #fff8f8;
}
.galleryList{
    display: flex;
    flex-wrap: wrap;
}
.galleryList li{
    flex: 0 0 50%;
    max-width: 50%;
}
.galleryList li .workInner{
    max-width: 560px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.galleryList li:nth-child(odd) .workInner{
    margin-right: 50px;
}
.galleryList li:nth-child(even) .workInner{
    margin-left: 50px;
    margin-top: 100px;
}
.galleryList li .workInner img {
    border-radius: 10px;
    transition: all .4s;
}
.galleryList li .workInner:hover img{
    transform: scale(1.1)
}
.workInner .zoomItem{
    background:#ffffffa1 url(../images/zoom-icon.svg) no-repeat center center / 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    z-index: 1;
    opacity: .5;
    transition: all .4s;
}
.galleryList li a:hover .zoomItem{
    opacity: 1;
}
.workInner .zoomItem::after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #00000073;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.aboutUsSec{
    position: relative;
}
.aboutUsSec::before{
    content: "";
    position: absolute;
    left: 0;
    top: 220px;
    height: calc(100% - 310px);
    width: 100%;
    max-width: 32%;
    background: var(--yd-color-5);
}
.aboutWrap{
    display: flex;
    align-items: center;
}
.aboutImgLeft{
    min-height: 600px;
    flex: 0 0 600px;
    display: flex;
    align-items: center;
}
.aboutImgLeft img {
    border-radius: 0 30px 30px 0;
}
.aboutContentRight{
    flex: 1;
    padding-left: 60px;
}
.aboutContentRight h3{
    line-height: normal;
}

/* .ourTeam{
    background: var(--yd-color-4);
} */
.teams{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px;
}
.teams:last-child{
    margin-bottom: -40px;
}
.teams li {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
}
.teamInnerDiv{    
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teams li h3{
    font-size: 1.25rem;
    color: var(--yd-color-3);
    margin-bottom: 0px;
    transition: all .2s;   
}
.teams li:hover h3{
    color: var(--yd-color-1);
}
.teamMemberImg{
    overflow: hidden;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: var(--yd-shadow-1)
}
.teams .teamMemberImg img{
    height: auto;
    max-width: 100%;    
    transition: all .4s;
    border-radius: 50%;
}
.teams li:hover img{
    transform: scale(1.2)
}
.whiteBG{
    background: var(--yd-color-4) !important;
}
.keyFeatures{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.keyFeatures li{    
    margin: 10px;
    border-radius: var(--yd-radius-1);
    box-shadow: var(--yd-shadow-1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 1rem;
    color: var(--yd-color-1);
    border: 2px solid transparent;
    max-width: 200px;
    text-align: center;
    font-weight: 600;
    min-height: 200px;
    transition: all 0.4s
}
.keyFeatures li:hover {
    border-color: var(--yd-color-1);
}
.keyFeatures li img{
    max-width: 50px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Testimonial Page
--------------------------------------------------------------*/
.testimonialInner {
    align-items: center;

}
.testimonialSec{
    background: #fff;
}
.colLg-5, .colLg-7{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.singleTestimonial {
    position: relative;
    padding-top: 60px;
    padding-right: 35px;
}
.singleTestimonial::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 30px;
    background: url(../images/quote.png) no-repeat 0 0 ;
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
    opacity: .2;
}
.testimonialdDesc span{
    margin-right: 90px;
    display: inline-block;
}
.testimonialdDesc, .name{
    font-size: 1.5rem;
}
.detailPart{
    margin-top: 40px;
}
.name{
    font-weight: 600;
}
.testimonialImgGl, .testimonialImgGl2 {
    border-radius: 40px;
    padding: 15px 0;
    overflow: hidden;
}
.testimonialImgGl img, .testimonialImgGl2 img {
    border-radius: 40px;
}
.testimonialImgGl2:first-child{
    margin-top: 50px;
}
.owl-carousel.testimonialInnerCarousel .owl-dots{
    text-align: center;
}
.owl-carousel.testimonialInnerCarousel button.owl-dot {
    background-color: var(--yd-color-3);
    width: 12px;
    height: 8px;
    border-radius: 30px;
    transition: all .4s;
    margin: 0 5px;
}
.owl-carousel.testimonialInnerCarousel button.owl-dot.active{
    width: 30px;
    background-color: var(--yd-color-1);
}


/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.contactUsSec{
    background: #fff url(../images/contactBg.jpg) no-repeat 0 -45px / cover;
    min-height: 700px;
    position: relative;
}
.contactUsSec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
}
.contactUsSec .pageWrapper{
    z-index: 1;
}
.customRow{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.customCol50{
    flex: 0 0 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.contactLeftBlk{
    padding-left: 100px;
}
.contactRightBlk{
    padding-right: 50px;
    padding-left: 50px;
}
.inputWrap{
    margin-bottom: 24px;
    position: relative;
}
.inputWrap label {
    position: absolute;
    top: -14px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
}
.inputControl{
    width: 100%;
    padding: 10px 15px;
    border: 2px solid var(--yd-color-6);
    border-radius: 4px;
    background: none;
    color: var(--yd-color-3);
    background: #fff;
    min-height: 52px;
}
textarea.inputControl{
    min-height: 150px;
}
.inputControl:focus{
    border-color: var(--yd-color-3);
}
.red{
    color: #ff0000;
    font-size: 2rem;
    line-height: 1;
}
.submitBtn{
    border-radius: 4px;
    transition: all .4s;
    min-width: 160px;
}
.address{
    display: flex;
    flex-direction: column;
}
.address li{
    margin-bottom: 40px;
    display: flex;
    font-size: 1.2rem;
}
.address li span{
    margin-right: 20px;
    min-width: 40px;
    width: 40px;
    margin-top: 6px;
}
.address li h5{
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alertDanger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alertSuccess {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
#error-message, #done-message{
    margin-bottom: 2rem;
}


#footerForm{
    background: var(--yd-color-4)
}
.expertForm{
    padding-left: 100px;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.siteFooter {
    padding-top: 60px;
    background-color: var(--yd-color-3);
    color: var(--yd-color-4);
}
.footerRow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.widgetFooter{
    padding-right: 30px;
   max-width: 20%;
}
.widgetFooter:last-child{
    padding-right: 0;
}
.footerLogo img{
    max-height: 80px;
}
.widgetFooter h4{
    color: var(--yd-color-4);
}
.widgetFooter ul li{
    margin-bottom: 10px;
}
.widgetFooter ul li a{
    display: block;
    color: var(--yd-color-4);
}
.widgetFooter ul li a:hover{
    color: var(--yd-color-1);
}
.socialShare a{
    margin-right: 20px;
    font-size: 2.25rem;
    color: var(--yd-color-4);
    vertical-align: middle;
}
.socialShare a:last-child{
    margin-right: 0;
}
.socialShare a:hover{
    color: var(--yd-color-1);
}
.footerCopyright{
    border-top: 1px solid #313131;
    padding: 20px 0;
    margin-top: 20px;
}
.footerCopyright a{
    color: var(--yd-color-1);
}

@media screen and (min-width: 768px) {
    .homeBannerInner{
        padding: 76px 0 0;
        height: 100vh;
        align-items: flex-end;
        justify-content: center;
        text-align: left;
    }
    .commonInnerBanner { 
        padding: 150px 0 0;
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .commonInnerBanner{
        padding: 150px 0 0;
        height: 400px;
    }
}
@media screen and (min-width: 992px) {
    .colLg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .colLg-7{
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media screen and (max-width: 1150px) {
    .recentProjectCarousel .owl-item .item img {
        width: 300px;
        height: 300px;        
    }
    .aboutImgLeft {
        min-height: 400px;
        flex: 0 0 400px;
    }
}
@media screen and (max-width: 1024px) {
.howWeWorkProcess .process_nav li, .howWeWorkProcess:not([data-tab]) .process_nav li {
    margin-right: 0;
}
}
@media screen and (max-width: 1023px) {
    .teams li {
        width: 33.333%;
    }    
}
@media screen and (max-width: 991px) {
    .mainNav {
        display: block;
        position: fixed;
        width: 100%;
        max-width: 300px;
        right: 0;
        top: 76px;
        background: #fff;
        z-index: 101;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(300px, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .mainNav.active {
        transform: none;
    }

    .mainNav>li {
        display: block;
        height: auto;
        margin: 0;
        position: relative;
    }

    .mainNav>li>a {
        line-height: normal;
        display: block;
        text-align: left;
        padding: 15px 30px;
    }
    .mainNav>li>a::after, .mainNav>li>a.active::after{
        height: 1px;
    }
    .mainNav>li>ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        padding: 0;
    }

    .mainNav>li>ul.active {
        display: block;
        background-color: var(--yd-color-5);
    }
    
    .toggleArrow{
        background: url(../images/arrow-down.svg) no-repeat center center / 16px;
        width: 49px;
        height: 49px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.4s;
        z-index: 1;
    }
    .accordion.active .toggleArrow{
        transform: rotate(180deg);
    }

    nav ul ul li {
        padding: 0;
    }

    .mainNav>li>ul li,
    .mainNav>li>ul li a {
        display: block;
        text-align: left;
    }

    .mainNav>li>ul li a {
        padding: 15px 30px;
    }

    .menuIcon {
        display: block;
    }
    .submenu ul li {
        margin-right: 0;
        padding: 0;
        min-width: initial;
    }
    .menuImg{
        display: none;
    }
    .submenu ul li a {
        border: 0;
    }

    .offerSec ul li {
        align-items: center;
        min-width: 250px;
        max-width: 250px;
    }
    .imgBlk img{
        width: 400px;
        height: 400px;
    }
    .rightInrCont{
        font-size: 1.25rem;
    }
    .rightInrCont span{
        font-size: 2rem;
    }
    .btnWrap {
        margin-top: 40px;
    }
    .testimonials .item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
      .testimonials .container-fluid {
        width: auto;
        margin-left: 0;
      }
    .recentProjectCarousel .owl-item .item img {
        width: 220px;
        height: 220px;        
    }

    .step2Txt{
        position: relative;
        width: 100%;
        left: 0;
        padding: 20px 0;
        font-size: 1.5rem;
    }
    .step2Txt::before, .step2Txt::after {
        left: 50%;
        border: 0;
        background: #fff;
        width: 2px;
        
    }
    .step2Txt::before{
        top: 12px;
    }
    .step2Txt::after {
        top: 100%;
        right: auto;
        margin-top: 0px;
    }
    .howWeWorkProcess .process_nav {
        display: block;
        border-color: #fff;
    }
    .howWeWorkProcess .process_nav li {
        margin-bottom: 60px;
    }
    .howWeWorkProcess .process_nav li:last-child {
        margin-bottom: 30px;
    }
    .howWeWorkProcess .process_nav li:after {
        display: none;
    }
    .howWeWorkProcess .process-des-item {
        padding: 20px 30px 0;
    }    
    .order-even-top-40 .howWeWorkProcess:not([data-tab]) .process_nav li:nth-child(even) {
        margin-top: 0;
    }
    .ourWork{
        padding-top: 30px;
    }
    .categoryList li{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .categoryList li:nth-last-child(-n+3) a{
        margin-bottom: 30px;  
    }
    .categoryList li:nth-last-child(-n+2) a{
        margin-bottom: 0px;  
    }
    .innerPageTitle{
        margin-bottom: 50px;
        margin-top: 0;
        font-size: 2rem;
        bottom: 0px;
        line-height: 1;
    }
    .innerPageSubTitle {
        font-size: 1.75rem;
        bottom: 0px;
        left: 26px;
        color: #fff;
    }
    .innerPageTitle2{
        font-size: 1.25rem;
        margin-top: 60px;
    }
    .innerPageSubTitle2{
        font-size: 1.25rem;
    }
    .galleryList li:nth-child(even) .workInner{
        margin-top: 50px;
    }
    .galleryList li:nth-child(odd) .workInner,
    .galleryList li:nth-child(even) .workInner{
        margin-left: 25px;
        margin-right: 25px;        
    }
    .widgetFooter{
        width: 50%;
        max-width: 50%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .aboutImgLeft {
        min-height: 300px;
        flex: 0 0 300px;
    }
    .aboutContentRight h3{
        font-size: 1.5rem;
    }
    .contactUsSec {
        background-size: 150%;
        background-position: 0 bottom;
    }
    .customRow{
        flex-direction: column;
    }
    .customCol50{
        flex: 0 0 100%;
        width: 100%;
    }
    .contactLeftBlk, .contactRightBlk{
        padding-right: 50px;
        padding-left: 50px;
    }
    .contactRightBlk{
        padding-top: 50px;
    }
   .testimonialInnerRight .customRow{
        flex-direction: row;
   }
   .testimonialInnerRight .customCol50 {
        flex: 0 0 50%;
        width: 50%;
    }
    .order1{
        order: 2;
    }
    .testimonialInnerRight{
        order: 1;
    }
    .singleTestimonial{
        padding-right: 0;
    }
    .testimonialdDesc, .name {
        font-size: 1.25rem;
    }
    .singleTestimonial::before {
        left: -25px;
        top: 20px;
        background-size: 50%;
    }
    .expertForm{
        padding-left: 0;
        max-width: 50%;
        margin: 0 auto;
    }
    .catIconName{
        font-size: 1.25rem;
    }
    #footerForm img{
        display: none;
    }
    .homeBannerInner {
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    #heroVideo{
        position: relative;
        width: 100%;
        min-height: 100%;
        top: 0;
    }
    .bannerContent{
        width: 100%;
    }
    .homeBannerInner .btnPrimary{
        border-radius: 0;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    .imgBlk img{
        width: 300px;
        height: 300px;
    }
    .rightInrCont {
        padding: 30px;
    }
    .rightInrCont::before {
        width: 150px;
        left: -150px;
    }    
    .footerLogo{
        display: none;
    }
    .teams li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    
    .bannerContent {
        text-align: center;
        width: 100%;
    }
    .homeBannerInner {
        align-items: center;
        flex-direction: column;
        height: 100%;
        padding: 76px 0 0;
    }
    #heroVideo{
        position: relative;
        width: 100%;
        min-height: 100%;
        top: 0;
    }
    .homeBannerInner .btnPrimary{
        border-radius: 0;
        width: 100%;
    }
    .homeBannerInner h2 {
        font-size: 2.5rem;
    }

    .homeBannerInner p {
        font-size: 1.5rem;
    }

    .homeBannerInnerWrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .meetDesignerFormWrap{
        margin-top: 40px;
    }
    .pageTitle {
        font-size: 2rem;
    }
    .whatdoWeContWrap{
        flex-direction: column;
        align-items: center;
    }
    .rightInrCont::before {
        width: 100%;
        top: -150px;
        left: 0;
        height: 160px;
        border-radius: 40px 40px 0 0;
    }
    .rightInrCont{
        border-radius: 0 0 40px 40px;
        text-align: center;
    }
    .btnWrap {
        margin-top: 30px;
    }
    .rightInrCont .innetTitle{
        font-size: 1.25rem;
    }
    .recentProjectCarousel .owl-item .item img {
        width: 300px;
        height: 300px;        
    }
    .recentProjectCarousel .owl-item.center .item img {
        transform: scale(1);
    }
    .recentProjectCarousel.owl-carousel .owl-item{
        padding: 0;
    }
    .testimonialInnerWrap{
        flex-direction: column;
    }
    .testimonialContentArea{
        order: 2;
        margin-right: 0;      
    }    
    .testimonialImgBlk{
        margin-bottom: 30px;
    }
    .testimonialPhoto{
        max-width: 300px;
        height: auto;
    }
    .customerName, .testimonialQuote {
        font-size: 1.5rem;
    }
    .testimonialCarousel .owl-nav{
        position: relative;
        bottom: 0;
        left: 0;
        justify-content: center;
        margin-top: 30px;
    }
    .categoryList li{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .categoryList li:nth-last-child(-n+2) a{
        margin-bottom: 30px;  
    }
    .categoryList li:last-child a{
        margin-bottom: 0px;  
    }
    .galleryList li:nth-child(even) .workInner{
        margin-top: 30px;
    }
    .galleryList li:nth-child(odd) .workInner,
    .galleryList li:nth-child(even) .workInner{
        margin-left: 15px;
        margin-right: 15px;        
    }
    .aboutWrap{
        flex-direction: column;
    }
    .aboutImgLeft {
        min-height: auto;
        flex: 0 auto;
        margin-bottom: 40px;
    }
    .aboutImgLeft img{
        max-width: 100%;
        border-radius: 20px;
    }
    
    .aboutContentRight {
        padding-left: 0px;
    }
    .aboutUsSec::before{
        display: none;
    }
    
}
@media screen and (max-width: 650px) {
    .imgBlk img {
        width: 250px;
        height: 250px;
    }
    .widgetFooter{
        width: 100%;
        max-width: 100%;
    }
    .widgetFooter:last-child{
        padding-bottom: 0;
    }
    .galleryList{
        flex-direction: column;
    }
    .galleryList li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .galleryList li:nth-child(odd) .workInner,
    .galleryList li:nth-child(even) .workInner{
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .teams li {
        width: 100%;
    }
    .expertForm {
        max-width: 100%;
    }
    .footerLogo{
        display: block;
    }
    .contactLeftBlk, .contactRightBlk{
        padding-right: 0px;
        padding-left: 0px;
    }
}