/* Common CSS */

.img-zoom {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
}

@font-face {
  font-family: 'Manrope-Regular';
  src: url('../fonts/Manrope-Regular.ttf'),
        url('../fonts/Manrope-Regular.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('../fonts/Manrope-SemiBold.ttf'),
        url('../fonts/Manrope-SemiBold.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Manrope-Bold';
  src: url('../fonts/Manrope-Bold.ttf'),
        url('../fonts/Manrope-Bold.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'Manrope-Medium';
  src: url('../fonts/Manrope-Medium.ttf'),
        url('../fonts/Manrope-Medium.ttf');
      font-weight: normal;
      font-style: normal;
}


body {
    box-sizing: border-box;
    font-family: "Manrope-Regular", sans-serif !important;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    font-family: "Manrope-Regular", serif !important;
}

p {
    font-family: "Manrope-Regular", sans-serif !important;
}

ul,
li,
p,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #cccccc;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #cccccc;
}

::placeholder {
    color: #cccccc;
}

input:focus {
    outline: 0;
}

.fc_60 {
    font-size: 36px;
    line-height: normal;
    color: #2CAAE2;
    font-weight: bold;
}

.fco_60 {
    font-size: 36px;
    line-height: normal;
    color: #2CAAE2;
}

.fc_21 {
    font-size: 18px;
    line-height: 1.71;
    color: #fff;
    font-weight: 300;
}

.fc_36 {
    font-size: 28px;
    line-height: 1.56;
}

.para {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    max-width: 780px;
    padding-top: 15px;
}

.d-none {
    display: none;
}

.color-grey {
    color: #63656b;
}

.color-browngrey {
    color: #999999;
}

.color-light-grey {
    color: #666666;
}

.color-black {
    color: #222323;
}

.color-grey-light {
    color: #666666;
}

.min100vh {
    min-height: 100vh;
}

a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

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

button:focus,
a:focus,
a:visited,
a:hover {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
    text-decoration: none;
    color: #fff;
}
.art-para-section-article a:visited {
    color: #222323;
}
.art-para-section-article a:hover,
.art-para-section-article a:focus {
    color: darkgray;
}

.acticle-section-2020 a {    
    vertical-align: unset;
    display: inline-block;
    /* vertical-align: top; */
    font-weight: 500;
    text-decoration: underline;
    margin: 0 3px;
    color:#222323;
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
}

.bgcolorblack {
    background-color: white;
}

/* hover effect */

/* #menu-social-menu:hover a:hover,
#menu-social-menu-1:hover a:hover,
#menu-main-primary-menu:hover a:hover,
#menu-main-primary-menu-1:hover a:hover{
    opacity: 1;
}
#menu-social-menu:hover a,
#menu-social-menu-1:hover a,
#menu-main-primary-menu:hover a,
#menu-main-primary-menu-1:hover a{
    opacity: 0.5;
}
#menu-social-menu:hover a,
#menu-social-menu-1:hover a,
#menu-main-primary-menu:hover a,
#menu-main-primary-menu-1:hover a{
    opacity: 0.2;
}
#menu-social-menu a,
#menu-social-menu-1 a,
#menu-main-primary-menu a,
#menu-main-primary-menu-1 a{
    color:#fff
} */

/* #menu-main-primary-menu,
#menu-main-primary-menu-1 {
    display: inline-grid;
} */

#menu-social-menu,
#menu-social-menu-1,
#menu-main-primary-menu,
#menu-main-primary-menu-1 {
    display: inline-block;
}

#menu-social-menu:hover a:hover,
#menu-social-menu-1:hover a:hover,
#menu-main-primary-menu:hover a:hover,
#menu-main-primary-menu-1:hover a:hover {
    opacity: 1;
}

#menu-social-menu:hover a,
#menu-social-menu-1:hover a,
#menu-main-primary-menu:hover a,
#menu-main-primary-menu-1:hover a {
    opacity: 0.2;
}

#menu-social-menu a,
#menu-social-menu-1 a,
#menu-main-primary-menu a,
#menu-main-primary-menu-1 a {
    color: #fff;
}

/* hover effect */

/* Contact hover */

/* .contact-col .row:hover a:hover,
.contact-social:hover a:hover {
    opacity: 1;
}
.contact-col .row:hover a,
.contact-social:hover a{
    opacity: 0.2;
}
.contact-col .row a,
.contact-social a{
    color:#222323;
} */

/* Contact hover */

/**/

.underline-hover,
.underline-hover-reverse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.underline-hover:hover:before {
    right: 0;
}

.underline-hover:before,
.underline-hover-reverse:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.underline-hover-reverse:before {
    height: 1px;
    right: 0;
}

.underline-hover-reverse:hover:before {
    right: 100%;
}

.parallax-common-content .underline-hover:hover:before {
    right: auto;
}

.underline-hover-black {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.underline-hover-black:hover:before {
    right: 0;
}

.underline-hover-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.custom-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    vertical-align: middle;
    display: table-cell;
}

/*chnage by ankit on 22-4-2020*/

.c-padding-top {
    padding-top: 275px;
}

/*=============== Article / Work / Career Page ================*/

.post-not-found {
    padding: 60px 15px;
}

/* Commons CSS ENDS */

/* Loader background */

.loader-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s;
    will-change: transform;
    display: table;
}

.ll .loader-background {
    transition-delay: 1s;
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.loader-text {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    animation-duration: 1s;
    /* the duration of the animation */
    animation-timing-function: linear;
    /* how the animation will behave */
    animation-delay: 0.2s;
    /* how long to delay the animation from starting */
    animation-iteration-count: 1;
    /* how many times the animation will play */
    animation-name: loader-text-ani;
    /* the name of the animation we defined above */
    transition: all 1s linear;
}

@keyframes loader-text-ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Other page loader from left to right */

.site-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2000;
    background-color: grey;
    pointer-events: none;
}
/*f8f8ff*/
.site-loader.is-hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22),
        -webkit-transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.site-loader.slide-in {
    -webkit-animation: 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    -webkit-animation-name: uc3dc837d;
    animation-name: uc3dc837d;
}

.fade-in {
    animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes uc3dc837d {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes uc3dc837d {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.site-loader.slide-out {
    -webkit-animation: 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    -webkit-animation-name: u66a571ff;
    animation-name: u66a571ff;
}

@-webkit-keyframes u66a571ff {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes u66a571ff {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.site-loader.no-transition {
    transition: none;
}

/* Other page loader from left to right end*/

/* Section one*/

.img-zoom {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    backgrund-color: red;
}

.parallax-section-one,
.parallax-section-two,
.parallax-section-three,
.parallax-section-four,
.parallax-section-five,
.parallax-section-six {
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    position: relative;
    background-color: rgba(39, 33, 33, 0.82);
    /* will-change: transform;
	transform: translate3d(0px, 0px, 0px) scale3d(1.06416, 1.06416, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d; */
}

.parallax-section-one:hover,
.parallax-section-two:hover,
.parallax-section-three:hover,
.parallax-section-four:hover,
.parallax-section-five:hover,
.parallax-section-six:hover {
    background-color: rgb(0, 0, 0);
}

.kenburns {
    animation: imagezoom1 10s ease-in;
    -ms-animation: imagezoom1 10s ease-in;
    -webkit-animation: imagezoom1 10s ease-in;
    -moz-animation: imagezoom1 10s ease-in;
    overflow: hidden;
    width: 100%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
}

@-webkit-keyframes imagezoom1 {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1);
        -ms-transform: scale(1);
        overflow: hidden;
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
        /* Firefox */
    }
    100% {
        overflow: hidden;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.kenburns-first-only {
    animation: imagezoomfirstonly 12s ease-in-out;
    -ms-animation: imagezoomfirstonly 12s ease-in-out;
    -webkit-animation: imagezoomfirstonly 12s ease-in-out;
    -moz-animation: imagezoomfirstonly 12s ease-in-out;
    overflow: hidden;
    width: 100%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    animation-delay: 0s;
}

@-webkit-keyframes imagezoomfirstonly {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1);
        -ms-transform: scale(1);
        overflow: hidden;
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
        /* Firefox */
    }
    100% {
        overflow: hidden;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.ani1 {
    animation: mymove 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    opacity: 0;
}

@keyframes mymove {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani2 {
    animation: mymove2 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.3s;
    opacity: 0;
}

@keyframes mymove2 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani3 {
    animation: mymove3 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    opacity: 0;
}

@keyframes mymove3 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani4 {
    animation: mymove4 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.6s;
    opacity: 0;
}

@keyframes mymove4 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani5 {
    animation: mymove5 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.7s;
    opacity: 0;
}

@keyframes mymove5 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani6 {
    animation: mymove5 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.8s;
    opacity: 0;
}

@keyframes mymove6 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

#id_ani7,
#id_ani8 {
    position: relative;
    display: block;
}

#id_ani9,
#id_ani10,
#id_ani11 {
    display: inline-block;
}

.ani7 {
    animation: mymove7 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    opacity: 0;
}

@keyframes mymove7 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani8 {
    animation: mymove8 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.3s;
    opacity: 0;
}

@keyframes mymove8 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani9 {
    animation: mymove9 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    opacity: 0;
}

@keyframes mymove9 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani10 {
    animation: mymove10 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    opacity: 0;
}

@keyframes mymove10 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.ani11 {
    animation: mymove11 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.6s;
    opacity: 0;
}

@keyframes mymove11 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
.ani111 {
    animation: mymove111 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    opacity: 0;
}

@keyframes mymove111 {
    from {
        right: -100%;
        opacity: 1;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-y: hidden;
    transition: 0.3s;
    padding-top: 0;
    text-align: left;
}

.sidenav {
    /* IE 10+ */
    -ms-overflow-style: none;
    /* Firefox */
    overflow: -moz-scrollbars-none;
}

.sidenav::-webkit-scrollbar {
    /* Safari and Chrome */
    display: none;
}

#closeNav {
    padding: 0 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.min32vh {
    height: 32vh;
}

#closeNav {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 26px;
    margin-left: 50px;
    margin-top: 1.2em;
    line-height: normal;
    color: #fff;
    z-index: 999999;
}

/* .drawer-logo{
    width:50% !important;
} */

.drawer-logo img {
    width: 100%;
    max-width: 210px;
}

.drawer-logo a {
    padding: 0 8px 8px 0;
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* swipe menu css end */

/* lets talk swipe css */

.sidenav2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow: hidden;
    transition: 0.3s;
    padding-top: 0;
    text-align: left;
}

.sidenav2 {
    /* IE 10+ */
    -ms-overflow-style: none;
    /* Firefox */
    overflow: -moz-scrollbars-none;
}

.sidenav2::-webkit-scrollbar {
    /* Safari and Chrome */
    display: none;
}

.sidenav2 a {
    padding: 30px 8px 8px 25px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav2 a:hover {
    color: #f1f1f1;
}

.sidenav2 .closebtn {
    position: absolute;
    bottom: 49px;
    right: 33px;
    font-size: 21px;
    margin-left: 50px;
    padding: 0;
    line-height: normal;
    color: #fff;
    z-index: 999999;
}

.sidenav2 .closebtn:hover {
    color: #ccc;
}

/* lets talk swipe css end */

.temp-menu {
    display: none;
}

.humberg-menu {
    color: #fff;
    float: right;
    text-align: right;
    font-size: 28px;
    cursor: pointer;
    line-height: normal;
    margin-top: -9px;
}

.humberg-menu img:hover {
    filter: contrast(0.2);
}

.humberg-menu.menu-icon-black {
    color: #333;
}

.col-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.mrgn-left {
    margin-left: -4px;
}

.drawer-menu {
    padding-left: 50px;
}

#closeNav img:hover {
    opacity: 0.8;
}

.drawer-menu nav a {
    /* font-size: 40px;
    line-height: 1.4; */
    display: inline-block;
    padding: 5px 15px 5px 0;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
}

.drawer-menu .navbar {
    margin-bottom: 0;
}

.drawer-menu .social {
    padding-bottom: 0;
    text-align: center;
}

.drawer-menu .social .nav > li {
    /* display: inline-block; */
    float: left;
}

.drawer-menu .social .nav > li a {
    /* border-bottom: 1px solid #fff; */
    padding: 0;
    font-size: 21px;
    line-height: 1.7;
    font-weight: 300;
}

.drawer-menu .social .nav > li a:hover {
    border-bottom: 1px solid transparent;
    color: rgba(255, 255, 255, 0.4);
}

.drawer-menu .social .nav > li a:first-child {
    margin-right: 60px;
}

.top-bar {
    /* padding-top: 4em; */
    position: absolute;
    left: 25px;
    right: 25px;
    top: 40px;
    z-index: 99;
}

/* .logo {
    z-index: 999999;
} */

.logo img {
    width: 100%;
    max-width: 210px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.sticky-top-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    background-color: white;
    width: 100%;
    padding: 40px 16px;
    z-index: 99999 !important;
    overflow: hidden;
    display: inline-block;
}

.position-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.table-box {
    line-height: 335px;
}

.bn-left {
    display: inline-block;
    vertical-align: middle;
}

.bn-left h1 {
    color: #fff;
    font-size: 90px;
    line-height: 0.94;
    font-weight: bold;
}

.bn-right {
    display: inline-block;
    vertical-align: middle;
    /* width: auto; */
    width: 100%;
}

.bn-right p {
    color: #fff;
    font-size: 32px;
    line-height: 1.13;
    text-align: left;
    font-weight: lighter;
}

/* lets talk */

.lets-talk-drawer-wrapper {
    padding-left: 50px;
}

.lets-talk-drawer-wrapper h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
    font-family: "Manrope-Regular", sans-serif !important;
}

.lets-talk-drawer-wrapper p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 630px;
    color: #cccccc;
    margin-top: 20px;
}

.lets-talk {
    position: absolute;
    bottom: 40px;
    right: 25px;
}

.lets-talk-btn {
    padding-top: 50px;
}

.lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 22px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 300;
    /* color: #999999; */
    /* background: linear-gradient(to right, #000 50%, #000 50%); */
    background-size: 201% 100%;
    background-position: right bottom;
    position: relative;
    color: #fff;
}

.lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a:hover {
    transition: all 0.5s ease-out;
    /* color: #fff !important; */
    background-position: left bottom;
    border: 1px solid #fff;
    color: #000;
    background: linear-gradient(to right, #fff 50%, #fff 50%);
}

.lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.lets-talk-btn .nav > li {
    display: inline-block;
    margin-right: 40px;
}

.lets-talk a {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.71;
    padding-bottom: 3px;
}

.lets-talk a:hover {
    color: #ccc;
}

/* Section two */

.parallax-common-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.case-study {
    width: 100%;
    display: inline-block;
    padding-top: 55px;
}

.case-study .underline-hover {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.71;
    color: #fff;
    padding-bottom: 3px;
}

.case-study .underline-hover:hover .arrow-img img {
    filter: opacity(0.8);
}

.case-study .underline-hover:hover {
    opacity: 0.5;
}

.arrow-img img {
    width: 100%;
    max-width: 28px;
    vertical-align: middle;
    margin-left: 5px;
}

/* Home Page Start */
#section1mobile,
#section2mobile,
#section3mobile,
#section4mobile,
#section5mobile,
#section6mobile,
#section7mobile {
    display: none;
}
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7 {
    background-position: center;
}
/* Home Page End */

/* Footer */

.footer {
    background: #222323;
    padding-top: 225px;
    padding-bottom: 30px;
    /*padding-top: 105px;
	padding-bottom: 105px;*/
}

.home .footer {
    padding-top: 105px;
    padding-bottom: 105px;
}

.ft-left {
    font-family: "Manrope-Regular", sans-serif  !important;
}

.footer .ft-left a {
    padding-left: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.67;
    padding: 0;
    display: inline-block;
    font-weight: normal;
}

.footer .ft-left .navbar {
    margin-bottom: 0;
}

.social {
    width: 100%;
    padding-bottom: 100px;
    display: inline-block;
}

.footer .ft-right .social li {
    float: left;
}

.footer .ft-right .social li a:first-child {
    margin-right: 40px;
}

.footer .ft-right .social li > a {
    font-size: 21px;
    line-height: 1.71;
    font-weight: 300;
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    padding: 0;
}

.footer .ft-right .social li > a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid transparent;
}

.newsletter p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    color: #cccccc;
}

.mail-input {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
    position: relative;
}

.mail-input input[type="email"] {
    width: 100%;
    padding: 10px 10px 10px 0;
    border: 0;
    background: #222323;
    border-bottom: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-size: 36px;
    color: #cccccc;
    padding-right: 0;
    height: 70px;
    border-radius: 0;
}

.mail-input input[type="submit"] {
    height: 70px;
    padding: 25px 0;
    position: absolute;
    left: 87%;
    background-image: url(../images/right-arrow.svg);
    background-size: 55% 55%;
    background-color: #222323;
    border: none;
    color: transparent;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    background-repeat: no-repeat;
    bottom: 34px;
    background-position: right center;
}

.mail-input input[type="submit"]:hover {
    background-image: url(../images/right-arrow-gray.svg);
}

.mail-input span.wpcf7-not-valid-tip {
    color: #fff;
    position: absolute;
    top: 60px;
}

.mail-input div.wpcf7-validation-errors,
.mail-input div.wpcf7-acceptance-missing,
.mail-input div.wpcf7-mail-sent-ng,
.mail-input div.wpcf7-aborted {
    border: none;
    position: absolute;
    color: #fff;
    padding-left: 0;
    margin-left: 0;
    top: 100%;
}

.mail-input div.wpcf7-validation-errors {
    display: none !important;
}

.mail-input div.wpcf7-mail-sent-ok {
    border: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.mail-input div.wpcf7-response-output {
    border: none;
    position: absolute;
    top: 100%;
}

.copyright {
    padding-top: 50px;
    display: inline-block;
}

.newsletter {
    display: inline-block;
}

.copyright p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.33;
    color: #63656b;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #222323;
    color: #fff !important;
}

/*=============== About Us Page ================*/

.parallax-section-about-banner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
}

.parallax-section-about-banner img {
    opacity: 0.9;
}

.about-content-width p {
    padding-bottom: 10px;
}

.learnmore {
    position: absolute;
    bottom: 120px;
}

.parallax-section-about-banner .fa-angle-down {
    font-size: 30px;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 100;
    line-height: 20px;
}

.parallax-section-about-banner .about-content-width {
    max-width: 865px;
    width: 100%;
}

.content-center {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-center p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.42;
    color: #65656b;
}

.content-center p:first-child {
    padding-top: 0;
}

.content-center p {
    padding-top: 30px;
}

.about-only-image {
    text-align: center;
}

.aspiration {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aspiration-left {
    padding-top: 50px;
    padding-right: 80px;
}

.aspiration-left h2 {
    font-weight: 800;
}

.aspiration-left p {
    padding-top: 10px;
}

.branding {
    /* padding-top: 100px; */
    padding-bottom: 100px;
    background: #222323;
    width: 100%;
    display: inline-block;
}

.circle-width {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.circle-one,
.circle-two {
    width: 380px;
    height: 380px;
    border: 14px solid #666666;
    border-radius: 100%;
    display: inline-block;
}

.circle-one {
    position: relative;
    left: 65px;
}

.circle-two {
    position: relative;
    right: 90px;
}

.inline-content {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    z-index: 9999999999;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 72%);
}

.inline-content span.connecting-dots {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

.brand-text,
.joints,
.content-text {
    display: inline-block;
    vertical-align: middle;
}

.joints {
    padding: 0 20px;
}

.brand-text,
.content-text {
    font-weight: bold;
    color: #fff;
    font-family: "Manrope-Regular", sans-serif !important;
}

.branding-data {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 595px;
    margin-left: 100px;
}

.branding-data h2 {
    color: #fff;
    font-weight: 300;
    /* opacity: 0; */
}

.branding-data p {
    color: #999;
    font-weight: 300;
    padding-top: 15px;
    /* opacity: 0; */
}

.our-culture {
    padding-top: 100px;
    padding-bottom: 100px;
}

.culture-center {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.culture-center h2 {
    font-weight: bold;
}

.culture-center p {
    padding-top: 10px;
}

.post-slider {
    width: 100%;
    /* max-width: 1030px; */
    /* margin-left: auto; */
    float: right;
    /* overflow-x: hidden; */
    padding-bottom: 150px;
}

.post-slider img {
    width: 100%;
}

.slider-box {
    overflow-x: hidden;
    position: relative;
    padding-bottom: 75px;
}

.slider-box .slick-list {
    /* margin: 0 -30px; */
    /* padding: 0 20% 0 0 !important; */
}

.slider-image {
    float: left;
    padding: 0 40px;
}

.slider-image:focus {
    outline: none !important;
}

.slick-disabled {
    display: none !important;
}

.post-slider .slider-box .slick-prev {
    position: absolute;
    left: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    /* border: 1px solid #000; */
    /* padding: 10px; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
    transform: rotate(180deg);
}

.post-slider .slider-box .slick-prev:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    /* border: 1px solid #ccc; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
    transform: rotate(180deg);
}

.post-slider .slider-box .slick-next {
    position: absolute;
    right: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    /* border: 1px solid #000; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
}

.post-slider .slider-box .slick-next:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    /* border: 1px solid #ccc; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
}

.how-we-work {
    background: #222323;
    padding-top: 100px;
    padding-bottom: 150px;
}

.work-center {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.work-center h2 {
    font-weight: bold;
    color: #fff;
}

.work-center p {
    padding-top: 10px;
}

.work-center a {
    color: #818181;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Manrope-Regular", sans-serif !important;
    padding-top: 20px;
}

.circle-width-two {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.circle-new-one,
.circle-new-two,
.circle-new-three {
    width: 240px;
    height: 240px;
    border: 14px solid #666666;
    border-radius: 100%;
    display: inline-block;
    margin: 0 30px;
    position: relative;
}

.circle-new-one h1,
.circle-new-two h1,
.circle-new-three h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    color: #fff;
    transform: translateY(-50%);
}

.research-wrapper {
    display: inline-block;
    padding-top: 80px;
}

.research-wrapper h1 {
    font-weight: bold;
    padding-bottom: 20px;
    color: #fff;
}

.research-wrapper p {
    color: #999999;
}

.c-padding {
    padding-bottom: 0;
    padding-left: 48px;
    padding-right: 48px;
}

.post-data h3 {
    color: #222323;
}

.post-data {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f2f3f2;
}

.one-post {
    padding-bottom: 60px;
}

.one-post h3 {
    padding-top: 30px;
}

.multi-logo {
    display: table;
    height: 100%;
    padding: 90px 0;
}

.multi-logo img {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    margin: 0 auto;
}

.brand-logo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-brand p {
    font-weight: 300;
}

.join-team,
.work,
.up-next {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: rgba(39, 33, 33, 0.82);
}

.upper-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upper-footer p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    padding: 30px 0;
    max-width: 600;
}

.upper-footer a.unique-btn {
    padding: 10px 30px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 1.5;
    transition: all 0.3s ease;
    background-color: #fff;
    /* background: linear-gradient(to right, #ccc 50%, #fff0 50%); */
    background: transparent;
    background-size: 201% 100%;
    background-position: right bottom;
    position: relative;
    color: #fff;
}

.upper-footer a.unique-btn:hover {
    transition: all 0.5s ease-out;
    color: #000 !important;
    background-position: left bottom;
    background: #fff !important;
    border: 1px solid #fff;
}

/* .text-animation{
	transform: matrix(1, 0, 0, 1, 0, 0);
} */

/* .dot-position {
    position: fixed;
    top: 0;
    right: 1%;
    display: inline-grid;
    top: 50%;
    background-color: #00000054;
    padding: 10px;
    z-index: 9999;
}

.dot-position a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.active-dot {
    height: 10px;
    width: 10px;
    text-indent: -999px;
    border: 1px solid #fff;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
} */

/* .upper-footer a {
	padding: 2px 15px 5px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 2;
    transition: all 0.3s ease;
	background-color: #fff;
	background: transparent;
    background-size: 201% 100%;
	background-position: right bottom;
	position: relative;
	color: #fff;
}

.upper-footer a:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.upper-footer a:hover {
	transition: all 0.5s ease-out;
    color: #fff !important;
	background-position: left bottom;
	background: #000 !important;
	border: 1px solid #000;
}

.upper-footer a.round-arrow img{
	width: 45px;
	height: 45px;
	max-width: 34px;
} */

.upper-footer a.round-arrow {
    padding: 2px 8px 5px;
    /* border: 1px solid #fff; */
    color: #fff;
    /* border-radius: 100%; */
    height: 50px;
    width: 50px;
    font-size: 18px;
    line-height: 2;
    background-size: 201% 100%;
    background-position: right bottom;
    position: relative;
}

.upper-footer a.round-arrow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

/* .upper-footer a.round-arrow:hover {
	transition: all 0.5s ease-out;
    color: #fff !important;
	background-position: left bottom;
	background: transparent !important;
}

.upper-footer a.round-arrow:hover {
    border: 1px solid rgba(111, 111, 111, 0.9);
}
.upper-footer a.round-arrow:hover  .arrow-img img{
	filter: brightness(0.5);
} */

.footer-btn-wrapper .arrow-img img {
    margin-left: 0;
}

/* .round-arrow{
	border: 1px #ffffff solid;
	border-radius: 50%;
	padding: 6px;
}
.upper-footer a.round-arrow:hover{
	color: #ccc;
	border: 1px #ccc solid;
} */

.upper-footer a.round-arrow:hover .arrow-img img {
    filter: brightness(0.5);
}

/*=============== Work Page ================*/

.page-template-work-page .titles {
    /* width: 100%; */
    float: left;
}

.titles p {
    font-weight: 300;
    color: #333;
    padding-bottom: 20px;
}

.titles h1 {
    color: #000;
    font-weight: normal;
}

.categories {
    display: inline-block;
    padding-top: 200px;
    padding-bottom: 200px; /*120px*/
    width: 100%;
}

.categories p {
    color: #000;
}

.post-wrap {
    padding-bottom: 100px;
}

.post-wrap h3 {
    color: #000;
    padding-top: 30px;
    height: 57px;
    overflow-y: hidden;
}

.page-template-articles-page .post-wrap h3 {
    height: 86px;
    overflow-y: hidden;
}

.post-wrap p {
    overflow-y: hidden;
    /* color: #b0b3b3; */
    color: #999;
    height: 66px;
    overflow-y: hidden;
}

.post-img-box {
    width: 100%;
    display: inline-block;
    height: 100vh;
    max-height: 432px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

img.c-width {
    width: 100%;
    height: 65.9%;
}

.c-height {
    padding: 0 50px;
}

.for-mr {
    margin: 0 -28px;
}

/* .up-next{
    background-image: url(../images/para-five.png);
} */

.footer-btn-wrapper ul li {
    display: inline-block;
    margin-right: 40px;
}

/*=============== Work Detail Page ================*/

.learnmore a:hover {
    color: #b5b2b2;
}

#video-bg video {
    width: 100%;
}

.description-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.description-section p {
    font-weight: 300;
    line-height: 1.42;
}

.visit-site {
    width: 100%;
    display: inline-block;
    padding-top: 60px;
}

.visit-site a:hover {
    color: #cccccc;
}

.visit-site a:hover .arrow-img img {
    filter: opacity(0.2);
}

.visit-site h2:hover {
    color: #ccc;
}

.visit-site h2,
.visit-site a,
.dates b,
.dates p {
    font-size: 24px;
    line-height: 1.5;
    color: #222323;
    font-family: "Manrope-Regular", sans-serif !important;
}

.visit-site a,
.dates p {
    font-weight: 300;
    font-family: "Manrope-Regular", sans-serif !important;
}

.our-work h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.83;
    color: #222323;
    font-family: "Manrope-Regular", sans-serif !important;
}

.what-we-did ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.53;
    font-family: "Manrope-Regular", sans-serif !important;
    position: relative;
    padding-left: 5px;
}

.what-we-did ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 12px;
    right: 100%;
    border-radius: 100%;
}

.dates {
    width: 100%;
    display: inline-block;
    padding-top: 65px;
}

.research-box-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
}

/* .research-box-wrapper .table-cell {
	float: none;
} */

.re-box-1,
.re-box-2 {
    width: 100%;
    display: inline-block;
}

.re-box-1 {
    padding-bottom: 100px;
}

/* .scroll-zoom{
	height: 470px;
    overflow-y: scroll;
} */

/* Chrome/Safari/Webkit */

/* .scroll-zoom::-webkit-scrollbar {
	width: 0px;
    background: transparent; 
} */

/* 
.scroll-zoom {
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}
 */

.img-effect {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.img-effect img {
    position: absolute;
    top: 50%;
    right: 11%;
    max-width: 35%;
    width: 100%;
    transform: translateX(-50%);
    /* Thanks  @bastian_fiessinger. Use when activating blur effect:
	will-change: -webkit-filter, filter, transform; */
}

/* .re-box-1:last-child {
	padding-bottom: 0;
} */

.research-box-wrapper .re-box-1 img,
.research-box-wrapper .re-box-2 img {
    width: 100%;
}

.research-box-wrapper .re-box-1 h2,
.research-box-wrapper .re-box-2 h2 {
    font-weight: bold;
    padding: 0 0 40px 0;
}

.back-content {
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fix-text {
    max-width: 970px;
    margin: 0 auto;
}

.fix-text blockquote {
    padding: 0;
    margin: 0;
    border-left: 0;
    color: #fff;
    font-family: "Manrope-Regular", sans-serif !important;
}

.fix-text b {
    font-weight: normal;
    padding-top: 40px;
    font-weight: 300;
}

.fix-text b,
.fix-text p {
    width: 100%;
    display: inline-block;
    font-family: "Manrope-Regular", sans-serif !important;
}

.fix-text p {
    color: #666666;
}

.excution {
    padding-top: 100px;
    padding-bottom: 100px;
}

.excution-wrapper p {
    padding-top: 40px;
    max-width: 700px;
}

.two-image-box {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    display: inline-block;
}

.two-image-box img {
    width: 100%;
    max-width: 500px;
}

.mac-img-pading {
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-slider-two {
    width: 100%;
    /* max-width: 1030px; */
    /* margin-left: auto; */
    float: right;
    /* overflow-x: hidden; */
    padding-bottom: 150px;
    padding-top: 100px;
}

.post-slider-two img {
    width: 100%;
    /* margin-left: -350px; */
}

.slick-disabled {
    display: none !important;
}

.post-slider-two .slider-box-two .slick-prev {
    position: absolute;
    left: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    /* border: 1px solid #000; */
    /* padding: 10px; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
    transform: rotate(180deg);
}

.post-slider-two .slider-box-two .slick-prev:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    /* border: 1px solid #ccc; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
    transform: rotate(180deg);
}

.post-slider-two .slider-box-two .slick-next {
    position: absolute;
    right: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    /* border: 1px solid #000; */
    /* padding: 10px; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
}

.post-slider-two .slider-box-two .slick-next:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    /* border: 1px solid #ccc; */
    background-size: 70% 70%;
    background-position: center center;
    /* border-radius: 100%; */
}

.slider-box-two {
    overflow-x: hidden;
    position: relative;
    padding-bottom: 75px;
}

.slider-box-two .slick-list {
    /* margin: 0 -30px; */
    /* padding: 0 20% 0 0 !important; */
}

.newresult .post-wrap a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.categories a {
    color: #222323;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.71;
    margin-right: 26px;
}

.categories a.filter-active,
.categories a:hover {
    text-decoration: underline;
}

.categories span.c-space {
    display: inline-block;
    margin: 0 10px 0 12px;
    color: #b0b3b3;
}

/*=============== What We Do Page ================*/

.what-we-body-text .back-content {
    background: #fff;
    padding-bottom: 0;
}

.what-we-body-text .back-content .fix-text p {
    font-weight: 300;
    line-height: 1.42;
}

.content-img-align .example-btn {
    font-family: "Manrope-Regular", sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin-top: 50px;
    border: 1px solid #cccccc;
    padding: 2px 15px 5px;
    transition: all 0.3s ease;
    color: #222323;
    background-color: #fff;
    /* background: linear-gradient(to right, #ccc 50%, #fff 50%); */
    background-size: 201% 100%;
    background-position: right bottom;
    position: relative;
}

.content-img-align .example-btn:hover {
    transition: all 0.3s ease-out;
    /* color: #000 !important; */
    color: #fff;
    border: 1px solid #000;
    background-color: #000 !important;
    background-position: left bottom;
}

.content-img-align .example-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.page-template-what-we-do-page .research-box-wrapper .table-cell {
    float: none;
}

.content-img-align {
    padding-right: 60px;
}

/*=============== Contact Page ================*/

.contact-col {
    padding-top: 60px;
    padding-bottom: 60px;
}

.address-col .underline-hover:before,
.contact-social .underline-hover:before,
.c-email .underline-hover:before {
    background: #b0b3b3;
}

.address-col {
    padding-bottom: 80px;
}

.contact-col p,
.address-col p {
    font-weight: 300;
    padding-bottom: 15px;
}

.contact-col a,
.address-col a {
    font-family: "Manrope-Regular", sans-serif !important;
    /* border-bottom: 1px solid #b0b3b3; */
    color: #222323;
}

.contact-col .underline-hover-reverse:before,
.address-col .underline-hover-reverse:before {
    background: #000;
    height: 1px;
}

/* .address-col a:hover {
	color: #b0b3b3;
} */

.contact-social {
    display: inline-block;
}

.c-contact-num {
    padding-top: 24px;
}

.page-id-84 .contact-col a:hover,
.page-id-84 .address-col a:hover {
    color: #b0b3b3;
}

/*=============== Work Page ================*/

.work-padding {
    padding-right: 60px;
}

/*=============== 404 Page ================*/

.c-404-wrapper {
    background: #93b0c0;
}

.c-404-img-box {
    position: relative;
    width: 100%;
    display: inline-block;
}

.c-404-img-box img {
    width: 87%;
}

.c-404-center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.c-404-center-align h4 {
    font-size: 50px;
    color: #fff;
    line-height: normal;
}

.c-404-center-align h1 {
    font-size: 140px;
    line-height: normal;
    color: #fff;
}

.c-404-center-align h2 {
    font-size: 50px;
    line-height: normal;
    color: #fff;
}

.c-404-center-align a {
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 30px;
    color: #fff;
    /* font-size: 16px; */
}

/*=============== Career Page ================*/

.c-bottom-space {
    padding-bottom: 80px;
    padding-top: 40px;
}

.page-template-careers-page hr {
    margin-bottom: 50px;
    /* margin-top: 50px; */
}

/* .career-detail hr{
    margin-top: 50px;
    margin-bottom: 50px;
} */

.career-padding .categories {
    padding-top: 20px;
    padding-bottom: 30px;
}

.career-position {
    padding-top: 100px;
}

.career-position p:last-child {
    padding-top: 40px;
}

.career-position:first-child {
    padding-top: 0;
}

.no-vacancy a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    text-decoration: underline;
    margin: 0 3px;
    color: #222323;
}

.no-vacancy a:hover {
    color: #b0b3b3;
}

.no-vacancy {
    padding-bottom: 80px;
}

/* .c-bottom-space{
    padding-bottom: 100px;
} */

.career-position a {
    color: #222323;
    padding-bottom: 20px;
}

.career-position a:hover {
    color: #b5b2b2;
}

/*=============== Career Detail Page ================*/

.career-job h1 {
    max-width: 800px;
    margin: 0 auto 10px;
    font-size: 34px;
    line-height: normal;
}

.career-title h2 {
    max-width: 800px;
    margin: 0 auto;
}

.career-specification {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.career-role h3 {
    padding: 0 0 20px 0;
    color: #222323;
}

.career-role ul {
    list-style: disc;
    padding-bottom: 50px;
    padding-left: 25px;
}

.career-bottom-pad {
    padding-bottom: 100px;
}

.career-bg {
    background: #f2f3f2;
}

.career-form-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0;
}

.career-form-wrapper a:hover {
    color: #ccc;
}

.career-form-wrapper form {
    padding-top: 20px;
}

.career-form-wrapper input.i-text,
.career-form-wrapper label {
    width: 100%;
    /* float: left; */
    border-bottom: 1px solid #63656b;
    border-left: none;
    background: transparent;
    border-right: none;
    border-top: none;
    margin-bottom: 20px;
    color: #63656b;
    font-weight: normal;
}

.career-form-wrapper #wpcf7-f334-p357-o1 .wpcf7-form .career-application input::placeholder {
    color: #63656b;
}

.career-form-wrapper label.resume-lbl {
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #63656b;
}

.career-form-wrapper .carrer-resume input[type="file"] {
    border-bottom: none;
}

.career-form-wrapper input.i-submit {
    border: 1px solid #63656b;
    background: transparent;
    padding: 10px 40px;
    margin-top: 20px;
    color: #333333;
}

.career-form-wrapper input.i-submit:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.career-form-wrapper label {
    border-bottom: none;
    padding-top: 30px;
    margin-bottom: 0;
}

.career-form-wrapper label.tell-label {
    padding-top: 0;
}

.career-form-wrapper textarea {
    width: 100%;
    height: 25%;
    resize: none;
    margin: 20px 0;
}

.career-form-wrapper p {
    padding-top: 10px;
}

.career-form-wrapper textarea:focus,
.career-form-wrapper input[type="file"]:focus {
    outline: none;
}

/*=============== Article Page ================*/

/* .art-post-row :nth-of-type(1n) .c-height {
	padding-left: 15px;
} */

/* 
.art-post-row .c-height:last-child {
	padding-right: 15px;
} */

/*=============== Article Detail Page ================*/
.main-desc p {
    font-size: 18px;
    line-height: 1.71;
    color: #63656b !important;
    font-weight: 300;
}
.single-article .post-img-box {
    height: 58vh;
    max-height: 325px;
}

.page-template-articles-page .post-wrap a,
.single-article .post-wrap a {
    width: 100%;
}

.post-wrap a:hover h3 {
    color: #ccc !important;
}

.post-wrap:hover p {
    color: #d6d6d6;
}

.art-para-section {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
}
.art-sec-two .art-para-section {
    padding-bottom: 0;
    padding-top: 0;
}
.art-para-section h2 {
    color: #222323;
    padding-bottom: 30px;
}

.art-sec-two .content-center {
    padding-bottom: 0;
}

.art-sec-two .content-center p {
    color: #222323;
}

.art-para-section p {
    color: #63656b;
}

.art-sec-three .art-para-section.art-pad-none {
    padding-top: 0;
}

.art-post-row {
    background: #f2f3f2;
}

.art-post-row .categories {
    padding-top: 100px;
    padding-bottom: 40px;
}

.slider-box-three {
    overflow-x: hidden;
    position: relative;
    padding-bottom: 75px;
}

.slider-box-three .slick-list {
    /* margin: 0 -30px; */
    /* padding: 0 20% 0 0 !important; */
}

.post-slider-three {
    width: 100%;
    /* max-width: 1030px; */
    /* margin-left: auto; */
    float: right;
    /* overflow-x: hidden; */
    padding-bottom: 100px;
    padding-top: 100px;
}
.single-article .post-slider-three {
    padding-bottom: 125px;
    padding-top: 200px;
}

.post-slider-three img {
    width: 100%;
}

.slick-disabled {
    display: none !important;
}

.post-slider-three .slider-box-three .slick-prev {
    position: absolute;
    left: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    /* padding: 10px; */
    background-size: 70% 70%;
    background-position: center center;
    border-radius: 100%;
    transform: rotate(180deg);
}

.post-slider-three .slider-box-three .slick-prev:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    border: 1px solid #ccc;
    background-size: 70% 70%;
    background-position: center center;
    border-radius: 100%;
    transform: rotate(180deg);
}

.post-slider-three .slider-box-three .slick-next {
    position: absolute;
    right: 300px;
    bottom: 0;
    background: url(../images/right-arrow-black.svg) no-repeat;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    background-size: 70% 70%;
    background-position: center center;
    border-radius: 100%;
}

.post-slider-three .slider-box-three .slick-next:hover {
    background: url(../images/right-arrow-black_hover.svg) no-repeat;
    border: 1px solid #ccc;
    background-size: 70% 70%;
    background-position: center center;
    border-radius: 100%;
}

#wpcf7-f334-p329-o1 form .carrer-resume .wpcf7-file input [type="button"] {
    width: 50%;
}

.page-template-articles-page .post-img-box {
    max-height: 313px;
}

/* Prgress bar */

.c-progress-bar {
    width: 100%;
    height: 10px;
    display: inline-block;
    z-index: 9;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.progress-value {
    transition: all 0.2s ease-in-out;
    transition-delay: 0s;
    height: 6px;
    display: inline-block;
    /* -webkit-animation: progress-3 5.9s ease-in-out; */
    animation: progress-3 0.2s ease-in-out;
    background-color: #000;
}

/* Progress bar animation */

@keyframes progress-3 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes progress-3 {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* work, article and career back arrow */

/* .back-post-wrap {
    padding-top: 36px;
} */

img.back-post {
    width: 100%;
    max-width: 30px;
    transform: rotate(180deg);
}

img.back-post:hover {
    filter: opacity(0.6);
}

/* loader text */

.loader-background .loader-text img {
    max-width: 35%;
    padding: 0 20px;
}

/* ================================================= */

/* ================RESPONSIVE LAYOUT================ */

/* ================================================= */

@media only screen and (min-width: 1365px) {
    b.fc_36 {
        font-size: 21px;
    }
}

/* (1920x1080) Full HD Display */

@media screen and (max-width: 1920px) {
    #closeNav {
        right: 55px;
        margin-left: 50px;
        margin-top: 2em;
    }
}

/* (1680x1050) WSXGA+ Display */

@media screen and (max-width: 1680px) {
    #closeNav {
        right: 40px;
        margin-left: 50px;
        margin-top: 1.2em;
    }
}

@media only screen and (min-width: 1800px) {
    .fco_60 {
        font-size: 60px;
        line-height: 1.33;
        color: #fff;
    }
    .fc_60 {
        font-size: 60px;
        line-height: 1.33;
    }
    .container {
        width: 1640px;
    }
    .lets-talk-drawer-wrapper h2 {
        font-size: 60px;
    }
    .mail-input input[type="submit"] {
        left: 100%;
    }
    .top-bar {
        left: 45px;
        right: 45px;
        top: 60px;
    }
    .lets-talk {
        bottom: 60px;
        right: 45px;
    }
    .drawer-menu .social .nav > li a:first-child {
        margin-right: 60px;
    }
    /* .drawer-menu nav a {
        font-size: 60px;
        line-height: 1.33;
    } */
    /*=============== About Us Page ================*/
    .drawer-menu nav a {
        font-size: 60px;
    }
    .fc_36 {
        font-size: 36px !important;
        line-height: 1.56;
    }
    .fc_21 {
        font-size: 21px;
    }
    .about-content-width p {
        padding-bottom: 20px;
    }
    .learnmore {
        position: absolute;
        bottom: 20%;
    }
    .content-center {
        width: 100%;
        max-width: 1060px;
        margin: 0 auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .content-center-article {
        padding-top: 200px;
    }
    .content-center p {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.42;
        /* color: #cccccc; */
    }
    .content-center-article p {
        font-size: 21px;
        line-height: 1.55;
    }
    .aspiration {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .aspiration-left {
        padding-top: 200px;
        padding-right: 80px;
    }
    /* .branding {
		padding-top: 200px;
		padding-bottom: 200px;
	} */
    .circle-width {
        max-width: 1060px;
    }
    .circle-one,
    .circle-two {
        width: 525px;
        height: 525px;
    }
    .work-center {
        max-width: 800px;
    }
    .inline-content {
        top: calc(100% - 68%);
    }
    .joints {
        padding: 0 30px;
    }
    .inline-content span.connecting-dots {
        width: 6px;
        height: 6px;
    }
    .our-culture {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .culture-center {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .post-slider .slider-box .slick-next {
        right: 335px;
    }
    .post-slider .slider-box .slick-prev {
        left: 335px;
    }
    .slider-image {
        padding: 0 80px;
    }
    /* .post-slider {
		max-width: 1500px;
	} */
    .branding-data {
        margin-left: -80px;
        max-width: 700px;
    }
    .c-padding {
        padding-left: 48px;
        padding-right: 48px;
    }
    .upper-footer p {
        padding: 30px 0 60px;
        max-width: 600;
    }
    /*=============== Work Page ================*/
    img.c-width {
        width: 100%;
        height: 70.9%;
    }
    .post-img-box {
        max-height: 580px;
    }
    .c-height {
        padding: 0 50px;
    }
    .for-mr {
        margin: 0 -35px;
    }
    .post-wrap h3 {
        height: 60px;
    }
    .work-padding {
        padding-right: 60px;
    }
    /*=============== Work Detail Page ================*/
    .description-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .post-slider-two .slider-box-two .slick-next {
        right: 335px;
    }
    .post-slider-two .slider-box-two .slick-prew {
        left: 335px;
    }
    /* .post-slider-two {
		max-width: 1500px;
	} */
    .research-box-wrapper {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .back-content {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .excution {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .two-image-box {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .mac-img-pading {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .arrow-img img {
        max-width: 31px;
    }
    .upper-footer a.round-arrow {
        padding: 2px 8px 5px;
    }
    /*=============== Contact Page ================*/
    .contact-col {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .address-col {
        padding-bottom: 100px;
    }
    /*=============== Career Page ================*/
    .career-padding .categories {
        padding-bottom: 160px;
    }
    .page-template-careers-page hr {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    /* .career-detail hr {
        margin-top: 100px;
        margin-bottom: 100px;
    } */
    .career-position p:last-child {
        padding-top: 60px;
    }
    /* .c-bottom-space{
        padding-bottom: 200px;
	} */
    /*=============== Career Detail Page ================*/
    .career-job h1 {
        max-width: 800px;
        margin: 0 auto 15px;
        font-size: 40px;
        line-height: normal;
    }
    .career-title h2 {
        max-width: 800px;
    }
    .career-specification {
        max-width: 800px;
        padding: 100px 0 0;
    }
    .career-role {
        padding: 40px 0;
    }
    .career-bottom-pad {
        padding-bottom: 200px;
    }
    .career-form-wrapper {
        max-width: 800px;
        padding: 200px 0;
    }
    .career-form-wrapper form {
        padding-top: 20px;
    }
    .career-form-wrapper input.i-text,
    .career-form-wrapper label {
        margin-bottom: 40px;
    }
    .career-form-wrapper input.i-submit {
        padding: 20px 60px;
        margin-top: 40px;
    }
    .career-form-wrapper label {
        padding-top: 40px;
    }
    .career-form-wrapper textarea {
        margin: 40px 0;
    }
    .career-form-wrapper p {
        padding-top: 20px;
    }
    /*=============== Article Detail Page ================*/
    .post-slider-three .slider-box-three .slick-next {
        right: 335px;
    }
    .post-slider-three .slider-box-three .slick-prev {
        left: 335px;
    }
    /* .post-slider-three {
		max-width: 1500px;
	} */
    .art-para-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .art-para-section-article {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .single-article .post-img-box {
        height: 52vh;
        max-height: 446px;
    }
    .page-template-articles-page .post-img-box {
        max-height: 470px;
    }
    /* .post-wrap p {
		height: 70px;
	} */
    /* .art-post-row .c-height {
		padding-right: 100px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	} */
    /* .art-post-row :nth-of-type(1n) .c-height {
		padding-left: 15px;
	}

	.art-post-row .c-height:last-child {
		padding-right: 15px;
	} */
    .page-template-articles-page .post-wrap h3 {
        height: 95px;
        overflow-y: hidden;
    }
    /*=============== What we do Page ================*/
    /* .scroll-zoom{
		height: 678px;
		overflow-y: scroll;
	} */
    .re-box-1:last-child {
        padding-bottom: 0;
    }
    .upper-footer a {
        padding: 8px 44px 8px;
    }
    /* =============== About Page ================*/
    .join-team {
        background-color: rgb(0, 0, 0, 0.9);
    }
}

@media screen and (max-width: 1366px) {
    .footer .ft-left a {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1365px) {
    /* .scroll-zoom{
		height: auto;
		overflow-y: auto;
	} */
    /* .scroll-zoom::-webkit-scrollbar {
		width: 0px;
		background: transparent; 
	
	}
	.scroll-zoom {
	  scrollbar-width: none; 
	  -ms-overflow-style: none;  
	} */
    .re-box-1:last-child {
        padding-bottom: 0;
    }
    .research-box-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .c-padding-top {
        padding-top: 245px;
    }
}

@media only screen and (max-width: 1024px) {
    .parallax-section-one,
    .parallax-section-two,
    .parallax-section-three,
    .parallax-section-four,
    .parallax-section-five,
    .parallax-section-six {
        background-position: center;
        background-size: initial;
        background-attachment: initial;
    }
    .drawer-menu nav a {
        font-size: 50px;
    }
    .bn-left h1 {
        font-size: 74px;
    }
    .bn-right p {
        font-size: 28px;
    }
    .fc_60 {
        font-size: 50px;
    }
    .fco_60 {
        font-size: 50px;
    }
    .fc_21 {
        font-size: 19px;
    }
    .fc_36 {
        font-size: 24px;
        line-height: 1.56;
    }
    .para {
        font-size: 22px;
    }
    .case-study {
        padding-top: 45px;
    }
    .case-study .underline-hover {
        font-size: 19px;
    }
    .footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .footer .ft-left a {
        font-size: 42px;
    }
    .copyright {
        padding-top: 80px;
    }
    .footer .ft-right .social li > a {
        font-size: 19px;
    }
    .newsletter p {
        font-size: 21px;
    }
    .mail-input input[type="email"] {
        font-size: 30px;
    }
    .mail-input input[type="submit"] {
        left: 80%;
        bottom: 29px;
    }
    .branding-data {
        margin-left: 0;
        /* padding-top: 100px; */
    }
    .circle-width {
        max-width: 500px;
    }
    .c-padding {
        padding-bottom: 30px;
    }
    .research-wrapper h1 {
        padding-bottom: 5px;
    }
    .team-wrap p {
        font-size: 19px;
    }
    /*=============== About us Page ================*/
    .content-center {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-center p {
        font-size: 24px;
    }
    .aspiration {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .how-we-work {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-data {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .one-post {
        padding-bottom: 40px;
    }
    .aspiration-left {
        padding-top: 0px;
    }
    .branding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* .branding-data {
		padding-top: 50px;
	} */
    .our-culture {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .brand-logo {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .multi-logo {
        padding: 40px 0;
    }
    /* .branding-data h2 {
		opacity: 1;
	}
	.branding-data p {

		opacity: 1;
	} */
    /*=============== Work Detail Page ================*/
    .c-padding-top {
        padding-top: 150px;
    }
    .description-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .research-box-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .back-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .excution {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .two-image-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mac-img-pading {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-slider-two {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .re-box-1 {
        padding-bottom: 50px;
    }
    .research-box-wrapper .re-box-1 h2,
    .research-box-wrapper .re-box-2 h2 {
        padding: 0 0 20px 0;
    }
    .excution-wrapper p {
        padding-top: 20px;
    }
    .learnmore {
        bottom: 80px;
    }
    .join-team,
    .work,
    .up-next {
        height: 80vh;
    }
    .for-mr {
        margin: 0;
    }
    .c-height {
        padding: 0 15px;
    }
    .fix-text b.fc_36 {
        font-size: 21px;
    }
    /*=============== Career Page ================*/
    /* .c-bottom-space {
		padding-bottom: 50px;
	} */
    /*=============== Career Detail Page ================*/
    .career-bottom-pad {
        padding-bottom: 50px;
    }
    .career-form-wrapper {
        padding: 50px 0;
    }
    .career-job h1 {
        margin: 0 auto 10px;
        font-size: 24px;
    }
    /*=============== Article Detail Page ================*/
    .post-slider-three {
        padding-bottom: 50px;
    }
    .art-para-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .art-post-row .categories {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    /*=============== What we do Page ================*/
    .content-img-align {
        padding-right: 0;
    }
    /*=============== Work Page ================*/
    .work-padding {
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .sidenav {
        overflow-y: auto;
    }
    .drawer-menu nav a {
        font-size: 40px;
    }
    .bn-left h1 {
        font-size: 46px;
    }
    .bn-right p {
        font-size: 20px;
    }
    .fc_60 {
        font-size: 40px;
    }
    .fco_60 {
        font-size: 40px;
    }
    .fc_36 {
        font-size: 22px;
        line-height: 1.56;
    }
    .para {
        font-size: 18px;
    }
    .table-box {
        line-height: 198px;
    }
    .drawer-menu {
        padding-left: 0;
        padding-top: 0;
    }
    /* .drawer-menu nav a {
        font-size: 24px;
    } */
    .drawer-menu .social .nav > li a {
        font-size: 18px;
    }
    .lets-talk a {
        font-size: 18px;
    }
    .footer .ft-left a {
        font-size: 32px;
    }
    .mail-input input[type="email"] {
        font-size: 26px;
        height: 50px;
    }
    .mail-input input[type="submit"] {
        height: 50px;
        padding: 24px 0;
    }
    .social {
        padding-bottom: 80px;
    }
    .copyright {
        padding-top: 60px;
    }
    .lets-talk-drawer-wrapper {
        padding-top: 120px;
    }
    .lets-talk-btn {
        padding-top: 36px;
    }
    .lets-talk-drawer-wrapper h2 {
        font-size: 34px;
    }
    .lets-talk-drawer-wrapper p {
        font-size: 18px;
    }
    .lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a {
        font-size: 16px;
        padding: 8px 30px;
    }
    /*=============== Work Detail Page ================*/
    .two-image-box .left-squre,
    .two-image-box .right-square {
        text-align: center;
    }
    .two-image-box .left-squre {
        padding-bottom: 50px;
    }
    .fix-text b.fc_36 {
        font-size: 20px;
    }
    /*=============== Career Detail Page ================*/
    .career-job h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    /* .drawer-menu nav a {
        font-size: 34px;
	} */
    .footer .ft-right .social li a:first-child {
        margin-right: 35px;
    }
    .mail-input input[type="submit"] {
        left: 81%;
    }
    /*=============== Work Page ================*/
    img.c-width {
        height: auto;
    }
    .post-wrap {
        padding-bottom: 40px;
    }
    .upper-footer p {
        font-size: 20px;
    }
    .custom {
        max-width: 450px;
        margin: 0 auto;
    }
    .categories {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    /*=============== Work Detail Page ================*/
    /* .post-slider-two .slider-box-two .slick-next {
		width: 30px;
		background-size: 60% 60%;
		height: 30px;
		right: 25px;
		border: 1px solid #000;
		border-radius: 100%;
		background-position: center center;
		left: auto;
		bottom: 10px;
	} */
    .slider-box-two {
        padding-bottom: 50px;
    }
    .categories a {
        font-size: 18px;
    }
    /*=============== About Page ================*/
    .research-wrapper {
        display: inline-block;
        padding-top: 0;
    }
    .content-center p {
        font-size: 20px;
    }
    .post-slider {
        padding-bottom: 50px;
    }
    .aspiration-child {
        padding-top: 40px;
    }
    .content-img-align .example-btn {
        font-size: 16px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    /*=============== Work Page ================*/
    .c-padding-top {
        padding-top: 140px;
    }
    /*=============== 404 Page ================*/
    .c-404-center-align h4 {
        font-size: 30px;
    }
    .c-404-center-align h1 {
        font-size: 90px;
    }
    .c-404-center-align h2 {
        font-size: 32px;
    }
    .c-404-center-align a {
        padding: 8px 14px;
        margin-top: 16px;
    }
    /*=============== Career Page ================*/
    .career-position {
        padding-top: 50px;
    }
    .page-template-careers-page hr {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .c-bottom-space {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .career-position p:last-child {
        padding-top: 20px;
    }
    /* .career-detail hr {
        margin-top: 35px;
        margin-bottom: 35px;
    } */
    /* .c-bottom-space {
        padding-bottom: 50px;
	} */
    /*=============== Article Detail Page ================*/
    .post-slider-three .slider-box-three .slick-next {
        width: 30px;
        background-size: 60% 60%;
        height: 30px;
        right: 25px;
        border: 1px solid #000;
        border-radius: 100%;
        background-position: center center;
        left: auto;
        bottom: 10px;
    }
    .post-slider-three {
        padding-bottom: 50px;
    }
    /* loader text */
    .loader-background .loader-text img {
        max-width: 90%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dis-mob.aos-init.aos-animate[data-aos^="fade"] {
        opacity: 1 !important;
        transition-timing-function: ease !important;
        transform: none !important;
        transition-delay: 0s !important;
        transition-duration: 0s !important;
        transition-property: all !important;
    }
    .dis-mob.aos-init.aos-animate[data-aos][data-aos-delay="3000"] {
        transition-delay: 0s !important;
    }
    .dis-mob.aos-init.aos-animate[data-aos][data-aos][data-aos-easing="linear"] {
        transition-timing-function: ease !important;
    }
    body .dis-mob.aos-init.aos-animate [data-aos-easing="ease-in-out-sine"] [data-aos] {
        transition-duration: 0s !important;
    }
    .dis-mob.aos-init.aos-animate [data-aos="fade-up"] {
        transform: none !important;
    }
    .table-box {
        line-height: normal;
        padding-left: 15px;
    }
    .drawer-menu nav a {
        font-size: 25px;
    }
    .bn-right p {
        text-align: left;
    }
    .drawer-menu .social {
        text-align: left;
    }
    .footer .ft-right .social li {
        margin-left: 0;
        float: left;
    }
    .mail-input input[type="submit"] {
        left: 90%;
    }
    .footer .ft-right .social li a:first-child {
        margin-right: 30px;
    }
    /* lets talk */
    .lets-talk-drawer-wrapper h2 {
        font-size: 34px;
    }
    .lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a {
        font-size: 14px;
        padding: 8px 26px;
    }
    .lets-talk-drawer-wrapper p {
        font-size: 16px;
    }
    .fc_36 {
        font-size: 22px;
        line-height: 1.56;
    }
    .social {
        padding-left: 0;
        padding-bottom: 0;
    }
    /*=============== Work Detail Page ================*/
    .visit-site,
    .dates {
        padding-top: 20px;
    }
    .our-work {
        padding-top: 20px;
    }
    .visit-site h2,
    .visit-site a,
    .dates b,
    .dates p {
        font-size: 20px;
    }
    .our-work h2 {
        font-size: 20px;
    }
    .post-slider-two .slider-box-two .slick-next {
        right: 250px;
    }
    .post-slider-two .slider-box-two .slick-prev {
        left: 250px;
    }
    /*=============== Contact Page ================*/
    .contact-col {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .address-col {
        padding-bottom: 60px;
    }
    /*=============== 404 Page ================*/
    .c-404-center-align h4 {
        font-size: 25px;
    }
    .c-404-center-align h1 {
        font-size: 78px;
    }
    .c-404-center-align h2 {
        font-size: 24px;
    }
    .c-404-center-align a {
        padding: 6px 12px;
        margin-top: 14px;
    }
    .c-404-center-align {
        top: 60%;
        transform: translate(-50%, -60%);
    }
    .page-template-what-we-do-page .research-box-wrapper .table-cell {
        float: left;
    }
    /*=============== Career Detail Page ================*/
    .career-job h1 {
        font-size: 28px;
    }
    /*=============== About US Page ================*/
    .post-slider .slider-box .slick-next {
        right: 250px;
    }
    .post-slider .slider-box .slick-prew {
        left: 250px;
    }
    .post-slider-three .slider-box-three .slick-next {
        right: 250px;
    }
    .post-slider-three .slider-box-three .slick-prev {
        left: 250px;
    }
}

@media only screen and (max-width: 736px) {
    .learnmore {
        bottom: 35px;
    }
    .top-bar {
        left: 15px;
        right: 15px;
    }
    .fix-text {
        max-width: 670px;
    }
    /* =============== What we do Page ================ */
    .parallax-common-content {
        left: 15px;
    }
    .learnmore {
        left: 15px;
    }
}

@media only screen and (max-width: 568px) {
    .sidenav2 {
        overflow-y: scroll;
    }
    .lets-talk-drawer-wrapper {
        padding-top: 0;
    }
    .sidenav2 .closebtn {
        bottom: 0;
    }
    .drawer-menu nav a {
        font-size: 20px;
    }
    .bn-left h1 {
        font-size: 34px;
    }
    .fc_60 {
        font-size: 42px;
    }
    .fco_60 {
        font-size: 30px;
    }
    .fc_21 {
        font-size: 16px;
    }
    .para {
        font-size: 18px;
    }
    .case-study .underline-hover {
        font-size: 16px;
    }
    .case-study {
        padding-top: 30px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .social {
        padding-bottom: 50px;
        padding-left: 0;
    }
    .footer .ft-left a {
        font-size: 30px;
    }
    .footer .ft-right .social li {
        margin-left: 0;
        float: left;
    }
    .footer .ft-left .navbar,
    .footer .ft-left .navbar-nav li {
        margin-left: auto;
    }
    .newsletter {
        margin-left: 0;
    }
    .copyright {
        margin-left: 0;
    }
    .mail-input input[type="email"] {
        font-size: 22px;
    }
    .footer .ft-left .navbar,
    .footer .ft-right .social .navbar {
        margin-left: 0;
    }
    /* lets talk */
    /* .lets-talk-drawer-wrapper h2 {
        font-size: 34px;
    } */
    .lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a {
        font-size: 12px;
        padding: 8px 8px;
        display: inline-block;
        margin-right: 8px;
    }
    /* .lets-talk-drawer-wrapper p {
        font-size: 14px;
        margin-top: 5px;
    } */
    .lets-talk-btn {
        padding-top: 10px;
    }
    .lets-talk-btn .nav > li {
        display: inline-block;
        margin-right: 14px;
    }
    .lets-talk-btn {
        padding-top: 10px;
    }
    .sidenav2 .closebtn {
        font-size: 12px;
    }
    .team-wrap p {
        font-size: 16px;
    }
    #mySidenav .top-bar {
        top: 0;
        position: static;
    }
    .drawer-logo a {
        padding: 41px 8px 8px 0;
    }
    /*=============== Work Page ================*/
    .post-wrap h3 {
        padding-top: 15px;
    }
    .upper-footer p {
        font-size: 16px;
        padding: 15px 0;
    }
    .upper-footer a,
    .upper-footer a.unique-btn {
        font-size: 16px;
    }
    .c-padding-top {
        padding-top: 90px;
    }
    /*=============== About us Page ================*/
    /* .post-slider {
		width: 100%;
		max-width: none;
		margin-left: auto;
		float: left;
		overflow-x: visible;
		padding-bottom: 50px;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-image {
		padding: 0 20px;
	}
	.slider-box {
		overflow-x: auto;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	} */
    .post-slider .slider-box .slick-next {
        right: 40px;
    }
    .post-slider .slider-box .slick-prev {
        left: 40px;
    }
    .content-center p {
        font-size: 16px;
    }
    .top-bar {
        top: 20px;
    }
    .join-team,
    .work,
    .up-next {
        height: 80vh;
    }
    /*=============== Work detail Page ================*/
    /* .post-slider-two {
		width: 100%;
		max-width: none;
		margin-left: auto;
		float: left;
		overflow-x: visible;
		padding-bottom: 50px;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-box-two {
		overflow-x: auto;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	} */
    .post-slider-two .slider-box-two .slick-next {
        right: 40px;
    }
    .post-slider-two .slider-box-two .slick-prev {
        left: 40px;
    }
    .learnmore {
        bottom: 10px;
    }
    .arrow-img img {
        margin-left: 5px;
    }
    .research-box-wrapper .re-box-1 h2,
    .research-box-wrapper .re-box-2 h2 {
        padding: 0 0 5px 0;
    }
    .re-box-1 {
        padding-bottom: 20px;
    }
    .fix-text b {
        padding-top: 15px;
    }
    .categories a {
        font-size: 14px;
    }
    /*=============== About Page ================*/
    /*=============== Article / Work / Career Page ================*/
    .post-not-found h1 {
        font-size: 30px;
    }
    /*=============== Article Detail Page ================*/
    /* .post-slider-three {
		width: 100%;
		max-width: none;
		margin-left: auto;
		float: left;
		overflow-x: visible;
		padding-bottom: 50px;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-box-three {
		overflow-x: auto;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	} */
    .post-slider-three .slider-box-three .slick-next {
        right: 40px;
    }
    .post-slider-three .slider-box-three .slick-prev {
        left: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .fco_60 {
        font-size: 24px;
    }
    .fc_21 {
        font-size: 14px;
    }
    .sidenav2 .closebtn {
        bottom: 48px;
        right: 42px;
        font-size: 18px;
    }
    #closeNav {
        margin-top: 0.5em;
        padding-right: 15px;
        right: 15px;
    }
    .drawer-logo a {
        padding: 22px 8px 8px 0;
    }
    .drawer-menu .social .nav > li a:first-child {
        margin-right: 30px;
    }
    .drawer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lets-talk-drawer-wrapper {
        padding-left: 15px;
        padding-top: 0;
    }
    .lets-talk-btn .nav > li {
        margin-right: 8px;
    }
    #mySidenav .custom-table {
        height: 100%;
    }
    #mySidenav .top-bar {
        top: 0;
        left: 15px;
        right: 15px;
        position: absolute;
    }
    .footer .ft-right .social li a:first-child {
        margin-right: 20px;
    }
    .mail-input input[type="submit"] {
        bottom: 30px;
        left: 82%;
    }
    .social {
        padding-bottom: 50px;
        padding-left: 0;
        padding-top: 50px;
    }
    /*=============== Work Page ================*/
    .categories {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .categories a {
        margin-right: 12px;
    }
    .page-id-80 .categories,
    .page-id-74 .categories {
        padding-bottom: 25px;
        padding-top: 25px;
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }
    /* =============== Work detail Page ================ */
    .post-slider-two {
        padding-top: 50px;
    }
    .mac-img-pading {
        padding-bottom: 0;
    }
    .excution {
        padding-top: 0;
    }
    /*=============== About us Page ================*/
    .slider-box .slick-list {
        padding: 0 0 0 0 !important;
    }
    .slider-image {
        padding: 0 0 0 0;
    }
    .content-center p {
        font-size: 16px;
    }
    .content-img-align .example-btn {
        font-size: 16px;
        margin-top: 10px;
        margin: 35px 0;
    }
    .slider-box-two .slick-list {
        padding: 0 0 0 0 !important;
    }
    .post-slider .slider-box .slick-prev {
        left: 20px;
    }
    .post-slider .slider-box .slick-next {
        right: 20px;
    }
    .parallax-section-about-banner img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
    .learnmore {
        bottom: 20px;
        left: 15px;
    }
    .aspiration-left {
        padding-right: 0px;
    }
    .c-padding {
        padding-left: 0;
        padding-right: 0;
    }
    /* .post-data .col-xs-12,
	.aspiration .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	} 
	.join-team .upper-footer .col-xs-12,
	.work .upper-footer .col-xs-12,
	.up-next .upper-footer .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	}
	.footer .ft-right,
	.footer .ft-left{
		padding-left: 0;
		padding-right: 0;
	} */
    .join-team,
    .work,
    .up-next {
        height: 50vh;
        object-fit: cover;
    }
    /*=============== Work Detail Page ================*/
    .re-box-1 {
        padding-bottom: 0;
    }
    .research-box-wrapper .table-cell {
        float: left;
        padding-bottom: 50px;
    }
    .research-box-wrapper {
        padding-bottom: 0;
    }
    .post-slider-two .slider-box-two .slick-next {
        right: 30px;
    }
    .post-slider-two .slider-box-two .slick-prev {
        left: 30px;
    }
    /*=============== Contact Page ================*/
    .contact-social {
        padding-top: 30px;
    }
    .address-col li {
        padding: 12px 0;
    }
    .address-col li:first-child {
        padding-top: 0;
    }
    .contact-col p,
    .address-col p {
        padding-bottom: 5px;
    }
    .c-email {
        padding-bottom: 20px;
    }
    .contact-col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .address-col address {
        margin-bottom: 0;
    }
    /*=============== What We Do Page ================*/
    .content-img-align .example-btn {
        margin: 35px 0 0;
    }
    .fix-text {
        max-width: 355px;
    }
    .parallax-common-content {
        left: 15px;
    }
    .rem-pad {
        padding-left: 0;
        padding-right: 0;
    }
    /*=============== 404 Page ================*/
    .c-404-center-align h4 {
        font-size: 16px;
    }
    .c-404-center-align h1 {
        font-size: 26px;
    }
    .c-404-center-align h2 {
        font-size: 12px;
    }
    .c-404-center-align a {
        padding: 6px 10px;
        margin-top: 14px;
        font-size: 11px;
        line-height: normal;
    }
    /*=============== Career Page ================*/
    .career-pad-box p,
    .career-pad-box h1 {
        padding-bottom: 15px;
    }
    .career-padding .categories {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .career-position a {
        padding-bottom: 0;
    }
    .c-bottom-space {
        padding-bottom: 0;
        padding-top: 0;
    }
    .career-position p:last-child {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .career-position {
        padding-top: 30px;
    }
    .page-template-careers-page hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* .career-detail hr {
            margin-top: 40px;
            margin-bottom: 40px;
    }     */
    /* .c-bottom-space {
        padding-bottom: 60px;
	} */
    /*=============== Article Detail Page ================*/
    .slider-box-three .slick-list {
        padding: 0 0 0 0 !important;
    }
    .art-post-row .categories {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .post-wrap h3,
    .post-wrap p {
        height: auto;
    }
    /* work, article and career back arrow */
    /* .back-post-wrap {
	padding-top: 0;
	} */
    img.back-post {
        width: 100%;
        max-width: 15px;
        transform: rotate(180deg);
    }
    .post-slider-three .slider-box-three .slick-next {
        right: 20px;
    }
    .post-slider-three .slider-box-three .slick-prev {
        left: 20px;
    }
    .footer-btn-wrapper ul li:last-child {
        margin-right: 0;
    }
    /* Footer */
    .upper-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .top-bar {
        left: 15px;
        right: 15px;
    }
    .lets-talk {
        bottom: 17px;
        right: 0;
    }
    .drawer-menu nav a {
        font-size: 24px;
        padding: 12px 12px 12px 0;
    }
    .parallax-section-one,
    .parallax-section-two,
    .parallax-section-three,
    .parallax-section-four,
    .parallax-section-five,
    .parallax-section-six,
    .parallax-section-seven {
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-attachment: initial;
    }
    .drawer-menu {
        padding-top: 0;
    }
    .drawer-menu .social {
        padding-top: 40px;
    }
    .drawer-menu .social .navbar {
        padding-left: 15px;
        margin-left: -15px;
    }
    /* .parallax-section-one {
		background-size: 100% 100%;
		background-attachment: initial;
	} */
    .drawer-logo img {
        max-width: 157px;
    }
    .sidenav2 .closebtn {
        bottom: 40px;
        right: 16px;
        font-size: 14px;
    }
    .parallax-section-one.min100vh {
        min-height: 100vh;
        background-size: cover;
    }
    .bn-left h1 {
        font-size: 32px;
        line-height: 1;
        max-width: 200px;
    }
    .bn-right p {
        font-size: 14px;
        line-height: 1.29;
        margin-top: 20px;
    }
    .lets-talk a {
        font-size: 14px;
        line-height: 1.29;
        padding-bottom: 20px;
    }
    .min100vh {
        min-height: 60vh;
    }
    /* .parallax-section-two {
		background-size: 100% 100%;
		background-attachment: initial;
	} */
    .fc_60 {
        font-size: 20px;
    }
    .fco_60 {
        font-size: 24px;
    }
    .fc_21 {
        font-size: 14px;
    }
    .fc_36 {
        font-size: 20px;
        line-height: 1.2;
    }
    .para {
        font-size: 14px;
        line-height: 1.29;
    }
    .case-study .underline-hover {
        font-size: 14px;
        line-height: 1.29;
    }
    .parallax-common-content {
        padding-top: 0;
    }
    .min100vh {
        min-height: 100vh;
    }
    .footer .ft-left a {
        font-size: 24px;
        line-height: 2.5;
    }
    .footer .ft-right .social li > a {
        font-size: 14px;
    }
    .newsletter p {
        font-size: 18px;
    }
    .mail-input {
        padding-top: 10px;
    }
    .mail-input input[type="email"] {
        font-size: 18px;
        height: 50px;
    }
    .mail-input input[type="submit"] {
        height: 50px;
        padding: 18px 0;
        background-size: 55% 55%;
        background-repeat: no-repeat;
        background-position: center;
        bottom: 25.5px;
        left: 83%;
        background-position: right;
    }
    .mail-input div.wpcf7-validation-errors,
    .mail-input div.wpcf7-acceptance-missing {
        top: 88px;
        display: none !important;
    }
    .copyright {
        padding-top: 40px;
    }
    .copyright p {
        font-size: 14px;
    }
    .social {
        padding-top: 30px;
    }
    .social .navbar {
        min-height: auto;
    }
    .footer .ft-left .navbar,
    .footer .ft-right .social .navbar {
        margin-left: 0;
    }
    .social {
        padding-bottom: 30px;
        padding-left: 0;
    }
    /* lets talk */
    .lets-talk-btn {
        padding-top: 44px;
    }
    .lets-talk-drawer-wrapper h2 {
        font-size: 36px;
        line-height: 1;
    }
    .lets-talk-drawer-wrapper p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.2;
        max-width: none;
    }
    .lets-talk-drawer-wrapper .lets-talk-btn .navbar .nav a {
        font-size: 14px;
        padding: 14px 40px;
        display: inline-block;
        font-weight: 300;
        line-height: 1.29;
        width: 175px;
        border: 1px solid #cccccc;
    }
    .lets-talk-btn .nav > li {
        margin-right: 8px;
        margin-bottom: 30px;
    }
    .team-wrap p {
        font-size: 14px;
    }
    .team-wrap a {
        font-size: 14px;
    }
    .upper-footer p {
        padding: 5px 0;
    }
    .visit-site h2,
    .visit-site a,
    .dates b,
    .dates p {
        font-size: 18px;
    }
    .drawer-menu .social .nav > li a:first-child {
        margin-right: 20px;
    }
    /*=============== About us Page ================*/
    .c-padding {
        padding-bottom: 80px;
    }
    .post-slider .slider-box .slick-prev {
        left: 20px;
    }
    .post-slider .slider-box .slick-next {
        right: 20px;
    }
    .slider-box {
        padding-bottom: 52px;
    }
    /*=============== Career detail Page ================*/
    .career-role ul {
        padding-left: 40px;
    }
    .career-specification {
        margin: 0 -15px;
    }
    .career-job,
    .career-title {
        margin: 0 -15px;
    }
    /*=============== Career Detail Page ================*/
    .career-job h1 {
        font-size: 24px;
    }
    /* =============== Work Page ================*/
    .categories a {
        margin-right: 12px;
    }
    /*=============== Work detail Page ================*/
    .slider-box-two {
        padding-bottom: 52px;
    }
    .upper-footer a.round-arrow {
        height: 35px;
        width: 35px;
        font-size: 18px;
        line-height: 27px;
        padding: 2px 10px 5px;
    }
    .upper-footer a.round-arrow img {
        width: 17px;
        height: 17px;
    }
    /*=============== Article detail Page ================*/
    .slider-box-three {
        padding-bottom: 52px;
    }
    /*=============== What we do Page ================*/
    .page-template-what-we-do-page .research-box-wrapper .table-cell {
        float: left;
    }
    .fix-text {
        max-width: 315px;
    }
    /* work, article and career back arrow */
    /* .back-post-wrap {
	padding-top: 25px;
	} */
    img.back-post {
        width: 100%;
        max-width: 30px;
        transform: rotate(180deg);
    }
    .footer-btn-wrapper ul li {
        margin-right: 20px;
    }
    /* loader text */
    .loader-background .loader-text img {
        max-width: 65%;
        padding: 0 20px;
    }
    .remove-cat-pad {
        /* padding-left: 0; */
        padding-right: 0;
    }
    .categories span.c-space {
        margin: 0 10px 0 8px;
    }
}

@media only screen and (max-width: 320px) {
    .upper-footer a,
    .upper-footer a.unique-btn {
        font-size: 12px;
    }
}