.contactButton{   
   -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    line-height: 1.5;
    text-align: left;
    font-family: 'metropolisregular',sans-serif;
    box-sizing: border-box;
    transition: all .35s;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 20px;
    text-transform: uppercase;
    background: #F06824;
    color: #fff;
    border-bottom: 0px;
}
.contactForm ::placeholder {color: rgba(255, 255, 255, 0.5);opacity: 1;}
.contactForm :-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);opacity: 1;}
.contactForm ::-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);opacity: 1;}
/* common css */
h1,h2 {font-family: 'Metropolis Bold';}
h3 { font-family: 'Metropolis Bold';}
a,a:focus,a:hover {text-decoration: none;outline: none;color: inherit;}
* { -webkit-box-sizing: border-box; box-sizing: border-box}
ul,ol { list-style: none; padding: 0px;}
:focus {outline: 0}
.noMargin {margin: 0px !important;}
.paddRight0 {padding-right: 0px !important;}
.padd50 {padding: 50px}
.padd30 {padding: 30px}
.pad-top-50 {padding-top: 50px}
.pad-top-30 {padding-top: 30px;}
.pad-bottom-50 {padding-bottom: 50px !important;}
.pad-topBottom-50 {padding-top: 50px;padding-bottom: 50px;}
.padd70 {padding: 70px}
.pad-top-70 {padding-top: 50px}
.w100 {width: 100%;}
.pad-topBottom-70 {padding-top: 70px;padding-bottom: 70px;}
.headingWrap,.smallHeading {display: inline-block;vertical-align: top;width: 100%;}
.headingWrap h2 {font-size: 55px;font-weight: 900;letter-spacing: -1px;}
.headingWrap h3 {font-size: 40px;font-weight: 700;letter-spacing: -1px;line-height: normal;
margin: 0px;color: #000;}
.headingWrap p {font-size: 20px;font-weight: 500;padding: 20px 0 0 0;margin: 0;color: #000;}
.smallHeading h3 { font-size: 36px; font-weight: 700;}
.customContainer {max-width: 1200px;width: 100%;margin: 0 auto;}
.smallContainer {max-width: 1000px;width: 100%;margin: 0 auto;}


/*background*/

.blueBg {background: url("../images/p-bg1.png") 0 0 no-repeat;background-size: cover;}
.drakBlackBg {background: #dee2e6;}
.grayBg {background: #f7f7f7;}
.blackBg {background: #000;}
.redBg {background: #EF2837;}
.gradientVertical {
    background: #cbebdc;
    background: -moz-linear-gradient(top, #cbebdc 0%, #dce8d4 33%, #ede4cc 66%, #f9e1c7 100%);
    background: -webkit-linear-gradient(top, #cbebdc 0%, #dce8d4 33%, #ede4cc 66%, #f9e1c7 100%);
    background: linear-gradient(to bottom, #cbebdc 0%, #dce8d4 33%, #ede4cc 66%, #f9e1c7 100%);
}
.gradientBg1 {
    background: #f9e1c7;
    background: -moz-linear-gradient(-45deg, #f9e1c7 0%, #cbebdc 100%);
    background: -webkit-linear-gradient(-45deg, #f9e1c7 0%, #cbebdc 100%);
    background: linear-gradient(135deg, #f9e1c7 0%, #cbebdc 100%);
}
.gradientBg2 {
    background: #cbebdc;
    background: -moz-linear-gradient(-45deg, #cbebdc 0%, #f9e1c7 100%);
    background: -webkit-linear-gradient(-45deg, #cbebdc 0%, #f9e1c7 100%);
    background: linear-gradient(135deg, #cbebdc 0%, #f9e1c7 100%);
}
.gradientVertical p {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 0 0;
    margin: 0;
    color: #000;
}
.dropdown{color: #000 !important;}

/* header css */

/* .home .header .logo {max-width: 180px;} */

/* header animation */
.navbar-top { padding: 0px; background: #fff;
position: fixed;top: 0;left: 0;right: 0;transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;z-index: 99;padding: 10px 0;}
.sticky .navbar-top {top: -160px;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky.header-appear .navbar-top {top: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.header .navbar.navbar-top {display: inherit;}
/* navigation */
.navbar-nav>li>a {line-height: 20px;}
header {width: 100%;z-index: 99;}
header.home {background:#000;}
.sticky.header-with-topbar .top-header-area {top: -45px}
.sticky.header-with-topbar.fixed-topbar .top-header-area {top: 0}
.navbar-nav li {position: relative;}
.navbar-nav li.contactBtn {position: relative;display: inline-block;margin: 0px !important;}
.navbar-nav {flex-direction: row;}
.navbar-nav .contactBtn { margin-top: 48px;}
.customBanner {height: 720px !important;}
.sticky-top.sticky {height: 70px;}
.sticky-top.sticky canvas.draw {width: 120px !important;}
.sticky .navbar-top {top: 0;}
.header.sticky-top.sticky .logo .anmiationLogo {width: 170px;height: 170px;position: absolute;left: 0;top: 0;transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;}
.sticky-top.sticky canvas.draw {width: 80px !important;height: 80px;}
.header.sticky-top.sticky .logo {position: relative;transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;}
.sticky-top.sticky canvas.draw {top: -75px;transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;}
.home .headerScroll.sticky-top.sticky .navbar-expand-lg { padding: 37px 0;transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;}
html {scroll-behavior: smooth;}
.home .headerScroll .navbar-top {background: transparent;}
.home .headerScroll.sticky .navbar-top {background: #000;}
.sticky-top {position: fixed;}
img.l_mob { opacity: 0; max-height: 82px;}
.sticky-top.sticky .l_mob {opacity: 1 !important;width:180px;}
.sticky-top.sticky .l_desk {opacity: 0 !important;}
.sticky-top { z-index: 1;}
.sticky-top.sticky {z-index: 1020;}
/* end header */

/* Footer */
.contactWrap .addressWrap {height: 100%}
.contactWrap .addressWrap h5 {font-size: 17px;line-height: normal;margin: 0;font-weight: 600;text-transform: uppercase;color: #fff;text-align: center;padding-bottom: 10px;}
.contactWrap .addressWrap p {margin: 0px;}
.contactWrap .addressWrap a {color: #fff;font-size: 14px;opacity: 0.66;margin-top: 7px;display: inline-block;}
.contactWrap .addressWrap a:hover {opacity: 1;}
.contactWrap .addressWrap .locationImg {background-image: url("../images/uk.jpg");background-repeat: no-repeat;background-position: center center;position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;z-index: 1;transition: opacity 0.8s ease 0s, transform 1s ease 0s;background-size: 100% 100%;}
.contactWrap .addressWrap .locationImg.india {background-image: url("../images/india.jpg");}
.contactWrap .addressWrap .locationImg.uae {background-image: url("../images/uae.jpg");}
.contactWrap .addressWrap .locationImg.usa {background-image: url("../images/usa.jpg");}
.contactWrap .addressWrap .locationImg.singapore {background-image: url("../images/singapore.jpg");}
.contactWrap .addressWrap>li {position: relative;width: 20%;margin: 0px -1px;}
.contactWrap .addressWrap>li:hover .locationImg {transition: opacity 0.2s ease 0s, transform 1s ease 0s;transform: scale3d(1.2, 1.2, 1);opacity: 0.3}
.contactWrap .addressWrap>li .wrap {overflow: hidden;transition: transform 0.5s ease 0s;height: 100%;position: relative;background: #000;display: flex;flex-direction: column;}
.contactWrap .addressWrap>li:hover .wrap {transform: scale3d(1.1, 1.1, 1);transition: transform 0.5s ease 0s;z-index: 55;}
.contactWrap .addressWrap .loactionTxt {position: absolute;z-index: 2;padding: 20px 15px;bottom: 0px;}
.contactWrap .addressWrap .loactionTxt .clock {padding: 10px;}
.contactWrap .addressWrap .loactionTxt .clock,.contactWrap .addressWrap .loactionTxt .address {
    transform: translate3d(0px, 50px, 0px); opacity: 0;transition: transform 1s ease 0s, opacity 0.6s ease 0.1s;}
.contactWrap .addressWrap>li:hover .clock,
.contactWrap .addressWrap>li:hover .address {transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0.3s, opacity 0.8s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s;
    opacity: 1; transform: translateZ(0px);}
.contactWrap {padding: 70px 40px;}
.contryName {position: absolute;bottom: 15px;left: 0px;width: 100%;padding: 10px;text-align: center;}
.contactWrap .contryName h5 {opacity: 1;transition: transform 0.7s ease 0.2s, opacity 0.4s ease 0.3s;}
.contactWrap .addressWrap>li:hover .contryName h5 {opacity: 0;transform: translate3d(0px, 30px, 0px);transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.4, 1) 0.2s, opacity 0.8s cubic-bezier(0.2, 0.6, 0.4, 1) 0.3s;}
.contactForm .form-group {margin-bottom: 5px;}
.contactForm h3 {font-weight: 500;padding-bottom: 15px;font-size: 29px;margin: 0px;line-height: normal;}
.contactForm p {opacity: 0.8;padding-bottom: 15px;}
.analog {position: relative;width: 90px;height: 90px;margin: 0 auto;border: 1px solid #F06824;border-radius: 100px;padding-bottom: 20px;margin-bottom: 15px;}
.analog .min,.analog .sec,.hour {height: 50px}
.analog .hour,.analog .min,.analog .sec {position: absolute;width: 10px;top: 20px;left: 0;right: 0px;margin: auto;padding: 0}
.analog .sec {background: url(../images/sechand.png);z-index: 3}
.analog .min {background: url(../images/minhand.png);z-index: 2}

.analog .hour {
    background: url(../images/hourhand.png);
    z-index: 1
}

.footerBotton {
    background: #fafafa;
}

.footerBotton h5 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 0px;
}



.footerBotton h4 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 50px;
    color: #212529;
}

.footerBotton ul li {
    padding-bottom: 25px;
}

.footerBotton ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.footerBotton ul li a:hover {
    color: #F06824
}

.footerBotton .connectUs {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 10px 10px 0;
    display: block;
}

.footerBotton .connectUs label {
    display: block;
    color: #000;
    font-weight: 400;
}

.footerBotton .connectUs:hover h5 {
    color: #F06824;
}

.footerBotton .connectUs:hover h5:after {
    left: 15px;
}

.footerBotton .socialIcon {
    text-align: center;
    margin: 50px 0 15px 0;
}

.footerBotton .socialIcon li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
}

.footerBotton .socialIcon svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footerBotton .socialIcon span {
    display: inline-block;
    vertical-align: middle;
}

.footerBotton .socialIcon use {
    fill: #000;
}

.footerBotton .socialIcon a:hover use {
    opacity: 1;
    fill: #F06824;
}

.copyright {
    text-align: center;
}

.footerlinks {
    text-align: center;
    padding-bottom: 15px;
}

.footerlinks a {
    margin: 0 20px;
    color: #000;
}

.footerlinks a:hover {
    color: #F06824;
}

.footerlinks a.active {
    color: #F06824;
}

/* End */
.customBanner {
    min-height: 300px;
    background: #000000;
    position: relative;
}

.customBanner .customContainer {
    height: 100%;
    position: relative;
    z-index: 21;
}

.customBanner h1::selection,
.customBanner p::selection {
    background: transparent;
}

.customBanner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 43px;
    overflow: hidden;
}

.customBanner .arrowBtn {
    max-width: 190px;
    margin: 15px 0;
}

.customBanner .bannerLeft {
    width: 60%;
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
}

.customBanner .bannerRight {
    width: 40%;
    margin-top: 100px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-top: 20px;
}

.bannerRight.video_testimonial {
    margin-top: -50px;
    padding-top: 0px;
}

.bannerRight.video_testimonial img.ply_vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 40px;
}

.bannerRight.video_testimonial .tag_lines {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.bannerRight.video_testimonial .tag_lines h5 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px 0;
}

.bannerRight.video_testimonial .tag_lines span {
    color: #fff;
    font-size: 10px;
}

.bannerRight.video_testimonial .awwards_icons {
    left: 90px;
}

.bannerRight.video_testimonial img.elizabeth_img {
    position: relative;
}

.bannerRight.video_testimonial img.elizabeth_img::before {
    content: '';
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-container_1.swiper-container-horizontal {
    overflow: hidden;
}



.contactBtn_wrap {
    position: relative;
}


/*.customBanner .bannerRight .txtBox{position: relative;}
.customBanner .bannerRight .txtBox .abt_video{position: absolute top:0px; right:0px;}*/

.customBanner .bannerRight.mt0 {
    margin-top: 0px;
}

.customBanner .bannerText {
    width: 50%;
    position: relative;
    z-index: 55;
}

.customBanner .home-slider {
    width: 100%;
    height: 100%;
}

.home-slider li {
    display: none;
    height: 100%;
}

.home-slider li.active {
    display: block;
}

.home-slider li .d-flex {
    height: 100%;
}

.customBanner .home-slider .bottom {
    position: relative;
}

@keyframes dropDwonFade {
    0% {
        bottom: 50px;
        opacity: 0
    }
    50% {
        opacity: .2
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes dropDwonFade {
    0% {
        bottom: 50px;
        opacity: 0
    }
    50% {
        opacity: .2
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

.customBanner p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    opacity: 0;
    letter-spacing: 0;
    font-weight: 300;
    position: absolute;
    width: calc(100%- 100px);
    left: 100px
}

.customBanner .home-slider .active p {
    animation: dropDwonFade;
    animation-duration: 1s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes dropDwonFade {
    0% {
        bottom: 50px;
        opacity: 0
    }
    50% {
        opacity: .2
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes dropDwonFade {
    0% {
        bottom: 50px;
        opacity: 0
    }
    50% {
        opacity: .2
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

.customBanner p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 300;
    color: #E0E0E0;
    position: absolute;
    width: calc(100%- 100px);
    left: 100px
}

.customBanner .home-slider .active p {
    animation: dropDwonFade;
    animation-duration: 1s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes typewriter {
    0% {
        width: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes typewriter {
    0% {
        width: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes typewriter2 {
    0% {
        width: 100%;
        opacity: 1
    }
    10%,
    100% {
        width: 0
    }
}

@-webkit-keyframes typewriter2 {
    0% {
        width: 100%;
        opacity: 1
    }
    10%,
    100% {
        width: 0
    }
}

.customBanner h1 span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

.customBanner h1 span:nth-child(1) {
    width: 100%;
    animation: typewriter .25s steps(80, end), typewriter2 2s steps(80, end) 8s;
    -webkit-animation: typewriter .25s steps(80, end), typewriter2 2s steps(80, end) 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.customBanner h1 span:nth-child(2) {
    width: 100%;
    opacity: 0;
    -webkit-animation: typewriter .25s steps(80, end) 0.5s, typewriter2 4s steps(80, end) 7.5s;
    animation: typewriter .25s steps(80, end) 0.5s, typewriter2 4s steps(80, end) 7.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.customBanner h1 span:nth-child(3) {
    width: 100%;
    opacity: 0;
    -webkit-animation: typewriter .25s steps(80, end) 1s, typewriter2 5s steps(80, end) 7s;
    animation: typewriter .25s steps(80, end) 1s, typewriter2 5s steps(80, end) 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.customBanner .boderDiv {
    position: absolute;
    left: 50px;
    height: 150px;
    top: 0;
    margin-top: 25px;
    width: 4px;
    background: #fff;
}

.customBanner .lineWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
    -moz-transition-delay: 3s;
    -webkit-transition-delay: 3s;
    transition-delay: 2s
}

.customBanner .lineBar {
    height: 0;
    background: #fff;
    width: 2px;
    -moz-transition: all 2s ease;
    -moz-transition-delay: .2s;
    -webkit-transition: all 2s ease;
    -webkit-transition-delay: .2s;
    transition: all 2s ease;
    transition-delay: .2s;
    position: absolute;
    top: 0
}

/* @-webkit-keyframes cssAnimation {
    to {
        height: 100%
    }
    from {
        height: 0
    }
} */

.customBanner .home-slider .active .txtBox.hidetxt {
    -moz-animation: fadeText 1s ease-in 5s forwards;
    -webkit-animation: fadeText 1s ease-in 5s forwards;
    -o-animation: fadeText 1s ease-in 5s forwards;
    animation: fadeText 1s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes fadeText {
    0% {
        opacity: 1
    }
    70% {
        opacity: .4
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeText {
    0% {
        opacity: 1
    }
    70% {
        opacity: .4
    }
    100% {
        opacity: 0
    }
}

.orgBg {
    background: #F06824;
}

.heightWrap {
    min-height: 300px;
    position: relative;
}

.weAre {
    padding: 100px 0;
    color: #fff;
    cursor: default;
}

.weAre .animationTxt {
    font-size: 55px;
    font-weight: 700;
    line-height: 80px;
    word-spacing: 8px;
}

.weAre span {
    transition: all 0.8s ease;
    position: relative;
    display: inline-block;
}

.weAre span:hover,
.weAre span.active {
    color: #000;
    transition: all 0.2s ease;
}

.weAre span:before,
.weAre span.active:after {
    background: #fff;
    height: 140px;
    width: 140px;
    border-radius: 180px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    z-index: -1;
    transition: all 0.8s ease;
    transform: scale(0);
}

.weAre span:hover:before,
.weAre span.active:after {
    transform: scale(1);
    transition: all 0.2s ease;
}

.weAre .newtxt:hover span.active:after {
    transition: all 0.8s ease;
    transform: scale(0);
}

.weAre .newtxt:hover span.active {
    color: inherit;
}

.weAre .newtxt span.active:hover {
    color: #000;
}

.weAre .clientlogo {
    width: 100%;
}

.weAre .clientlogo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.weAre .clientlogo li {
    width: 33%;
}

.weAre .clientlogo li:last-child {
    padding-right: 0px;
}

.clientLogo img,
.clientlogo img {
    max-width: 120px;
    max-height: 45px;
    margin: 30px 0;
}

.technologyPartner .imgbox {
    margin: 100px 0 25px 0;
    text-align: center;
}

.technologyPartner h4 {
    font-size: 20px;
    text-align: center;
}

.blackBg .weAre span:hover,
.blackBg .weAre span.active {
    color: #F06824;
}

.blackBg .weAre .newtxt span.active:hover {
    color: #F06824;
}

.bgEffect-wrap {
    clip: rect(auto, auto, auto, auto);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.effectDiv {
    width: 100%;
    position: fixed;
    right: 0;
    margin: auto;
    top: 0;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}


/*===== portfolio css ==========*/

.portfolio {
    position: relative;
    background: #171717;
    text-align: center;
    z-index: 0;
    margin-top: -50px;
}


/*.portfolio::before { content: ''; opacity: .8; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 1;}*/

.portfolio .customContainer {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0px;
    text-align: left;
}

.portfolio .headingWrap h3 {
    color: #fff;
}

.portfolio .headingWrap p {
    max-width: 500px;
    color: #fff
}

.portfolio .headingWrap {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.trustUs {
    position: relative;
}

.trustUs .headingWrap {
    color: #fff;
}

.trustUs .contentBox .logoImg {
    max-width: 380px;
    height: 140px;
}

.trustUs .contentBox p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 15px 0;
}

.trustUs .contentBox p strong {
    font-size: 90%;
    font-weight: 600;
}

.trustUs .imgBox {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 55px;
}

.trustUs .imgBox img {
    max-height: 100%;
}

.trustUs .squerbox {
    position: absolute;
    width: 400px;
    height: 400px;
    background: url("../images/p-center1.png") 0 0 no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /*z-index: -1;*/
}

.trustUs .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    font-style: initial;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: -1px;
}


/*.trustUs .clientInfo{position: absolute; left:50px; bottom:50px;}*/

.trustUs .clientInfo img {
    max-height: 45px;
}

.businessWrap {
    background: #fcefe0;
    position: relative;
}

.businessWrap .backgroundImg {
    background: url(../images/taylormade.html) no-repeat center bottom;
    padding-bottom: 200px;
    margin-bottom: 20px;
}

.businessWrap .txtBox {
    padding: 25px 20px 0 0px;
}

.businessWrap .smallHeading {
    padding-bottom: 10px;
}

.businessWrap ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    list-style-type: number;
    font-weight: 500;
    margin-left: 20px;
}


/*.businessWrap ul li:before{content:" "; position: absolute; left:0px; }*/

section.businessWrap.background_ill {
    background: url(../images/ill_working_illus.png) #fcefe0 no-repeat;
    background-size: 40%;
    background-position: top right;
}

.businessWrap .imgBox {
    text-align: center;
}

.businessWrap .imgBox img {
    max-height: 190px;
}

.businessWrap .stepWrap label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.businessWrap .stepWrap p {
    font-size: 30px;
    font-weight: 700;
}

.businessWrap .stepBox {
    margin-bottom: 40px;
}

.solutionsWrap {
    background: #fff;
    position: relative;
}

.solutionsWrap .headingWrap p {
    margin-top: 5px;
    font-weight: 500;
}

.solutionsWrap .gBg1 {
    background: #ffceba;
    background: -moz-linear-gradient(-45deg, #ffceba 0%, #fcede7 100%);
    background: -webkit-linear-gradient(-45deg, #ffceba 0%, #fcede7 100%);
    background: linear-gradient(135deg, #ffceba 0%, #fcede7 100%);
    position: relative;
    z-index: 2;
    padding-bottom: 60%;
}

.solutionsWrap .gBg2 {
    background: #fcefe0;
    background: -moz-linear-gradient(-45deg, #fcefe0 0%, #fcede7 100%);
    background: -webkit-linear-gradient(-45deg, #fcefe0 0%, #fcede7 100%);
    background: linear-gradient(135deg, #fcefe0 0%, #fcede7 100%);
    position: relative;
    z-index: 2;
    padding-bottom: 60%;
}

.solutionsWrap .gBg1:before {
    background: url("../images/elearing.html") no-repeat bottom right;
    background-size: 80% auto;
}

.solutionsWrap .gBg2:before {
    position: relative;
    background: url("../images/ondemad.png") no-repeat bottom right;
    background-size: 92% auto;
}

.solutionsWrap .gBg1 h3,
.solutionsWrap .gBg2 h3 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: -1px;
}

.solutionsWrap .gBg1 p,
.solutionsWrap .gBg2 p {
    font-size: 16px;
    padding-bottom: 25px;
}

.solutionsWrap .gBg1:before,
.solutionsWrap .gBg2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.servicesWrap .headingWrap {
    padding: 10px 20px 10px 50px;
}

.servicesWrap .servicesBox .middleBox {
    height: 80px;
    overflow: hidden;
}

.servicesWrap .servicesBox p {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.servicesWrap .servicesBox .smallHeading h3 {
    font-weight: 500;
}

.servicesWrap .servicesBox .smallHeading {
    padding-bottom: 20px;
}

.servicesWrap .servicesBox {
    display: flex;
    flex-direction: column;
}

.servicesWrap .servicesBox .image {
    margin-top: auto;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.servicesWrap .servicesBox .image img {
    max-height: 100%;
    transition: all 1.5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
}

.servicesWrap .servicesBox .image.text-right {
    left: auto;
    right: 0;
}

.servicesWrap .design {
    background: rgba(240, 225, 199, 0.4);
}

.servicesWrap .development {
    background: rgba(250, 186, 161, 0.4);
}

.servicesWrap .consultation {
    background: rgba(203, 235, 220, 0.4);
}

.servicesWrap .manageTeams {
    background: #F9F9F9;
    padding-right: 0;
}

.blackBg .titleWrap {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    padding: 80px 0;
}

.whiteBox {
    background-color: #fff;
}

.snapshotWrap .txtWrap {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}

.snapshotWrap .stat-count {
    padding: 50px 0;
}

.snapshotWrap .stat-count .odometer,
.snapshotWrap .stat-count .hrs {
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.snapshotWrap .stat-count .hrs {
    padding-bottom: 9px;
}

.snapshotWrap .stat-count .stat-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.55);
}

.snapshotWrap .starIcon {
    background: url("../images/star.svg") no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
}

.moreReview .feedbackBox {
    background: url(../images/iPadBg.svg) no-repeat top center;
    padding: 40px 40px 0 40px;
    background-size: 100% auto;
    position: relative;
}

.moreReview .feedbackBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0px;
}

.moreReview .feedbackBox ul li {
    width: 25%;
    padding: 20px;
}

.moreReview .feedbackBox ul li .imgBox {
    border-radius: 40px;
    overflow: hidden;
}

.moreReview .feedbackBox ul li .imgBox {
    filter: grayscale(100%);
}

.moreReview .feedbackBox ul li .imgBox .clientInfo {
    display: none;
}

.moreReview .feedbackBox ul li .imgBox img {
    width: 100%;
}

.moreReview .feedbackBox ul li:hover .imgBox {
    filter: grayscale(0%);
}

.moreReview .feedbackBox ul li .reviewTxt {
    display: none;
}

.moreReview .feedbackBox ul.hideUl {
    animation: hideUl ease 2s;
    -webkit-animation: hideUl ease 2s;
    -moz-animation: hideUl ease 2s;
    -o-animation: hideUl ease 2s;
    -ms-animation: hideUl ease 2s;
    opacity: 0;
}

.moreReview .feedbackBox ul.showUl {
    animation: popupShow ease 2s;
    -webkit-animation: popupShow ease 2s;
    -moz-animation: popupShow ease 2s;
    -o-animation: popupShow ease 2s;
    -ms-animation: popupShow ease 2s;
    opacity: 1;
}

.moreReview .feedbackBox .customPopup {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 140px 100px 50px 100px;
    opacity: 0;
    z-index: -1;
}

.moreReview .feedbackBox .customPopup.active {
    animation: popupShow ease 2s;
    -webkit-animation: popupShow ease 2s;
    -moz-animation: popupShow ease 2s;
    -o-animation: popupShow ease 2s;
    -ms-animation: popupShow ease 2s;
    z-index: 22;
    opacity: 1;
}

.moreReview .feedbackBox .customPopup.hidePopup {
    animation: hideUl ease 2s;
    -webkit-animation: hideUl ease 2s;
    -moz-animation: hideUl ease 2s;
    -o-animation: hideUl ease 2s;
    -ms-animation: hideUl ease 2s;
    opacity: 0;
}

@keyframes popupShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popupShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hideUl {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes hideUl {
    100% {
        opacity: 0
    }
    0% {
        opacity: 1;
    }
}

.moreReview .feedbackBox .customPopup .reviewTxt {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
}

.moreReview .feedbackBox .customPopup .reviewTxt:after,
.moreReview .feedbackBox .customPopup .reviewTxt:before {
    content: "";
    position: absolute;
    background: url(../images/leftquote.svg) no-repeat center center;
    width: 45px;
    height: 70px;
    background-size: 100% auto;
}

.moreReview .feedbackBox .customPopup .reviewTxt:before {
    left: 0;
    top: -50px;
}

.moreReview .feedbackBox .customPopup .reviewTxt:after {
    right: 0;
    bottom: -30px;
}

.moreReview .feedbackBox .customPopup .reviewTxt:after {
    transform: rotate(180deg);
}

.moreReview .feedbackBox .customPopup .imgBox {
    margin-top: 50px;
    text-align: center;
}

.moreReview .feedbackBox .customPopup .imgBox img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    display: inline-block;
}

.moreReview .feedbackBox .customPopup .clientInfo .clientName {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.moreReview .feedbackBox .customPopup .clientInfo .des {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.6
}


/*========= section.awardsWrap =============*/

.awardsWrap {
    position: relative;
    text-align: center;
}


/*.awardsWrap_content {max-width:350px; text-align: left; position: absolute; top: 160px; left: 160px;}*/

.awardsWrap .image-grid-outer .image-grid .headingWrap {
    text-align: left;
    margin: 50px 0px;
}

.awardsWrap .image-grid-outer .image-grid .getintouch-btn {
    display: block;
}

.awardsWrap .gridWrap {
    margin-left: -10px;
    margin-right: -10px;
}

.awardsWrap .image-grid-outer {
    padding: 0px 10px;
    width: 33.333%;
    float: left;
    box-sizing: border-box;
}

.awardsWrap .image-grid-outer .image-grid {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.awardsWrap .image-grid-outer .image-grid .img_box {
    position: relative;
    overflow: hidden;
    min-height: 124px;
}

.awardsWrap .image-grid-outer .image-grid .img_box img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*.awardsWrap .image-grid-outer .image-grid:hover .img_box img{ -webkit-transform: scale(1.1); transform: scale(1.1);}*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.awardsWrap .fullWidth {
    overflow: hidden;
    padding-top: 70px;
}

.awardsWrap .fullWidth .imgBox {
    padding: 0 35px 0px 35px;
}

.mNegative {
    margin-left: -150px;
    margin-right: -150px;
}

.moreAwards .imgBox {
    padding: 0 20px;
}

.servicesWrap .row {
    margin-right: 0;
    margin-left: 0;
}

.servicesWrap .headingWrap p {
    font-weight: 400;
}

.servicesWrap .whiteBox {
    padding: 70px 25px 25px 25px;
    display: block;
    height: 100%;
}

.servicesWrap .whiteBox h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0px;
    padding-bottom: 20px;
    min-height: 70px;
}

.servicesWrap .whiteBox .arrowBtn {
    line-height: 36px;
    color: #000;
    padding-left: 45px;
    font-size: 14px;
}

.servicesWrap .whiteBox .arrowBtn:before {
    height: 36px;
    width: 36px;
    background-size: 14px auto;
}

.servicesWrap .whiteBox .arrowBtn:hover {
    padding: 0 45px 0 20px;
}

.servicesWrap .whiteBox .arrowBtn:hover:before {
    width: 100%;
}

.servicesWrap .whiteBox.eBookBg {
    background-image: url(../images/ebook.html);
    background-repeat: no-repeat;
    background-position: top right;
}

.servicesWrap .whiteBox.workBg {
    background-image: url(../images/howit.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.servicesWrap .whiteBox.aboutBg {
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.servicesWrap .whiteBox.installmentsBg {
    background-image: url(../images/month.html);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.servicesWrap .whiteBox.faqBg {
    background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.clientFeedback {
    overflow: hidden;
}

.clientFeedback #animate {
    max-width: 100% !important;
}

.clientFeedback .videoWrap {
    background: url("../images/mcbook.png") no-repeat top center;
    padding: 0;
    width: 600px;
    height: 350px;
    margin: 0 auto;
    background-size: 100% auto;
    position: relative;
    max-width: 700px;
}

.clientFeedback .videoWrap .videoBox {
    position: absolute;
    top: 30px;
    left: 76px;
    right: 76px;
    bottom: 30px;
}

#box {
    width: 100%;
    height: 100%
}

.spacer {
    text-align: center;
    min-height: 100px;
}

.spacer.s0 {
    min-height: 1px;
}

.spacer.s1 {
    min-height: 100px;
}

.spacer.s2 {
    min-height: 200px;
}


.seriveItem {
    position: relative;
    padding-top: 100%;
}

.serviceItem__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
    top: 0;
    left: 0;
}

.seriveItem .bgWrap {
    transform: scale3d(.5, .5, .5);
    transition: transform .6s cubic-bezier(1, .005, .37, 1.645);
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
    padding-top: 100%;
    margin: 30px 0;
}

.seriveItem .bgWrap .bgWrap-inner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.serviceItem__wrap .serviceImg {
    transition-delay: .15s;
    transition: transform .6s cubic-bezier(1, .005, .37, 1), top .6s cubic-bezier(1, .005, .37, 1);
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -34%, 0);
    z-index: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center
}

.servicePro-heading {
    width: 100%;
    position: absolute;
    bottom: 0px
}

.serviceItem__wrap .overFlow {
    overflow: hidden
}

.servicePro-heading .txtDiv,
.hoverSubheading .subheading-txt {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    transition: transform .5s, opacity .5s;
    animation-duration: .75s;
    animation-fill-mode: backwards
}

.servicePro-heading .txtDiv {
    animation-delay: .5s;
    color: #000
}

.hoverSubheading .subheading-txt {
    transition-delay: 0;
    transform: translate3d(0, 3rem, 0);
    opacity: 0
}

.serviceItem__wrap:hover .servicePro-heading .txtDiv {
    transform: translate3d(0, -3rem, 0)
}

.serviceSub-heading {
    width: 100%;
    position: absolute;
    bottom: -20px
}

.serviceSub-heading .subheading-txt {
    font-size: 15px;
    text-align: center;
    transition: transform .5s, opacity .5s;
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s
}

.serviceItem__wrap:hover .serviceSub-heading .subheading-txt {
    transform: translate3d(0, -3rem, 0)
}

.serviceHover-content {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 75%
}

.seriveItem .bodyTxt {
    text-align: center;
    font-size: 15px;
    transition: opacity .5s;
    transition-delay: 0
}

.seriveItem .bodyTxt,
.hoverSubheading .subheading-txt {
    opacity: 0;
    animation-name: servicesItemHideTransitionOnLoad;
    animation-duration: .75s;
    animation-fill-mode: backwards
}

.serviceItem__wrap:hover .hoverHeading .txtDiv {
    transition-delay: .2s;
    transform: translateZ(0);
    opacity: 1
}

.hoverHeading .txtDiv {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    transition: transform .5s, opacity .5s;
    transition-delay: 0;
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    animation-duration: .75s;
    animation-fill-mode: backwards
}

.serviceItem__wrap:hover .hoverHeading .txtDiv {
    transition-delay: .2s;
    transform: translateZ(0);
    opacity: 1;
    color: #000
}

.serviceItem__wrap:hover .bgWrap {
    transform: scaleX(1)
}

.serviceItem__wrap:hover .serviceImg {
    transform: translate3d(-50%, -60%, 0) scale3d(.5, .5, .5);
    top: 100%
}

.serviceItem__wrap:hover .bodyTxt {
    transition-delay: .45s;
    transition-duration: .65s;
    opacity: 1;
    color: #000
}

.serviceItem__wrap:hover .hoverSubheading .subheading-txt {
    transition-delay: .25s;
    transform: translateZ(0);
    opacity: 1;
    color: #000
}

.digloBox {
    background: #fff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
}


/*=========== ankit slider css added ======================*/

.customBanner .swiper-container {
    width: 100%;
}

.customBanner .swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.customBanner .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.customBanner .swiper-slide h2 {
    pointer-events: none;
    opacity: 0;
    color: #fff;
    font-size: calc(5vw);
    letter-spacing: -1px;
    transform: translateY(-5%) scale(0.8);
    transition: 1s ease;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .01);
}

.customBanner .swiper-slide-active h2 {
    opacity: 1;
    transform: translateY(0%) scale(1);
    transition: 1s ease;
}

.awwards_icons {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 130px;
}

.awwards_icons li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.awwards_icons li img {
    max-width: 70px;
}

.awwards_icons li.ic_clutch img {
    max-width: 17px;
}

.txtBox p.header-box {
    background: rgba(17, 17, 17, 0.6);
    padding: 15px;
    text-align: center;
    width: 100%;
}

.awwards_box img {
    width: 70px;
}

.col-sm-4.ic_google_cloud img {
    width: 180px;
}

.col-sm-4.ic_freshworks img {
    width: 120px;
}

.col-sm-4.ic_mixpanel img {
    width: 100px;
}

.awwards_box {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 100px;
}

.col-sm-4.ic_stripe,
.col-sm-4.ic_aws {
    border-bottom: 1px solid #333;
}

.awwards_box .col-sm-4 {
    padding: 15px 15px;
    text-align: center;
}

.col-sm-4.ic_google_cloud {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.col-sm-4.ic_freshworks {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.abt_video a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.abt_video img.ply {
    width: 70px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-35px, -20%);
}


/*.content_box p:first-child{padding-top: 30px;}*/

.contrary .titleWrap {
    color: #2B2B2B;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}

.quote_box {
    width: 100%;
    min-height: 250px;
    background: url(../images/quote_bg.svg) no-repeat bottom;
    background-size: 90%;
    position: relative;
}

.quote_box h2 {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 700;
}

.Vertical_line {
    width: 1px;
    height: 200px;
    background: #F06824;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
}

.content_box h4 {
    font-weight: 700;
}

.content_box p {
    font-size: 20px;
}

a.content_panel {
    min-height: 202px;
    display: block;
    text-align: center;
    padding: 20px;
    position: relative;
}


/*a.content_panel h3{-webkit-transition: 0.4s ease; transition: 0.4s ease;}*/

a.content_panel p {
    font-size: 16px;
}

a.content_panel h3 img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

a.content_panel:hover h3 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a.content_panel:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.btn_wrap {
    text-align: center;
}

.btn_wrap .getintouch-btn {
    position: relative;
    z-index: 1;
}


/*button.readmore-btn {max-width: 192px; border: 1px solid #F06824; font-weight:500; font-size: 15px; padding: 7px 20px; color: #F06824; display: inline-block; text-transform: uppercase; margin-top: 25px; background: transparent; outline: none; position: absolute; bottom: 30px; left: 50%; transform: translate(-64px, 0px); transition: 0.3s ease-in-out;}
button.readmore-btn:hover{background:#F06824; color: #fff; transition: 0.3s ease-in-out;}
*/

button.readmore-btn {
    max-width: 192px;
    background: #F06824;
    color: #fff;
    border: 1px solid #F06824;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
    outline: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-64px, 0px);
    transition: 0.3s ease-in-out;
}

button.readmore-btn:hover {
    background: transparent;
    color: #F06824;
    border: 1px solid #F06824;
    transition: 0.3s ease-in-out;
}


/* ========== Button - Lines ========== */

.box-lines {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0px 15px;
}

.box-lines .line-top,
.line-bottom,
.line-left,
.line-right {
    position: absolute;
    background: #e24f1d;
    -webkit-transition: width 210ms ease-out 10ms, height 210ms ease-out 10ms;
    -moz-transition: width 210ms ease-out 10ms, height 210ms ease-out 10ms;
    -o-transition: width 210ms ase-out 10ms, height 210ms ease-out 10ms;
    transition: width 220ms ease-out 10ms, height 220ms ease-out 10ms;
}

.box-lines .line-top,
.box-lines .line-bottom {
    width: 0;
    height: 1px;
}

.box-lines .line-top {
    top: 0;
    left: 0;
}

.box-lines .line-bottom {
    bottom: 0;
    right: 0;
}

.box-lines .line-left,
.box-lines .line-right {
    width: 1px;
    height: 0;
}

.box-lines .line-left {
    bottom: 0;
    left: 0;
}

.box-lines .line-right {
    top: 0;
    right: 0;
}

.box-lines:hover .line-top,
.box-lines:hover .line-bottom {
    width: 100%;
}

.box-lines:hover .line-left,
.box-lines:hover .line-right {
    height: 100%;
}


/*------------------------------------ hover effect -----------------------------------*/

.box-border-light {
    display: block;
    border: solid 3px rgba(255, 255, 255, .5);
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.box-one-third .inner {
    color: #fff;
    padding: 10%;
    text-align: center;
    padding-top: 25%;
    padding-bottom: 25%;
}

.box-one-third .inner p {
    color: #fff;
    font-size: 16px;
}

.box-border-light:hover {
    background: #e24f1d;
    color: #222;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.box-one-third .inner {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 32px;
}


/*------------------------------------ hover effect -----------------------------------*/

.content_panel h3 {
    font-size: 32px;
    color: #e24f1d;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 20px;
}

.content_panel h3 img {
    width: 180px;
}

.clientInfo {
    text-align: center;
}

.clientInfo img {
    margin: 20px 10px;
}

.swiper-container_2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.clientlogo {
    min-height: auto;
    background: url(../images/clientlogo_bg.svg) no-repeat;
    position: relative;
    background-size: cover;
    z-index: 1;
}

.clientlogo_img {
    width: 100%;
    padding-top: 130px;
}


/*.clientlogo_img > li { display: inline-block; vertical-align: middle; width: 19%;text-align: center;}*/

.testimonial__section .author .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
}

.testimonial__section .headingWrap p {
    color: #fff;
}

.testimonial-card-text-wrapper.video_testimonial {
    padding: 0px;
    position: relative;
}

.testimonial-card-text-wrapper.video_testimonial img.ply_vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 40px;
}

.testimonial-card-text-wrapper.video_testimonial .tag_lines {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.testimonial-card-text-wrapper.video_testimonial .tag_lines h5 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px 0;
}

.testimonial-card-text-wrapper.video_testimonial .tag_lines span {
    color: #fff;
    font-size: 10px;
}


/*video pop*/

.modal-window-wrapper,
.modal-window-wrapper_1 {
    background: rgba(0, 0, 0, .9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow: auto;
    display: none;
}

.modal-window.popup-inner {
    max-width: 96%;
    text-align: center;
    margin: 40px auto 40px;
    position: relative;
}

.modal-window.modal-window-visible {
    display: block;
    opacity: 0;
    /* -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0); */
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
}

.modal-window.modal-window-visible1 {
    opacity: 1;
    /* -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100); */
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

.modal-window-wrapper.modal-wrapper-visible,
.modal-window-wrapper_1.active.modal-wrapper-visible {
    display: block;
}

.modal-window.popup-inner.videoPopup video {
    max-width: 100%;
    max-height: 700px;
}

.popup-close-button-inner {
    position: fixed;
    right: 80px;
    top: 50px;
    font-size: 7px;
    cursor: pointer;
}

.text_descrip {
    text-align: center;
    background: #000;
}

.text_descrip video#elizabeth {
    width: 100%;
    margin: 0 auto;
}

.text_descrip video#fleetapp {
    width: 100%;
    margin: 0 auto;
}


/*=============== perks css =================*/

.perks .headingWrap {
    text-align: center;
}


/*========== navbar-toggle css ===========*/

.navbar-toggle {
    border-color: #fff;
    border-width: 0;
    margin-right: 0
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

.mobile-menu-trigger.scrolled .navbar-toggle .icon-bar,
.mobile-menu-trigger.scrolled .navbar-toggle .icon-bar+.icon-bar {
    background: #333
}

.mobile-menu-trigger.scrolled .navbar-toggle {
    border-color: #333
}

.menu_inner_left {
    font-size: 20px;
    color: #fff
}

.menu_inner_left p {
    text-align: left;
    padding: 10px 0 0 20px;
    font-weight: 500
}

.menu_inner_right img {
    width: 26px;
    float: right;
    padding-top: 12px;
    padding-right: 10px;
    cursor: pointer
}


/*** toggle bar ***/

.nav-toggle svg {
    width: 73px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-toggle path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #fff;
    stroke-dashoffset: 0px;
}

.nav-toggle path#top,
path#bottom {
    stroke-dasharray: 240px 710px;
}

.nav-toggle path#middle {
    stroke-dasharray: 240px 240px;
}

.nav-toggle .cross path#top,
.cross path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px;
}

.nav-toggle .cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
}

.icon.bars {
    width: 30px;
    border-top: solid 3px #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: left;
    position: absolute;
}

.nav-toggle .icon.bars:nth-child(1) {
    top: 2px;
    transition: all .3s;
}

.nav-toggle .icon.bars {
    margin: 15px 0 0 2px;
}

.nav-toggle .icon.bars:nth-child(2) {
    top: 10px;
    transition: all .3s;
}

.nav-toggle .icon.bars:nth-child(3) {
    top: 18px;
    transition: all .3s;
}

.nav-toggle {
    display: none;
}


/*end */


/*================ about page css ====================*/

.text1,
.text2 {
    left: 25%
}

.text3 {
    left: 13%;
    top: -20px
}

.text.text2 h2 {
    font-weight: 300
}

.contact_button {
    width: 200px;
    float: left;
    position: relative
}

.button {
    font-size: 18px;
    font-weight: 400;
    right: 0;
    position: absolute;
    padding: 6px 0;
    border: 1px solid #000;
    border-radius: 24px;
    width: 100px;
    text-align: center;
    top: 24px
}

#home.slider,
.slider {
    padding-top: 0;
    position: relative;
    overflow: hidden
}

#home.slider,
#home.slider:after,
.slider {
    width: 100%;
    min-height: 100%;
    height: 100vh
}

.slider {
    background: #fc732b
}

#home.slider {
    background: url(../images/banner-img2.html) center bottom no-repeat #000;
    background-size: cover
}

#home.slider:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: bgcolor 2s;
    background: rgba(0, 0, 0, .5);
    -webkit-animation-delay: 2s;
    animation: bgcolor 2s;
    animation-delay: 2s
}

.circle div {
    border-color: #fc732b
}

.circle-container,
.homescreen-content {
    z-index: 2
}

.start_project p {
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;
    margin-top: 20px
}

@-webkit-keyframes mymove {
    0%,
    100% {
        padding-top: 9em
    }
    50% {
        padding-top: 8.5em
    }
}

@keyframes mymove {
    0%,
    100% {
        padding-top: 9em
    }
    50% {
        padding-top: 8.5em
    }
}

.aboutpage .banner {
    background: url(../images/aboutimg.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.aboutpage .banner .bannerLeft {
    width: 60%;
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
}

.aboutpage .banner h1 {
    font-family: 'metropolisregular', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.aboutpage .banner p {
    font-family: 'metropolisregular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #FFFFFF;
}

.aboutpage .pd-tb {
    padding: 80px 0px;
}

.aboutpage .para {
    font-family: 'metropolisregular', sans-serif;
    letter-spacing: 0.4px;
    color: #475E83;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
}

.aboutpage .illustrations {
    background: #F5F9FF;
    padding: 40px;
    margin-top: 50px;
}

.aboutpage .illustrations img {
    height: 190px;
}

.aboutpage .illustrations .para {
    letter-spacing: 0px;
    color: #484646;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.aboutpage .hire {
    background: url(../images/img_bg_2.png) 0 0 no-repeat;
    background-size: cover;
}

.aboutpage .subtitle {
    font-family: 'metropolisregular', sans-serif;
    color: #484646;
    opacity: 1;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 20px;
}

.aboutpage .leadership {
    background: #F5F9FF;
}

.aboutpage .leader {
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.aboutpage .leader img {
    margin: 0 auto;
    text-align: center;
    height: 100px;
    position: absolute;
    right: 40%;
    top: -30%;
}

.aboutpage .bkwhite {
    background: #fff;
    padding: 40px;
}

.aboutpage .name {
    letter-spacing: 0.22px;
    color: #484646;
    font-size: 16px;
    font-weight: 500;
}

.aboutpage .co {
    letter-spacing: 0.36px;
    color: #475E83;
    font-size: 14px;
    font-weight: 500;
}

.aboutpage .bkwhite .para {
    letter-spacing: 0.4px;
    color: #475E83;
    font-size: 14px;
    text-align: center;
}

.aboutpage .orange {
    color: #F56D22 !important;
}

.main_circle {
    margin: 4em auto 0;
    width: 980px;
    position: relative;
}

.left_outer {
    width: 600px;
    text-align: center;
    float: left;
    margin-right: -110px
}

.left_outer p {
    color: #7323de;
    font-size: 20px;
    font-weight: 500
}

.left_circle {
    width: 600px;
    height: 600px;
    border-radius: 300px;
    float: left;
    border: 3px solid #7323de
}

.left_circle_text {
    padding-left: 13%;
    float: left;
    padding-top: 26%
}

.left_circle_text p {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #4c525a;
    width: 100%;
    text-align: left;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 500
}

.left_circle_text hr {
    width: 18px;
    border: 3px solid #e7e7e8;
    float: left;
    margin: 10px 0;
    border-radius: 4px
}

.right_outer p {
    color: #fa691c;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}




.right_outer {
    width: 600px;
    text-align: center;
    float: left;
    margin-left: -110px
}

.right_circle_text {
    padding-right: 13%;
    float: right;
    padding-top: 26%
}

.right_circle_text hr {
    width: 18px;
    border: 3px solid #e7e7e8;
    float: right;
    margin: 10px 0;
    border-radius: 4px
}

.right_circle {
    width: 600px;
    float: left;
    max-width: 100%;
    border-radius: 300px;
    height: 600px;
    border: 3px solid #fa691c;
    overflow: hidden;
    position: relative
}

.center_outer {
    width: 400px;
    text-align: center;
    height: 400px;
    border-radius: 200px;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 100px;
    margin-left: -200px
}

.section-title,
.section-title hr {
    position: relative
}

.center_circle {
    width: 600px;
    margin-top: -1px;
    border-radius: 300px;
    height: 595px;
    background: #5e5865;
    margin-left: -385px
}

.center_circle_text p {
    padding-top: 6px;
    color: #fff;
    text-align: center
}

.center_circle_text {
    padding-top: 6.5em
}

.center_circle_text hr {
    width: 18px;
    border: 3px solid #848287;
    margin: 10px auto;
    border-radius: 4px
}

.imgsection {
    display: flex;
    align-items: center;
    text-align: left;
}

.imgsection img {
    height: 50px;
    margin-right: 10px;
}

.journey img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.imgsection h5 {
    font-size: 16px;
}

.week_status_sec.fourstep_week {
    padding: 0px 0 90px 0;
    float: left;
    width: 100%;
}

.vertical-caption.align-right .work_stp_slide {
    text-align: right;
}

.fourstep_week .left_content_works ul li .vertical-caption.align-right p {
    text-align: right;
}

.step_1 {
    height: 500px !important;
    margin: 0;
}

.secondStep .step_text,
.thirdStep .step_text,
.forthStep .step_text {
    padding-top: 0;
}

.step_1.step_2 p {
    text-align: right;
}

.fourstep_week .step_1 .cover,
.fourstep_week .vertical-line {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 57px;
    width: 0px;
}

.fourstep_week.s_x .vertical-line {
    height: 70%;
}

.fourstep_week.d_x .vertical-line {
    height: 91%;
}

.fourstep_week .vertical-line {
    border: 2px dashed #e2e2e4;
}

.fourstep_week .work_stp_slide {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.header_outer {
    z-index: 999;
}

.step_1 .step_text p {
    text-align: left;
    font-size: 14px;
}

.vertical-line {
    border: 1px dashed #e2e2e4 !important;
    z-index: 9;
}

.fourstep_week.s_x .vertical-line {
    height: 70%;
}

.fourstep_week .step_1 .cover,
.fourstep_week .vertical-line {
    top: 0;
}

.filled_circle,
.rounded_circle {
    border-radius: 50px;
    text-align: center
}

.filled_circle {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -10px;
    top: -1px;
}

.fourstep_week .slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    margin-top: 20px;
}

.step_1:before {
    position: absolute;
    content: '';
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    font-size: 16px;
    font-weight: 700;
    color: #fc732b;
}

.step_1:after {
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
    background: #52C280;
    border-radius: 100%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.step_1.step_2:before {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    text-align: right;
}

.week_status_sec.week_developx .slide.secondStep:before {
    /*top: 25%;*/
    content: '';
}

.week_status_sec.week_developx .slide.thirdStep:before {
    /*top: 50%;*/
    content: '';
}

.week_status_sec.week_developx .slide.forthStep:before {
    /*top: 75%;*/
    content: 'Week 4';
}

.week_status_sec.week_developx .slide.fifthStep:before {
    /*top:95%;*/
    content: 'Week 5 onwards';
}

.week_status_sec .slide.secondStep:before {
    /*top: 33%;*/
    content: 'Week 2';
}

.week_status_sec .slide.thirdStep:before {
    /*top: 66%;*/
    content: 'Week 3';
}

.week_status_sec .slide.forthStep:before {
    /*top: 95%;*/
    content: 'Week 4';
}

.filled_circle p img {
    opacity: 0;
}

.filled_circle p img {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 35px;
    width: 147px;
    color: #F06824;
    text-align: right;
    top: -2px;
}

.work_stp_slide {
    position: relative;
    text-align: left;
    padding: 30px;
    background: #F5F9FF;
    margin: 28px 0;
    border-radius: 3px;
}

.work_stp_slide h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.work_stp_slide h4 {
    font-weight: 700;
}

.work_stp_slide {
    padding: 18px;
    margin: 8px 0;
}

.fourstep_week .work_stp_slide {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.step_1 .step_text p {
    text-align: justify;
    font-size: 18px;
    padding-right: 0;
    color: #8492a6
}

.fourstep_week .slides-container {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: 10;
}

.vertical-caption.align-right .work_stp_slide {
    text-align: right;
}

.fourstep_week .work_stp_slide {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.step_1 .step_text {
    float: right;
    width: 43%;
    margin-right: 14px;
}

.step_2 .step_text {
    float: left;
    width: 42%;
    margin-left: 36px;
}

.step_1 .step_images {
    float: left;
    width: 50%;
}

.step_2 .step_images {
    float: right;
    width: 50%;
}


/*======= About page end  =======*/


/*.header .logo .anmiationLogo {
    width: 250px !important;
    height: 270px !important;
}*/




/*.bannerRight.video_testimonial {
    width: 300px !important;
    float: right;
    margin: 0 auto;
}*/

.bannerRight.video_testimonial .awwards_icons {
    left: 0;
    bottom: -50px;
}

.bannerRight.video_testimonial ul.awwards_icons {
    position: absolute;
    bottom: -8px;
    left: 15px;
}

.bannerRight.video_testimonial .txtBox {
    margin-bottom: 50px;
}


.bannerRight.video_testimonial .txtBox {
    position: relative;
    width: 330px !important;
    display: inline-block;
}

.bannerRight.video_testimonial .bottom {
    width: 100%;
    text-align: center;
}

img.ply_vid {
    cursor: pointer;
}

.bannerRight.video_testimonial .tag_lines {
    bottom: 0;
}

.txtBox a {
    display: inline-block;
    background: #000;
    opacity: 0.7;
}

.video_testimonial a {
    display: inline-block;
    background: #000;
    opacity: 0.7;
}

.awwards_icons.logo_sld {
    left: 22px;
}

.contrary .content_box h4 {
    margin-bottom: 10px;
}

.rapid_im {
    display: none;
}

/* ::marker {
    -webkit-display: inline-block !important;
    -moz-display: inline-block !important;
    -webkit-visibility: visible !important;
    -moz-visibility: visible !important;
    -webkit-unicode-bidi: isolate;
    -moz-unicode-bidi: isolate;
    -webkit-font-variant-numeric: tabular-nums;
    -moz-font-variant-numeric: tabular-nums;
    -moz-text-transform: none;
    -webkit-text-transform: none;
    -moz-text-transform: none;
    -webkit-text-indent: 0px !important;
    -moz--text-indent: 0px !important;
    -webkit-text-align: start !important;
    -moz-text-align: start !important;
    -webkit-text-align-last: start !important;
    -moz-text-align-last: start !important;
} */

.businessWrap li span {
    position: absolute;
    left: -18px;
    width: 10px;
    text-align: center;
    display: inline-block;
}


.trustUs .squerbox.sbox_2 {
    background: url("../images/p-center2.png") center center no-repeat !important;
    background-size: 100% !important;
}

.trustUs .squerbox.sbox_3 {
    background: url("../images/p-center3.png") center center no-repeat !important;
    background-size: 100% !important;
}

.trustUs .squerbox.sbox_4 {
    background: url("../images/p-center4.png") center center no-repeat !important;
    background-size: 100% !important;
}

.trustUs .squerbox.sbox_5 {
    background: url("../images/p-center5.svg") center center no-repeat !important;
    background-size: 100% !important;
}

.trustUs .squerbox {
    background-size: 100% !important;
}

.clientInfo {
    text-align: center;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}

.trustUs .effectDiv .customContainer {
    position: relative;
}

.trustUs .clientInfo img {
    max-height: 46px;
    width: 165px;
    vertical-align: top;
    margin: 0;
    display: table-cell;
}

.mob-port {
    display: none;
}

.portfolio img {
    opacity: 0.7;
}

.section {
    position: relative;
    max-width: 920px;
    min-height: 75vh;
    padding: 40px;
    margin: auto;
    background-color: #48c9b0;
    color: #ffffff;
}

.section.bg-static {
    background-color: #85c1e9;
    background-image: url("https://uc77df9fd300a1820c4ccae40846.dl.dropboxusercontent.com/cd/0/inline/BsJnSTFrqH0ZpXsSd8OpLtfYmNQOZSwx29a1aafVpg7vrRP6QfGa1knuOwoKK76WTLbiyVEKe7tRWpXkF04JecVg2V45Ul-BjvPxZjstuTFnK_7IiFxac1isMBLGclFqxWnRCyCbkxnw32ov5DZL7uGmSdTPsRFm-epFRxnlUSItNw/file#");
    background-size: cover;
    background-position: center;
}

.section .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 100%;
    background-image: url("https://uc3ade66cb433357a20259f87106.dl.dropboxusercontent.com/cd/0/inline/BsJRjwHWjOjQZCF-8uNa2P_Tgqvpaud0LzO42On4LM_HWs_i0Y2cDtBeCFmxcbJgSomftN_ZiSp7gdAEsd8MrgzTKMpwabgqdxIHAXVyA4XMF74pIujmFxX7NiKYfdY3XwPRH1nV9z0OMEza1HdUn-Ps3pW7rfhr4TMIpmheoMZ68g/file#");
    background-size: cover;
    background-position: center;
}


/* */

.bg-static,
.slide_rgt {
    overflow: hidden;
    white-space: nowrap;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: flex;
    flex-wrap: no-wrap;
    padding-top: 0px;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    -moz-transition: all ease-in-out 0.9s;
}

.bg-move,
.sld_move_right {
    height: 70px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding-top: 0;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    -moz-transition: all ease-in-out 0.9s;
}


/*.pane:nth-child(4n+2)  {
  background-color: #49E83E;
}
.pane:nth-child(4n+3)  {
  background-color: #EDDE05;
}
.pane:nth-child(4n+4)  {
  background-color: #E84B30;
}
.pane:last-child {
  background-color: #45CCFF;
}*/


/*.slide_rgt .sld_move_right{
    left: 0;
}
*/

.bg-move li,
.sld_move_right li {
    flex: 0 0 20vw;
    text-align: center;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    -moz-transition: all ease-in-out 0.9s;
}

.clientlogo {
    padding: 70px 0 40px 0;
}


.sld_first {
    left: 50px !important;
}

.sld_three {
    left: -12px !important;
}


.clientlogo {
    background-size: cover;
    background-position: bottom center;
    padding: 90px 0 !important;
}

.contactWrap .addressWrap .loactionTxt {
    width: 100%;
}





/*=============  Responsive css ===============*/

@media(max-width: 1920px) {
    .customBanner {
        padding-top: 330px !important;
    }
    .sld_three {
        left: 100px !important;
    }
}

@media(min-width: 1600px) {
    .customBanner h1 {
        font-size: 50px;
    }
    .customContainer {
        max-width: 1400px;
    }
    .contrary .titleWrap {
        font-size: 65px;
        line-height: 65px;
    }
    .headingWrap h2 {
        font-size: 50px;
    }
    .headingWrap h3 {
        font-size: 50px;
    }
    .blackBg .titleWrap {
        font-size: 60px;
    }
    .snapshotWrap .txtWrap {
        font-size: 20px;
    }
    .snapshotWrap .stat-count .odometer,
    .snapshotWrap .stat-count .hrs {
        font-size: 40px;
    }
}

@media(max-width: 1400px) {
    .customContainer {
        max-width: 1170px;
    }
    .customBanner h1 {
        font-size: 45px;
        min-height: 150px;
    }
    .contrary .titleWrap {
        font-size: 40px;
        line-height: normal;
    }
    .headingWrap h2 {
        font-size: 40px;
        line-height: normal;
    }
    .headingWrap h3 {
        font-size: 40px;
        line-height: normal;
    }
    .blackBg .titleWrap {
        font-size: 50px;
        line-height: normal;
    }
    .snapshotWrap .txtWrap {
        font-size: 18px;
    }
    .snapshotWrap .stat-count .odometer,
    .snapshotWrap .stat-count .hrs {
        font-size: 35px;
    }
    .trustUs .title {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 45px;
    }
    .smallHeading h3 {
        font-size: 25px;
    }
    .innovate .swiper-slide h3 {
        font-size: 25px;
    }
    .rapidstore_content h2 {
        font-size: 45px;
        line-height: normal;
    }
    .footerBotton h4 {
        font-size: 35px;
    }
    .footerBotton h5 {
        font-size: 20px;
    }
    .customBanner .txtBox p {
        /* left: 100px; */
        position: static;
        padding-left: 100px;
        margin-bottom: 55px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.contrary .row {
    margin: 0 !important;
}


/*=============  Responsive css end ===============*/

@media(max-width: 1920px) {
    ul.awwards_icons.sld_first {
        bottom: -40px;
    }
}

@media(max-width: 1400px) {
    .customBanner .bannerLeft {
        width: 50%;
    }
    .customBanner .bannerRight {
        width: 50%;
    }
    .customBanner .txtBox p.header-box {
        left: 0px;
    }
    .customBanner .txtBox p {
        left: 100px;
    }
    .awwards_box {
        left: 20px;
    }
    .awwards_icons {
        left: 70px;
    }
    canvas.draw {
        width: 330px !important;
    }
    ul.awwards_icons.sld_first {
        bottom: 0;
    }
    .header .logo .anmiationLogo {
        width: 240px;
        height: 310px;
    }
    .customBanner {
        padding-top: 270px !important;
    }
    .customBanner {
        height: 660px !important;
    }
    .awwards_box {
        position: static;
        vertical-align: top;
        margin-bottom: 55px;
    }
    .customBanner .txtBox p.header-box {
        margin-bottom: 0;
    }
    .sld_three {
        left: 0px !important;
    }
    canvas.draw {
        width: 400px !important;
    }
    .header .logo .anmiationLogo {
        width: 255px;
        height: 350px;
    }
}

@media(max-width: 1279px) {
    .customContainer {
        padding: 0px 15px;
    }
    .customBanner .bannerRight {
        width: 50%;
    }
}

@media(max-width: 1199px) {
    .header .logo .anmiationLogo {
        width: 220px;
        position: relative;
        height: 280px;
    }
    canvas.draw {
        width: 280px !important;
    }
    .customBanner h1 {
        font-size: 38px;
        min-height: 100px;
    }
    .customBanner {
        height: 600px !important;
        padding-top: 250px !important;
    }
    .bannerRight.video_testimonial .txtBox {
        width: 290px !important;
    }
    .customBanner .bannerRight {
        width: 45%;
    }
    .sld_second {
        left: 35px !important;
    }
    .sld_first {
        left: 95px !important;
    }
    .header .logo .anmiationLogo {
        width: 240px;
        height: 310px;
    }
    .founders .headingWrap h3 {
        font-size: 38px;
    }
}

@media( max-width:991px) {
    
    .customBanner h1 {
        font-size: 30px;
        min-height: 100px;
    }
    .customBanner .bannerLeft {
        width: 42%;
    }
    .customBanner .bannerRight {
        width: 55%;
    }
    .awwards_icons li img {
        max-width: 60px;
    }
    .contrary .titleWrap {
        font-size: 32px;
        text-align: left;
        padding: 0 15px;
    }
    .pad-topBottom-50 {
        padding: 28px 0;
    }
    .contrary .content_box {
        margin: 10px 0;
        display: inline-block;
        width: 100%;
    }
    .quote_box h2 {
        font-size: 36px;
    }
    .quote_box {
        min-height: 150px;
        background-size: 535px;
        text-align: center;
    }
    .Vertical_line {
        height: 120px;
        margin-top: 35px;
    }
    .headingWrap p {
        font-size: 18px;
    }
    .content_panel h3 img {
        width: 160px;
    }
    a.content_panel {
        padding: 20px 12px;
    }
    .content_panel h3 {
        margin-bottom: 15px;
    }
    .headingWrap h2 {
        font-size: 36px;
    }
    .quote_box h2 {
        width: 100%;
    }
    .founders .headingWrap h3 {
        font-size: 36px;
    }
    .founders .orgtext {
        padding-bottom: 20px;
    }
    .technology_icons .imgbox {
        margin: 70px 0 15px 0;
    }
    .blackBg .titleWrap {
        font-size: 40px;
        padding: 60px 0;
    }
    .remove_991 {
        display: none !important;
    }
    .testimonial__section .testimonial-grid-outer {
        width: 50%;
    }
    section.blackBg.founders {
        text-align: center;
    }
    .snapshotWrap .col-lg-4.col-sm-6 {
        max-width: 33.33%;
    }
    .tag_batch_testi h3 {
        font-size: 32px;
    }
  
    .navbar-toggler i {
        font-size: 30px;
        color: #F06824;
    }
    .padd70.foot_txt {
        padding: 20px 70px;
        font-size: 46px;
    }
    .contactForm {
        max-width: 70%;
        margin: 0 auto;
    }
    .addressWrap {
        display: none !important;
    }
    .trustUs .title {
        font-size: 32px;
        line-height: 40px;
        padding: 0 15px;
    }
    .trustUs .title br {
        display: none;
    }
    .bg-move li,
    .sld_move_right li {
        flex: 0 0 25vw;
    }
    img.l_mob {
        max-height: 60px;
    }
    .sld_second {
        left: 15px !important;
    }
}

@media( max-width:767px) {
    .customBanner .bannerLeft {
        width: 100%;
    }
    .customBanner .bannerRight {
        width: 100%;
    }
    .swiper-slide .d-flex {
        display: inline-block !important;
    }
    .customBanner {
        height: auto !important;
        padding-top: 100px !important;
    }
    .customBanner h1 {
        min-height: auto;
        margin-bottom: 20px;
    }
    canvas.draw {
        width: 150px !important;
    }
    .header .logo .anmiationLogo {
        width: 165px;
        height: 190px;
    }
    .customBanner .swiper-slide {
        text-align: center;
    }
    .customBanner .swiper-slide a.getintouch-btn {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .customBanner .boderDiv {
        display: none;
    }
    .customBanner .txtBox p {
        padding-left: 0;
    }
    .customBanner .bannerRight {
        width: 100%;
        margin-top: 20px;
    }
    .bannerRight.video_testimonial .txtBox {
        width: 230px !important;
        margin-bottom: 85px;
    }
    .bannerRight.video_testimonial ul.awwards_icons {
        bottom: 25px;
        left: 0;
    }
    .awwards_icons {
        left: 0;
    }
    .awwards_icons.logo_sld {
        bottom: -20px !important;
    }
    .awwards_icons {
        left: 0 !important;
        bottom: -15px !important;
    }
    .bannerRight.video_testimonial ul.awwards_icons {
        bottom: -5px !important;
    }
    #elizabeth_video .popup-close-button-inner {
        right: 30px;
        top: 35px;
    }
    .contrary .titleWrap {
        font-size: 28px;
    }
    .headingWrap p br {
        display: none;
    }
    .quote_box h2 {
        font-size: 32px;
    }
    .quote_box {
        min-height: 110px;
        background-size: 410px;
    }
    .Vertical_line {
        height: 60px;
    }
    .headingWrap h2 {
        font-size: 32px;
    }
    .headingWrap h3 {
        font-size: 36px;
    }
    #content-wrapper {
        overflow: hidden;
    }
    .portfolio img {
        max-width: 150%;
    }
    .portfolio {
        height: 470px;
    }
    .blackBg.founders {
        text-align: center;
    }
    .technology_icons h4 {
        font-size: 18px;
    }
    .technology_icons .imgbox {
        margin: 45px 0 15px 0;
    }
    .foundersBox .detailsBox {
        display: inline-block;
        text-align: center;
        margin: 0 10px;
    }
    .customContainer.innovate {
        margin-top: 40px;
    }
    .founders .headingWrap h3 {
        font-size: 32px;
    }
    .snapshotWrap .col-lg-4.col-sm-6 {
        max-width: 33.33%;
    }
    .remove_767 {
        display: none !important;
    }
    .testimonial__section .testimonial-grid-outer {
        width: 100%;
    }
    .testimonial__section.testm_btm .testimonial-grid-outer .testimonial-grid .testimonial-card-text-wrapper {
        text-align: center;
    }
    .testimonial__section.testm_btm .widgets_wrapper {
        max-width: 100% !important;
    }
    .testm_btm .testimonial__content {
        margin-top: 25px;
    }
    .testimonial__section .testimonial-grid-outer {
        width: 50%;
    }
    .testm_btm .testimonial__content {
        text-align: center;
    }
    .testimonial__section.testm_btm .testimonial-grid-outer {
        width: 300px;
        display: inline-block;
    }
    .testimonial__section.testm_btm .testimonial-grid-outer {
        left: 50% !important;
        transform: translate(-50%, 0);
    }
    .testimonial__section.testm_btm .testimonial__text-wrapper.headingWrap {
        padding-top: 0;
        text-align: center;
    }
    .testimonial__text-wrapper.headingWrap {
        padding-top: 0;
        text-align: center;
    }
    .tag_batch_testi {
        text-align: center !important;
    }
    .awardsWrap .image-grid-outer {
        width: 33.333%;
        float: none;
        position: static !important;
        transform: none;
        display: inline-block;
    }
    .grid_100 {
        width: 100% !important;
    }
    .awardsWrap .image-grid-outer .image-grid .headingWrap {
        text-align: center;
    }
    .awardsWrap .image-grid-outer .image-grid .getintouch-btn {
        display: inline-block;
    }
    .rapid_im {
        display: inline-block;
    }
    .rapidstore {
        padding-bottom: 0;
    }
    .rapidstore .customContainer {
        padding-right: 0;
    }
    .rap_img {
        width: 100%;
        text-align: right;
        display: inline-block;
    }
    .rapid_im {
        display: inline-block;
        width: 62%;
        margin-top: 20px;
    }
    .rapidstore:before {
        display: none;
    }
    .awardsWrap .image-grid-outer.grid_100 {
        width: 100% !important;
    }
    .awardsWrap .gridWrap {
        text-align: center;
        display: inline-block !important;
    }
    .awardsWrap .testimonial__content.awardsWrap_content {
        height: auto !important;
    }
    .awardsWrap {
        padding-bottom: 0 !important;
    }
    .rapidstore_content {
        max-width: 100%;
    }
    .rapidstore_content h2 {
        font-size: 38px;
        line-height: normal;
    }
    section.businessWrap.background_ill {
        background-size: 47%;
    }
    .navbar .navbar-collapse {
        position: fixed;
        /* top: 90px; */
        background: #fff;
        width: 220px;
        z-index: 9;
        right: 0;
        padding: 35px 0 30px 0;
        /*border: solid 1px #333;*/
    }
    /*.header .contactBtn {
    margin: 15px 0 0 27px;
}*/
    .navbar-collapse li a {
        display: inline-block;
    }
    .navbar-collapse li {
        display: inline-block;
        width: 100%;
    }
    ul.navbar-nav {
        top: 0;
        display: inline-block;
        width: 100%;
    }
    .header .customContainer {
        padding: 10px 15px;
    }
    .sticky-top.sticky {
        height: 95px;
    }
    .header.sticky-top.sticky .logo .anmiationLogo {
        top: -10px;
    }
    .padd70.foot_txt {
        padding: 10px 50px;
        font-size: 36px;
    }
    .trustUs .title {
        padding: 0 15px;
    }
    .trustUs .title br {
        display: none;
    }
    .trustUs .squerbox {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
        background-position: center center !important;
    }
    /*.trustUs .clientInfo img {
    max-height: 35px;
}*/
    .bg-move li,
    .sld_move_right li {
        flex: 0 0 33vw;
    }
    img.l_mob {
        max-height: 65px;
        margin-top: 7px;
    }
    .footerBotton .connectUs {
        border-right: none;
      }
}

@media( max-width:675px) {
    a.content_panel {
        min-height: auto;
    }
    .foundersBox .detailsBox {
        max-width: 120px;
    }
    .foundersBox .detailsBox p {
        margin: 15px 0px 5px;
    }
    .foundersBox .detailsBox h6 {
        font-size: 12px;
    }
    .blackBg .titleWrap {
        font-size: 32px;
        padding: 45px 0;
    }
    .gradientVertical p {
        text-align: center;
    }
    .snapshotWrap .stat-count {
        padding: 30px 0;
        text-align: center;
    }
    .snapshotWrap .stat-count .stat-title {
        font-size: 18px;
    }
    .grid_100 {
        width: 100% !important;
    }
    .awardsWrap .image-grid-outer {
        width: 49% !important;
    }
    .contactForm {
        max-width: 95%;
    }
    .trustUs .title {
        font-size: 28px;
        line-height: 35px;
    }
    .clientLogo img,
    .clientlogo img {
        max-width: 90px;
        max-height: 35px;
        margin: 20px 0;
    }
}

@media( max-width:575px) {
    .awwards_box .col-sm-4 {
        width: 50%;
        border: solid 1px #333;
    }
    .technology_icons .col-lg-6.col-sm-4 {
        width: 33.33%;
    }
    .snapshotWrap .col-lg-4.col-sm-6 {
        max-width: 50%;
    }
    .innovate .swiper-slide {
        padding: 0px 50px;
    }
    .innovate .swiper-wrapper {
        max-height: inherit;
    }
    .padd70.foot_txt {
        padding: 10px 10px;
    }
    /*=============  Responsive css  575 ==============*/
    .banner_sec_start-x .text_lft_bnr h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner_sec_start-x .text_lft_bnr h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .inner_content_prc h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .main_cont_page h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .main_cont_page .why_need h2 {
        font-size: 22px;
        margin-top: 10px;
        line-height: 30px;
    }
}

@media( max-width:479px) {
    .quote_box h2 {
        font-size: 24px;
    }
    .quote_box {
        min-height: 75px;
        background-size: 295px;
    }
    .headingWrap h3 {
        font-size: 24px;
    }
    .portfolio img {
        max-width: 205%;
    }
    .technology_icons .col-lg-6.col-sm-4 {
        width: 50%;
    }
    .awardsWrap .image-grid-outer {
        width: 100%;
    }
    .awardsWrap .image-grid-outer {
        width: 100% !important;
    }
    .rapid_im {
        width: 85%;
        margin-top: 20px;
    }
    section.businessWrap.background_ill {
        background-size: 60%;
    }
    .navbar .navbar-collapse {
        width: 100%;
        border: none;
    }
    .mob-port {
        display: block;
    }
    .desk-port {
        display: none;
    }
    .portfolio img {
        max-width: 100%;
    }
    .portfolio {
        height: 760px;
        padding-top: 327px;
    }
    .portfolio .customContainer {
        top: 55px;
    }
    .bg-move li,
    .sld_move_right li {
        flex: 0 0 50vw;
    }

    .footerBotton h5{font-size: 18px;}
    .footerBotton h5::after{display:none;}
   .footerlinks a{margin: 0px 5px;}
   .footerBotton h5{font-size: 14px;}
   .footerBotton .socialIcon{margin: 15px 0 15px 0;}
   .copyright{padding:15px 0px;}
}

.invert span svg {
    transform: rotate(180deg);
    transition: all 100ms ease 0s;
}

.hide {
    display: none !important;
}

.contactForm {
    height: 740px;
}

/*#contact .modal-content {
    padding: 20px 30px;
}*/

.close_btn {
    position: absolute;
    top: -19px;
    right: -16px;
    z-index: 9;
}
/* 15feb */
.modal-content {
    /*background:#fff;*/
    border:0px;
}
.text_descrip {
    text-align: center;
    background: #000;
}
.text_descrip video#elizabeth {
    width: 100%;
    margin: 0 auto;
    max-height: 90vh;
}
.page-not-found .big-text {
    font-size: 200px;
    margin-bottom: 0;
    line-height: 200px;
    color: #e15441;
}
/* Navbar Css */
.navbar {padding: 0;}
  /* .navbar ul {margin: 0;padding: 0;display: flex;list-style: none; align-items: center;} */

 
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color:#2c2c2c;
  }
  .navbar .dropdown ul {
    position: absolute;
   margin-top:11px;
    padding:5px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background:#fff;
    color:#2c2c2c;
    transition: 0.3s;
    border-radius:8px;
    box-shadow: rgb(13 21 55 / 40%) 0px 40px 80px;
  }
 
  .navbar .dropdown ul li {
    min-width:160px;
  }
  .navbar .dropdown ul a {
    padding: 10px 10px;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color:#000;
  }
  .navbar .dropdown ul span{padding: 10px 10px;}
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color:#F06824;
    border-bottom:0px;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .dropdown:hover > ul.techlist{
      width:auto;
      display: flex;
      align-items: baseline;
      padding:10px;
     
  }
  .navbar .dropdown:hover > ul.techlist li{
    padding:0;
    margin-top:10px;
    margin-bottom:10px;
}
  .navbar .dropdown .dropdown ul {
    top: 0;
    left:calc(100% -30px);
    visibility: hidden;
    display:flex;
    flex-wrap: wrap;
    width:400px;
    height:200px;
  }
  .navbar-nav li a span {text-transform:uppercase;}
  .navbar .dropdown ul a.bold_text{font-weight:700;}
  .navbar .dropdown .dropdown ul li{flex: 0 2%;
    align-items: center;
    padding: 8px 8px;}
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  .mCol2 {
    
    flex-basis:25%;
}

@media (max-width: 767px){ 
.navbar .dropdown .display li a{padding:0px !important;border-bottom:0px!important;} 
.navbar-nav .display li{padding:0px !important;} 
img.l_mob {
    max-height: 65px;
    margin-top: 20px;
  }
  }


    /* *{margin:0px; padding:0px; box-sizing: border-box; color: #000;} */
    /* body{font-family:FaktProSoft,"Helvetica Neue",sans-serif;letter-spacing:.4px;font-weight:300;overflow-x:hidden!important; color: #000;} */
    .privcy-wrap { background: url(images/privicy-bg.html) top no-repeat; padding-top: 80px; padding-bottom: 40px;}
    .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
    .inner-wrap-privcy { margin-top: 50px; font-size: 16px; }
    .inner-wrap-privcy ul {padding-left:20px;}
    .inner-wrap-privcy { background: #f7f7f7; padding: 50px; word-break: break-word; border-radius:10px;}
    .inner-wrap-privcy ul li { list-style: disc; margin-bottom: 5px; line-height: 25px;}
    .inner-wrap-privcy .ppHeader { font-size: 36px; color: #000; margin-bottom: 20px; }
    .ppBody, .ppHeader { width: 100%; margin: 0 auto ; }
    .ppBody { text-align: justify;}
    .ppBody, .ppHeader { width: 100%; margin: 0 auto;}
    .innerText {margin-bottom: 20px;}
    .FacebookLeadAdvertsTerms h2{ margin-bottom: 10px;}
    .FacebookLeadAdvertsTerms > ul { margin-bottom: 10px;}
    .FacebookLeadAdvertsTerms > ul > li {list-style: none;  margin-bottom: 10px; position: relative; padding-left: 20px; word-break: normal;}
    .FacebookLeadAdvertsTerms ul.sublist li { list-style: disc; margin-bottom: 10px; word-break: normal;}
    .innerText.p-listing ul {padding: 15px 30px; margin-bottom: 0px;}
    .FacebookLeadAdvertsTerms>ul>li:before {width:30px; height:30px; content:" "; position: absolute; top: 0; left: -20px; background: url(images/checked-green.html) no-repeat; background-size:25px;}
    strong { margin-top: 0; margin-bottom: 10px; display: inline-block; font-weight: 600 !important;}
    /* p { margin-top: 0; text-align: left; line-height: 25px; word-break: break-word;} */
    a { color:#F06824; transition: all .35s; }
   .innerText.p-listing ul li {list-style: disc;}
   .inner-wrap-privcy h2 { font-size: 20px; margin-bottom:10px;}

    @media (min-width: 1200px){
        .privcy-wrap  .container {max-width: 1200px;}
    }
    .copyright a{text-decoration: underline;}
    .navbar .dropdown ul a.bold_text {
        font-weight: 700;
    }
    .nocursor{cursor: default;}

    /* header  updated*/
    .navbar .dropdown ul a.bold_text {
        font-weight: 700;
        text-transform: uppercase;
        color: #F06824;
        font-size: 18px;
    }
    .onelinertext {
        font-size: 12px;
        color: #5f5f5f;
        font-weight: 400;
        text-transform: capitalize!important;
    }
    @media (max-width: 996px){
    .sticky-top.sticky .l_mob {
      margin-top: 10px;
      display:block !important;
    }
}

.orange{
    color:#F06824;}
