/*
Template name: Other style
*/

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0px;
}
.intl-tel-input {
    position: relative;
    display: block;
}
.intl-tel-input.iti-container {
    z-index: 99999;
}
.footer-bg{background-color:#F8F8F8; }
         .footer-heading{
         font-size: 36px;
         color: #292A2B;
         font-weight: 300;
         font-family: 'Open Sans', sans-serif;
         }
         .our-global-presence {
            color: #292A2B;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            font-weight: 700;
            margin-top: 35px;
            margin-bottom: 20px;
        }
         .footer-address {
         color: rgba(41,42,43,0.7);
         font-family: 'Open Sans', sans-serif;
         font-size: 16px;
         line-height: 24px;
         }
         .footer-email, .footer-num {
         color: #292A2B;
         font-size: 16px;
         line-height: 24px;
         font-family: 'Open Sans', sans-serif;
         margin-top: 10px;
         }
         .flag{margin-bottom:15px; }
         .footer-careers-heading {
         color: #292A2B;
         font-size: 18px;
         font-family: 'Open Sans', sans-serif;
         font-weight: 700;
         margin-top: 50px;
         margin-bottom: 15px;
         }
         .careers-contacts label{
         color: #292A2B; 
         font-size: 16px;
         font-weight: 600;
         font-family: 'Open Sans', sans-serif;
         }
         .careers-contacts strong{ color: #292A2B; font-size: 16px; font-weight:700; font-family: 'Open Sans', sans-serif;}

/* contact green gradient override start */
.getaq-section { background: #a0ce4e;}
.contact-section { background: #a0ce4e;     
margin-bottom: -20px;}
/* contact green gradient override end */

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: 'kern';
    -moz-osx-font-smoothing: grayscale;
}
.tech-stack .block h3 {
    margin-top: 25px;
    font-size: 20px;
    color: #282B31;
}
.tech-stack .content-block {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: solid 2px #8EC642;
    position: relative;
    margin: 0 auto;
}
.tech-stack .content-block:hover {
    background-color: #8AC745;
}
.tech-stack .content-block:hover .hover-layer {
    visibility: visible;
}
.hover-layer {
    width: 130px;
    height: 130px;
    position: absolute;
    background-color: #8AC745;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    color: #fff;
    padding-top: 54px;
    margin: auto;
    border: solid 1px #fff;
}
.tech-stack .content-block span {
    color: #353535;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    border-radius: 50%;
    border: solid 1px #8EC642;
    text-align: center;
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    padding-top: 38px;
}
.fusion-main-menu > ul > li > a {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.fusion-main-menu > ul > li > a > .fusion-megamenu-icon {
    padding-right: 0.45em;
    font-size: 30px !important;
    color: #8cc63f !important;
}
.container
{
    overflow: initial !important;
}
a {
    text-decoration: none !important;
}

.no-margin {
    margin: 0 auto !important;
}

.no-padding {
    padding: 0px;
}

.padded {
    padding: 15px;
}
.col-md-2.col-sm-4.col-xs-6.text-center.marginbottom {
    margin-bottom: 66px;
}

.tech-stack .block {
    text-align: center;
}
.tech-stack .block h3 {
    font-weight: 300;
    margin-top: 15px;
}
.service-section .step-block h3 {
    color: #2d373c;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.step-block {
    margin-bottom: 60px;
    text-align: center;
}
.step-block .fig-block {
    height: 72px;
    margin-bottom: 20px;
}
.contact-block {
    background: #8ac744;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 70px;
}
.contact-block .d-flex {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.contact-block .btn {
    min-width: 300px;  
    background-color: #FEFEFE;
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 12px;
    margin-right: 25px;
    box-shadow: -3px 8px 12px rgba(32,33,39,0.15);
    border-radius: 30px;
    border: solid 2px #FEFEFE;
    text-align: center;
}
.contact-block .btn:focus, .contact-block .btn:hover {
    box-shadow: none;
    background: #FEFEFE !important;
    border-color: #6ba521;
}
.contact-block .call-us a {
    border: 1px solid #FFFFFF;
    min-width: 330px;
    border-radius: 2px;
    display: block;
    text-align: center;
    padding: 15px 8px;
    text-decoration: none;
}
.contact-block .call-us i {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    padding-right: 15px;
}
.contact-block .call-us span {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.contact-block h2 {
    color: #FFFFFF;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 !important;
}
.side-padding {
    padding: 0px 15px;
}

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-lt-padding {
    padding-left: 0px !important;
}

.no-rt-padding {
    padding-right: 0px !important;
}

.no-border {
    border: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

.mt-15 {
    margin-top: 15px;
}

.bottom-margin {
    margin-bottom: 15px;
}

.no-bt-margin {
    margin-bottom: 0px;
}

.top-margin {
    margin-top: 15px;
}

.middle-align {
    vertical-align: middle;
}

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

.d-table {
    display: table;
}

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

.spacer {
    padding: 5px;
}

.spacer-block {
    width: 100%;
    height: 30px;
    display: block;
}

.spacer-block-big {
    width: 100%;
    height: 120px;
    display: block;
}

.inline-nav li {
    display: inline;
}

.theme-text {
    color: #F46D4F;
    cursor: pointer;
}

.form-group {
    position: relative;
}

.theme-button {
    background: #83BE44;
    color: #fff;
    height: 48px;
    line-height: 16px;
    padding: 16px 20px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    line-height: 16px;
    -webkit-transition: 400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
}

.theme-button-invert {
    background: #fff;
    color: #F46D4F;
    border: 1px solid #F46D4F;
}

.theme-button-2 {
    margin-bottom: 0px;
    width: 100%;
    color: #F46D4F;
    background: #fff;
    border: 1px solid #F46D4F;
    border-radius: 4px;
}

.w-100 {
    width: 100%;
}

.theme-button:hover {
    background: #48a023;
    color: #fff;
    -webkit-box-shadow: 0px 6px 24px rgba(72, 160, 35, 0.20);
    box-shadow: 0px 6px 24px rgba(72, 160, 35, 0.20);
}

.main-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.custom-input {
    width: 100%;
    height: 48px;
    border: none;
    padding-top: 16px;
    padding-bottom: 8px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    outline: none !important;
    padding-left: 0px;
}

select.custom-input {
    width: 100%;
    height: 48px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    outline: none !important;
    padding-left: 0px;
    -webkit-appearance: none;
}

.custom-textarea {
    width: 100%;
    height: 80px;
    resize: none;
    padding-top: 16px;
    padding-bottom: 8px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    outline: none !important;
    padding-left: 0px;
}

.spcl-text {
    color: #83BE44 !important;
}

.home-section-1 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 15px;
    padding-bottom: 50px;
    background: url('../images/bg_header.jpg');
    background-size: contain;
    min-height: 656px;
    background-position: 133px -80px;
    background-repeat: no-repeat;
}

.home-section-1 .welcome-content {
    margin: 60px 0px;
    width: 100%;
    height: auto;
    padding: 15px;
}

.home-section-1 .welcome-content h1 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
}

.home-section-1 .welcome-content ul {
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 60px;
}

.home-section-1 .welcome-content ul li {
    display: inline-block;
    padding-right: 25px;
    min-width: 132px;
}

.home-section-1 .welcome-content ul li .stats-div {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    -webkit-transition: 800ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 800ms all cubic-bezier(0, 0.76, 0.56, 1.01);
}

.home-section-1 .welcome-content ul li .stats-div h2 {
    margin-top: 0px;
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}

.home-section-1 .welcome-content ul li .stats-div p {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
}

.home-section-1 .welcome-content ul li .stats-div span.bar {
    width: 20px;
    height: 2px;
    background: #83BE44;
    display: block;
    margin-top: 20px;
    -webkit-transition: 800ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 800ms all cubic-bezier(0, 0.76, 0.56, 1.01);
}

.home-section-1 .welcome-content ul li .stats-div:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-section-1 .welcome-content ul li .stats-div:hover span.bar {
    width: 100%;
}


.home-section-1 .lead-form {
    width: 100%;
    height: auto;
    padding: 30px 42px;
    padding-bottom: 15px;
    position: relative;
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0 2px 0 0 #8BD62A, 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 2px 0 0 #8BD62A, 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}

.home-section-1 .lead-form .lf-top-icon {
    position: absolute;
    top: -53px;
    left: -50px;
}

.home-section-1 .lead-form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    font-weight: 100;
    margin-top: 0px;
    color: #4A4E51;
}

.home-section-1 .lead-form h2 span {
    font-weight: 800;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    top: 8px;
    color: #676E76;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 32px;
    margin: 0px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.lead-form input:focus,
.lead-form textarea:focus {
    border-bottom-color: #83BE44;
}

.lead-form input:focus ~ .floating-label,
.lead-form textarea:focus ~ .floating-label {
    top: -6px;
    left: 0px;
    font-size: 12px;
    opacity: 1;
    color: #83BE44;
}

.brands-section {
    width: 100%;
    padding: 10px 15px;
    padding-top:0px;
    height: auto;
}

.brands-section .brands-list ul {
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.brands-section .brands-list ul li {
    display: inline-block;
    margin: 12px 28px;
}

.brands-section .brands-list ul li img{
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
}

.brands-section .brands-list ul li img:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.brands-section .brands-list ul li:first-child {
    margin-left: 0px;
}

.brands-section .brands-list ul li:last-child {
    margin-right: 0px;
}

.video-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 15px;
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 130px;
}

.video-section .plant-image {
    position: absolute;
    left: -70px;
}

.video-section .plant-image img {
    max-width: 600px;
}

.video-section .video-block {
    width: 100%;
    height: 483px;
    background: url('../wp-content/uploads/2018/04/img_video-min.jpg');
    background-size: cover;
    position: relative;
    border-radius: 16px;
    -webkit-box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.video-section .video-block .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 41, 47, 0.27)), to(rgba(38, 41, 47, 0.75)));
    background: linear-gradient(180deg, rgba(38, 41, 47, 0.27) 0%, rgba(38, 41, 47, 0.75) 100%);
    border-radius: 16px;
    z-index: 2;
    padding: 80px;
}

.video-section .video-block .overlay .overlay-data {
    bottom: 80px;
    position: absolute;
    z-index: 99;
    right: 60px;
    left: 120px;
}

.video-section .video-block .overlay .overlay-data h2 {
    margin-top: 0px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
    margin-bottom: 24px;
}

.video-section .video-block .overlay .overlay-data p {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 28px;
}

.video-section .video-block .play-button {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    right: 0px;
    border-radius: 60px;
    margin: auto;
    z-index: 5;
}

.video-section .video-block .play-button img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -65px;
    right: 80px;
    -webkit-box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 24px 56px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(50px) translateX(-10px) translateY(-10px);
    transform: translateZ(50px) translateX(-10px) translateY(-10px);
}

.project-slider {
    width: 100%;
    position: relative;
    height: auto;
    padding: 60px 15px;
    padding-bottom: 30px;
}

.project-slider .ps-data {
    width: 100%;
    height: auto;
}

.project-slider .ps-data h2,
.rated-firms .rt-data h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 48px;
}

.project-slider .ps-data p,
.rated-firms .rt-data p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.project-slider .ps-action {
    margin-top: 50px;
    text-align: right;
}

.rated-firms {
    width: 100%;
    position: relative;
    height: auto;
    padding: 00px 15px;
}

.rated-firms .rt-logos {
    padding: 30px 0px;
}

.rated-firms .rt-logos ul {
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 34px;
}

.rated-firms .rt-logos ul li {
    display: inline-block;
    padding: 3px;
}

.rated-firms .rfirm-block {
    width: 100%;
    height: auto;
    border-radius: 6px;
    min-height: 400px;
    background-color: #FFFFFF;
    -webkit-transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 36, 107, 0.12), 0 0 2px 0 rgba(0, 36, 107, 0.12);
    box-shadow: 0 2px 12px 0 rgba(0, 36, 107, 0.12), 0 0 2px 0 rgba(0, 36, 107, 0.12);
    margin-bottom: 32px;
}

.rated-firms .rfirm-block:hover {
    -webkit-box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.12),
    0 12px 16px 0 rgba(0, 36, 107, 0.11),
    0 4px 8px 0 rgba(0, 36, 107, 0.10),
    0 2px 4px 0 rgba(0, 36, 107, 0.09),
    0 0 2px 0 rgba(0, 36, 107, 0.08);

    box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.06),
    0 12px 16px 0 rgba(0, 36, 107, 0.06),
    0 4px 8px 0 rgba(0, 36, 107, 0.06),
    0 2px 4px 0 rgba(0, 36, 107, 0.06),
    0 0 2px 0 rgba(0, 36, 107, 0.06);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.rated-firms .rfirm-block .rfirmb-img {
    width: 100%;
    padding: 48px;
    text-align: center;
    height: 200px;
}

.rated-firms .rfirm-block.clutch .rfirmb-img {
    background: url('../wp-content/uploads/2018/04/clutch.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.rated-firms .rfirm-block.goodfirm .rfirmb-img {
    background: url('../wp-content/uploads/2018/04/good.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.rated-firms .rfirm-block.appfutura .rfirmb-img {
    background: url('../wp-content/uploads/2018/04/appfutura.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.rated-firms .rfirm-block .rfirmb-img img {
    width: 128px;
}

.rated-firms .rfirm-block .rfirmb-img img.gdfrm {
    width: 152px;
}

.rated-firms .rfirm-block .rfirmb-text {
    width: 100%;
    padding: 30px;
}

.rated-firms .rfirm-block .rfirmb-text p.rating {
    color: #83BE44;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
}

.rated-firms .rfirm-block .rfirmb-text p.rating span {
    color: #83BE44;
    font-family: "Open Sans";
    font-size: 48px;
    line-height: 33px;
    font-weight: 300;
}

.rated-firms .rfirm-block .rfirmb-text p.rfirm-info {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.rated-firms .rfirm-block .rfirmb-text p.firm-name {
    color: rgba(103, 110, 118, 0.6);
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}


.services-section {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    background-color: #f7f7f7;
}

.services-section.process {
    background-color: #fff;
}

.services-section .services-header {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    margin-bottom: 12px;
}

.services-section .services-header h2 {
    color: #83BE44;
    font-family: "Open Sans" !important;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important; 
}

.services-section .services-header p {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin-top:0px !important;
    margin-bottom: 50px !important;
}

.services-section .services-block {
    width: 100%;
    height: auto;
    min-height: 372px;
    position: relative;
    border-radius: 6px;
    background: transparent;
   /* -webkit-transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01); */
    margin-bottom: 0px;
}

.services-section .services-block .services-inner-data {
    padding: 50px 42px;
}

.services-section .services-block .servcies-bottom-button {
    position: absolute;
    height: 64px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
    transition: 1400ms all cubic-bezier(0, 0.76, 0.56, 1.01);
}

.services-section .services-block .servcies-bottom-button .theme-button {
    height: 64px;
    width: 100%;
    padding: 23px 30px;
    border-radius: 0 0 6px 6px;
    background-color: #83BE44;
    display: block;
    text-align: center;
}

.services-section .services-block .servcies-bottom-button .theme-button:hover {
    background-color: #63932f;
}

.services-section .services-block h2 {
    color: #2D373C;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 32px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.services-section .services-block p {
    color: #2D373C;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px !important;
}

.services-section.process .services-header a.theme-button {
    padding: 16px 37px;
}

.services-section .services-block:hover {
/*    background: #fff;
    -webkit-box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.06), 0 12px 16px 0 rgba(0, 36, 107, 0.06), 0 4px 8px 0 rgba(0, 36, 107, 0.06), 0 2px 4px 0 rgba(0, 36, 107, 0.06), 0 0 2px 0 rgba(0, 36, 107, 0.06);
    box-shadow: 0 20px 32px 0 rgba(0, 36, 107, 0.06), 0 12px 16px 0 rgba(0, 36, 107, 0.06), 0 4px 8px 0 rgba(0, 36, 107, 0.06), 0 2px 4px 0 rgba(0, 36, 107, 0.06), 0 0 2px 0 rgba(0, 36, 107, 0.06);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); */
}

.services-section .services-block:hover .servcies-bottom-button {
    opacity: 1;
}

.services-section .circle-animation {
    position: relative;
    height: 500px;
    padding: 40px 0px;
}

.crme-de {
    width: 100%;
    padding: 00px 15px;
    height: auto;
}

.crme-de h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;    
    margin: 0 auto !important;
}

.crme-de .cdf-block {
    margin-bottom: 32px;
}

.crme-de img {
    margin-top: 0px !important;
}

.crme-de .cdf-block h3 {
    color: #4A4E51 !important;
    font-family: "Open Sans";
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: center !important;
    font-weight: 300 !important;
}

.crme-de .cdf-block p {
    color: #4A4E51 !important;
    font-family: "Open Sans";
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.codebrew-edge {
    width: 100%;
    height: auto;
    padding: 60px 15px;
}

.codebrew-edge h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}

.codebrew-edge p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
    max-width: 768px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    margin-bottom: 30px;
}

.codebrew-edge .cbe-block {
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.codebrew-edge .cbe-block h2 {
    text-align: left;
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 90px;
}

.codebrew-edge .cbe-block h2 img {
    vertical-align: middle;
    margin-right: 16px;
}

.codebrew-edge .cbe-block p {
    text-align: left;
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.codebrew-edge .cbe-block a.explore-link {
    color: #83BE44;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.3px;
    display: block;
    text-transform: uppercase;
}

.codebrew-edge .cbe-block a.explore-link.alluri {
    color: #FF3D43;
}

.codebrew-edge .cbe-block a.explore-link.retain {
    color: #00E6FF;
}

.codebrew-edge .cbe-image {
    text-align: right;
}

.codebrew-edge .cbe-image img {
    margin: auto;
}

.client-sayings {
    width: 100%;
    height: auto;
    padding: 60px 15px;
}

.client-sayings h2 {
    text-align: center;
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
}

.client-sayings p {
    color: #676E76;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.testimonials-block .testm-image {
    width: 320px;
    height: 320px;
    margin: auto;
}

.testimonials-block .testm-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.85px solid rgba(45, 55, 60, 0.12);
}

.testimonials-block .testm-data {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

.testimonials-block .testm-data .quote-img {
    position: absolute;
    left: -90px;
    top: -5px;
}

.testimonials-block .testm-data p {
    color: #676E76;
    font-family: 'Georgia', serif !important;
    font-size: 22px;
    text-align: left;
    line-height: 32px;
}

.testimonials-block .test-by {
    margin: 30px 0px;
}

.testimonials-block .test-by h2 {
    color: #4A4E51;
    text-align: left;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}

.testimonials-block .test-by p {
    color: rgba(103, 110, 118, 0.70);
    font-family: "Open Sans" !important;
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0px !important;
}

.testimonials-block .video-tblock {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.testimonials-block .video-tblock .video-thumb {
    width: 100%;
    height: 336px;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.testimonials-block .video-tblock .video-thumb i {
    font-size: 36px;
    width: 72px;
    height: 72px;
    vertical-align: middle;
    line-height: 72px;
    color: #fff;
    padding-left: 4px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
    bottom: 0;
    top: 0;
    text-shadow: 0px 6px 32px rgba(0, 0, 0, 0.25);
    margin: auto;
    text-align: center;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

.testimonials-block .video-tblock .video-thumb i:hover {
    background: rgba(0, 0, 0, 0.30);
}

.testimonials-block .video-tblock .video-timage {
    width: 100%;
    height: 336px;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
}

.testimonials-block .video-tblock .video-data {
    padding: 30px 0px;
    padding-left: 100px;
    position: relative;
}

.testimonials-block .video-tblock .video-data p.video-text {
    color: #4A4E51;
    font-family: 'Georgia', serif !important;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
}

.testimonials-block .video-tblock .video-data .test-by h2 {
    color: #4A4E51;
    text-align: left;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}

.testimonials-block .video-tblock .video-data .test-by p {
    color: rgba(103, 110, 118, 0.70);
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 24px;
    text-align: left;    
    margin-top: 0px !important;
}

.testimonials-block .video-tblock .video-data .quote-img {
    position: absolute;
    left: 0px;
    top: 30px;
}

.getaq-section {
    width: 100%;
    height: auto;
    background: #8EC642;
    padding: 120px 15px;
}

.getaq-section h2 {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}

.getaq-section p {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
}

.getaq-section .gaq-form {
    width: 100%;  
    padding: 28px 100px;
    margin: 50px auto;
    min-height: 100px;
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 47px 0 rgba(0, 0, 0, 0.12);
}

.getaq-section .gaq-form .form-blocks {

    width: 100%;
    padding: 54px 100px;
    padding-bottom: 24px;
}

.getaq-section .gaq-form .form-blocks .form-group {

    margin-bottom: 32px;
}

.getaq-section .gaq-form .form-blocks input:focus,
.getaq-section .gaq-form .form-blocks textarea:focus {
    border-bottom-color: #83BE44;
}

.getaq-section .gaq-form .form-blocks input:focus ~ .floating-label,
.getaq-section .gaq-form .form-blocks textarea:focus ~ .floating-label {
    top: -6px;
    left: 0px;
    font-size: 12px;
    opacity: 1;
    color: #83BE44;
}

.getaq-section .gaq-form .form-blocks .theme-button {
    height: 64px;
    padding: 20px 44px;
    margin: 20px auto;
    margin-bottom: 0px;
}

.getaq-section .bottom-contact-section {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.04);
    text-align: center;
}

.getaq-section .bottom-contact-section h2.title {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px !important;
}

.getaq-section .bottom-contact-section .bcs-block {
    text-align: center;
    padding: 10px;
}

.getaq-section .bottom-contact-section .bcs-block h2.bcs-title {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: center;
    margin: 13px 0px !important;
}

/* How we Do page */

.how-we-do {
    width: 100%;
    padding: 60px 15px;
    padding-bottom: 40px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.how-we-do h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
    text-align: center;
    margin-top: 252px;
}

.how-we-do p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.how-we-do .circle-animation {
    width: 100%;
    position: absolute;
}

.how-we-do .circle-animation .pulse-box.one {
    right: -100px;
}

.hwdp-block {
    width: 100%;
    height: auto;
    padding: 30px 60px;
    position: relative;
}

.hwdp-block.right {
    width: 100%;
    height: auto;
    padding: 30px 60px;
    margin-top: -100px;
    position: relative;
}

.hwdp-block h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    position: relative;
}

.hwdp-block h2:before {
    content: attr(data-line);
    width: 26px;
    height: 26px;
    border: 2px solid #83BE44;
    color: #83BE44;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 10px;
    border-radius: 50%;
}

.hwdp-block p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.sounds-interesting {
    width: 100%;
    padding: 60px 15px;
    height: auto;
    position: relative;
}

.sounds-interesting .circle-animation {
    position: relative;
    height: 500px;
    padding: 40px 0px;
    z-index: -3;
}

.sounds-interesting h2 {
    margin-top: 140px;
    color: #4A4E51;
    margin-bottom: 30px;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
}

.sounds-interesting p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.sounds-interesting .theme-button {
    padding: 20px 45px;
    height: 56px;
}

/* Work page CSS */

.work-main-div {
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
    padding: 100px 15px;
    padding-bottom: 50px;
    background: url('../images/bg_header.jpg');
    background-size: contain;
    background-position: 183px -50px;
    background-repeat: no-repeat;
}

.work-main-div h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 56px;
    font-weight: 300;
    line-height: 64px;
    text-align: center;
    margin-top: 180px;
}

.work-main-div p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.work-grid-section {
    width: 100%;
    padding: 60px 15px;
    height: auto;
}

.work-grid-section .more-work-head {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
}

.work-grid-section .more-work-head h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
}

.work-grid-section .more-work-head p {
    color: #676E76;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}

.work-grid-section .work-grid-block {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
}

.work-grid-section .work-grid-block .wg-back {
    width: 100%;
    height: 500px;
}

.work-grid-section .work-grid-block .wg-back.clikat {
    background: #e8dfc5;
}

.work-grid-section .work-grid-block .wg-back.spunje {
    background: #c3e8e2;
}

.work-grid-section .work-grid-block .wg-back.bbutter {
    background: #e6c6c4;
}

.work-grid-section .work-grid-block .wg-back.zogu {
    background: #d1ddef;
}

.work-grid-section .work-grid-block .wg-back.poww {
    background: #fff5b0;
}

.work-grid-section .work-grid-block .wg-back.kashkol {
    background: #edd3e3;
}

.work-grid-section .work-grid-block .wg-details {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px;
}

.work-grid-section .work-grid-block .wg-details h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.work-grid-section .work-grid-block .wg-details p {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 16px;
}

.thanks-watching {
    width: 100%;
    height: auto;
    padding: 80px 15px;
    text-align: center;
    padding-bottom: 120px;
}

.thanks-watching h2 {
    color: #4A4E51;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
}

.thanks-watching .theme-button {
    height: 56px;
    padding: 20px 45px;
}

/* SVG Animation */

.pulse-box.one {
    width: 60%;
    height: 250px;
    position: absolute;
    right: 0px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pulse-box.two {
    width: 30%;
    height: 80px;
    position: absolute;
    left: 10px;
    bottom: 0px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* pulse in SVG */

svg.pulse-svg {
    overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle,
svg.pulse-svg .fourth-circle,
svg.pulse-svg .five-circle,
svg.pulse-svg .six-circle {
    stroke: #83BE44;
    fill: rgba(131, 190, 68, 0.06);
    stroke-width: 1px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 5100ms linear infinite;
    animation: pulse-me 5100ms linear infinite;
}

svg.pulse-svg .second-circle {
    -webkit-animation-delay: 850ms;
    animation-delay: 850ms;
}

svg.pulse-svg .third-circle {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
}

svg.pulse-svg .fourth-circle {
    -webkit-animation-delay: 2550ms;
    animation-delay: 2550ms;
}

svg.pulse-svg .five-circle {
    -webkit-animation-delay: 3400ms;
    animation-delay: 3400ms;
}

svg.pulse-svg .six-circle {
    -webkit-animation-delay: 4250ms;
    animation-delay: 4250ms;
}

/* pulse in CSS */

.pulse-box.one .pulse-css {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #83BE44;
    position: relative;
}
.title-group h2 {
    color: #4A4E51;
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 64px !important;
    text-align: center;
}
.tagline {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.title-group {
    margin-bottom: 60px;
    padding-top: 20px;
}

.pulse-box.two .pulse-css {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #83BE44;
    position: relative;
}

.pulse-box.one .pulse-css:before,
.pulse-box.one .pulse-css:after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 80px;
    background-color: #609f1e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 5s linear infinite;
    animation: pulse-me 5s linear infinite;
}

.pulse-box.two .pulse-css:before,
.pulse-box.two .pulse-css:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 80px;
    background-color: #609f1e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 1s linear infinite;
    animation: pulse-me 1s linear infinite;
}

.pulse-css:after {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    30% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.2;
    }
    100% {
        -webkit-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}

.scroll-downs {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 40px auto;
    width: 34px;
    height: 55px;
}

.mouse {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid rgba(0, 0, 0, 0.41);
    border-radius: 25px;
    opacity: 0.75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #83BE44;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0.2;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 0.2;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}


/* SVG Animation End */

/* Media Queries */

@media only screen and (max-width: 992px) {

    .hwdp-block {
        margin-bottom: 30px;
    }

    .hwdp-block.right {
        margin-top: inherit;
        padding-right: 30px;
    }

    .work-main-div {
        background-size: cover;
        background-position: center;
    }
}


@media only screen and (max-width: 768px) {

.crme-de img {
    height: 100px;
}

.wpcf7-form .wpcf7-submit { font-size: 13px !important;}

.awardsline p{  padding: 2px ;}

  .getaq-section .gaq-form {
    padding: 15px !important;
}
.title-group h2 {    
    font-size: 38px;
}
.contact-block h2 {
    line-height: normal;
}
.contact-block .d-flex {
    flex-direction: column;
}
.contact-block .btn {
    margin: 0 0 30px;
}

.free-quote-form h3 {
    margin-left: -16px;
    margin-right: -16px;
}
.free-quote-form {
    margin-top: 0;
    padding: 15px;
    margin-right: 0;
    margin: 50px auto 0;
    float: none;
}
.main-banner h4 {
    font-size: 20px;
}


    .getaq-section .gaq-form .form-blocks {
        padding: 32px 25px;
    }

    .getaq-section .gaq-form .form-blocks .theme-button,
    .project-slider .ps-action .theme-button {
        height: 48px;
        padding: 16px;
        font-size: 14px;
    }
    .project-slider .ps-action {
        text-align: center;
    }

    .video-section .plant-image {
        left: -90px;
        top: 230px;
    }
    .video-section .video-block .overlay .overlay-data {
        left: 60px;
        right: 60px;
        bottom: 80px;
    }
    .video-section .video-block .overlay .overlay-data h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .video-section .video-block .overlay .overlay-data p {
        font-size: 16px;
    }

    .services-section .services-block {
        min-height: inherit;
    }
    
    .thanks-watching .theme-button {
        height: 48px;
        font-size: 13px;
        padding: 15px 25px;
    }

}
@media (max-width: 414px) {
.free-quote-form {
    margin-top: 3rem;
}

@media (max-width: 599px) and (min-width: 320px) {
  
  .awardsline p {
    padding: 0px 0px 0px 50px;
}
.bannr-newcb h4 {
    margin-top: 30px;
    font-size: 20px !important;
}
.brands-section .brands-list ul li {
    width: 50%;
}
}

.bannr-newcb ul{list-style-type:none;padding-left:0px;}
.bannr-newcb .fusion-column-wrapper .col-md-12{padding-left:0px;}
.bannr-newcb h3 {
    font-size: 24px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
.fusion-header {
    padding-top: 0px !important;
}

.page-id-24251 .fusion-header.fusion-sticky-shadow {
    top: 0px !important;
}
.fusion-secondary-header{display:none !important}

.frm24 p{padding-left:0px !important;}
.tagline{    margin-bottom: 20px !important;
    font-weight: 300;}
html, body {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-rendering: optimizeLegibility;
}
.title-group p {
    color: #676E76;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}
.section-spacer {
    padding-top: 100px;
}

#video-cct-data
{
z-index: 9999;
}
 .bannr-newcb {
     background-position: 50px -174px !important;
     background-size: 100%;
     width: 100%;
}
 .bannr-newcb h1 {
     font-size: 42px !important;
     font-weight: 300 !important;
     font-family: 'Open Sans', sans-serif;
     color: #606568;
     line-height: 60px !important;
    margin-top: 70px;
     margin-bottom: 20px;
}
 .bannr-newcb h2 {
     font-size: 42px !important;
     font-weight: 300 !important;
     font-family: 'Open Sans', sans-serif;
     color: #606568;
     line-height: 60px !important;
    margin-top: 70px;
     margin-bottom: 20px;
}
 .bannr-newcb span {
     font-size: 48px;
     font-weight: 700;
     color: #8BD62A;
     letter-spacing: -1px;
}
 .bannr-newcb h3 {
     font-size: 24px;
     margin-top: 10px;
     margin-bottom: 20px;
}
 .bannr-newcb h4 {
     margin-top: 10px;
    margin-bottom:0;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #606568 !important;
}
 .bannr-newcb p {
    font-size: 16px;
    color: #777;
    padding-left: 55px; line-height:22px;
}
 .bannr-newcb hr {
     height: 2px;
     background-color: #8bd62a !important;
     border: none !important;
     width: 15%;
     transition: all .4s ease-in-out 0s;
     margin: 15px 0;
}
 .fusion-column-inner-bg-wrapper .fusion-column-wrapper {
     pointer-events: inherit;
}
 .frm24 {
     box-shadow: inset 0 2px 0 0 #8BD62A, 0 12px 24px 0 rgba(0, 0, 0, 0.12);
     padding: 25px 40px;
     border-left: 1px solid #fff;
     border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
     border-radius: 0px;
     transition: all .5s ease-in-out 0s;
     background-color: #fff;
     margin: 0 35px;
margin: auto;
margin-right: 8%;
max-width: 380px;
padding-bottom:5px;
}
 .cnt-frm {
     background-color: #fff;
     padding: 25px 50px;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
 .group {
     position: relative;
     margin-bottom: 25px;
     margin-top: 25px;
}
 .wpcf7-form input {
    font-size: 16px!important;
    display: block;
    border: none!important;
    padding: 12px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.12)!important;
    height: 40px !important;
    font-weight: 400;
    color:#444 !important;
}

.wpcf7-form .wpcf7-select
{
    height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
    padding: 0px !important;
    font-size: 16px !important;
border-radius: 0px !important;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}
 .wpcf7-form textarea {
    font-size: 16px!important;
    display: block;
    border: none!important;
    color:#444 !important;
    padding: 12px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.12)!important;
    height: 80px!important;
    font-weight: 400;
    resize: none;
    outline: none !important;
}
 .wpcf7-form .wpcf7-submit{
     width: 100% !important;
     padding: 15px !important;
     border: 1px solid rgb(139, 214, 43) !important;
     font-size: 16px !important;
     font-weight: bold !important;
     color:#fff !important;
     height: 48px !important;
     line-height: 16px !important;
     box-shadow: 0px 2px 10px rgba(139, 214, 43, 0.23) !important;
     background: #8BD62A !important;
     border-radius: 2px  !important;
}
.wpcf7-form span
{
display: block !important;
}
.wpcf7-form span.wpcf7-not-valid-tip
{
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #de364d !important;
    letter-spacing: 0.3px !important;
}
.wpcf7-form .wpcf7-submit:hover {
     background: #6ba521 !important;
     border-color: #6ba521;
     outline: none !important;
}
 .wpcf7-form input:focus {
     outline: none;
}
 .wpcf7-form label {
     color: #676E76;
     font-size: 16px;
     font-weight: normal;
}
 .flwrpt {
    width: 140%!important;
    position: relative;
    left: -55px;
    top: -298px;
    max-width: inherit!important;
}
 .our-stry {
     box-shadow: 0 32px 48px 0 rgba(0,0,0,.12);
     border-radius: 100px;
     background-color: #fff;
     border: none;
     position: relative;
     left: 150px;
     top: -45px;
     z-index: 5;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
     padding: 7px 7px 7px 30px;
     width: 230px !important;
     font-size: 24px;
     color: #606568;
     font-weight: 300;
     outline: none;
     line-height: 60px;
}
.our-stry img {
    position: ABSOLUTE;
    display: inline-block;
    margin-left: 17px;
    right: 0;
    top: -4px;
    bottom: 0;
    width: 82px;
}
 .rtng {
     padding: 40px 0 0px 0;
     display: inline-block;
     width: 100%;
}

ul.pro-links
{
list-style-type: none;
padding:0px;
margin:0px;
}

ul.pro-links li
{
display: inline-block;
padding-right: 7px;
} 

ul.badge-links
{
text-align:center;
list-style-type: none;
padding:0px;
margin:0px;
}

ul.badge-links li
{
width: 30%;
padding: 5px 15px;
display: inline-block;
}

ul.pro-links li img
{
width: 106px;
} 

ul.pro-links li img.w-bg-lg
{
    width: 140px;
}

 .rtng h1 {
     font-size: 36px;
     margin-top: 10px;
     margin-bottom: 10px;
     color: #606568;
     font-weight: 100;
}
 .rtng h3 {
     font-size: 32px;
     font-weight: 100;
     margin-bottom: 10px;
     margin-top: 10px;
     color: #606568;
}
 .rtng p {
     margin-top: 28px;
     color: #676E76 !important;
     font-size: 16px !important;
     line-height: 28px;
}
 .wt-d-ofr {
     padding: 0 0 20px 0;
     margin-top: -90px;
     display: inline-block;
     width: 100%;
     text-align: center;
}
 .wt-d-ofr h1{
     color: #606568;
     font-size: 36px !important;
     font-weight: 300;
     line-height: 48px;
}
 .wt-d-ofr h3 {
     color: #606568 !important;
     font-size: 24px !important;
     font-weight: 300 !important;
     margin: 10px 0px;
     font-family: 'Open Sans', sans-serif;
     line-height: 32px;
}
 .wt-d-ofr img {
     margin-top: 60px;
     margin-bottom: 30px;
     height: 80px;
}
/* .crme-de {
     padding: 100px 0px !important;
     display: inline-block;
     width: 100%;
     text-align: center;
}*/
 .crme-de h1 {
     color: #606568 !important;
     font-size: 36px !important;
     font-weight: 300 !important;
     line-height: 48px !important;
     font-family: 'Open Sans', sans-serif;
     text-align: center;
     width: 65%;
     margin: 0 auto;
}
 .crme-de img {
     margin-top: 100px;
}
 .crme-de h3 {
     color: #606568 !important;
     font-size: 36px !important;
     font-weight: 300 !important;
     font-family: 'Open Sans', sans-serif;
     line-height: 40px !important;
     margin-bottom: 10px !important;
     text-align: center !important;
     margin-top: 35px !important;
}
 .crme-de p {
     color: #606568 !important;
     font-family: 'Open Sans', sans-serif;
}
 .retainlytic h3 {
     font-size: 32px;
}
 .retainlytic, .allurive_cbnew {
     padding: 50px 0 0 0;
}
 .cd-br-ed p {
     color: #676E76;
     font-size: 16px;
     line-height: 28px;
     margin-top: 30px;
}
.cd-br-ed h5 {
    width: 68%;
    margin: 0 auto;
    color: #676E76;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
 .cd-br-ed h3 {
     margin-bottom: 30px;
     color: #606568;
     font-size: 36px;
     font-weight: 300;
     line-height: 48px;
     text-align: center;
}
 .cd-br-ed {
     padding: 60px 0;
}
 .allurive_cbnew em, .retainlytic em {
     color: #676E76;
     font-size: 14px;
     font-style: italic;
     line-height: 24px;
     width: 90%;
     display: block;
}
 .retainlytic strong, .allurive_cbnew strong {
     color: #606568;
     font-size: 36px;
     font-weight: 300;
     line-height: 48px;
     margin-left: 25px;
}
 .retainlytic span img, .allurive_cbnew span img {
     margin-top: -15px;
}
 .retainlytic a {
     margin-top: 35px;
     color: #00D5FF;
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     display: block;
     text-decoration: none;
}
 .retainlytic a:hover {
     color: #1ec0e0;
}
 .allurive_cbnew a {
     color: #FF3D43;
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     margin-top: 35px;
     display: block;
     text-decoration: none;
}
 .allurive_cbnew a:hover {
     color: #e01010;
}
 .allurive_cbnew h6, .retainlytic h6 {
     color: #676E76;
     font-size: 12px;
     font-weight: 600;
     line-height: 24px;
     margin-top: 15px;
}
 .mgt-75 {
     margin-top: 75px;
     display: inline-block;
     width: 100%;
}
 .ftr-prdt {
     padding-top: 80px;
}
 .ftr-prdt h3 {
     color: #4A4E51;
     font-size: 36px;
     font-weight: 300;
     text-align: center;
     line-height: 48px;
}
 .ftr-prdt p {
     color: #676E76;
     width: 95%;
     text-align: center;
     font-size: 16px;
     line-height: 28px;
     margin: 25px auto;
     margin-bottom: 85px;
}
 .ftr-prdt .pr-heading {
     color: #FFFFFF !important;
     font-size: 34px !important;
     font-weight: 300 !important;
     line-height: 42px !important;
     margin-top: 0px !important;
     width: 85% !important;
     text-align:left;
}
 .ftr-prdt .pr-sub-heading {
     width: auto;
     text-align: left;
     margin: 3px 3px;
     color: rgba(255, 255, 255, 0.50);
     font-weight: 600;
}
 .ftr-prdt .pr-detail {
     color: #fff !important;
     font-size: 15px !important;
     font-weight: 400 !important;
     width: 90%;
     text-align:left !important;
     line-height: 24px !important;
     margin:0px;
     margin-top: 25px !important;
     margin-bottom: 30px !important;
}
 .gdup-bx-img {
     width: 14%;
     display: inline-block;
     vertical-align: top;
     margin-top: 50px;
     margin-right: 12px;
}
 .gdup-bx-text {
     width: 81%;
     display: inline-block;
     margin-top: 50px;
}
 .mgt-40 {
     margin-top: 40px;
}
 .bble-kbrd {
     text-align: left !important;
}
 .ftr-prdt .c-b-grade-up.grade-up {
     color: #fff;
}
 .ftr-prdt .imd h3 {
     color: #fff !important;
     display: inline-block !important;
     font-size: 30px !important;
     font-weight: 300 !important;
     line-height: 48px !important;
     margin-top: 40px !important;
     margin-bottom: 0px !important;
}
 .ftr-prdt .imd p {
     color: rgba(255,255,255,0.55) !important;
     width: 100% !important;
     margin: 10px 0 !important;
     font-size: 16px !important;
     line-height: 28px !important;
     text-align: left;
     opacity: 1 !important;
}
 .spacer-block {
     width:100%;
     height:40px;
}
 .mgt-50 {
     width: auto !important;
     max-width: auto !important;
     margin-top:40px !important;
}
 .jumbo-img {
     padding: 70px 30px;
     position: relative;
     height: 570px;
    width: 75%;
}
 .jumbo-img img {
     position: absolute;
     right: -25%;
}
 .cb-nw-bx p {
     margin-bottom: -2px;
     text-align: center;
}
 .cb-nw-bx h3 {
     margin: 15px 0px;
}

 .clt-our {
     background-size: contain !important;
}
 .review-block {
     position: relative;
     width: 100%;
     max-width: 750px;
     margin: 50px auto;
     padding: 50px;
     box-shadow: 0 10px 30px 0 rgba(0,0,0,0.12);
     border-radius: 6px;
}
 .review-block .review-icon {
     position: absolute;
     top: -30px;
     left: 9% !important;
}
 .review-block .review-img {
     width: 84px;
     height: 84px;
     margin: auto;
     margin-top: -85px;
     margin-bottom: 30px;
}
 .review-block .review-img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 50%;
     border: 4px solid #FFFFFF;
     box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
}
 .review-block .review-data {
     width: 88%;
     margin: auto;
}
 .review-block .review-data h1 {
     color: #4A4E51;
     font-family: "Open Sans";
     font-size: 24px;
     font-weight: 300;
     line-height: 32px;
     text-align: center;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .review-block .review-data p.r-desigtion {
     color: rgba(74, 78, 81, 0.6);
     font-family: "Open Sans";
     font-size: 16px;
     font-weight: 500;
     line-height: 28px;
     text-align: center;
     margin-top: 0px;
}
 .review-block .review-data p.r-review {
     color: #676E76;
     font-family: "Open Sans";
     font-size: 16px;
     font-weight: 500;
     line-height: 28px;
     text-align: left;
     margin-top: 30px;
margin-bottom: 15px;
}
 .review-block .review-data a.link-btn {
     color: #83BE44;
     font-family: 'Open Sans';
     padding: 0px;
     margin: 30px 0px;
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     text-transform: uppercase;
     margin-bottom: 0px;
}
 .cust-rvw-tgl h1.title {
     color: #4A4E51;
     font-family: 'Open Sans';
     font-size: 36px !important;
     font-weight: 300;
     line-height: 48px !important;
     text-align:center;
     margin-bottom: 15px;
}
 .cust-rvw-tgl p.text {
     color: #676E76;
     font-family: "Open Sans";
     font-size: 16px !important;
     line-height: 28px !important;
     text-align:center;
}
 .client-sayings .white .sa_owl_theme .owl-nav .owl-prev {
     background: url('https://www.codebrew.ae/wp-content/uploads/2018/02/left-arrow-1.png') !important;
     background-size: 100% !important;
     background-position: center;
     background-repeat: no-repeat !important;
     outline:none;
}
 .client-sayings .white .sa_owl_theme .owl-nav .owl-next {
     background: url('https://www.codebrew.ae/wp-content/uploads/2018/02/right-arrow-1.png') !important;
     background-size: 100% !important;
     background-position: center;
     background-repeat: no-repeat !important;
     outline:none;
}
 .client-sayings .white .sa_owl_theme .owl-nav .owl-prev:hover, .client-sayings .white .sa_owl_theme .owl-nav .owl-next:hover {
     background-color: inherit !important;
     opacity:0.7;
     outline:none;
}
 .contact-section {
     width: 100%;
     height: auto;
     background: linear-gradient(168.41deg, #97D873 0%, #49B11F 100%);
}
 .contact-section h1.title {
     color: #fff;
     font-family: 'Open Sans';
     font-size: 36px !important;
     font-weight: 300;
     line-height: 48px !important;
     text-align:center;
     margin-bottom: 15px;
}
 .contact-section p.text {
     color: #fff;
     font-family: "Open Sans";
     font-size: 16px !important;
     font-weight: 500;
     line-height: 28px !important;
     text-align:center;
}
 .contact-box {
     max-width: 945px;
     width: 100%;
     margin: auto;
     border-radius: 4px;
     background-color: #FFFFFF;
     box-shadow: 0 10px 47px 0 rgba(0,0,0,0.12);
     margin-bottom: 48px;
     margin-top:50px;
}
 .contact-box .con-f-sec {
     padding: 60px;
}
 .contact-box .form-group {
     margin-bottom: 32px;
}
 .contact-box .form-group .custom-c-input {
     width: 100%;
     border: none !important;
     height: 48px !important;
     box-shadow: none !important;
     border-bottom: 2px solid rgba(0,0,0,0.12) !important;
     border-radius: 0px !important;
     color: #676E76 !important;
     font-family: "Open Sans";
     font-size: 16px !important;
     padding: 12px 2px !important;
     font-weight: 500;
     line-height: 32px;
     outline: none !important;
}
 .contact-box .form-group select.custom-c-input {
     -webkit-appearance: none;
     outline: none !important;
     padding: 8px 2px !important;
}
 .contact-box .form-group textarea.custom-c-textarea {
     width: 100%;
     border: none;
     height: 80px !important;
     outline: none !important;
     padding: 12px 2px !important;
     box-shadow: none;
     border-bottom: 2px solid rgba(0,0,0,0.12);
     border-radius: 0px !important;
     color: #676E76;
     font-family: "Open Sans";
     font-size: 16px;
     font-weight: 500;
     line-height: 32px;
     resize: none;
}
 .contact-box .form-group .submit-f-btn {
     width: 100% !important;
     height: 64px !important;
     border-radius: 4px;
     background-color: #83BE44 !important;
     color: #FFFFFF !important;
     font-family: 'Open Sans';
     font-size: 14px !important;
     font-weight: bold;
     line-height: 16px !important;
     text-transform: uppercase;
     margin: 10px 0px;
     margin-bottom: 0px;
     letter-spacing: 0.2px;
}
 .contact-box .bottom-contact-section {
     padding: 40px;
     background-color: rgba(0,0,0,0.04);
     text-align: center;
}
 .contact-box .bottom-contact-section h1.title {
     color: #4A4E51;
     font-family: 'Open Sans';
     font-size: 24px !important;
     font-weight: 300;
     line-height: 32px;
     text-align: center;
     margin: 0px;
     margin-bottom: 15px;
}
 .contact-box .bottom-contact-section .bcs-block {
     text-align: center;
     padding: 10px;
}
 .contact-box .bottom-contact-section .bcs-block img.bcs-img {
     margin: auto;
}
 .contact-box .bottom-contact-section .bcs-block h1.bcs-title {
     color: #676E76 !important;
     font-family: "Open Sans";
     font-size: 16px !important;
     font-weight: 400 !important;
     line-height: 28px !important;
     text-align: center !important;
     margin: 13px 0px !important;
}
 @media(min-width:1400px) and (max-width:1600px) {
     .bannr-newcb {
         background-position: 120px -185px !important;
    }
}
 @media(min-width:1500px) and (max-width:1920px) {
     .bannr-newcb {
             background-position: 100px -195px!important;
    }
}
 @media only screen and (max-width: 992px) {
     .jumbo-img {
         display : none !important;
    }
    .our-stry
   {
    left: 29% !important;
    top: -80px !important;
    }
}

@media only screen and (max-width: 768px)
{

.c-b-badge {
    position: absolute;
    top: -38px;
    width: 100px;
    left: 13% !important;
}

.clt-our li {
    width: 34% !important;
}
.bannr-newcb {
    background-size: contain !important;
    background-position: 20px -74px !important;
}
.bannr-newcb h1 {
    font-size: 30px !important;
    font-weight: 300 !important;
    font-family: 'Open Sans',sans-serif;
    color: #606568;
    line-height: 40px !important;
    margin-top: 30px;
}
.bannr-newcb span {
     font-size: 30px !important;
     font-weight: 700;
     color: #8BD62A;
     letter-spacing: -1px;
}

 .bannr-newcb h4 {
     font-size: 28px;
     font-weight: 300;
}
 .bannr-newcb p {
     font-size: 14px;
     color: #777;
}
.flwrpt
{
     top: -150px;
}
.our-stry
{
     left: 50px;
      top: 36px;
}
.frm24
{
margin: 0px auto !important;
padding: 20px !important;
}

.client-sayings .white .sa_owl_theme .owl-nav .owl-prev
{
display: none !important;
}
.client-sayings .white .sa_owl_theme .owl-nav .owl-next
{
display: none !important;
}

}


@media only screen and (max-width: 480px) 
{
.c-b-badge {
    position: absolute;
    top: -38px;
    width: 100px;
    left: -13px !important;
}    
}


ul.emclients
{
text-align: center;
padding:0px;
}

.clt-our li {
        width: 15%;
    display: inline-block;
    list-style: none;
    padding: 0px 28px;
    margin-top: 50px;
    vertical-align: middle;
}

.fusion-slider-188 .flex-direction-nav a.flex-next {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 0px;
    background: url(https://www.codebrew.ae/wp-content/uploads/2018/02/arrow-right_white.png);
    background-color: rgba(0,0,0,0.45);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px;
}

.fusion-slider-188 .flex-direction-nav a.flex-prev {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 0px;
    background: url(https://www.codebrew.ae/wp-content/uploads/2018/02/arrow-left_white.png);
    background-color: rgba(0,0,0,0.45);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 20px;
}
.frm24{margin-top:50px;}

.c-b-badge {
    position: absolute;
    left: 15%;
}

#video-modal .fusion-youtube
{
max-width: 100% !important;
width: 100% !important;
max-height:  100% !important;
}


#video-modal .fusion-youtube iframe
{
width: 100% !important;
}

#video-modal .modal-dialog
{
max-width: 650px !important;
width: 100%;
margin: 40px auto !important;
}

#video-modal .modal-dialog .modal-content .modal-body
{
padding:0px !important;
}


@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1.12); }
    40% { transform: scale(1.24); }
    50% { transform: scale(1); }
    60% { transform: scale(1.12); }
    70% { transform: scale(1.24); }
    80% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 1400ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.gafq-hide {
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.getpop-form
{
    padding: 24px;
background: #eee;
}

.getpop-form input
{
 
background: #fff;
border: 1px solid rgba(0,0,0,0.12) !important;
padding: 12px !important;
border-radius: 6px;
}

.getpop-form textarea
{
 
background: #fff;
border: 1px solid rgba(0,0,0,0.12) !important;
padding: 12px !important;
border-radius: 6px;
}

.getit-content h1
{
text-align: center;
font-size: 22px !important; 
    font-weight: 600 !important;
    font-family: 'Open Sans',sans-serif;
    color: #606568;
}

.ful-wd-sldr h4 {
    color: #676e76;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}



@media (max-width:767px ){

    .services-section .services-header {
    text-align: center;
    padding: 0!important;
    margin-bottom: 0!important;
}
.services-section .services-header h2, .crme-de h2, .codebrew-edge h2, .ful-wd-sldr h3, .client-sayings h2, .getaq-section h2, .getaq-section .bottom-contact-section h2.title {
    font-size: 22px!important;
    text-align: center;
}
.services-section .services-header p, .codebrew-edge p, .codebrew-edge .cbe-block p, .ful-wd-sldr h4, .client-sayings p, .getaq-section p, .getaq-section .bottom-contact-section .bcs-block h2.bcs-title {
    font-size: 14px!important;
    line-height: 24px!important;
}
.testimonials-block .testm-image img {
    max-width: 200px!important;
}
.testimonials-block .testm-image {
    width: 100%!important;
    height: 210px!important;
    text-align: center;
}

.testimonials-block .testm-data p, .testimonials-block .test-by h2{text-align:center !important; }

}



section.tech-stack-sec {
    margin: 20px 0;
}

 .tech-logo{text-align: center}
    .tech-logo li {
        display: inline-block;
        margin:20px 35px;
    }

    .cust-heading h2 {
        color: #4A4E51;
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 64px !important;
    text-align: center;
    }


    .cust-heading h2 strong{

        font-weight: 400;
        color: #8BC745;
    }
.crme-de .col-md-2{width:20%;}