/*General section*/
.breadcrumbs {
    padding: 20px 6px;
    list-style: none;
}

.breadcrumbs li {
    display: inline;
    font-size: 15px;
}

.breadcrumbs li + li:before {
    padding: 5px;
    color: #8BC43F;
    content: "/\00a0";
}

.breadcrumbs li a {
    color: #0275d8;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    color: #8BC43F;
    text-decoration: none;
}

input[type="text"] {
    background-color: transparent;
}

textarea {
    background-color: transparent;
}

/* Customize button 1 */
.customBtn {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 10px;
}

@media only screen and (max-width: 770px) {
    .customBtn {
        background-color: #8BC43F;
        border: none;
        color: white;
        padding: 13px 24px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 10px;
    }
}

.customBtn:hover {
    background-color: #fff;
    color: #8BC43F;
    border: 1px solid #8BC43F;
    text-decoration: none;
}

/* Customize button 2 */
.customBtn2 {
    background-color: rgba(143, 198, 69, 0.8);
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 1px;
    width: 100%;
}

.customBtn2:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8BC43F;
}

@media only screen and (max-width: 770px) {
    .customBtn2 {
        background-color: #8BC43F;
        border: none;
        color: white;
        padding: 13px 24px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 1px;
        width: 100%;
    }
}

/* Customize button 3 */
.customBtn3 {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 14px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 40px;
}

.customBtn3:hover {
    color: #fff;
    border: 1px solid #8BC43F;
}

/* Customize button 4 */
.customBtn4 {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 1px;
}

.customBtn4:hover {
    color: #fff;
}

/* Customize button 5 */
.customBtn5 {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 1px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    border-radius: 10px;
}

/*Custome btn 6*/
.customBtn6 {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
    cursor: pointer;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #8BC43F 50%, #fff 50%);
    -webkit-transition: background-position .6s;
    -moz-transition: background-position .6s;
    transition: background-position .6s;
}

.customBtn6:hover {
    background-position: 0 -100%;
    color: #60686f;
    border: 1px solid #8BC43F;
}

.customBtn7 {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
    cursor: pointer;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #8BC43F 50%, #fff 50%);
    -webkit-transition: background-position .6s;
    -moz-transition: background-position .6s;
    transition: background-position .6s;
}

.customBtn7:hover {
    background-position: 0 -100%;
    color: #60686f;
    border: 1px solid #8BC43F;
}

hr.borderBottom {
    border: 3px solid #8BC43F;
    border-radius: 1px;
    width: 65px;
    margin-left: 0;
    padding-left: 0;
    margin-top: -22px;
    background-color: #8BC43F;
}

@media only screen and (max-width: 770px) {
    hr.borderBottom {
        margin-top: -12px;
    }
}


/*Pre loader section*/
#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #8BC43F;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Navigation section*/
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

/*.nav-brand {*/
/*	line-height: 70px;*/
/*	padding: 0;*/
/*	color: #343a40;*/
/*	font-size: 24px;*/
/*	text-decoration: none!important;*/
/*}*/

/*.nav-brand img {*/
/*    width: 30%;*/
/*}*/

/*.nav-brand:hover,*/
/*.nav-brand:focus {*/
/*	color: #343a40;*/
/*}*/

/*.navigation-portrait .nav-brand {*/
/*	font-size: 18px;*/
/*	line-height: 48px;*/
/*}*/


.nav-logo > img {
    height: 50px;
    margin: 11px auto;
    padding: 0 5px;
    float: left
}


/*.nav-logo:focus>img {*/
/*	outline: initial;*/
/*}*/

/*.navigation-portrait .nav-logo>img {*/
/*	height: 36px;*/
/*	margin: 6px auto 6px 15px;*/
/*	padding: 0;*/
/*}*/

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 10px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #8BC43F;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}


/*.nav-search-close-button {*/
/*	width: 28px;*/
/*	height: 28px;*/
/*	display: block;*/
/*	position: absolute;*/
/*	right: 20px;*/
/*	top: 20px;*/
/*	line-height: normal;*/
/*	color: #343a40;*/
/*	font-size: 20px;*/
/*	cursor: pointer;*/
/*	text-align: center;*/
/*}*/

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #8BC43F;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075);
    background-image: url("/assets/dist/img/dropdown-back.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*=container] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.megamenu-list > li > a:hover {
    color: #8BC43F;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8BC43F;
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent
}

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

.nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
}

.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #8BC43F;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%
    }
}

.contactUs {
    margin-left: 7px;
}

.contactUs a {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 18px;
    cursor: pointer;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #8BC43F 50%, #fff 50%);
    -webkit-transition: background-position .6s;
    -moz-transition: background-position .6s;
    transition: background-position .6s;
    border-radius: 12px;
}

.contactUs a:hover {
    background-position: 0 -100%;
    color: #000;
    border: 1px solid #8BC43F;
}

.contactUs a:hover .shake {
    animation: none;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .contactUs {
        margin-left: 7px;
    }

    .contactUs a {
        margin-top: 2px;
    }
}

.shake {
    animation: shake-animation 3.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }
    85% {
        transform: rotate(3deg);
    }
    95% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.megamenu-list-title img {
    width: 23%;
    padding-left: 17px;
}

/*Footer section*/
.footer-img {
    background-image: url("/assets/dist/img/footer-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
}

.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 0;
}

.main-footer .footer-box {
    padding: 0 0 50px;
}

.main-footer .footer-title {
    margin: 0 0 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.main-footer .category {
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.main-footer .category li {
    padding: 0 0 7px;
}

.main-footer .category li a {
    color: #fff;
    text-decoration: none;
}

.main-footer .category li a:hover {
    color: #8BC43F;
    text-decoration: none
}

.main-footer .category li a .arrow {
    color: #8BC43F;
    margin-right: 10px
}

.main-footer .address-info {
    margin-bottom: 15px
}

.main-footer .pull-left i {
    font-size: 27px
}

.main-footer .addon-title {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
    text-transform: capitalize
}

/*.main-footer .help-media .addon-title {*/
/*    color: #2f2f2f*/
/*}*/

/*.main-footer .newsletter-box {*/
/*    margin-top: -6px;*/
/*    margin-bottom: 40px*/
/*}*/
.main-footer .global-stage {
    margin-left: auto;
    white-space: nowrap;
    margin-bottom: 0;
}

.main-footer .global-stage-logo {
    display: block;
    height: 40px;
    margin-bottom: 16px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    width: auto;
}

.main-footer ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-footer .footer-top {
    border-bottom: 2px solid #333;
}

/*.main-footer .footer-bottom {*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*    padding-top: 50px*/
/*}*/

/*.main-footer .footer-bottom::before {*/
/*    content: '';*/
/*    height: 5px;*/
/*    background-color: rgba(255, 255, 255, .1);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 80%;*/
/*    left: 50%;*/
/*    margin-left: -40%*/
/*}*/

@media (min-width: 1200px) {
    .main-footer .bottom-logo {
        width: 223px;
        display: block;
    }
}

.main-footer .social {
    display: block;
}

.main-footer .social ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.main-footer .social ul li {
    float: none;
    display: inline-block;
    margin: 0 2px 5px;
    text-decoration: none;
}

.main-footer .social ul li:hover {
    background-color: #8BC43F;
    color: #fff;
}

.main-footer .social ul li:first-child {
    margin-left: 0;
}

.main-footer .social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    text-align: center;
}

.main-footer .social ul li a.fa-facebook:hover {
    color: #fff;
    background-color: #8BC43F;
}

.main-footer .social ul li a.fa-pinterest-p:hover {
    color: #fff;
    background-color: #be1e2d;
}

.main-footer .social ul li a.fa-linkedin:hover {
    background-color: #0077b5;
    color: #000;
}

.main-footer .social ul li a.fa-twitter:hover {
    color: #fff;
    background-color: #00c3f3;
}

.main-footer .social ul li a.fa-youtube:hover {
    color: #fff;
    background-color: #b00;
}

.main-footer footer {
    padding: 60px 0 0 0;
}


/* About page Section */
.aboutPage {
    padding: 10px 0 60px 0;
}

.aboutPage h2 {
    padding: 10px 0;
    font-size: 35px;
}

.aboutPage p {
    padding: 10px 0;
    text-align: justify;
    font-size: 20px;
}

/*.aboutPage img{*/
/*    height: 500px;*/
/*}*/
.aboutPage span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customSFDetailsContent span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 770px) {
    .aboutPage {
        padding: 40px 0;
    }

    .aboutPage h2 {
        font-size: 30px;
    }

    .aboutPage p {
        font-size: 18px;
    }
}

/*.referralProgram{*/
/*    font-size: 22px;*/
/*}*/
.referralProgram .dot {
    height: 12px;
    width: 12px;
    background-color: #8BC43F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.referralBtn {
    background-color: #FAFAFA;
    color: #000;
}

.referralBtn a {
    color: #000;
    padding: 16px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.referralBtn a:hover {
    color: #8BC43F;
    text-decoration: none;
}

.referralBtn2 {
    color: #000;
    padding: 10px 22px;
    text-decoration: none;
    font-size: 16px;
    background-color: #FAFAFA;
}

.referralBtn2:hover {
    color: #8BC43F;
    text-decoration: none;
}

/* Team Section */
.team {
    background-color: #FEFEFE;
}

.team a {
    color: #000;
    text-decoration: none;
}

.teamLeaderContant {
    background-color: #000;
    color: #fff;
    padding: 100px 0 250px 0;
}

.teamLeadMember {
    margin-top: -150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.teamLeadMember h3 {
    color: #8BC43F;
    padding-top: 50px;
    text-align: center;
}

.memberDetails {
    position: relative;
}

.memberDetails img {
    width: 250px;
    height: auto;
}

.memberDetailsContent {
    position: absolute;
    top: 8px;
    right: 56px;
    justify-content: space-between;
    text-align: end;
}

.memberPopupContent h4 {
    color: #8BC43F;
    padding: 20px;
}

.memberPopupContent p {
    padding-left: 20px;
}

/* Team */
.team {
    background: #fff;
    padding: 20px 0;
}

.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    padding: 15px 0x;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    color: #012970;
}

.team .member .member-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 5px;
    line-height: 26px;
    color: #5e5e5e;
}

.team .member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


/*Company Section*/
.companyServiceDevelopment {
    background-color: #f6f6f6;
    padding: 100px 0;
}

.companyService span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flexing {
    display: flex;
    flex-direction: column;
    height: 80vh;
}

@media screen and (min-width: 1000px) {
    .flexing {
        flex-direction: row;
    }
}

.sectionFlexing {
    flex: 1;
    position: relative;
    transition: 0.5s ease;
}

.flexing .activeFlex {
    flex: 2;
}

.sectionFlexing:hover, .sectionFlexing:active, .sectionFlexing:focus {
    flex: 5;
}

.sectionFlexing:hover .title, .sectionFlexing:active .title, .sectionFlexing:focus .title {
    transform: translate(-50%, -50%) rotate(0);
    left: 50%;
    top: 34%;

}

@media screen and (min-width: 1000px) {
    .sectionFlexing:hover .title, .sectionFlexing:active .title, .sectionFlexing:focus .title {
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 900px) {
    .flexing {
        display: block;
        flex-direction: row;
        position: relative;
        height: auto;
    }

    .sectionFlexing {
        display: block;
        padding: 100px 0;
    }

    .sectionFlexing .title {
        font-size: 20px;
        position: relative;
        color: #f0f0f0;
    }

    .sectionFlexing .titleDetails {
        position: relative;
        transform: translate(0%, 0%);
        transition: 0.5s ease;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        color: #f0f0f0;
    }
}

.sectionFlexing .title {
    font-size: 30px;
    left: 0%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #f0f0f0;
}

/*@media screen and (max-width: 1000px) {*/
/*    .sectionFlexing .title {*/
/*        transform: translate(-50%, -50%) rotate(90deg);*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
.companyServiceEngagement {
    background-color: #fff;
    padding: 50px 0;
}

@media screen and (max-width: 770px) {
    .companyServiceDevelopment {
        background-color: #f6f6f6;
        padding: 10px 0;
    }

    .positionReverseSection {
        display: flex;
        flex-direction: column-reverse;
    }

    /*.companyService img{*/
    /*    height: 300px;*/
    /*    display: block;*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*}*/
}

.companyOverViewImage img {
    display: block;
    text-align: left;
}

.section--singleBack1 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Healthcare.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack1 .title {
    left: 100px;
}

.section--singleBack2 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Retail.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack3 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Media.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack4 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Logistics.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack5 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Automotive.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack6 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Education.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack7 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Telecommunication.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack8 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Marketing.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section--singleBack9 {
    background-color: #eac435;
    background-image: url("/assets/dist/img/industry/Government.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sectionFlexing .titleDetails {
    /*font-size: 35px;*/
    left: 20%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
    color: #f0f0f0;
    padding-left: 40px;
}

.sectionFlexing:hover .titleDetails {
    display: block;
    transform: translate(-50%, -50%) rotate(0);
    left: 50%;
}

.sectionFlexing:hover .title {
    display: none;
    transform: translate(-50%, -50%) rotate(0);
    left: 50%;
}

/*Career Section*/
.careerHeading {
    background-color: #fff;
}

.careerHeadingContent {
    padding: 100px 0;
}

.careerHeadingContent h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
}

@media only screen and (max-width: 770px) {
    .careerHeadingContent {
        padding: 10px 0;
    }

    .careerHeadingContent h2 {
        font-size: 30px;
        font-weight: 600;
        padding: 5px 0;
    }

    .careerHeadingContent p {
        font-size: 16px;
    }
}

.careerHeadingContent span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.careerHeadingContent p {
    font-size: 20px;
    padding: 10px 0;
    text-align: justify;
}

.careerEnvironment {
    padding: 50px 0;
}

.careerEnvironment h2 {
    font-size: 45px;
    padding-bottom: 50px;
    font-weight: 700;
}

@media only screen and (max-width: 770px) {
    .careerEnvironment h2 {
        font-size: 35px;
        padding-bottom: 20px;
        font-weight: 500;
    }
}

.careerEnvironmentImg {
    padding: 30px;
}

.careerEnvironmentContent {
    border-radius: 15px;
    text-align: justify;
}

.careerEnvironmentImg img {
    width: 80px;
}

.careerEnvironment .cardContent h5 {
    font-weight: bold;
}

.careerEnvironmentContent:hover .overlay {
    background-color: rgba(139, 196, 63, 0.4);
    -webkit-transition: background-color 1s ease-in;
    transition: background-color 1s ease-in;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.careerTeam {
    padding: 20px;
}

.careerTeamContent {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.careerTeamContentDetails {
    padding: 50px;
}

.careerTeamContentDetails h2 {
    font-weight: bold;
}

.careerTeamContentDetails p {
    font-size: 20px;
    padding: 10px 0;
    text-align: justify;
}

@media only screen and (max-width: 770px) {
    .careerTeamContentDetails h2 {
        font-weight: bold;
        font-size: 20px
    }

    .careerTeamContentDetails p {
        font-size: 15px;
        padding: 5px 0;
    }
}

.careerTeamContentDetails:hover > h2 {
    color: #8BC43F;
}

.careerJoin {
    background-color: #F7F7F7;
    padding: 100px 0 30px 0;
}

.careerJoinIntern {
    background-image: url("/assets/dist/img/careers-ss.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}

@media only screen and (max-width: 770px) {
    .careerJoinIntern {
        height: 400px;
    }
}

.careerJoinWhy {
    padding: 70px 0 20px 0;
}

.careerJoinWhyContent {
    padding: 10px 0;
}

.careerJoinWhyContent img {
    width: 70px;
}

.careerJoinWhyContent:hover * {
    color: #8BC43F;
}

.leaderTeam {
    padding-bottom: 20px;
}

.leaderTeam .singleMember {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(139, 196, 63, 0.3);
}

.leaderTeam .singleMember img {
    /*width: 60%;*/
    /*height: 20%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-radius: 30%;
}

.leaderTeam .singleMember h5 {
    text-align: center;
    padding-bottom: 35px;
}

/* Testimonial Section */
.testimonial {
    padding: 50px 0;
}

.testimonial h2 {
    padding: 10px 0;
    font-weight: bold;
}

.testimonial p {
    font-size: 20px;
}

/* Testimonial filter */
.testimonialFilter {
    margin: 10px -16px;
}

.testimonialFilter,
.testimonialFilter > .testimonialContent {
    padding: 8px;
}

.testimonialContent {
    float: left;
    width: 100%;
    display: none;
}

.testimonialFilter:after {
    content: "";
    display: table;
    clear: both;
}

.testimonialContentDetails {
    background-color: white;
    padding: 10px;
    border: 1px solid lightgrey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testimonialContentDetails img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.show {
    display: block;
}

.testimonialContentBtn {
    border: none;
    padding: 10px 20px;
    background-color: #8BC43F;
    cursor: pointer;
    border-radius: 20%;
    color: #545A4C;
}

.testimonialContentBtn:hover {
    background-color: #ddd;
}

.testimonialContentBtn.active {
    background-color: #8BC43F;
    color: white;
}

/* Press room section */
.pressRoom {
    padding: 20px 0;
}

.pressRoom h1 {
    font-size: 45px;
    margin-top: -10px;
}

.pressRoom p {
    margin-top: 10px;
}

@media only screen and (max-width: 770px) {
    .pressRoomNav {
        display: none;
    }

    .pressRoom h1 {
        font-size: 25px;
        margin-top: -10px;
    }
}

/* Web Design Service Section */
.webDesign {
    padding: 10px 0;
}

.webDesignContent {
    background-color: white;
    padding: 10px;
    border: 1px solid lightgrey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: justify;
}

.webDesignContent p {
    font-size: 17px;
}

/* Web Design Service Section */
.webdevelopment {
    text-align: center;
    padding: 20px;
}

.webdevelopment h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
}

.webdevelopment p {
    font-size: 26px;
    padding: 10px;
}

@media only screen and (max-width: 770px) {
    .webdevelopment {
        text-align: left;
        padding: 10px 0;
    }

    .webdevelopment h2 {
        font-size: 25px;
        font-weight: bold;
        padding: 10px;
    }

    .webdevelopment p {
        font-size: 18px;
        padding: 10px;
    }
}

/* Process Content Section */
.proccess {
    padding: 50px 0;
}

.proccess ul li {
    padding: 5px 1px;
}

.proccessContent {
    background-color: white;
    padding: 10px;
    border: 1px solid lightgrey;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.proccessContent h6 {
    color: #8BC43F;
    padding: 20px 0 10px 10px;
    font-weight: bold;
}

.proccessContent p {
    color: #545A4C;
    padding: 20px 0 10px 10px;
}

.proccess .nav-item {
    padding: 0 5px;
}

/* FAQ Section */
.webFaq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.webFaq .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.webFaq .panel-title {
    font-size: 14px;
}

.webFaq .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #8BC43F;
}

.webFaq .more-less {
    float: right;
    color: #212121;
}

.webFaq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}

.webFaq .faqDetails {
    padding-top: 60px;
    padding-bottom: 40px;
}

/*Web Applications Section*/
.webAppBanner {
    background-repeat: no-repeat;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/web-application.jpg');
}

.webAppBannerHead {
    padding: 100px 0;
}

.webAppBannerHead h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 20px;
    line-height: 60px;
}

.webAppBannerHead p {
    font-size: 21px;
    line-height: 35px;
}

.appForm {
    padding-top: 50px;
}

.appForm form {
    border: 1px solid #8BC43F;
    padding: 10px 5px;
}

.workFlow {
    padding: 50px 0;
}

.workFlow h1 {
    color: #263238;
    font-size: 40px;
    line-height: 48px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 400;
}

.workFlow p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    color: #546e7a;
}

.webAppService {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.webAppDescription {
    padding-bottom: 50px;
}

.webAppServiceContent {
    padding: 0 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 300px;
    border-radius: 15px;
}

.webAppServiceContent h4 {
    padding: 10px 0;
    font-size: 19px;
}

.webAppServiceContent i {
    font-size: 55px;
    padding: 20px 10px;
    color: #8BC43F
}

.webAppServiceContent img {
    width: 70px;
    padding: 20px 0 10px 10px;
}

.webAppServiceContent .viewMore i {
    font-size: 25px;
    margin-top: -20px;
    width: 30px;
}

.webAppServiceContent:hover {
    background-color: rgba(139, 196, 63, 0.4);
    -webkit-transition: background-color 1s ease-in;
    transition: background-color 1s ease-in;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.langualge {
    background-color: #000;
    padding: 60px 0;
    color: #fff;
}

.lanImage {
    padding: 10px;
}

.lanImage img {
    width: 100%;
    height: 90px;
}

.toolsDetails {
    padding: 70px 0;
    background-color: #fff;
    text-align: center;
}

.toolsDetails h2 {
    padding-bottom: 2px;
}

.tools img {
    width: 60%;
}

.solution {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.solution h2 {
    padding: 20px 0;
    text-align: center;
}

.solution img {
    width: 40%;
}

@media only screen and (max-width: 770px) {
    .solution img {
        width: 30%;
    }
}

.solution p {
    padding-top: 15px;
    color: #8BC43F;
}

.looking {
    padding: 63px 0;
    background-color: #000;
    color: #fff;
}

.looking h2 {
    padding-bottom: 20px;
}

.why {
    color: #fff;
    padding-top: 30px;
    text-align: center;
}

.whyContent {
    padding: 50px 0;
}

.whyItem h4 {
    padding: 20px 0 15px 0;
}

.whyItem p {
    padding-bottom: 20px;
}

.background {
    background: url('/assets/dist/img/mobile.jpeg');
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.layer {
    background-color: rgba(139, 196, 63, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #8BC43F;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.single-timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.single-timeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #8BC43F;
    border: 4px solid #FFF;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeLineLeft {
    left: 0;
}

.timeLineRight {
    left: 50%;
}

.timeLineLeft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #000;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #8BC43F;
}

.timeLineRight::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #8BC43F;
    border-width: 10px 10px 10px 0;
    border-color: transparent #8BC43F transparent transparent;
}

.timeLineRight::after {
    left: -16px;
}

.timeLineContent {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeLineContent h4 {
    color: #8BC43F;
}

.webAppCase {
    padding: 20px 0 10px 0;
}

.webAppCase h2 {
    text-align: center;
    padding: 10px 0;
}

.webAppCaseContent .image {
    display: block;
    width: 100%;
    height: auto;
}

.webAppCaseOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(84, 90, 76, 0.9);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .3s ease;
}

.webAppCaseContent:hover .webAppCaseOverlay {
    width: 100%;
}

.webAppCaseContent .text p {
    color: white;
    padding: 10px 0 10px 10px;
}

.webAppCaseContent .text a {
    text-align: center;
}

@media only screen and (max-width: 770px) {
    .webAppBannerHead {
        padding: 20px 0;
    }

    .webAppBannerHead h1 {
        font-weight: 700;
        font-size: 30px;
        padding-bottom: 10px;
        line-height: normal;
    }

    .appForm {
        padding-top: 10px;
    }

    .workFlow h1 {
        color: #263238;
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .webAppService {
        padding: 20px 0;
    }

    .webAppDescription {
        padding-bottom: 10px;
    }

    .webAppServiceContent h4 {
        padding: 10px 0;
    }

    .webAppServiceContent i {
        font-size: 35px;
        padding: 10px 5px;
    }

    .toolsDetails {
        padding: 30px 0;
    }

    .solution {
        padding: 20px 0;
    }

    .solution img {
        width: 40%;
    }

    .looking {
        padding: 43px 0;
    }

    .looking h2 {
        padding-bottom: 10px;
        font-size: 25px;
    }

    .whyContent h2 {
        font-size: 25px
    }

    .whyItem h4 {
        font-size: 20px;
        padding: 10px 0 7px 0;
    }

    .timeLine h2 {
        font-size: 28px;
    }

    .timeline::after {
        left: 31px;
    }

    .single-timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .single-timeline::before {
        left: 60px;
        border: medium solid #8BC43F;
        border-width: 10px 10px 10px 0;
        border-color: transparent #8BC43F transparent transparent;
    }

    .timeLineLeft::after, .timeLineRight::after {
        left: 15px;
    }

    .timeLineRight {
        left: 0%;
    }

    .timeLineContent h4 {
        font-size: 20px;
    }

    .timeLineContent p {
        font-size: 15px;
    }
}

/*Technology Section*/
.technology {
    padding: 40px 0;
    background-color: #F7F7F7;
}

.technology h2 {
    padding: 40px 0;
    text-align: center;
}

.technologyIcon {
    border: 1px solid black;
    padding: 14px 9px 14px 0;
    background-color: #8BC43F;
    height: 86px;
}

.technologyIcon span {
    font-size: 22px;
    color: #545A4C;
}

.technologyDetails {
    border: 1px solid black;
    padding: 12px 0;
}

.technologyDetails ul {
    list-style: none;
    height: 60px;
}

.technologyDetails ul li::before {
    content: "\2022";
    color: #8BC43F;
    font-weight: bolder;
    display: inline-block;
    width: 30px;
}

.hire {
    padding: 40px 0;
    background-color: #fff;
}

.hireDetails {
    text-align: center;
}

.hireDetailsContent ul {
    list-style: none;
}

.hireDetailsContent ul li {
    box-shadow: rgba(173, 173, 173, 0.4) 1px 3px 4px 0px;
    /*padding: 15px 0;*/
    background: #F7F7F7;
}

.hireDetailsContent ul li p {
    padding: 15px 0;
}

.hireDetailsContent ul li p::before {
    content: '✓';
    color: #8BC43F;
    font-weight: bolder;
    display: inline-block;
    width: 30px;
}

.technologyItem {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}

.technologyItem .image {
    display: table;
    width: 100%;
    height: 250px;
    text-align: center;
}

.technologyItem .imageText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.technologyItem .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #303030d1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 3;
}

.technologyItem:hover .overlay {
    height: 100%;
}

.technologyItem:hover .imageText {
    display: none;
    transition: .5s ease;
}

.technologyItem .text {
    color: white;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.technologyWhy {
    text-align: left;
    color: #000;
}

.technologyWhy img {
    width: 70px;
    padding: 10px 0 5px 10px;
}


/* Android Section */
.android {
    padding: 50px 0;
}

.androidBenefit {
    padding: 10px 0;
}

.androidBenefitDetails ul li {
    list-style: none;
    padding: 10px 0;
}

.androidBenefitDetails ul li i {
    color: #8BC43F;
    padding-right: 10px;
}

.androidIcon {
    border: 1px solid black;
    padding: 14px 9px 14px 0;
    background-color: #8BC43F;
    height: 82px;
}

.androidIcon span {
    font-size: 22px;
    color: #545A4C;
}

.androidDetails {
    border: 1px solid black;
    padding: 10px 0;
}

.androidDetails ul {
    list-style: none;
    height: 60px;
}

.androidDetails ul li {
    list-style: none;
    padding: 10px 0;
}

.androidDetails ul li::before {
    content: "\2022";
    color: #8BC43F;
    font-weight: bolder;
    display: inline-block;
    width: 30px;
}

@media only screen and (max-width: 770px) {
    .android {
        padding: 20px 0;
    }

    .androidBenefit h2 {
        font-size: 22px;
    }
}

/* Ecommerce Section */
.ecommerceBanner {
    color: #000;
    background-color: #F7F7F7;
}

.ecommerceBannerHead {
    padding-top: 20px;
}

.ecommerceBannerHead h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px;
}

.ecommerceBannerHead h1 span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ecommerceBannerHead p {
    font-size: 21px;
}

.ecommerceBannerHead p span {
    color: #8BC43F;
}

.ecommerceBannerHead img {
    height: 300px;
    width: auto;
}

.ecommerceServices {
    background-color: #F5F6F8;
    padding: 60px 0;
}

.ecommerceServices h3 {
    text-align: center;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: bold;
}

.ecommerceServices p {
    text-align: center;
    padding: 10px 20px;
    font-size: 22px;
}

.ecommerceServices .ecommerceServiceContent {
    text-align: left;
    padding: 10px 0 0 0;
}

.ecommerceServices .ecommerceContentTitle {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
}

.ecommerceServices .ecommerceServiceContent p {
    text-align: left;
    padding: 10px 0 0 0;
}

.ecommerceServices .ecommerceServiceContent .dot {
    height: 12px;
    width: 12px;
    background-color: #8BC43F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.ecommerceStrategy {
    padding: 40px 0;
}

.ecommerceStrategy .ecommerceStrategyImage {
    box-shadow: -14px 14px;
    color: #8BC43F;
}

.ecommerceStrategy .ecommerceRoundContent {
    padding: 50px;
    height: 280px;
    width: 280px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.ecommerceStrategy .ecommerceRoundContent h2 {
    font-size: 30px;
    /*padding-left: 10px;*/
    text-align: center;
    margin-top: 55px;
}

.ecommerceStrategy .ecommerceRoundContent p {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
}

.ecommerceStrategy .ecommerceStrategyContent h4 {
    padding: 20px 0;
    font-weight: bold;
    font-size: 27px;
}

@media only screen and (max-width: 770px) {
    .ecommerceStrategy .changeDirection {
        display: flex;
        flex-direction: column-reverse;
    }
}

.ecommerceSuccessful {
    background-color: #fff;
    padding: 60px 0;
}

.ecommerceSuccessful h3 {
    text-align: center;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: bold;
}

.ecommerceSuccessful p {
    text-align: center;
    padding: 10px 20px;
    font-size: 21px;
}

.ecommerceSuccessfulContent {
    background-color: #F5F6F8;
    border-radius: 5px;;
    color: #000;
    font-weight: bold;
    text-align: left;
    height: 250px;
    margin-bottom: 20px;
}

.ecommerceSuccessfulContent h5 {
    font-size: 24px;
    padding: 20px 20px 0 20px;
}

.ecommerceSuccessful .ecommerceSuccessfulContent p {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (max-width: 770px) {
    .ecommerceBannerHead {
        padding-top: 5px;
    }

    .ecommerceBannerHead h1 {
        font-weight: 500;
        font-size: 30px;
        padding-bottom: 5px;
    }

    .ecommerceBannerHead p {
        font-size: 18px;
    }

    .ecommerceServices {
        background-color: #F5F6F8;
        padding: 10px 0;
    }

    .ecommerceServices h3 {
        padding: 5px 10px;
        font-size: 24px;
    }

    .ecommerceServices p {
        text-align: center;
        padding: 5px 10px;
        font-size: 17px;
    }

    .ecommerceServices .ecommerceContentTitle {
        font-size: 18px;
        font-weight: 500;
        padding: 7px 0;
    }

    .ecommerceServices .ecommerceServiceContent p {
        font-size: 15px;
        padding: 5px 0 0 0;
    }

    .ecommerceServices .ecommerceServiceContent .dot {
        height: 10px;
        width: 10px;
    }

    .ecommerceStrategy .ecommerceStrategyContent h4 {
        padding: 10px 0;
        font-weight: 500;
        font-size: 19px;
    }

    .ecommerceSuccessful {
        background-color: #F5F6F8;
        padding: 20px 0;
    }

    .ecommerceSuccessful h3 {
        padding: 5px 0;
        font-size: 24px;
        font-weight: 500;
    }

    .ecommerceSuccessful p {
        padding: 5px 0;
        font-size: 17px;
    }

    .ecommerceSuccessfulContent h5 {
        font-size: 20px;
        padding: 10px 10px 0 10px;
    }

    .ecommerceSuccessful .ecommerceSuccessfulContent p {
        padding: 10px;
    }
}

/* Custom Software Section */
.customSFDetails {
    padding-bottom: 20px;
}

.customSFDetails .customSFDetailsContent {
    padding: 50px 0 30px 0;
}

.customSFDetails .customSFDetailsContent h2 {
    font-weight: 600;
    font-size: 35px;
}

.customSoftwareBackground {
    height: 400px;
    padding-bottom: 40px;
    background-image: url("/assets/dist/img/custom software development.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.customSFDetailsTable {
    padding: 20px 0 70px 0;
}

.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.Rtable .Rtable-row {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.Rtable .Rtable-row:first-child {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.Rtable .Rtable-row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.Rtable .Rtable-row .Rtable-cell {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    padding: 1rem 2rem;
    align-items: center;
    display: grid;
    min-height: 80px;
}

.Rtable .Rtable-row .Rtable-cell.flex-2 {
    -ms-flex-positive: 1.2 !important;
    flex-grow: 1.2 !important;
}

.Rtable-cell-heading {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.Rtable-cell-content {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 26px;
}

.Rtable .Rtable-row .responsive-table-hide {
    display: none;
}

.Rtable.custom-software-table .Rtable-row .Rtable-cell {
    padding: 1rem 1.3rem;
}

.Rtable .Rtable-row .Rtable-cell {
    padding: 1rem 1.5rem;
}

.Rtable-cell-content {
    font-size: 16px;
    line-height: 24px;
}

.border-right-2 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.flex-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex-positive: 2 !important;
    flex-grow: 2 !important;
}

.flex-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex-positive: 3 !important;
    flex-grow: 3 !important;
}

@media (max-width: 770px) {
    .Rtable-cell {
        border-bottom: 1px solid #c2c2c2;
    }

    .Rtable .Rtable-row .Rtable-cell {
        min-height: initial;
    }

    .Rtable .Rtable-row .Rtable-cell {
        padding: 4px 1rem;
        height: auto;
        display: block;
    }

    .Rtable .Rtable-row {
        display: grid;
        padding: 5px 0;
        width: 50%;
    }

    .border-right-2 {
        border-right: 0px solid #c2c2c2;
    }

    .Rtable .Rtable-row:nth-child(1) {
        border-right: 0;
    }

    .Rtable .Rtable-row:nth-child(3) {
        border-bottom: 1px solid #c2c2c2;
        border-right: 0;
    }

    .Rtable.custom-software-table .Rtable-row {
        width: 100%;
        border: 1px solid #c2c2c2 !important;
    }

    .Rtable.custom-software-table .Rtable-row {
        padding: 0;
        margin-bottom: 15px;
    }

    .Rtable.custom-software-table .Rtable-row .Rtable-cell:first-child {
        height: 50px;
    }

    .Rtable.custom-software-table .Rtable-row .Rtable-cell {
        height: inherit;
    }

    .Rtable.custom-software-table .Rtable-row .Rtable-cell:first-child {
        height: 76px;
    }

    .Rtable.custom-software-table .Rtable-row .Rtable-cell.cell-none {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .customSFDetails .customSFDetailsContent {
        padding: 10px 0;
    }

    .customSFDetails .customSFDetailsContent h2 {
        font-weight: 500;
        font-size: 25px;
    }

    .customSFDetails .customSFDetailsContent p {
        font-size: 18px;
    }

    .customSFDetailsTwo .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .customSFDetailsFour .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .customSFDetailsSix .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Development Process Section */
.developmentProcess {
    padding: 20px 0 60px 0;

}

.developmentProcessNav {
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 120px;
    padding: 0 var(--space-lg) 0 calc(var(--space-sm) * 1.4);
}

.developmentProcessNav a {
    margin-bottom: 10px;
}

.developmentProcessNav .lastItem {
    margin-bottom: -1px;
}

.developmentProcessContent h1 {
    font-size: 40px;
    font-weight: 700;
}

.developmentProcessContent h1 span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.developmentProcessContent h2 {
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 20px;
}

.developmentProcessContent h3 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
}

.developmentProcessName {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.developmentProcessName:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.developmentProcessNameImage {
    padding: 10px 0 0 20px;
}

.developmentProcessName p {
    padding: 5px 0;
}

@media only screen and (max-width: 770px) {
    .developmentProcessNav {
        position: sticky;
    }

    .developmentProcessContent h1 {
        font-size: 25px;
        font-weight: 600;
    }

    .developmentProcessContent h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .developmentProcessContent h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .developmentProcessContent p {
        font-size: 15px;
        font-weight: 400;
    }

    .developmentProcessNameImage {
        padding: 20px;
    }

    .developmentProcessNameText {
        padding-left: 20px;
    }
}

/* Development Step Section */
.softwareDevelopmentStep {
    padding: 20px 0;
}

.softwareDevelopmentStepNumber span {
    border: 1px solid #8BC43F;
    padding: 9px 13px;
    font-size: 17px;
    font-weight: bold;
}

@media only screen and (max-width: 770px) {
    .softwareDevelopmentStep h3 {
        padding-top: 10px;
    }

    .softwareDevelopmentHighlights img {
        width: 40px;
    }
}

.softwareDevelopmentPlanning {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.qualityManagement {
    padding: 33px 0;
}

.qualityManagementContent {
    padding: 20px 0;
}

.qualityKeyContent {
    text-align: center;
}

.qualityKeyContentText {
    border: 1px solid #8BC43F;
    height: 100px;
    padding-top: 20px
}

.qualityKeyContentText:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.agileDevelopment ul li {
    list-style: square;
    padding-top: 5px;
}

/* Sustainability Section */
.sustainability h2 {
    padding: 20px 0;
    font-size: 35px;
    font-weight: 700;
}

.sustainability h2 span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sustainability img {
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

/* Privacy Policy Section */
.privacyPolicy h2 {
    padding: 20px 0;
    font-size: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 770px) {
    .sustainability h2 {
        padding: 10px 0;
        font-size: 23px;
        font-weight: 500;
    }

    .privacyPolicy h2 {
        padding: 10px 0;
        font-size: 23px;
        font-weight: 500;
    }

    .sustainability img {
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    .sustainability h3 {
        padding: 10px 0;
        font-size: 20px;
        font-weight: 500;
    }

    .privacyPolicy h3 {
        padding: 10px 0;
        font-size: 20px;
        font-weight: 500;
    }
}

/* News Section */
.newsPage a {
    color: #000;
}

.newsPage .newsPageCard img {
    height: 200px;
}

.SingleNewsPage .newsPageCard img {
    height: 550px;
}

@media only screen and (max-width: 770px) {
    .newsPage .newsPageCard img {
        height: 180px;
    }

    .SingleNewsPage .newsPageCard img {
        height: 250px;
    }
}

.newsPage .newsPageCard .card-body .card-title {
    font-size: 18px;
}

.newsPage .newsPageCard .card-body .card-text {
    font-size: 15px;
}

.newsPage .newsPageCard .card-body .card-link {
    color: #8BC43F;
}

.singleNewsShare {
    padding: 20px 0;
}

/* Product Section */
.productIntro {
    padding: 40px 0;
}

.productIntro h2 {
    font-size: 32px;
    font-weight: 600;
    color: #8BC43F;
    padding-bottom: 20px;
}

.productCard {
    text-align: center;
    background-color: #F8F8F8;
}

.productCard:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productCard img {
    padding-top: 40px;
}

.productCard .productImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 37%;
}

.productCard .card-title {
    font-size: 30px;
    color: #8BC43F;
    font-weight: 500;
    text-transform: uppercase;
}

.productCard .card-text {
    color: #5E6457;
}

@media only screen and (max-width: 770px) {
    .productIntro {
        padding-bottom: 30px;
    }

    .productIntro h2 {
        font-size: 28px;
        font-weight: 500;
        color: #8BC43F;
        text-align: left;
        padding-bottom: 10px;
    }
}

/*Single PRoduct*/
.singleproductIntro {
    padding: 40px 0;
}

.singleProductDetails {
    border-color: white #edeff1 #edeff1 #edeff1;
    border-style: solid;
    border-width: 1px;
}

.singleProductDetailsItem {
    padding: 10px 5px 0 10px;
}

@media only screen and (max-width: 770px) {
    .singleproductIntro {
        padding: 20px 0;
    }
}

/* Industries Section */
.industriesMedia {
    background-color: #1E1D28;
    display: flex;
    overflow: hidden;
}

.industriesMediaContent {
    padding: 120px 80px 0 130px;
    color: #fff;
    width: 50%;
}

.industriesMediaContentImage {
    width: 50%;
}

.industriesMediaContent h5 {
    font-size: 20px;
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industriesMediaContent h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 25px 0;
}

.industriesMediaContent p {
    color: #706F76;
    padding-bottom: 10px;
}

.industriesMediaContent hr {
    border: 1px solid #706F76;
}

.industriesServices {
    padding: 60px 0;
}

.industriesServices h2 {
    padding-bottom: 20px;
}

.industriesServicesContent {
    text-align: left;
    padding: 10px 0 0 0;
}

.industriesServicesContent p {
    text-align: left;
    padding: 10px 0 0 0;
}

.industriesServicesContent .dot {
    height: 12px;
    width: 12px;
    background: linear-gradient(#333, #8BC43F);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.industriesReady {
    padding: 20px 0;
}

.industriesReadyContent {
    padding: 30px 0;
}

.industriesReady h2 {
    text-align: center;
    margin-top: -70px;
    padding-left: 6px;
    font-size: 31px;
}

.industriesReady .industriesReadyLine {
    height: 100px;
    width: 10px;
    background: linear-gradient(#8BC43F, #333);
    border-radius: 2%;
    display: inline-block;
    margin-right: 10px;

}

.industriesReady p {
    text-align: left;
    margin-top: 33px;
}

.industriesReady .industriesReadyIconRound {
    background-color: #000;
    border-radius: 50%;
    color: white;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.industriesMedia .accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.industriesMedia .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.industriesMedia .active:after {
    content: "\2212";
}

.industriesMedia .panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.industriesTechnology {
    padding: 50px 0;
}

.industriesTechnology h2 {
    padding: 20px 0;
}

.industriesTechItem {
    border: 1px solid lightgrey;
    padding-bottom: 10px;
}

.industriesTechItem img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.industriesTechItem p {
    text-align: center;
    padding: 10px 0;
}

@media only screen and (max-width: 770px) {
    .industriesMedia {
        display: block;
        overflow: hidden;
    }

    .industriesMediaContent {
        padding: 20px;
        color: #fff;
        width: 100%;
    }

    .industriesMediaContent h2 {
        font-size: 30px;
        font-weight: bold;
        padding: 15px 0;
    }

    .industriesMediaContentImage {
        width: 100%;
    }

    .industriesServices {
        padding: 20px 0;
    }

    .industriesServices h2 {
        padding-bottom: 10px;
    }

    .industriesServicesContent h4 {
        font-size: 18px;
    }

    .industriesServicesContent p {
        text-align: left;
        padding: 5px 0 0 0;
        font-size: 14px;
    }

    .industriesReady h2 {
        text-align: center;
        margin-top: -75px;
        padding-left: 6px;
        font-size: 24px;
    }

    .industriesReadyContent {
        padding: 10px 0;
    }
}

/* Blog Section */
.blog .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.blog .bottom-left a {
    color: #fff;
    padding-left: 8px;
}

.blog .bottom-left a:hover {
    color: #8BC43F;
}

.blogNews {
    text-align: center;
    padding: 20px 0;
}

.blogNews a {
    color: #8BC43F;
}

.blogNews img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.blogNews .row {
    background-color: ghostwhite;
}

.blogItemImage .bottom-left {
    position: absolute;
    left: 20px;
}

.blogItemImage .bottom-left i {
    color: #8BC43F;
}

.blogItemImage .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.newsTeller .card-body {
    color: #8BC43F;
}

@media only screen and (max-width: 770px) {
    .blogItemImage .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 20px;
        color: #fff;
    }
}

/* Single Blog Section */
.singleBlog {
    padding: 40px 0 10px 0;
    background-color: #F8F9FA
}

.blogDate {
    justify-content: space-between;
    text-align: end;
}

@media only screen and (max-width: 770px) {
    .blogDate {
        text-align: left;
    }

    .singleBlog {
        padding: 2px 0 5px 0;
    }
}

.singleBlogImage img {
    height: 450px;
}

@media only screen and (max-width: 770px) {
    .singleBlogImage img {
        height: 250px;
    }
}

.singleBlogContent {
    padding: 20px;
}

/* Case Study Section */
.caseStudyItem {
    margin: 10px 0;
}

.caseStudyCard {
    text-align: center;
    background-color: #F8F8F8;
}

.caseStudyCard:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-24px);
    transition: transform .7s;
}

.caseStudyCard img {
    height: 200px;
}

.caseStudyCard .card-title {
    font-size: 17px;
    color: #8BC43F;
}

/*Infographic Section*/
.infograficItemImage {
    position: relative;
    text-align: center;
    color: #8BC43F;
}

.infograficItemImage img {
    width: 100%;
}

.infograficItemImage .bottom-left {
    position: absolute;
    bottom: 120px;
    left: 60px;
}

.infographic .container {
    text-align: center;
    padding: 20px 0;
}

.infographicItem {
    padding-top: 35px;
}

@media only screen and (max-width: 770px) {
    .infograficItemImage .bottom-left {
        position: absolute;
        bottom: 70px;
        left: 30px;
    }
}

/* Contact Section */
.contact {
    padding: 50px 0;
    background-color: #EEF6FF;
}

.contact .contactSide {
}

.contact .contactSide h5 {
    padding: 20px 0;
}

.contact .contactSide .contactSideContent .dot {
    height: 15px;
    width: 15px;
    background-color: #8fc645;
    border-radius: 50%;
    display: inline-block;
}

.contact .contactSide .contactSideContent .sidebarLine {
    border-left: 1px solid #8fc645;
    height: 320px;
    margin-top: -179px;
    margin-left: 7px;
    margin-bottom: -10px
}

.contact .contactSide .contactSideContent .contactSideItem p {
    text-align: left;
}

.contact .contactContent {
    background-color: #DCF5FE;
    padding: 20px 50px;
}

.contact .contactContent .contactContentHeading {
    background-color: #E6F8FE;
}

.contact .contactContent .contactContentHeading input[type="text"] {
    background-color: transparent;
}

.contact .contactContent .contactContentHeading input[type="text"], input[type="email"], textarea {
    background-color: transparent;
}

.contact .contactContent .contactContentHeading .iconStyle {
    height: 61px;
    width: 61px;
    background-color: #8fc645;
    border-radius: 50%;
}

.contact .contactContent .contactContentHeading .iconStyle i {
    font-size: 40px;
    padding: 10px;
    color: white;
}

@media only screen and (max-width: 770px) {
}

/*Jobs Section*/
.jobHeading {
    padding-top: 10px;
}

.jobHeading h2 {
    padding-top: 200px;
    font-size: 40px;
}

.jobHeading h2 span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jobHeading p {
    font-size: 20px;
    padding: 2px 0;
}

.jobs .d-flex {
    color: rgb(143, 198, 69);
    font-size: 22px;
    font-weight: 600;
}

.jobs .item {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 15px 10px;
}

.jobs .item .top-right {
    position: absolute;
    top: 42px;
    right: 26px;
}

.jobs .item a {
    color: black;
    text-decoration: none;
}

.jobs .item:hover {
    box-shadow: 0 1px 2px 0 rgba(143, 198, 69, 0.2), 0 1px 10px 0 rgba(0143, 198, 69, 0.19);
    background-color: rgba(143, 198, 69, 0.6);
}

.jobs .item:hover a {
    background-color: rgba(143, 198, 69, 0.6);
}

@media only screen and (max-width: 770px) {
    .jobHeadingImage {
        display: none;
    }
}

/*Single Jobs*/
.jobCategory {
    padding: 20px 0;
    background-color: rgba(143, 198, 69, .4);;
}

.jobCategory .item span {
    position: absolute;
    top: 42px;
    right: 26px;
}

.jobCategory h2 span:hover {
    color: rgb(143, 198, 69);
}

.singleApply {
    margin-top: -80px;
}

/*Breadcrumbs Section*/
.breadcrumbs {
    background: #fff;
    color: rgb(143, 198, 69);
    margin-bottom: -20px;
}

.breadcrumbs a {
    color: rgb(143, 198, 69);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgb(143, 198, 69);
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-bottom: -10px;
    }

    .breadcrumbs ol li + li {
        padding-left: 1px;
    }
}

/*Home page start*/
.home {
    background-color: #F6F5FF;
}

.homeContent {
    text-align: center;
    padding-top: 40px;
}

.homeContent h2 {
    font-size: 40px;
    font-weight: 700;
}

.homeContent h2 span {
    background: -webkit-linear-gradient(#333, #8BC43F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homeContent p {
    font-size: 23px;
    padding: 20px 0;
}

.implementation {
    padding: 50px 0;
    background-color: #F8F9FB;
}

.implementationHeading {
    width: 400px;
    height: 80px;
    /*transform: skew(-20deg);*/
    background: #555;
    border-radius: 3px;
}

.implementationHeading h2 {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
}

@media (max-width: 770px) {
    .implementationHeading {
        width: 200px;
        height: 70px;
        background: #555;
    }

    .implementationHeading h2 {
        padding: 10px 5px;
        font-size: 22px;
    }
}

.implementationContent {
    padding: 20px 0;
}

.implementationContentItem {
    background-color: #fff;
    height: 340px;
}

.implementationContentItem img {
    padding: 30px 0 20px 30px;
}

.implementationContentItem h5 {
    padding: 15px 0 0 30px;
}

.implementationContentItem p {
    padding: 15px 0 5px 30px;
}

.implementationIcon {
    padding-bottom: 30px;
}

.implementationContentItem a {
    padding: 15px 0 0 30px;
    color: #8BC43F;
}

.implementationContentItem a i {
    padding-right: 5px;
}

.implementationBtn a {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.implementationBtn a span {
    font-size: 22px;
    padding-right: 5px;
}

.implementationBtn a:hover {
    background-color: rgba(143, 198, 69, 0.7);
}

/*Easy section*/
.easyStep {
    background-image: url("/assets/dist/img/Easy-to-Start.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*.easyStepOverlay{*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*    height: 100%;*/
/*}*/
.easyStemHeader h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    padding: 40px 0;
    color: #fff;
}

.easyStepContent {
    background: rgba(143, 198, 69, 0.7);
    text-align: center;
    height: 220px;

    background: linear-gradient(to left, #545A4C 50%, rgba(143, 198, 69, 0.7) 50%) right;
    background-size: 200%;
    transition: all 2s ease;
}

.easyStepContent:hover {
    background-position: left;
}

.easyStepContent .number span {
    color: #8BC43F;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 20px;
    position: relative;
    top: -10px;
    text-align: center;
    font-weight: 800;
}

.easyStepContent h4 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
}

.easyStepContent p {
    color: #fff;
    padding: 0 10px 10px 10px;
}

/*Process Section*/
.processes-section {
    padding: 50px 0;
    text-align: center;
}

.processes-section h2 {
    padding: 10px 0;
}

.processes-section img {
    max-width: 100%
}

.processes-section img.mobile-img {
    display: none
}

.processes-section img.desktop-img {
    display: block
}

@media (max-width: 770px) {
    .processes-section img.desktop-img {
        display: none
    }

    .processes-section img.mobile-img {
        display: block;
        margin: 0 auto
    }
}

.main_line {
    display: block;
    width: 12%;
    margin: auto;
    background-color: #8BC43F;
    border: none;
    height: 2px;
}

/*Hire section*/
.hireBest {
    padding: 20px 0;
}

.hireBest .container {
    background-color: #4255BA;
    padding: 20px 0;
    border-radius: 6px;
}

.hireBest .container h2 {
    color: #fff;
    padding: 40px 0 40px 30px;
}

.hireBest .container a {
    background-color: #8BC43F;
    border: none;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
    cursor: pointer;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #8BC43F 50%, #fff 50%);
    -webkit-transition: background-position .6s;
    -moz-transition: background-position .6s;
    transition: background-position .6s;
}

.hireBest .container a:hover {
    background-position: 0 -100%;
    color: #8BC43F;
}

.hireBest .container :hover .animation {
    position: relative;
    animation: example 2s infinite;
}

@keyframes example {
    0%,
    100% {
        left: 0;
    }

    50% {
        left: 10px;
    }
}

/*Who we are section*/
.whoWeAre {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
    border-top: 1px solid #dfe0e2;
}

.whoWeAre .container {
    display: flex;
}

.whoWeAreContentDetails h2 {
    font-weight: 800;
    color: #444f5c;
    font-size: 40px;
}

@media (min-width: 769px) {
    .whoWeAre {
        background-image: url("/assets/dist/img/who-we-are.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .whoWeAre {
        background-image: url("/assets/dist/img/who-we-are.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .whoWeAreContentDetails h2 {
        font-weight: 600;
        color: #444f5c;
        font-size: 30px;
    }
}

.whoWeAre .whoWeAreContent {
    position: relative;
    width: 54%;
    margin-left: 20px;
    padding: 62px 0 76px
}

.whoWeAre .whoWeAreContent:before {
    position: absolute;
    top: 0;
    right: -68px;
    bottom: 0;
    left: -136px;
    content: "";
    transform: skew(9.5deg);
    transform-origin: top left;
    background: linear-gradient(rgba(70, 110, 148, .04), rgba(70, 110, 148, .04)), #fff !important;
}

@media (max-width: 768px) {
    .whoWeAre .whoWeAreContent {
        width: 80%
    }

    .whoWeAre .whoWeAreContent:before {
        right: -10px;
        left: -40px
    }

    .whoWeAreContentDetails h2 {
        font-weight: 600;
        color: #444f5c;
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .whoWeAre .whoWeAreContent:before {
        transform: skew(6deg)
    }
}

@media (max-width: 425px) {
    .whoWeAre .whoWeAreContent {
        width: 100%;
        margin-left: 0;
        padding: 31px 0 38px
    }

    .whoWeAre .whoWeAreContent:before {
        right: -200px;
        left: -70px;
        transform: skew(0deg)
    }
}

.whoWeAre .whoWeAreContentDetails {
    position: relative
}

.whoWeAre .whoWeAreContentItem {
    margin-top: 42px
}

.whoWeAre .whoWeAreContentItem:nth-child(2) {
    max-width: 560px;
    margin-left: 8%
}

.whoWeAre .whoWeAreContentItem:nth-child(3) {
    max-width: 560px;
    margin-left: 13%
}

.whoWeAre .whoWeAreContentItem:nth-child(4) {
    margin-right: -16%;
    margin-left: 24%
}

@media (max-width: 425px) {
    .whoWeAre .whoWeAreContentItem {
        margin-top: 21px;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.whoWeAreContentItem .row .singleItem {
    margin: 38px 0 12px 0;
}

.whoWeAreContentItem .row .singleItem .singleItemContent {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 18px;
    white-space: nowrap;
    opacity: .3;
    color: #444f5c;
    font-weight: 800
}

@media (max-width: 1280px) {
    whoWeAreContentItem .row .singleItem .singleItemContent {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .whoWeAreContentItem .row .singleItem .singleItemDetails {
        line-height: 20px;

    }
}

.whoWeAreContentItem .row .singleItem .singleItemDetails {
    line-height: 28px;
    opacity: .8;
    color: #444f5c;
    font-weight: 600
}

.whoWeAreContentItem a {
    text-decoration: none;
    color: #8BC43F;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 0;
}

/*What we offer*/
.whatWeOffer {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
    background-image: url("../images/newback.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.whatWeOffer .container {
    display: flex;
}

.whoWeAreContentDetails h2 {
    font-weight: 800;
    color: #000;
    font-size: 40px;
}

@media (min-width: 769px) {
    .whatWeOffer {
        background-image: url("../images/newback.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .whatWeOffer {
        background-image: url("../images/newback.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .whatWeOffer .whoWeAreContentDetails h2 {
        font-weight: 600;
        font-size: 30px;
    }
}

.whatWeOffer .whoWeAreContent {
    position: relative;
    width: 54%;
    margin-left: 10px;
    padding: 62px 0 76px 0;
}

.whatWeOffer .whoWeAreContent:before {
    position: absolute;
    top: 0;
    right: -78px;
    bottom: 0;
    left: -285px;
    content: "";
    transform: skew(9.5deg);
    transform-origin: top left;
    background: #F8F9FB;
}

@media (max-width: 768px) {
    .whatWeOffer .whoWeAreContent {
        width: 80%
    }

    .whatWeOffer .whoWeAreContent:before {
        right: -10px;
        left: -40px
    }

    .whatWeOffer .whoWeAreContentDetails h2 {
        font-weight: 600;
        color: #000;
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .whatWeOffer .whoWeAreContent:before {
        transform: skew(6deg)
    }
}

@media (max-width: 425px) {
    .whatWeOffer .whoWeAreContent {
        width: 100%;
        margin-left: 0;
        padding: 31px 0 38px
    }

    .whatWeOffer .whoWeAreContent:before {
        right: -200px;
        left: -70px;
        transform: skew(0deg)
    }
}

.whatWeOffer .whoWeAreContentDetails {
    position: relative
}

/*Slide image section*/
.sliderImage {
    padding: 24px 0;
}

.sliderImage h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

/* medium - display 2  */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .sliderImage {
        padding: 54px 0;
    }

}

/* large - display 3 */
@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.sliderImage .carousel-item .col-lg-2 .hiddenImg {
    display: none;
}

/*.sliderImage .carousel-item .col-lg-2:hover .hiddenImg{*/
/*    display: block;*/
/*}*/
/*.sliderImage .carousel-item .col-lg-2:hover .showImg{*/
/*    display: none;*/
/*}*/

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(12%, 0, 0);
    -ms-transform: translate3d(12%, 0, 0);
    -o-transform: translate3d(12%, 0, 0);
    transform: translate3d(12%, 0, 0);
}


.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-12%, 0, 0);
    -ms-transform: translate3d(-12%, 0, 0);
    -o-transform: translate3d(-12%, 0, 0);
    transform: translate3d(-12%, 0, 0);
}

/*FAQ section*/
.faq {
    padding-top: 50px;
}

.faq .faqBtn {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.faq .active, .faqBtn:hover {
    color: #8BC43F;
}

.faq .faqBtn:after {
    content: '\25bc';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq .active:after {
    content: "\25b2";
}

.faq .panel {
    padding: 0 18px;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.serviceType .card {
    background-color: #f6f6f6;
}

.box {
    color: #fff;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.web, .android, .iOS, .digital, .software, .graphic {
    background: #FBF8F8;
    color: #000;
}

.web .customSFDetails {
    color: #000;
}

label {
    margin-right: 15px;
}

/*Freelancer section*/
.freelancer {
    background-color: #F7F7F7;
    margin-top: -30px;
}

.freelancer input:focus {
    outline: none;
}

/*Freelancer section end*/

@media only screen and (min-width: 1200px) {
    .custom_modal_xl {
        max-width: 1200px;
    }
}

.custom_add_more {
    background: #8BC43F;
    border: 1px solid #8BC43F;
}
.custom_add_more:hover {
    background-color: #fff;
    color: #8BC43F;
    border: 1px solid #8BC43F;
    text-decoration: none;
}
.custom_remove_btn {margin-top: 32px;}


/* New slider Design start */

.swiper{
    width: 100%;
    padding: 20px 10px;
}
.swiper-slide{
    margin-outside: 20px;

}

.swiper-wrapper{
    width: 100%;
    /*height: 35em;*/
    display: flex;
    align-items: center;

}

.hasan_card{
    width: 366px;
    height:auto;
    scroll-snap-align: start;
    background-color: #fff;
    border-radius: 2em;
    box-shadow: 0 0 2em rgba(0, 0, 0, .2);
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.hasan_card__image{
    width: 76px;
    height: 76px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hasan_card__image img{
    width: 74px;
    height: 74px;
    object-fit: cover;
}

.hasan_card__content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hasan_card__title{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.hasan_card__text{
    text-align: center;
    font-size: 12px;
    margin-left: 32px;
    margin-right: 32px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
}
@media (max-width: 997px) {
    .hasan_card-row {
        margin-top: 20px;
    }
}

/* New slider Design end */

/*Feedback section start here*/

img {border-style:none;}
.hasan-active video{
    width: auto;
    margin-left: 25px;
    text-align: center;
    height: auto;
}
a {
    text-decoration:none;
    color:#00f;
}
a:hover {
    text-decoration:underline;
}
input, textarea, select {
    font:100% Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}

.hasan-widget {
    border-radius: 5px;
    background: #daeff0;
    box-shadow: 0 0 2em rgba(0, 0, 0, .2);
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    width: 900px;
}
.hasan-widget .control-links {
    border-top: 1px dotted #ddd;
    text-align: center;
    overflow: hidden;
    margin: 10px 0 0;
    padding: 10px 1px 0;

  }
.control-links{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hasan-widget .control-links .switcher-holder {
    display: inline-block;
    margin: 0 10px;

}
.hasan-widget .feedback-btn-prev, .hasan-widget .feedback-btn-next {
    border-radius: 20px;
    border: 1px solid #ccc;
    width: 26px;
    height: 26px;
    color: #ccc;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    float: left;
}
.feedback-btn-prev, .feedback-btn-next{
    background-color: #67b726;
    font-size: 24px;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 10px;

}
.hasan-widget .feedback-btn-next {
    float: right;
}
.hasan-widget .feedback-btn-prev:hover, .hasan-widget .feedback-btn-next:hover {
    text-decoration: none;
    border-color: #000000;
    color: #000;
}
.hasan-widget .feedback-btn-prev:active, .hasan-widget .feedback-btn-next:active {
    margin: 1px -1px -1px 1px;
}
.hasan-widget .switcher {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.hasan-widget .switcher li {
    margin: 0 5px 0 0;
    float: left;
}
.hasan-widget .switcher li a {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    float: left;
    color: #000;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
}
.hasan-widget .switcher li a:hover {
    border-color: #eee;
    text-decoration: none;
}
.hasan-widget .switcher li a:active {
    line-height: 28px;
}
.hasan-widget .switcher .hasan-active a {
    background: #67b726;
    color: #fff;
}
.hasan-widget .switcher .hasan-active a:hover {
    border-color: transparent;
}
.hasan-widget .switcher .lava-item a {
    text-indent: -9999px;
    display: block;
    float: none;
}
.hasan-widget .switcher .lava-anim-to a {
    border-color: transparent !important;
}

.hasan-widget .hasan-slideset {
    position: relative;
    list-style: none;
    height: 256px;
    padding: 0;
    margin: 0;
    /* background-color: #daeff0; */
}

.hasan-widget .hasan-slideset li {
    position: absolute;
    overflow: hidden;
    background:  #daeff0;
    height: 256px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
}
.hasan-widget .hasan-slideset li.hasan-active {
    z-index: 2;
    opacity:1;
    background-color: #daeff0;
}
.hasan-widget .hasan-slideset li img {
    margin: 0 0 0 25px;
    width: 256px;
    height: auto;
}
.hasan-widget .hasan-slideset .description {
    /* border: 1px dotted #ccc;*/
    /*border-radius: 5px;*/
    background: #e4f0f1;
    padding: 20px;
    float: right;
    width: 60%;

}
.hasan-head-text{
    color: #22956f;
}
.hasen-title-text{
    color: #72bb54;
}
.feedback-customer-honor-title{
    text-align: center;
}
.feedback-customer-honor-title h1{
    font-size: 25px;
    font-weight: 700;
}

#videoModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

#videoModal video {
    width: 80%;
    max-width: 800px;
    height: auto;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
    .hasan-widget {
        width: 99%;
        margin-bottom:420px;
        margin-top: 0;
    }
    .hasan-widget .hasan-slideset li {
        height: auto;
        margin: auto;
    }
    .hasan-widget .hasan-slideset li img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .hasan-widget .hasan-slideset .description {
        width: 100%;
        float: none;
        padding: 10px;
    }
    .description{
        /*display: none;*/
        margin-top: 10px;
        text-align: center;
    }
    .hasan-widget .control-links {
        text-align: center;
    }
    .hasan-widget .btn-prev,
    .hasan-widget .btn-next {
        float: none;
        margin: 10px 0;
        display: none;
    }
}

@media only screen and (max-width: 818px) and (min-width: 768px) {
    .hasan-widget {
        width: 99%;
        margin-bottom: 600px;
        margin-top: 0;
    }
}
/*Feedback section end here*/

/*start chat popup window section for social media by rakib*/

#hasan-chat-container {
    position: fixed;
    bottom: 20px;
    left: 30px;
    display: flex;
    align-items: flex-end;
    z-index:999999999;
}
#hasan-chat-button {
    margin-bottom: 70px;
    margin-left: 10px;
    top:60px;
    border: none;
    background: #8BC43F;
    cursor: pointer;
    font-size: 30px;
    border-radius: 50px;
    outline: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
     position: relative;
}
#hasan-chat-button:hover + .hasan-social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#hasan-chat-button img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.hasan-social-links{
    display: none;
    position: absolute;
    bottom: 68px;
    right: 30px;
    margin-left: 10px;
    padding: 0;
    border-radius: 10px;
    align-items: flex-start;
}
.hasan-social-links .text2 a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    width: 100%;
}
.hasan-social-links .text2 {
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    float: left;
    margin: 3px 0;
    overflow: hidden;
    background: #ffff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out;
}
.hasan-social-links .text2:hover {
    width: 180px;
}
.hasan-social-links .text2 .text3 {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}
.hasan-social-links .text2 .text3 a {
    color: #000;
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.hasan-social-links .text2:hover .text3 a {
    color: white;
}

.hasan-social-links .text2 span {
    font-size: 23px;
    font-weight: 500;
    line-height: 60px;
    /*margin-left: 550px;*/
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.hasan-social-links .text2:hover span {
    opacity: 1;
    margin-left: 28px;/* span text */
}
.hasan-social-links .text2 span {
    font-size: 23px;
    font-weight: 500;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
/*end chat popup window section for social media by rakib*/
