@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Raleway:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    color: #90c64a;
}

::selection {
    background: #90c64a;
    color: #fff;
}

::-moz-selection {
    background: #90c64a;
    color: #fff;
}

.section {
    padding: 80px 0;
}

.section.border-section {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.section.border-section+.border-section {
    border-top: none;
}

.section.section-float {
    position: relative;
    margin-top: -60px;
    z-index: 3;
}

.section.half-padding {
    padding: 40px 0;
}

.gray-bg {
    background-color: #f5f5f5 !important;
}

.dark-bg {
    background-color: #1d1e23 !important;
}

.colored-bg {
    background-color: #87ba45 !important;
}

.white-bg {
    background-color: #fff !important;
}

.text-color {
    color: #87ba45;
}

.text-white {
    color: #fff;
}

.container-fluid {
    overflow: hidden;
    padding: 0;
}

.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.35;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.separator {
    border: none;
    margin: 0 auto;
    padding: 30px 0 31px;
}

.separator:after {
    content: "";
    display: block;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
}

.separator.small-separator:after {
    width: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    font-size: 14px;
    /* height: 48px; */
    padding: 10px 20px;
    color: #2b2b2b;
    border: 1px solid #ccc;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}

.form-control:-moz-placeholder {
    color: #a5a5a5;
}

.form-control::-moz-placeholder {
    color: #a5a5a5;
}

.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control:focus {
    border-color: #87ba45;
    -moz-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
}

textarea.form-control {
    height: auto;
    padding: 12px 20px;
}

select.form-control {
    color: #a5a5a5;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 right: 10px;
}

select.form-control:focus {
    color: #2b2b2b;
	right: 10px;
}

.tag {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    min-width: 26px;
    text-align: center;
    margin-left: 5px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tag-default {
    background: #87ba45;
    color: #fff;
}

.me-animate {
    opacity: 0;
}


/* ==========================================================================
       typography
       ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
}

.highlight {
    background: #87ba45;
    color: #fff;
    padding: 2px 5px 3px 5px;
    vertical-align: baseline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropcap {
    float: left;
    color: #525252;
    font-size: 75px;
    line-height: 75px;
    padding-top: 5px;
    padding-right: 10px;
    font-family: Georgia;
}

.dropcap.square,
.dropcap.circle {
    background: #87ba45;
    text-align: center;
    color: #fff;
    font-size: 44px;
    padding: 0;
    line-height: 66px;
    width: 66px;
    height: 66px;
    margin-right: 15px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dropcap.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.heading-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.heading-title p {
    margin-bottom: 0;
    margin-top: 10px;
}

.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4,
.heading-title h5,
.heading-title h6 {
    margin: 0;
}

.heading-title:after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    background: #87ba45;
}

.heading-title.text-center:after {
    margin-left: -40px;
    left: 50%;
}

.heading-title.no-border {
    padding-bottom: 0;
}

.heading-title.no-border:after {
    display: none;
}

.content-contrast * {
    color: #fff;
}

.content-contrast .heading-title:after {
    background: #fff;
}

.content-contrast .post-meta li,
.content-contrast .post-meta a {
    color: #fff;
}

.me-list2 {
   list-style: none;
    padding: 0;
    margin-left: 0;
    text-align: left;
    display: -webkit-inline-box;
    border: #e7e7e7 dashed 1px;
    padding: 12px;
    border-radius: 15px;
    background: #ffffff;
	  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	      margin: auto;
}

.me-list2 a {
    color: #2b2b2b;
}

.me-list2 a:hover {
    color: #87ba45;
}

.me-list {
    list-style: none;
    padding: 0;
    margin-left: 0;
    text-align: left;
}

.me-list a {
    color: #2b2b2b;
}

.me-list a:hover {
    color: #87ba45;
}

.me-list li ul {
    margin-left: 25px;
    list-style: inherit;
}

.me-list li ul li:first-child {
    margin-top: 3px;
}

.me-list li+li {
    margin-top: 5px;
}

.me-list li:before {
    margin-right: 10px;
    color: #87ba45;
}

.square-list,
.number-list,
.disc-list {
    list-style-type: disc;
    margin-left: 25px;
}

.number-list {
    list-style-type: decimal;
}

.number-list li {
    padding-left: 3px;
}

.square-list {
    list-style-type: square;
}

.check-list li:before {
    font-family: "FontAwesome";
    content: "\f096";
    font-size: 12px;
}

.check-list2 li:before {
    /* font-family: "FontAwesome";
    content: "\f096";
    font-size: 12px; */
}

.arrow-list li:before {
    font-family: "FontAwesome";
    content: "\f105";
    left: 2px !important;
}

.arrow-circle-list li:before {
    font-family: "FontAwesome";
    content: "\f138";
}

.arrow-list li,
.arrow-circle-list li,
.check-list li {
    list-style-position: outside;
    padding-left: 1.6em;
    position: relative;
}

.arrow-list li:before,
.arrow-circle-list li:before,
.check-list li:before {
    position: absolute;
    left: 0;
}

.arrow-list li ul,
.arrow-circle-list li ul,
.check-list li ul {
    margin-left: 0;
}


/* ==========================================================================
       button
       ========================================================================== */

.btn {
    padding: 13px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
}

.btn.btn-round {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.btn i {
    font-size: 18px;
    margin-left: 10px;
    top: 1px;
    position: relative;
}

.btn+.btn {
    margin-left: 10px;
}

.btn+.btn-block {
    margin-left: 0;
}

.btn.btn-link {
    color: #87ba45;
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-link:hover {
    text-decoration: none;
    color: #90c64a;
}

.btn.btn-outline {
    padding: 13px 30px;
    background-color: transparent;
    border: 2px solid #87ba45;
    color: #87ba45;
}

.btn.btn-outline:hover {
    background: #87ba45;
    color: #fff;
}

.btn.btn-sm {
    padding: 10px 24px;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-lg {
    padding: 15px 32px;
}

.btn-block+.btn-block {
    margin-left: 0;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn-block {
    padding-left: 0;
    padding-right: 0;
}

.btn-block i {
    margin-left: 0;
}

.btn-default {
    background: #76a736;
    color: #fff;
    border-radius: 30px;
	    font-weight: 300;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active {
    background: #000;
    box-shadow: none;
    color: #fff;
}

.btn-border {
    padding: 12px 29px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-border:hover {
    background: #fff;
    color: #87ba45;
}

.btn.black {
    background: #525252;
}

.btn.black:hover {
    background: #646464;
}

.btn.black.btn-outline {
    color: #525252;
    border-color: #525252;
    background: transparent;
}

.btn.black.btn-outline:focus,
.btn.black.btn-outline:hover {
    background-color: #525252;
    color: #fff;
}

.btn.blue {
    background: #3498db;
}

.btn.blue:hover {
    background: #52a7e0;
}

.btn.blue.btn-outline {
    color: #3498db;
    border-color: #3498db;
    background: transparent;
}

.btn.blue.btn-outline:focus,
.btn.blue.btn-outline:hover {
    background-color: #3498db;
    color: #fff;
}

.btn.yellow {
    background: #f3cc31;
}

.btn.yellow:hover {
    background: #f5d453;
}

.btn.yellow.btn-outline {
    color: #f3cc31;
    border-color: #f3cc31;
    background: transparent;
}

.btn.yellow.btn-outline:focus,
.btn.yellow.btn-outline:hover {
    background-color: #f3cc31;
    color: #fff;
}

.btn.red {
    background: #ed4f4f;
}

.btn.red:hover {
    background: #f06f6f;
}

.btn.red.btn-outline {
    color: #ed4f4f;
    border-color: #ed4f4f;
    background: transparent;
}

.btn.red.btn-outline:focus,
.btn.red.btn-outline:hover {
    background-color: #ed4f4f;
    color: #fff;
}

.btn.gray {
    background: #95a5a6;
}

.btn.gray:hover {
    background: #a8b5b6;
}

.btn.gray.btn-outline {
    color: #95a5a6;
    border-color: #95a5a6;
    background: transparent;
}

.btn.gray.btn-outline:focus,
.btn.gray.btn-outline:hover {
    background-color: #95a5a6;
    color: #fff;
}

.btn.white {
    background-color: #fff;
    border-color: #e8e9ed;
    border-style: solid;
}

.btn.white,
.btn.white.btn-default {
    color: #2b2b2b;
}

.btn.white:hover {
    background: #f5f6f8;
}

.btn.white.btn-outline {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.btn.white.btn-outline:focus,
.btn.white.btn-outline:hover {
    background-color: #fff;
    color: #2b2b2b;
}

.btn.white.btn-link {
    color: #fff;
    background: transparent;
}

.btn.white i {
    color: #87ba45;
}

.btn-primary.btn-outline {
    color: #428bca;
    border-color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
    border-color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
    border-color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
    border-color: #d9534f;
}

.btn-primary.btn-outline:hover {
    background: #286090;
    border-color: #286090;
}

.btn-success.btn-outline:hover {
    background: #449d44;
    border-color: #449d44;
}

.btn-info.btn-outline:hover {
    background: #31b0d5;
    border-color: #31b0d5;
}

.btn-warning.btn-outline:hover {
    background: #ec971f;
    border-color: #ec971f;
}

.btn-danger.btn-outline:hover {
    background: #c9302c;
    border-color: #c9302c;
}


/* ==========================================================================
       owl carousel
       ========================================================================== */

ul.owl-carousel {
    list-style: none;
    margin: 0;
}

.owl-theme .owl-controls {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2b2b2b;
}

.tab,
.accordion {
    margin-bottom: 30px;
}

.nav-tabs {
    margin-left: 0;
    border: none;
}

.nav-tabs .nav-link {
    padding: 15px 28px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: bold;
    color: #2b2b2b;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    background-color: #87ba45;
    border-color: #87ba45;
    color: #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background-color: #e6e6e6;
    color: #87ba45;
}

.nav-tabs i {
    margin-right: 5px;
}

.tab-content>.active {
    border: 1px solid #e6e6e6;
    padding: 28px;
    min-height: 190px;
    overflow: hidden;
    -moz-border-radius: 0 0.25rem 0.25rem 0.25rem;
    -webkit-border-radius: 0 0.25rem 0.25rem 0.25rem;
    border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.tab.tab-bottom .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-top: -1px;
}

.tab.tab-bottom .nav-link {
    -moz-border-radius: 0 0 0.25rem 0.25rem;
    -webkit-border-radius: 0 0 0.25rem 0.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
}

.tab.tab-bottom .tab-content>.active {
    -moz-border-radius: 0.25rem 0.25rem 0.25rem 0;
    -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0;
    border-radius: 0.25rem 0.25rem 0.25rem 0;
}

.tab.tab-left .nav-tabs,
.tab.tab-right .nav-tabs {
    padding: 1.25rem 0;
}

.tab.tab-left .tab-content>.tab-pane,
.tab.tab-right .tab-content>.tab-pane {
    overflow: hidden;
}

.tab.tab-left .nav-tabs>.nav-item,
.tab.tab-right .nav-tabs>.nav-item {
    width: calc(100% + 1px);
    margin-bottom: 0.1875rem;
}

.tab.tab-left .tab-content>.active,
.tab.tab-right .tab-content>.active {
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.tab.tab-left>.row,
.tab.tab-right>.row {
    margin-left: 0;
    margin-right: 0;
}

.tab.tab-left>.row>[class^="col-"],
.tab.tab-left>.row>[class*="col-"],
.tab.tab-right>.row>[class^="col-"],
.tab.tab-right>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.tab.tab-left .nav-tabs .nav-link {
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    border-radius: 0.25rem 0 0 0.25rem;
}

.tab.tab-left .nav-tabs>.nav-item {
    margin-right: -1px;
}

.tab.tab-right .nav-tabs .nav-link {
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

.tab.tab-right .nav-tabs>.nav-item {
    margin-left: -1px;
}


/* accordion update newest version boostrap */

.accordion>.card {
    border: none;
}

.accordion>.card>.card-header {
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
}

.accordion>.card .btn {
    text-transform: none;
    padding: 13px 54px 14px 28px;
    color: #2b2b2b;
    border: 1px solid #e6e6e6;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion>.card .btn.collapsed:hover {
    background-color: #e6e6e6;
    color: #87ba45;
}

.accordion>.card .btn:not(.collapsed) {
    background: #87ba45;
    color: #fff;
    border: 1px solid #87ba45;
}

.accordion>.card .btn:not(.collapsed):after {
    font-family: "FontAwesome";
    content: "\f106";
}

.accordion>.card .btn:focus {
    outline: none;
    box-shadow: none;
}

.accordion>.card .btn:after {
    font-family: "FontAwesome";
    content: "\f107";
    top: 50%;
    right: 30px;
    font-size: 16px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card-body {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}


/* ==========================================================================
       social icon
       ========================================================================== */

.social-icon {
    list-style-type: none;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    text-align: center;
}

.social-icon a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: inline-block;
    line-height: 30px;
}

.social-icon li:hover .facebook-color {
    background-color: #3b5998;
}

.social-icon li:hover .twitter-color {
    background-color: #00aced;
}

.social-icon li:hover .dribbble-color {
    background-color: #ea4c89;
}

.social-icon li:hover .google-color {
    background-color: #dd4b39;
}

.social-icon li:hover .linkedin-color {
    background-color: #007bb5;
}

.social-icon li:hover .instagram-color {
    background-color: #e4405f;
}

.social-icon li:hover .pinterest-color {
    background-color: #c92619;
}

.social-icon li:hover .rss-color {
    background-color: #f26109;
}

.social-icon li:hover a {
    color: #fff;
}

.social-icon.social-bg-color li .facebook-color {
    background-color: #3b5998;
}

.social-icon.social-bg-color li .twitter-color {
    background-color: #00aced;
}

.social-icon.social-bg-color li .dribbble-color {
    background-color: #ea4c89;
}

.social-icon.social-bg-color li .google-color {
    background-color: #dd4b39;
}

.social-icon.social-bg-color li .linkedin-color {
    background-color: #007bb5;
}

.social-icon.social-bg-color li .instagram-color {
    background-color: #e4405f;
}

.social-icon.social-bg-color li .pinterest-color {
    background-color: #c92619;
}

.social-icon.social-bg-color li .rss-color {
    background-color: #f26109;
}

.social-icon.social-bg-color li a {
    color: #fff;
}

.social-icon.social-bg-color li:hover a {
    opacity: 0.8;
}


/* ==========================================================================
       header
       ========================================================================== */

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    height: 136px;
    z-index: 999;
}

.header-top {
    /*  background: rgba(0, 0, 0, 0.45); */
}

.header-main {
    /*  background: rgba(0, 0, 0, 0.25); 
    background: #0606064a;   padding: 22px; */
    width: fit-content;
    background: #505051;
    border-radius: 50px;
    border-bottom: 9px solid #87ba45;
    margin: auto;
    margin-top: 13px;
}

.header-main-inner {
    background: rgba(0, 0, 0, 0.25);
}

.header-info {
    margin: 0;
    overflow: hidden;
}

.header-info li {
    font-size: 14px;
    display: inline-block;
    padding: 10px 16px 1px 0;
}

.header-info li:last-child {
    padding-right: 0;
}

.header-info li,
.header-info a {
    color: #fff;
}

.header-info a:hover,
.header-info i {
        color: #fff !important;
}

.header-info i {
    margin-right: 5px;
}

.header-social {
    font-size: 0;
    height: 27px;
}

.header-social a {
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    color: #ffffff;
    background: #87ba45;
    border-radius: 50px;
    margin: 12px 4px 4px 4px;
}

#header .header-main.header-on-sticky .header-logo img {
    display: none;
    height: 65px;
    width: auto;
    padding-left: 10px;
}

.header-logo {
    padding: 28px 0;
    float: left;
}

.header-logo img {
    height: 37px;
    width: auto;
    padding-left: 10px;
}

#header.header-version2 .header-logo img {
    height: 35px;
    width: auto;
    padding-left: 10px;
}

#header.header-version2 .header-social {
    font-size: 0;
    height: 27px;
    margin-top: -5px;
}

.header-logo .logo-responsive,
.header-logo .logo-sticky {
    display: none;
}


/* header version 2 */

#header.header-version2 {
    position: relative;
}

#header.header-version2,
#header.header-version2 .header-main {
    background: #fff;
    border-radius: 0px;
    border-bottom: 0px;
    margin-top: 0px;
}

#header.header-version2 .header-top {
    background: #87ba45;
}

#header.header-version2 .header-info a:hover,
#header.header-version2 .header-info i {
      color: #fff !important;
}

#header.header-version2 .additional-menu a {
    color: #fff;
	    background: #87ba45;
}

#header.header-version2 .me-menu>li>a {
    color: #525252;
}

#header.header-version2 .additional-menu a:hover {
    color: #fff;
    background-color: #000;
}

#header.header-version2 .additional-menu:before {
    background: rgba(0, 0, 0, 0.25);
}

#header.header-version2 .additional-menu>a.active,
#header.header-version2 .additional-menu>a.active:hover {
    color: #fff;
}


/* header version 3 */

#header.header-version3 {
    position: relative;
}

#header.header-version3 .header-top {
    background: #1a191e;
}

#header.header-version3,
#header.header-version3 .header-main {
    background: #242328;
}


/* menu */

.menu-trigger {
    position: relative;
    display: none;
    width: 20px;
    height: 30px;
    margin: 0;
    float: right;
    margin-right: 12px;
    padding: 34px 0 35px;
}

.menu-trigger span {
    position: relative;
    display: block;
}

.menu-trigger span:before,
.menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
}

.menu-trigger span:after {
    top: 7px;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-trigger.active span {
    background-color: transparent;
}

.menu-trigger.active span:before {
    top: 0;
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-trigger.active span:after {
    top: 0;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-container {
    float: right;
}

.me-menu {
    float: left;
    font-family: "Open Sans", sans-serif;
}

.me-menu>li>a {
    color: #ffffff;
    padding: 39px 14px 39px;
    border-bottom: 0 solid #87ba45;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.me-menu>li>a:hover,
.me-menu>li>a:focus,
.me-menu>li>a.active,
.me-menu>li>a.highlighted,
.me-menu>li>a.current {
    padding: 39px 14px 37px;
    color: #87ba45 !important;
    /*   border-bottom-width: 3px; */
}

.me-menu span.scroll-up:hover,
.me-menu span.scroll-down:hover {
    color: #87ba45;
}

.me-menu ul>li>a:hover,
.me-menu ul>li>a:focus,
.me-menu ul>li>a:active,
.me-menu ul>li>a.current,
.me-menu ul>li>a.highlighted {
    padding: 10px 20px;
    color: #87ba45;
}

.me-menu a.active,
.me-menu a.highlighted,
.me-menu a.current {
    color: #87ba45;
}

.me-menu ul>li>a,
.me-menu .mega-menu-container {
    color: #000;
}

.me-menu .mega-menu-list .active a {
    color: #87ba45;
}

.me-menu .mega-menu-title {
    margin-bottom: 0px;
    font-size: 17px;
    color: #87ba45;
    font-weight: normal;
}

.me-menu .mega-menu-list.me-list li+li {
    margin-top: 0;
    font-size: 15px;
}

.me-menu .mega-menu-list.me-list li {
    position: relative;
}

.me-menu .mega-menu-list.me-list li:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.additional-menu {
    float: left;
    line-height: 96px;
    margin-left: 10px;
    padding-left: 18px;
    position: relative;
}

.additional-menu:before {
    content: "";
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: 0;
}

.additional-menu>a {
    color: #ffffff;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: initial;
    text-align: center;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    text-transform: unset;
}

.additional-menu>a+a {
    margin-left: 5px;
    background: #87ba45;
}

.additional-menu>a:hover {
    color: #fff;
}

.additional-menu>a.active {
    background-color: #87ba45;
}

.additional-menu>a.active:hover {
    background-color: #90c64a;
    color: #fff;
}

.additional-menu>a.active .tag {
    display: none;
}

.additional-menu i {
    position: relative;
    top: -1px;
}

.additional-menu .tag {
    position: absolute;
    font-size: 10px;
    margin-left: -4px;
    top: -3px;
}


/* search panel */

.search-panel {
    top: 96px;
    right: 0;
    position: absolute;
    min-width: 400px;
    background: #87ba45;
    /* border: 1px solid #e1e1e1; */
    padding: 10px 15px 10px 15px;
    display: none;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 15%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.search-panel .form-control {
    height: 38px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 27px;
}


/* sticky menu */

#header .header-main {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
}

#header .header-main.header-on-sticky .me-menu>li>a {
    padding: 27px 14px 26px;
}

#header .header-main.header-on-sticky .me-menu>li>a:hover,
#header .header-main.header-on-sticky .me-menu>li>a:focus,
#header .header-main.header-on-sticky .me-menu>li>a.active,
#header .header-main.header-on-sticky .me-menu>li>a.highlighted,
#header .header-main.header-on-sticky .me-menu>li>a.current {
    padding: 27px 14px 26px;
}

#header .header-main.header-on-sticky {
    background-color: #fff;
    position: fixed;
    border-bottom: 0px;
    /* height: 73px; */
    display: block;
    width: 100%;
    top: 0;
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    margin-top: 0px;
    padding: 10px 0px 0 0px;
}

#header .header-main.header-on-sticky .additional-menu a {
    color: #fff;
}

#header .header-main.header-on-sticky .me-menu>li>a {
    color: #525252;
}

#header .header-main.header-on-sticky .additional-menu {
    line-height: 70px;
}

#header .header-main.header-on-sticky .additional-menu:before {
    background: rgba(0, 0, 0, 0.25);
}

#header .header-main.header-on-sticky .additional-menu>a.active {
    color: #fff;
}

#header .header-main.header-on-sticky .search-panel {
    top: 73px;
}

#header .header-main.header-on-sticky .header-logo {
    padding: 16px 0 17px;
}

#header .header-main.header-on-sticky .header-logo img {
    display: none;
}

#header .header-main.header-on-sticky .header-logo .logo-sticky {
    display: block;
}

#header .header-main.header-on-sticky.header-version2,
#header .header-main.header-on-sticky.header-version3 {
    position: fixed;
}

#header .header-main.header-on-sticky.header-version3 .additional-menu a,
#header .header-main.header-on-sticky.header-version3 .me-menu>li>a {
    color: #fff;
}

#header .header-main.header-on-sticky.header-version3 .additional-menu:before {
    background: rgba(255, 255, 255, 0.25);
}


/* ==========================================================================
       slideshow
       ========================================================================== */

.slideshow-container {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    *zoom: 1;
}

.slideshow-container:before,
.slideshow-container:after {
    content: " ";
    display: table;
}

.slideshow-container:after {
    clear: both;
}

.slideshow {
    width: 100%;
    height: 820px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #000;
    border: none;
    *zoom: 1;
}

.slideshow:before,
.slideshow:after {
    content: " ";
    display: table;
}

.slideshow:after {
    clear: both;
}

.slideshow .flex-direction-nav a {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slideshow .flex-direction-nav a:before {
    font-family: "FontAwesome" !important;
    font-size: 24px;
    color: #fff;
    text-shadow: none;
}

.slideshow .flex-nav-next a:before {
    content: "\f105";
}

.slideshow .flex-nav-prev a:before {
    content: "\f104";
}

.slideshow .flex-nav-prev:hover a,
.slideshow .flex-nav-next:hover a {
    background: rgba(0, 0, 0, 0.75);
}

.slideshow:hover .flex-nav-prev a,
.slideshow:hover .flex-nav-next a {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.slideshow:hover .flex-nav-prev a {
    left: 20px;
}

.slideshow:hover .flex-nav-next a {
    right: 20px;
}

.flex-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background: #0000007a; */
}

.flex-content-wrapper {
    display: table;
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
}

.flex-content-wrapper1 {
    display: table;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.flex-content {
    display: table-cell;
    vertical-align: middle;
}

.flex-animate {
    opacity: 0;
}

.slides,
.slides li {
    height: 100%;
}

.flex-content h1 {
    color: #fff;
}

.hero-heading {
    font-size: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

.hero-caption {
    font-family: "Droid Serif", serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
}

.text-left .hero-separator {
    display: block;
}

.text-left .hero-separator:after {
    margin-left: 0;
}

.hero-separator {
    display: block;
    border: none;
    margin: 20px 0 21px;
}

.hero-separator:after {
    content: "";
    height: 2px;
    border-bottom: 1px dashed #fff;
    display: block;
    width: 40px;
    margin: 0 auto;
}


/* ==========================================================================
       conditional section
       ========================================================================== */


/* -- what we do -- */

.what-we-do-container {
    position: relative;
    overflow: hidden;
}

.what-we-do-container:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    background: url(../../404.html) no-repeat;
    width: 276px;
    height: 528px;
    z-index: 2;
}

.what-we-do-container:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    background: url(../../404.html) no-repeat;
    width: 276px;
    height: 528px;
    z-index: 2;
}

.what-we-do-container * {
    position: relative;
    z-index: 5;
}


/* -- cta bottom -- */

.cta-bottom-container {
    background: url(../img/autumn.jpg) no-repeat repeat center center;
    background-size: cover;
}

.technologies-bottom-container {
    background: url(../img/corporate-training-providers.jpg) no-repeat repeat center center;
    background-size: cover;
    padding: 0%;
}

.cta-bottom-container h2 {
    margin-bottom: 0;
    margin-top: 3px;
}


/* ==========================================================================
       service
       ========================================================================== */

.service-item {
    position: relative;
    padding: 0 !important;
    *zoom: 1;
    margin: 14px;
}

.service-item:before,
.service-item:after {
    content: " ";
    display: table;
}

.service-item:after {
    clear: both;
}

.service-item * {
    position: relative;
    z-index: 5;
}

.service-item .set-image-bg {
    display: none;
}

.service-item:hover i {
    opacity: 0;
}

.service-item:hover .service-title {
    margin-top: -130px;
}

.service-item:hover p {
    opacity: 1;
    top: 130px;
}

.service-content {
    /* padding: 130px 0; */
    text-align: center;
    position: relative;
    min-height: 300px;
    margin: 0px;
}

.service-content .service-title {
    /* margin: 0 auto 15px; */
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #87ba45;
    width: 100%;
    padding: 13px;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
}

.service-content .service-title:hover {
    background: #000;
}

.service-content>i {
    font-size: 74px;
    display: block;
    margin-bottom: 20px;
}

.service-content p {
    opacity: 0;
    position: absolute;
    left: 0;
    padding: 0 30px;
    top: 100%;
}

.service-content * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.service-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.service-carousel .flex-control-thumbs {
    position: relative;
    margin: 30px -15px 0;
    bottom: 0;
    overflow: hidden;
    width: auto;
}

.service-carousel .flex-control-thumbs li {
    padding: 0 15px;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
}

.service-carousel .flex-control-thumbs img {
    opacity: 0.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.service-carousel .flex-control-thumbs img.flex-active {
    opacity: 1;
}

.service-carousel .flex-control-thumbs img:hover {
    opacity: 0.8;
}

.service-carousel .slides img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.service-carousel .flex-direction-nav {
    display: none;
}

.service-grid {
    margin-bottom: 30px;
}

.service-grid .separator {
    padding: 25px 0 21px;
}

.service-grid .title {
    margin: 0 0 12px;
}

.service-grid .title a {
    color: inherit;
}

.service-grid .title a:hover {
    color: #90c64a;
}

.service-grid .img-service {
    position: relative;
    overflow: hidden;
}

.service-grid .img-service a {
    position: relative;
    display: block;
}

.service-grid .img-service .overlay-background {
    opacity: 0;
}

.service-grid .img-service:hover .overlay-background {
    opacity: 0.225;
}

.service-grid .img-service,
.service-grid .img-service img,
.service-grid .img-service .overlay-background {
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.career {
    position: relative;
    padding: 10px 30px 0px 30px;
    /*  border: 1px dashed #ccc; */
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    overflow: visible;
}


/* ==========================================================================
       feature
       ========================================================================== */

.feature {
    position: relative;
   /*  padding: 30px; */
    border: 1px dashed #ccc;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    min-height: 283px;
    overflow: visible;
}

.feature-content h5 {
    font-weight: 600;
}

.feature:before,
.feature:after {
    content: " ";
    display: table;
}

.feature:after {
    clear: both;
}

.feature p {
    margin-bottom: 0;
}

.feature i {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
    color: #525252;
}

.feature * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.feature:hover {
    background: #f7f8f9;
}

.feature:hover i,
.feature:hover h1,
.feature:hover h2,
.feature:hover h3,
.feature:hover h4,
.feature:hover h5,
.feature:hover h6 {
    color: #87ba45;
}

.feature.icon-left i {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}

.feature.icon-left .feature-content {
    position: relative;
    overflow: hidden;
}

.feature.icon-right i {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

.feature.icon-right img {
    float: right;
    margin-left: 30px;
    margin-top: 0px;
    width: 90px;
}

.whymaznet {
    position: relative;
    padding: 10px;
    margin: 20px 10px 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    overflow: visible;
    background: #f0f3ff;
    box-shadow: 6px 6px 10px -1px rgb(0 0 0 / 15%), -6px -6px 10px -1px rgb(255 255 255 / 70%);
    min-height: 170px;
    overflow: visible;
}

.whymaznet-content h5 {
    font-weight: 600;
}

.whymaznet:before,
.whymaznet:after {
    content: " ";
    display: table;
}

.whymaznet:after {
    clear: both;
}

.whymaznet p {
    margin-bottom: 0;
}

.whymaznet i {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
    color: #525252;
}

.whymaznet * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.whymaznet:hover {
    background: #f7f8f9;
}

.whymaznet:hover i,
.whymaznet:hover h1,
.whymaznet:hover h2,
.whymaznet:hover h3,
.whymaznet:hover h4,
.whymaznet:hover h5,
.whymaznet:hover h6 {
    color: #87ba45;
}

.whymaznet.icon-left i {
    float: left;
    margin-right: 30px;
    margin-top: -53px;
    margin-left: -37px;
}

.whymaznet.icon-left .whymaznet-content {
    position: relative;
    overflow: hidden;
}

.whymaznet img .whymaznet-content {
    position: relative;
    overflow: hidden;
}

.whymaznet.icon-right i {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

.whymaznet.icon-right img {
    float: right;
    margin-left: 30px;
    margin-top: 0px;
    width: 90px;
}

.whymaznet.icon-right i {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

.whymaznet img {
    float: left;
    margin-right: 30px;
    margin-top: -34px;
    width: 90px;
    margin-left: -15px;
}


/* ==========================================================================
       testimonials
       ========================================================================== */

.lms-container {
    min-height: 250px;
    background: url(../../404.html) center center no-repeat no-repeat;
    position: relative;
    margin-bottom: 50px;
    background-size: contain;
}

.testimonial-container {
    min-height: 250px;
    background: url(../img/testimonial-bg.jpg) center center no-repeat no-repeat;
    position: relative;
    margin-bottom: 50px;
}

.testimonial-container .overlay-background {
    opacity: 0.75;
}

.testimonial-carousel {
    padding: 0 5% 0% 5%;
}

.testimonial-carousel .testimonial {
    text-align: center;
}

.testimonial-carousel .testimonial blockquote {
    border: none;
    padding: 0;
    margin: 0;
    margin: 23px;
    padding: 20px 40px 20px 40px;
    /* background-image: linear-gradient(180deg, #A3A3A3 0%, #000000 100%); */
}

.testimonial-carousel .testimonial blockquote:before {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    left: 0;
}

.testimonial-carousel .testimonial p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-style: normal;
    margin-top: -25px;
}

.testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
    width: 10px;
    height: 10px;
    background: #87ba45;
    opacity: 1;
}

.testimonial-carousel .content-contrast {
    background: #fff;
}

.testimonial {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
}

.testimonial blockquote {
    border: 1px dashed #ccc;
    padding: 30px 30px 30px 40px;
    position: relative;
    margin-left: 23px;
    margin-bottom: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


/* .testimonial blockquote:before {
    font-family: "iconcrafts" !important;
    content: "\e959";
    width: 46px;
    height: 46px;
    background: #8bc34a;
    color: #fff;
    border: 0px solid #ccc;
    font-size: 28px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: -23px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
} */

.testimonial p {
    font-style: italic;
    font-size: 16px;
}

.testimonial cite {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 18px;
}

.testimonial cite img {
    text-align: center !important;
}

.testimonial span {
    font-weight: normal;
    display: inline-block;
    background: #87ba45;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 10px;
    margin-left: 8px;
    position: relative;
    top: -3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ==========================================================================
       additional form
       ========================================================================== */

.estimate-form {
    background-color: #1a191e;
    padding: 80px 40px;
}

.estimate-form .heading-title * {
    color: #fff;
}

.estimate-form .separator:after {
    opacity: 0.5;
}

.estimate-form textarea {
    height: 116px;
}


/* ==========================================================================
       counter box
       ========================================================================== */

.counter-box {
    position: relative;
    margin-bottom: 30px;
    *zoom: 1;
}

.counter-box:before,
.counter-box:after {
    content: " ";
    display: table;
}

.counter-box:after {
    clear: both;
}

.counter-box i {
    display: block;
    font-size: 68px;
    margin-right: 20px;
    /* float: left; */
    color: #87ba45;
}

.counter-box img {
    display: block;
    font-size: 68px;
    margin-right: 20px;
    /* float: left; */
    color: #87ba45;
    width: 80px;
    margin: auto;
}

.counter-box .counter-content {
    overflow: hidden;
    position: relative;
    padding-top: 7px;
}

.counter-box .number {
    color: #fff;
    letter-spacing: 0;
    font-size: 35px;
    font-weight: bold;
}

.counter-box .counter-title {
    margin: 0;
}


/* ==========================================================================
       client carousel 
       ========================================================================== */

.client-carousel.no-border img {
    border: none;
    padding: 0 30px;
}

.client-carousel.no-border li:hover img {
    box-shadow: none;
}

.client-carousel li {
    font-size: 18px;
    text-align: center;
    border: #cdcdcd solid 1px;
    margin: 10px;
    padding: 23px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
}

.client-carousel li:hover {
    border-color: #87ba45;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
}

.client-carousel img {
    border: 3px solid #e6e6e6;
    padding: 10px 30px;
    opacity: 0.8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    background: #fff;
}

.client-carousel li:hover img {
    border-color: #87ba45;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.125);
}


/* ==========================================================================
       map
       ========================================================================== */

.map-wrapper {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    *zoom: 1;
}

.map-wrapper:before,
.map-wrapper:after {
    content: " ";
    display: table;
}

.map-wrapper:after {
    clear: both;
}

#map {
    height: 325px;
    width: 100%;
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

#map.contact-map {
    height: 400px;
}


/* ==========================================================================
       process box
       ========================================================================== */

.process-box {
    margin-bottom: 30px;
    *zoom: 1;
}

.process-box:before,
.process-box:after {
    content: " ";
    display: table;
}

.process-box:after {
    clear: both;
}

.process-box img {
    margin-bottom: 20px;
}

.process-box p {
    margin-bottom: 0;
}

.process-box .title a {
    color: inherit;
}

.process-box .title a:hover {
    color: #87ba45;
}


/* ==========================================================================
       content box
       ========================================================================== */

.content-box {
    text-align: center;
    margin-bottom: 30px;
    *zoom: 1;
}

.content-box:before,
.content-box:after {
    content: " ";
    display: table;
}

.content-box:after {
    clear: both;
}

.content-box p {
    overflow: hidden;
}

.content-box p:last-child {
    margin-bottom: 0;
}

.content-box>[class^="icon-shape-"],
.content-box>[class*="icon-shape-"] {
    position: relative;
    color: #fff;
    margin: 0 auto 25px;
    background-color: #87ba45;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
}

.content-box>[class^="icon-shape-"] i,
.content-box>[class*="icon-shape-"] i {
    font-size: 38px;
}

.content-box.small {
    font-size: 100%;
}

.content-box.small>[class^="icon-shape-"],
.content-box.small>[class*="icon-shape-"] {
    width: 70px;
    height: 70px;
    line-height: 82px;
}

.content-box.small>[class^="icon-shape-"] i,
.content-box.small>[class*="icon-shape-"] i {
    font-size: 28px;
}

.content-box.small>.icon-shape-disable i {
    font-size: 40px;
}

.content-box.large>[class^="icon-shape-"],
.content-box.large>[class*="icon-shape-"] {
    width: 120px;
    height: 120px;
    line-height: 152px;
}

.content-box.large>[class^="icon-shape-"] i,
.content-box.large>[class*="icon-shape-"] i {
    font-size: 52px;
}

.content-box.large>.icon-shape-disable i {
    font-size: 110px;
}

.content-box.left {
    text-align: left;
}

.content-box.left [class^="icon-shape-"],
.content-box.left [class*="icon-shape-"] {
    float: left;
    margin-right: 25px;
}

.content-box.right {
    text-align: left;
}

.content-box.right [class^="icon-shape-"],
.content-box.right [class*="icon-shape-"] {
    float: right;
    margin-left: 25px;
}

.content-box>.icon-shape-disable {
    color: #525252;
    margin-top: 5px;
    background-color: transparent;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
}

.content-box>.icon-shape-disable i {
    font-size: 70px;
}

.content-box>.icon-shape-square {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.content-box>.icon-shape-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* ==========================================================================
       parallax background
       ========================================================================== */

.section-parallax {
    background: url(../img/testimonial-bg.jpg) no-repeat repeat top center;
    overflow: hidden;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}

.parallax {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover !important;
    background-attachment: fixed !important;
}


/* ==========================================================================
       pricing table
       ========================================================================== */

.me-table {
    font-size: 14px;
    margin-bottom: 30px;
    color: #2b2b2b;
}

.me-table.table>tbody>tr>td,
.me-table.table>tbody>tr>th,
.me-table.table>tfoot>tr>td,
.me-table.table>tfoot>tr>th,
.me-table.table>thead>tr>td,
.me-table.table>thead>tr>th {
    padding: 12px 15px;
    border-color: #e6e6e6;
    vertical-align: middle;
}

.me-table.table>thead>tr>th {
    border: none;
    vertical-align: middle;
}

.me-table.table>thead {
    font-size: 15px;
}

.me-table.blue thead,
.me-table.green thead,
.me-table.yellow thead,
.me-table.red thead,
.me-table.gray thead {
    color: #fff;
}

.me-table.blue thead {
    background-color: #3498db;
}

.me-table.green thead {
    background-color: #87ba45;
}

.me-table.yellow thead {
    background-color: #f3cc31;
}

.me-table.red thead {
    background-color: #ed4f4f;
}

.me-table.gray thead {
    background-color: #95a5a6;
}


/* pricing plan */

.pricing-plan {
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.pricing-plan.featured-pricing {
    margin: 0 auto;
}

.pricing-plan.featured-pricing .pricing-price {
    padding: 40px 0 45px;
}

.pricing-plan.featured-pricing .pricing-action {
    padding: 40px 0;
}

.pricing-header {
    background-color: #87ba45;
    color: #fff;
    position: relative;
    *zoom: 1;
}

.pricing-header:before,
.pricing-header:after {
    content: " ";
    display: table;
}

.pricing-header:after {
    clear: both;
}

.pricing-header:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #87ba45;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
}

.pricing-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 0 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.pricing-price {
    display: block;
    font-size: 68px;
    line-height: 1;
    padding: 25px 0 30px;
    position: relative;
}

.pricing-price .currency {
    font-size: 25px;
    position: absolute;
    margin-left: -17px;
    margin-top: 5px;
}

.pricing-price small {
    font-size: 16px;
}

.pricing-price p {
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
}

.pricing-content {
    margin: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.pricing-content+.pricing-content {
    border-top: 1px solid #e6e6e6;
}

.pricing-content+.pricing-content li:first-child {
    padding-top: 15px;
}

.pricing-content li {
    font-size: 14px;
    padding: 15px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-content li:first-child {
    padding-top: 30px;
}

.pricing-content li:last-child {
    border: none;
}

.pricing-content.pricing-icon strong,
.pricing-content.pricing-icon i {
    display: block;
}

.pricing-content.pricing-icon i {
    font-size: 46px;
    margin-bottom: 20px;
    color: #87ba45;
}

.pricing-content.pricing-icon strong {
    line-height: 1;
}

.pricing-content.pricing-icon li {
    border-right: 1px solid #e6e6e6;
    padding: 30px 0 25px;
}

.pricing-content.grid-md-2 li:nth-child(2n) {
    border-right: none;
}

.pricing-content.grid-md-2 li:nth-last-of-type(-n + 2) {
    border-bottom: none;
}

.pricing-action {
    background-color: #fafafa;
    padding: 30px 0;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.pricing-plan.black .pricing-header,
.pricing-plan.black .pricing-header:after {
    background-color: #525252;
}

.pricing-plan.black .pricing-content.pricing-icon i {
    color: #525252;
}


/* ==========================================================================
       portfolio gallery
       ========================================================================== */

.gallery-filter {
    list-style: none;
    margin: 0;
    margin-bottom: 40px;
}

.gallery-filter li {
    display: inline-block;
    margin-right: 10px;
}

.gallery-filter .btn {
    padding: 8px 22px;
    font-size: 13px;
}

.gallery-container {
    position: relative;
}

.img-gallery,
.img-gallery .img-overlay {
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.img-gallery,
.img-content {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.img-content .preview,
.img-content .permalink {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 68px;
    position: absolute;
    opacity: 0;
    font-size: 26px;
    bottom: 0;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    left: -webkit-calc(50% - 76px);
    left: -moz-calc(50% - 76px);
    left: calc(50% - 76px);
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.img-content .preview:hover,
.img-content .permalink:hover {
    background-color: #2b2b2b;
    color: #f5f6f8;
}

.img-content .preview i {
    position: relative;
    top: -2px;
}

.img-content .permalink {
    margin-left: 85px;
}

.img-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.img-overlay,
.img-content .permalink {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.img-content .preview {
    transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -webkit-transition: all 0.55s ease-in-out;
}

.img-gallery:hover .img-overlay {
    opacity: 0.65;
}

.img-gallery:hover .preview,
.img-gallery:hover .permalink {
    opacity: 1;
    bottom: -moz-calc(50% - 35px);
    bottom: -webkit-calc(50% - 35px);
    bottom: -o-calc(50% - 35px);
    bottom: calc(50% - 35px);
}

.img-gallery:hover .preview:hover,
.img-gallery:hover .permalink:hover {
    background-color: #87ba45;
    border-color: transparent;
}

.no-gutter .img-gallery,
.no-gutter .img-gallery .img-overlay {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* -- isotope -- */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/* ==========================================================================
       blog
       ========================================================================== */

.post-item,
.post-content,
.post-media,
.post-header,
.post-footer,
.post-comment {
    position: relative;
    margin-bottom: 20px;
    *zoom: 1;
}

.post-item:before,
.post-item:after,
.post-content:before,
.post-content:after,
.post-media:before,
.post-media:after,
.post-header:before,
.post-header:after,
.post-footer:before,
.post-footer:after,
.post-comment:before,
.post-comment:after {
    content: " ";
    display: table;
}

.post-item:after,
.post-content:after,
.post-media:after,
.post-header:after,
.post-footer:after,
.post-comment:after {
    clear: both;
}

.post-media {
    margin-bottom: 30px;
}

.post-item {
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}

.post-item.single-post {
    margin-bottom: 0;
    border-bottom: none;
}

.post-item.no-border {
    border: none;
}

.post-item.simple-blog {
    background: #fff;
    border-bottom: none;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.post-item.simple-blog .post-content,
.post-item.simple-blog .post-media {
    margin-bottom: 0;
}

.post-item.simple-blog .post-container {
    padding: 30px;
}

.date-meta {
    text-align: center;
    float: left;
    width: 86px;
    border: 1px solid #e6e6e6;
    font-size: 38px;
    padding: 20px 0 0;
    color: #adadad;
    background: #f9f9f9;
    margin-right: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.date-meta span {
    display: block;
    background: #87ba45;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    padding: 2px 0 3px;
    margin: 22px -1px -1px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.post-container {
    overflow: hidden;
    position: relative;
}

.post-content {
    margin-bottom: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.post-content .blockquote {
    font-family: "Droid Serif", serif;
    font-size: 20px;
    line-height: 34px;
    border: none;
    padding: 0 30px 0;
    font-style: italic;
    color: #9c9c9c;
    margin-bottom: 30px;
}

.post-content .blockquote .blockquote-footer {
    color: #525252;
    font-style: normal;
    font-size: 15px;
}

.post-content .blockquote .blockquote-footer:before {
    position: relative;
    top: -1px;
}

.post-title {
    margin-bottom: 10px;
}

.post-title a {
    color: #525252;
}

.post-title:hover a {
    color: #87ba45;
}

.post-meta {
    margin: 0;
    padding: 0;
}

.post-meta li {
    display: inline;
    color: #adadad;
    font-size: 14px;
    line-height: 20px;
    margin-right: 15px;
}

.post-meta i {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
}

.post-meta a {
    color: #adadad;
}

.post-meta a:hover {
    color: #87ba45;
}

.post-type-carousel.owl-carousel {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.post-type-carousel.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.post-type-carousel.owl-carousel .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 45px;
    width: 43px;
    height: 43px;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
}

.post-type-carousel.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.post-type-carousel.owl-carousel .owl-nav .owl-next {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.post-type-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.75);
}

.post-footer {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
}

.post-tag a {
    font-family: "Droid Serif", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    color: #2b2b2b;
    padding: 7px 12px;
    background: #f8f8f8;
    margin-right: 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.post-tag a:hover {
    color: #fff;
    background: #87ba45;
}

.post-share a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post-author {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.post-author .author-img {
    float: left;
    margin-right: 25px;
}

.post-author .author-img img {
    width: 100px;
    height: auto;
}

.post-author .author-content {
    position: relative;
    overflow: hidden;
}

.post-author .author-content h5 {
    margin: 0;
}

.post-author .author-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.post-comment {
    margin-bottom: 30px;
}

.post-comment .comment-title {
    margin-top: 20px;
    margin-bottom: 50px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list li {
    padding: 30px 0 0;
    border-top: 1px dashed #ccc;
}

.comment-list li:last-child {
    border-bottom: 1px dashed #ccc;
}

.comment-list li ul {
    margin: 0;
    padding-left: 100px;
}

.comment-list li ul li:last-child {
    border-bottom: 0;
}

.comment-list,
.comment-list li,
.comment-list li ul {
    list-style: none;
}

.comment {
    margin-bottom: 30px;
}

.comment .author-img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
}

.comment .author {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.comment .date {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 12px;
}

.comment .author-comment {
    overflow: hidden;
    position: relative;
}

.comment .author-comment p:last-child {
    margin-bottom: 0;
}

.comment .reply {
    position: absolute;
    color: #fff;
    background-color: #87ba45;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 13px;
    padding: 7px 12px;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.comment .reply:hover {
    cursor: pointer;
    background-color: #90c64a;
}

.comment-form {
    margin-bottom: 30px;
}

.comment-form .form-control-label {
    font-size: 14px;
    padding: 6px 20px;
}

.comment-form .form-control-label span {
    color: #d9534f;
}


/* ==========================================================================
       pagination
       ========================================================================== */

.pagination-container {
    margin: 50px 0 30px;
    line-height: 1;
    *zoom: 1;
}

.pagination-container:before,
.pagination-container:after {
    content: " ";
    display: table;
}

.pagination-container:after {
    clear: both;
}

.pagination-container span {
    float: left;
    margin-right: 30px;
    padding: 17px 0px;
    line-height: 1;
}

.pagination {
    margin: 0;
}

.pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.page-link {
    color: #2b2b2b;
    margin: 0 12px 0 0;
    padding: 15px 18px;
    border: 2px solid #e6e6e6;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.page-item .page-link:hover,
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    border-color: #87ba45;
    background-color: #87ba45;
    color: #fff;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #ddd;
}


/* ==========================================================================
       page header
       ========================================================================== */

#page-header {
    position: relative;
}

#page-header .page-title-container {
    background: url(../img/page-header-bg.jpg) no-repeat no-repeat center center;
    background-size: cover;
}

#page-header .page-title {
    margin: 0 auto;
}

#page-header .background-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.65;
    z-index: 1;
}

#page-header .post-meta,
#page-header .heading-caption {
    font-family: "Droid Serif", serif;
    font-style: italic;
}

#page-header .centered-container,
#page-header .page-title-container {
    min-height: 200px;
    *zoom: 1;
}

#page-header .centered-container:before,
#page-header .centered-container:after,
#page-header .page-title-container:before,
#page-header .page-title-container:after {
    content: " ";
    display: table;
}

#page-header .centered-container:after,
#page-header .page-title-container:after {
    clear: both;
}

#page-header * {
    z-index: 5;
    position: relative;
}

#page-header .centered-container {
    padding-top: 50px;
    padding-bottom: 40px;
}

.centered-container {
    display: table;
    height: 100%;
    width: 100%;
}

.centered-container>.centered-inner-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.centered-container .breadcrumb {
    padding: 0;
    display: inline-block;
}

.centered-container .breadcrumb>li+li:before,
.centered-container .breadcrumb a {
    color: #fff;
}

.breadcrumb-container {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    padding: 21px 0 20px;
    margin: 0;
    font-size: 13px;
    background: transparent;
}

.breadcrumb .breadcrumb-item {
    color: #2b2b2b;
}

.breadcrumb .breadcrumb-item:hover,
.breadcrumb>.active {
    color: #87ba45;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    padding: 0 10px;
}


/* ==========================================================================
       sidebar
       ========================================================================== */

.sidebar,
.widget {
    *zoom: 1;
}

.sidebar:before,
.sidebar:after,
.widget:before,
.widget:after {
    content: " ";
    display: table;
}

.sidebar:after,
.widget:after {
    clear: both;
}

.sidebar-list .list-group-item:first-child,
.sidebar-list .list-group-item:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sidebar-list .list-group-item {
    color: #2b2b2b;
    border: none;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.sidebar-list .list-group-item.active,
.sidebar-list .list-group-item:focus,
.sidebar-list .list-group-item:hover {
    background: transparent;
    color: #87ba45;
    border-color: #ccc;
}

.sidebar-list .list-group-item.active:after,
.sidebar-list .list-group-item:focus:after,
.sidebar-list .list-group-item:hover:after {
    color: #87ba45;
}

.sidebar-list .list-group-item.active {
    font-weight: bold;
}

.sidebar-list .list-group-item:after {
    font-family: "FontAwesome";
    content: "\f105";
    top: 50%;
    right: 0;
    font-size: 16px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-list .list-group-item:first-child {
    border-top: 1px dashed #ccc;
}

.widget {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
}

.widget .promo-box {
    margin-bottom: 0;
}

.widget-title.heading-title {
    padding-bottom: 20px;
}

.widget-title.heading-title:after {
    width: 40px;
}

.widget-title.text-center:after {
    margin-left: -20px;
}

.archive-widget,
.category-widget {
    padding: 0;
    margin: 0;
    list-style: none;
}

.archive-widget li,
.category-widget li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0 12px 15px;
    position: relative;
}

.archive-widget li:first-child,
.category-widget li:first-child {
    padding-top: 0;
}

.archive-widget li:before,
.category-widget li:before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 0;
}

.archive-widget li a,
.category-widget li a {
    color: #2b2b2b;
}

.archive-widget li a:hover,
.category-widget li a:hover {
    color: #87ba45;
}

.popular-widget {
    margin: 0;
    list-style: none;
}

.popular-widget li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    *zoom: 1;
}

.popular-widget li:before,
.popular-widget li:after {
    content: " ";
    display: table;
}

.popular-widget li:after {
    clear: both;
}

.popular-widget li:first-child {
    padding-top: 0;
}

.popular-widget li:last-child {
    border: none;
    padding-bottom: 0;
}

.popular-widget li>a:hover p {
    color: #87ba45;
}

.popular-widget img {
    float: left;
    height: 80px;
    width: auto;
    margin-right: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.popular-widget .popular-description {
    overflow: hidden;
    position: relative;
}

.popular-widget .popular-description p {
    margin-bottom: 0;
    color: #2b2b2b;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.popular-widget .popular-description span {
    font-size: 12px;
    font-weight: bold;
    color: #87ba45;
}

.tag-cloud {
    *zoom: 1;
}

.tag-cloud:before,
.tag-cloud:after {
    content: " ";
    display: table;
}

.tag-cloud:after {
    clear: both;
}

.tag-cloud a {
    font-size: 11px;
    padding: 0px 10px;
    background: #87ba45;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tag-cloud a:hover {
    background: #90c64a;
}


/* ==========================================================================
       promo box
       ========================================================================== */

.promo-box {
    background: #bfbfbf;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    *zoom: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    min-height: 190px;
    overflow: visible;
}

.promo-box:before,
.promo-box:after {
    content: " ";
    display: table;
}

.promo-box:after {
    clear: both;
}

.promo-box p {
    font-size: 14px;
    line-height: 26px;
}

.promo-box p:last-child {
    margin-bottom: 0;
}

.promo-box .promo-content {
    margin-bottom: 1.5em;
}

.promo-box.full-width {
    float: left;
    display: table-row;
    width: 100%;
    padding: 30px;
}

.promo-box.full-width .promo-content,
.promo-box.full-width .promo-action {
    width: 75%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.promo-box.full-width .promo-content,
.promo-box.full-width .promo-content * {
    margin-bottom: 0;
}

.promo-box.full-width .promo-content {
    padding-right: 15px;
}

.promo-box .btn.btn-outline {
    padding-top: 10px;
    padding-bottom: 11px;
}

.promo-box.blue {
    background-color: #3498db;
}

.promo-box.green {
    background-color: #87ba45;
}

.promo-box.yellow {
    background-color: #f3cc31;
}

.promo-box.red {
    background-color: #ed4f4f;
}

.promo-box.gray {
    background-color: #95a5a6;
}

.promo-box.promo-contrast .promo-content * {
    color: #fff;
}

.promo-box.error-box {
    padding: 40px 30px;
    display: inline-block;
}


/* ==========================================================================
       team
       ========================================================================== */

.team-item {
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.team-item p {
    margin-bottom: 0;
}

.team-item strong {
    margin-bottom: 10px;
    display: block;
}

.team-item .separator {
    padding-bottom: 20px;
}

.team-item .img-overlay {
    opacity: 1;
}

.team-item-container {
    padding: 25px 20px 25px;
}


/* ==========================================================================
       faq
       ========================================================================== */

.form-faq-conatiner {
    background-color: #f8f8f8;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.form-faq-conatiner .form-group {
    margin: 0;
}

.form-faq-conatiner .form-control {
    font-size: 15px;
}

.form-faq-conatiner .form-control:focus {
    border-color: #ccc;
}


/* ==========================================================================
      lms
       ========================================================================== */

.lms-form {
    position: relative;
    background-color: #c9e7a3;
    padding: 30px;
    border: 1px solid #cbc8c8;
    overflow: hidden;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.lms-form textarea.form-control {
    /* min-height: 116px; */
}

.lms-form .success-lms,
.lms-form .loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.lms-form .loading:after {
    content: "";
    background: url(../../404.html) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    left: -webkit-calc(50% - (32px / 2));
    left: -moz-calc(50% - (32px / 2));
    left: calc(50% - (32px / 2));
    top: -webkit-calc(50% - (32px / 2));
    top: -moz-calc(50% - (32px / 2));
    top: calc(50% - (32px / 2));
}

.lms-form .success-lms .alert {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -webkit-calc(50% - (234px / 2));
    left: -moz-calc(50% - (234px / 2));
    left: calc(50% - (234px / 2));
    top: -webkit-calc(50% - (54px / 2));
    top: -moz-calc(50% - (54px / 2));
    top: calc(50% - (54px / 2));
}



/* ==========================================================================
      gi-landing
       ========================================================================== */

.gi-landing-form {
    position: relative;
    background-color: #3b2870;
    padding: 30px;
    border: 1px solid #5c4c87;
    overflow: hidden;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px #6751a7;
}

.gi-landing-form textarea.form-control {
    /* min-height: 116px; */
}

.gi-landing-form .success-gi-landing,
.gi-landing-form .loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.gi-landing-form .loading:after {
    content: "";
    background: url(../../404.html) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    left: -webkit-calc(50% - (32px / 2));
    left: -moz-calc(50% - (32px / 2));
    left: calc(50% - (32px / 2));
    top: -webkit-calc(50% - (32px / 2));
    top: -moz-calc(50% - (32px / 2));
    top: calc(50% - (32px / 2));
}

.gi-landing-form .success-gi-landing .alert {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -webkit-calc(50% - (234px / 2));
    left: -moz-calc(50% - (234px / 2));
    left: calc(50% - (234px / 2));
    top: -webkit-calc(50% - (54px / 2));
    top: -moz-calc(50% - (54px / 2));
    top: calc(50% - (54px / 2));
}
.fromtopic {
    color: #000 !important;
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 18px;
}.gitopic {
    color: #fff !important;
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 18px;
}.landingtitile {
    text-align: center;
    color: #6eb700;
    font-size: 14px;
    margin-bottom: 6px;
}


/* ==========================================================================
       contact
       ========================================================================== */

.contact-form {
    position: relative;
    background-color: #f8f8f8;
    padding: 30px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.contact-form textarea.form-control {
    /* min-height: 116px; */
}

.contact-form .success-contact,
.contact-form .loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.contact-form .loading:after {
    content: "";
    background: url(../../404.html) no-repeat center center;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    left: -webkit-calc(50% - (32px / 2));
    left: -moz-calc(50% - (32px / 2));
    left: calc(50% - (32px / 2));
    top: -webkit-calc(50% - (32px / 2));
    top: -moz-calc(50% - (32px / 2));
    top: calc(50% - (32px / 2));
}

.contact-form .success-contact .alert {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: -webkit-calc(50% - (234px / 2));
    left: -moz-calc(50% - (234px / 2));
    left: calc(50% - (234px / 2));
    top: -webkit-calc(50% - (54px / 2));
    top: -moz-calc(50% - (54px / 2));
    top: calc(50% - (54px / 2));
}


/* ==========================================================================
       icon list
       ========================================================================== */

.icon-list span {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #2b2b2b;
    padding-bottom: 6px;
    display: block;
    text-align: center;
    background-color: #fafafa;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}

.icon-list i {
    display: block;
    font-size: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 20px 0 25px;
    margin-bottom: 5px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}


/* ==========================================================================
        alert
       ========================================================================== */

.alert {
    font-size: 13px;
    padding: 12px 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.alert i {
    margin-right: 5px;
}

.alert .close {
    top: 2px;
    position: relative;
}

.alert-default {
    background-color: #f8f8f8;
    border-color: #d1d1d1;
}

.alert-success {
    color: #71a436;
}

.alert-info {
    color: #3498db;
}

.alert-warning {
    color: #dfae00;
    border-color: #f5e6b2;
}

.alert-danger {
    color: #ed4f4f;
}


/* ==========================================================================
       progress bar
       ========================================================================== */

.me-progress-bar {
    width: 100%;
    font-size: 13px;
    height: 46px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.me-progress-bar,
.me-progress-bar .progress-content,
.me-progress-bar .progress-meter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.me-progress-bar .progress-content {
    height: 100%;
    padding: 8px 0;
    width: 0;
    background: #87ba45;
    color: white;
    border: none;
}

.me-progress-bar .progress-meter {
    right: 15px;
    width: 44px;
    color: #b2b2b2;
    text-align: center;
    background-color: #fff;
    position: absolute;
    border: 1px solid #e6e6e6;
}

.me-progress-bar .progress-title {
    float: left;
    color: #fff;
    position: absolute;
    left: 15px;
}

.me-progress-bar .progress-content.blue {
    background-color: #3498db;
}

.me-progress-bar .progress-content.green {
    background-color: #87ba45;
}

.me-progress-bar .progress-content.yellow {
    background-color: #f3cc31;
}

.me-progress-bar .progress-content.red {
    background-color: #ed4f4f;
}

.me-progress-bar .progress-content.gray {
    background-color: #95a5a6;
}


/* ==========================================================================
       scroll up
       ========================================================================== */

#scrollUp {
    bottom: 120px;
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 33px;
    background-color: #87ba45;
    color: #fff;
    text-align: center;
    border: 1px solid #71a436;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
	z-index: 2 !important;
}

#scrollUp:hover {
    background: #90c64a;
}

#scrollUp i {
    position: relative;
    top: 6px;
}


/* ==========================================================================
       footer
       ========================================================================== */

#footer {
    background-color: #000;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-top: 30px;
    /* margin-top: 40px; */
}

#footer strong,
#footer a {
    color: #fff;
}

#footer .social-icon {
    font-size: 16px;
}

#footer .social-icon li:hover a {
    color: #fff;
}

#footer a:hover {
    color: #87ba45;
    text-decoration: none !important;
}

#footer .text-color {
    color: #87ba45;
}

#footer a.text-color:hover {
    text-decoration: underline;
}

.footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 216px;
}

.footer-bottom {
    background-color: #1a191e;
    padding: 10px;
    margin-top: 1px;
    color: #595959;
    border-bottom: 5px #87ba45 solid;
}

.footer-bottom .copyright {
    line-height: 30px;
    color: #fff;
}

.footer-social li:hover,
.footer-social li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.textwhite {
    color: #fff !important;
}

.testimonial span .checked {
    color: orange;
}

.bh-stars {
    display: flex;
    justify-content: center;
    margin: 0rem auto;
}

.bh-stars .bh-star {
    width: 1.5rem;
    height: 1.5rem;
}

.bh-stars .bh-star .outline {
    fill: gold;
}

.bh-stars .bh-star .full,
.bh-stars .bh-star .left-half {
    fill: transparent;
}

.bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
    fill: gold;
}

.bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
    fill: gold;
}

.disableh5 {
    font-size: 25px;
    color: #87ba45;
    font-weight: normal;
    line-height: normal;
}

.lsmboxsection {
    border: #ccc solid 1px;
    margin: 12px !important;
    border-radius: 15px;
    padding: 6% 5% 8% 5%;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(146 184 255 / 20%);
    font-size: 22px;
    margin-bottom: 0px;
}

.lsmboxsection:hover {
    border-bottom: #96c346 solid 8px;
    background: #d6e5bb;
    border-radius: 15px;
}

.card-wrapper {
    max-height: 30px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}

.card-wrapper:hover {
    /*  box-shadow: 0 0 8px #d3d3d3; */
    cursor: pointer;
    max-height: 300px;
}

.card-height-animate {
    height: 300px;
}

.reveal-detailsfont16 {
    font-size: 16px;
}

.datepicker .form-control,
.timepicker .form-control,
.datetimepicker .form-control {
    background: #fff;
}

.required {
    color: #f56c6c;
    content: " *";
    margin-left: 3px
}

.startdemo {
    font-size: 20px;
    color: #2943d0;
    font-family: "Open Sans", sans-serif;
    white-space: normal;
    font-weight: bold;
}

.becomedemo {
    font-size: 14px;
    color: #3045b9;
    font-family: "Open Sans", sans-serif;
    white-space: normal;
    /* font-weight: bold; */
}

#timeline-content {
    margin-top: 0px;
    text-align: center;
}


/* Timeline */

.timeline {
    border-left: 4px solid #96c346;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #e9fcff;
    color: #000;
    font-family: 'Chivo', sans-serif;
    /* margin: 50px auto; max-width: 30%;*/
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 35px;
    list-style: none;
    text-align: left;
    font-weight: normal;
}

.timeline h1 {
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 1.4em;
    color: #629900;
}

.timeline .event {
    border-bottom: 1px dashed rgb(0 0 0 / 10%);
    /* padding-bottom: 25px; */
    margin-bottom: 10px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -217.5px;
    color: rgba(255, 255, 255, 0.4);
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #96c346;
    left: -40.85px;
    background: #fff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.link a {
    color: #000;
}

.link a:hover {
    color: #87ba45;
}

.textblack {
    color: #000 !important
}


/*corporate css*/

list-ic a {
    color: #788288;
    text-decoration: none;
}

.list-ic li {
    position: relative;
}

.list-ic li span {
    display: inline-block;
    width: 5px;
    height: 5px;
    text-align: center;
    line-height: 5px;
    border-radius: 1em;
    background: #a7d7f7;
    color: white;
    position: relative;
    top: 5px;
}

.list-ic li::before {
    content: '';
    position: absolute;
    background: #ccc;
    z-index: -1;
}

.list-ic.vertical {
    padding: 0;
    margin: 0;
}

.list-ic.vertical:hover {
    padding: 0;
    margin: 0;
}

.list-ic.vertical li {
    list-style-type: none;
    text-align: left;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.list-ic.vertical li a {
    color: #fff !important
}

.list-ic.vertical li:hover {
    /* background:#6c757d;  */
    transform: scale(1.1);
    background: #c9e7f973;
}

.list-ic.vertical li span {
    margin: 7px;
}

.list-ic.vertical li::before {
    top: -14px;
    left: 8.5px;
    width: 0.1em;
    height: 2em;
}

.list-ic li:first-child::before {
    display: none;
}

.list-ic .active {
    background: dodgerblue;
}

.list-ic .active~li {
    background: lightblue;
}

.list-ic .active~li::before {
    background: lightblue;
}

#tableau-banner .page-title-container {
    background: url(../img/tableau-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#teradata-banner .page-title-container {
    background: url(../img/teradata-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#dwh-banner .page-title-container {
    background: url(../img/dwh-fundamentals-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#informatica-banner .page-title-container {
    background: url(../img/informatica-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#qlik-banner .page-title-container {
    background: url(../img/qlikview-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#careers-Banner .page-title-container {
    background: url(../img/careers-Banner.jpg) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#java .page-title-container {
    background: url(../img/java-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#talend-banner .page-title-container {
    background: url(../img/talend-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#donet .page-title-container {
    background: url(../img/dot-net-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#golang .page-title-container {
    background: url(../img/golang-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#database .page-title-container {
    background: url(../img/database.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#bigdata1 .page-title-container {
    background: url(../img/bigdata1.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#tandem-banner .page-title-container {
    background: url(../img/tandem-and-base24-corporate-training.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#softwaretesting .page-title-container {
    background: url(../img/software_testing.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#appian .page-title-container {
    background: url(../img/appian-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#thingwrox .page-title-container {
    background: url(../img/thingwrox-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#sap-abap .page-title-container {
    background: url(../img/sap-abap-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#mendixcorp .page-title-container {
    background: url(../img/mendix-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#duckcreek .page-title-container {
    background: url(../img/duck-creek-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#outsystem .page-title-container {
    background: url(../img/outsystems-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}


#majesco .page-title-container {
    background: url(../img/majesco-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
hr {
    margin-bottom: 13px;
}

#mobileapp .page-title-container {
    background: url(../img/mobileAppdevelopment.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#aws .page-title-container {
    background: url(../img/aws-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#googlecloud .page-title-container {
    background: url(../img/google-cloud-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#azure .page-title-container {
    background: url(../img/azure-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#docker .page-title-container {
    background: url(../img/docker-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#kubernetes .page-title-container {
    background: url(../img/kubernetes-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#ansible .page-title-container {
    background: url(../img/ansible-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#information_security .page-title-container {
    background: url(../img/information_security.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#application-security .page-title-container {
    background: url(../img/application-security.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#networksecurity .page-title-container {
    background: url(../img/network.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#iot-banner .page-title-container {
    background: url(../img/iot-banner.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#artificial-banner .page-title-container {
    background: url(../img/artificial-intelligence-banner.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#datascience-banner .page-title-container {
    background: url(../img/datascience.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#rpa-banner .page-title-container {
    background: url(../img/rpa.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#block-chain-banner .page-title-container {
    background: url(../img/block-chain.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#generative-ai-banner .page-title-container {
    background: url(../img/Generative-Ai-banner.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
#prompt-banner .page-title-container {
    background: url(../img/promt-engg-banner.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#guideware-banner .page-title-container {
    background: url(../img/guidewire-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#info-banner .page-title-container {
    background: url(../img/infor-ln-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#autosar-banner .page-title-container {
    background: url(../img/autosar-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#tandem-banner .page-title-container {
    background: url(../img/tandem-and-base24-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#ibm-banner .page-title-container {
    background: url(../img/ibm-sterling-oms-banner.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#sap-banner .page-title-container {
    background: url(../img/sap-bods-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

#kalido-banner .page-title-container {
    background: url(../img/kalido-corporate-training.png) no-repeat no-repeat center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

.bannertext {
    font-size: 30px;
    color: #000;
    line-height: 45px;
}

.bannertextwhite {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.course-desc p {
    font-size: 17px;
    padding: 12px 0;
}

.course-desc h4 {
    font-weight: bold;
    font-size: 16px;
    color: #656565;
    text-align: initial;
}

.overview_sub_head {
    color: #1F386B;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    margin-top: 8px;
    background: #fafafa;
    font-weight: bold;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.keyfea {
    font-size: 20px;
    color: #87ba45;
}

.services-listhea {
    color: #87ba45;
    font-size: 18px;
}

.demand li {
    width: 19%;
    margin: auto;
}

.modeoftra {
    font-size: 20px;
    color: #87ba45;
}

.corposervices {
    background-color: #f5f5f5;
    padding: 0%;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    /*  background-color: #007bff; */
    border-right: #f1f1f1 solid 1px !important;
    border-radius: 0px !important;
    border-bottom: #f1f1f1 solid 1px !important;
    /* margin-top: -16px; */
    padding: 10px 0px 0px 0px !important;
}

.nav-pills .nav-link:last-child {
    border-radius: 0.25rem;
    background-color: none;
    border-right: #f1f1f1 solid 1px !important;
    border-radius: 0px !important;
    border-bottom: none !important;
    margin-top: -16px;
}

.technologies-bottom-container .tab-content>.active {
    border: none;
    padding: 28px;
    min-height: 190px;
    overflow: hidden;
    -moz-border-radius: 0 0.25rem 0.25rem 0.25rem;
    -webkit-border-radius: 0 0.25rem 0.25rem 0.25rem;
    border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.nav-pills-custom .nav-link {
    color: #fff;
    /*background: #fff;*/
    position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
}

page-wrapper {
    padding-top: 1%;
    justify-content: space-around;
}

.card-wrapper {
    border-radius: 6px;
    max-height: 31px;
    overflow: hidden;
    padding: 3px;
    transition: max-height 1000ms ease-in-out;
    padding-top: 0px;
}

.card-wrapper:hover {
    cursor: pointer;
    max-height: 300px;
}

.card-title {
    margin-bottom: 0.5rem;
    color: #ffffff !important;
}

.card-details,
.reveal-details {
    color: #000 !important;
}

.card-height-animate {
    height: 300px;
}

section#methods {
    background-color: #2A2A2A;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
}

section#newmodes {
    background: url(../img/Corporate-Training.png) no-repeat center center;
    background-size: cover;
}

section#modes {
    background: url(../img/training-methodology.jpg) no-repeat center center/cover;
    position: relative;
    /*  padding-top: 60px;
    padding-bottom: 50px; */
    color: #fff;
    padding-top: 45px;
    padding-bottom: 0px;
}

#modes h3 {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
}

.bluebg {
    background-color: #0086cb;
}

#modes .accordion {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}

#modes .accordion .card-body {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    background-color: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion__content {
    order: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
}

#modes .accordion__content .para {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
}

.accordion__label {
    display: block;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    background-color: var(--color-four);
    margin-right: 1px;
    border-bottom: 1px solid var(--color-five);
}

.accordion__radio {
    display: none;
}

.accordion input[type="radio"] {
    display: none;
}

.accordion input[type="radio"]+label {
    /*background-color: #e3e3e3;*/
    color: #fff;
    padding: 15px;
    font-weight: normal;
    font-size: 25px;
    z-index: 1;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}

.accordion input[type="radio"]:checked+label {
    /*background-color: #0086cb;     width: 2%; padding: 15px;*/
    border-bottom: 1px solid #87ba45;
    color: #87ba45;
    font-weight: normal;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.accordion input[type="radio"]:checked+label+.accordion__content {
    display: flex;
    margin-right: 0;
    border-left: 1px solid var(--color-five);
    border-right: 1px solid var(--color-five);
    border-bottom: 1px solid var(--color-five);
}

.accordion__content__text {
    width: 75%;
    margin-top: 1%;
    margin-left: 40px;
}

.accordion__content__text__title {
    margin-top: 3%;
}

.accordion__content__text__horizontal-line {
    border: none;
    border-bottom: 1px solid var(--color-five);
    margin-right: 2%;
}

.accordion__content__text__body {
    margin-top: 2%;
    padding-right: 5%;
}

#modes .accordion__content .para {
    text-align: justify;
    font-size: 16px !important;
    line-height: 1.8;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.flip {
    position: relative;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 27px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip>.back h2 {
    font-size: 20px;
    font-weight: 800;
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    /*margin-right: 2px;
  margin-bottom: 1em;
  width: 300px;
  margin-left: 25px;*/
}

.flip>.front {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 180px;
    /* padding: 3em 1em 2em 2em;*/
    background: #232F3E;
    border-radius: 0px;
    text-align: left;
}

.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0px;
    text-align: center;
    /*background: rgb(82,169,238) !important;*/
    background: #232F3E;
    height: 180px;
    padding: 10px;
}

.flip>.front p,
.flip>.back p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
}

.sectionpadding {
    padding: 0px;
}

.owl-nav {
    width: 100% !important;
    margin: auto !important;
}

.carousel {
    padding: 0 70px;
}

#carouselExampleControls .carousel-item {
    /* 	color: #999; text-align: center; */
    font-size: 14px;
   
    overflow: hidden;
    min-height: 240px;
}

.carousel .carousel-item {
    /* 	color: #999; */
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 240px;
}

.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.whyicon1 {
    color: #ffaa00
}

.whyicon1:hover {
    color: #000
}

.whyicon2 {
    color: #008272
}

.whyicon2:hover {
    color: #000
}

.whyicon3 {
    color: #bc2300 !important
}

.whyicon3:hover {
    color: #000
}

.whyicon4 {
    color: #00616b
}

.whyicon4:hover {
    color: #000
}

.whyicon5 {
    color: #5f235e
}

.whyicon5:hover {
    color: #000
}

.whyicon6 {
    color: #262460
}

.whyicon6:hover {
    color: #000
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
    background: #87ba45;
    color: #fff;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #c9e7a3;
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    outline: 0;
}

.footer-card-wrapper {
    max-height: 24px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
    font-size: 13px;
}

.footer-card-wrapper:hover {
    cursor: pointer;
    max-height: 300px;
}

.card-height-animate {
    height: 300px;
}

.reveal-detailsfont16 {
    font-size: 16px;
}

.textgreen {
    color: #87ba45;
}

.margintop-45 {
    margin-top: -45px;
}

.wrapper {
    /*   width: 1000px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper .card {
    text-align: center;
    background: #fff;
    width: calc(25% - 8px);
    height: 350px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.wrapper .card .circle {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    cursor: default;
}

.card .circle .box,
.card .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
}

.card .circle .box {
    height: 100%;
    width: 100%;
    background: #fff;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.card .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.card .circle .box span,
.wrapper .card .text {
    background: -webkit-linear-gradient(left, #87ba45, #6b9b2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle .box span {
    font-size: 38px;
    font-family: sans-serif;
    font-weight: 600;
    transform: translate(-45%, -45%);
    transition: all 0.1s;
}

.card .circle:hover .box span {
    transform: translate(-45%, -45%) scale(1.09);
}

.card .text {
    font-size: 20px;
    font-weight: 600;
}

@media(max-width: 753px) {
    .wrapper {
        max-width: 700px;
    }
    .wrapper .card {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media(max-width: 505px) {
    .wrapper {
        max-width: 500px;
    }
    .wrapper .card {
        width: 100%;
    }
}


/*-- Flip box ---*/

.card3Wrappertext {
    font-size: 18px;
    color: #fff;
}

.card3Wrapper {
    width: 100%;
    position: relative;
    /*background-color:#333;*/
    float: left;
    margin-right: 10px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.card3Face {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.card3Face .back-txt {
    text-align: center;
    /* text-align-last: center; */
}

.card3wrapper1 {
    /*  height: 145px; */
}

.card3Wrapper2 {
    height: 400px;
}

.card3Face1 {
    /*  height: 145px; */
}

.card3Face2 {
    height: 300px;
}

.mg-bottom {
    margin-bottom: 180px;
}

.finbyz-icon {
    height: 100px;
    width: 100px;
}


/* Box Shadow */

.card3front {
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    padding: 15px 25px 15px 25px;
	    background: #4040408f;
}

.card3back {
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    padding: 8%;
	background:#fff;
}


/*Nocodelowcode start*/

.gridywrap div[class*=gridy] {
    background: #fff;
    box-shadow: inset 0 0 0 1px #ddd;
    padding: 15px;
    float: left;
    position: relative;
    margin: 4px;
}

.gridywrap .gridy-1,
.gridywrap .gridy-2,
.gridywrap .gridy-3 {
    width: 300px;
    overflow: hidden;
}

.gridywrap .gridy-1 {
    width: 100%;
}

.gridywrap .gridy-2 {
    width: 100%;
}

.gridywrap .gridy-3 {
    width: 100%;
}

.gridywrap .gridyhe-1 {
    height: 100px;
}
.gridywrap .gridyhe-1:hover {
    height: 200px;
}

.gridywrap .gridyhe-2 {
    height: 100px;
}

@media screen and (min-width: 640px) {
    .gridywrap .gridyhe-2 {
        height: 100px;
    }
    .gridywrap {
        width: 100%;
    }
    .gridywrap .gridy-1 {
        width: 50%;
    }
    .gridywrap .gridy-2 {
        width: 50%;
    }
    .gridywrap .gridy-3 {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .gridywrap .gridy-1 {
        width: 32%;
    }
    .gridywrap .gridy-2 {
        width: 33.3%;
    }
    .gridywrap .gridy-3 {
        width: 100%;
    }
    .gridywrap .gridyhe-2 {
        height: 100px;
    }
}


/*styling*/

.gridywrap .gridimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.gridywrap .gridimg img {
    width: 100%;
}

.gridywrap .gridinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
   /*  transition: all 0.8s; */
}

.gridywrap .gridinfo h3 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0 20px;
    position: relative;
}

.gridywrap .gridinfo h3:after {
    content: '';
    width: 25px;
    border-top: 4px solid #fff;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.gridywrap .gridinfo .gridmeta {
    transition-delay: 0.25s;
}

.gridywrap .gridinfo .gridmeta p {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
}

.gridywrap .gridinfo .gridmeta p i {
    margin-right: 5px;
}

.gridywrap .gridinfo .gridmeta p.gridwho {
    margin-left: 25px;
}

.gridywrap .gridinfo p.gridexerpt {
    width: 60%;
    margin: 0 auto;
    line-height: 22px;
    margin-bottom: 25px;
    color: #fff;
  /*   transition-delay: 0.5s; */
}

.gridywrap .gridinfo * {
    opacity: 0;
    transition: all 0.8s;
}

.gridywrap .gridinfo h3 {
    opacity: 1;
}

.gridywrap .gridinfo .grid-btn {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
}

.gridywrap .gridinfo .grid-btn:hover {
    width: 75px;
    background: rgba(0, 0, 0, 0.3);
}

.gridywrap .gridinfo .grid-btn span {
    opacity: 0;
    display: none;
    transition: opacity 0.8s;
}

.gridywrap .gridinfo .grid-btn:hover span {
    opacity: 1;
    display: inline;
}

.gridywrap .gridinfo .grid-btn:hover i {
    opacity: 0;
    display: none;
}

.gridywrap .gridinfo:hover * {
    opacity: 0.7;
}

.gridywrap .gridinfo:hover p {
    opacity: 1;
}

.gridywrap .gridinfo:hover a {
    opacity: 1;
    color: #fff;
}

.gridywrap .gridinfo:hover img {
    opacity: 1;
}

.indemanlist {
    color: #fff;
    line-height: 25px;
}

.indemanlist a {
    color: #fff;
    line-height: 25px;
}

.indemanlist a:hover {
    color: #000
}

.gridywrap .gridinfo:hover {
    background: rgba(135, 186, 69, 0.7);
}

.gridywrap .gridinfo:hover h3 {
    margin-top: 0px;
    opacity: 1;
}

.intro {
    text-align: center;
    padding: 25px;
    background: #111;
    color: #ddd;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    padding: 15px 0;
}

.intro p {
    opacity: 0.5;
    font-size: 12px;
}

.intro p a {
    color: #FA8CD3;
}

.cta-bottom-container {
    background: url(../img/calltoaction.jpg) no-repeat repeat center center;
    background-size: cover;
    padding: 10% 0% 10% 0%;
    background-position: unset;
}

.ctacorporate-bottom-container {
    background: url(../img/calltoaction-corporate.png) no-repeat repeat center center;
    background-size: cover;
    padding: 10% 0% 10% 0%;
    background-position: unset;
}

.cta-bottom-container h2 {
    margin-bottom: 0;
    margin-top: 3px;
    color: #000;
}

.btn.black {
    background: #000;
    border-radius: 25px;
    padding: 12px 30px 10px 30px;
    width: fit-content;
}


/*
 * ## Cards Container Class
 */

.cards-container {
    /* List Styling Clean-Up */
    list-style: none;
    padding: 0;
    margin: 0;
    /* Alignment */
    margin: auto;
}


/*
 * ### Responsive Layout Rules
 */


/* When viewport width is equal or greater than 788 pixels,
 * the cards container will fix its width and will append the
 * clear fix pseudo-class to avoid float property issues.
 *
 * The width will depend from the current viewport width.
 * If is greater than 1166 pixels, will be 1106 pixels.
 * Else, then will be 728 pixels.
 */

@media (min-width: 788px) {
    .cards-container {
        width: 728px;
    }
    /* Clear Fix */
    .cards-container::after {
        content: "";
        clear: both;
        display: table;
    }
}

@media (min-width: 1166px) {
    .cards-container {
        width: 1106px;
    }
}


/*
 * ## Feature Card Class
 */

[class$='feature-card'] {
    /* Positioning and Sizing */
    position: relative;
    box-sizing: border-box;
    width: 350px;
    /* Alignment height: 250px; */
    margin: 0;
    padding: 32px;
    /* Box Details */
    border-radius: 10px;
    border-top: solid 5px black;
    box-shadow: 2px 5px 20px rgb(0, 0, 0, 0.1);
}


/*
 * ### Inner Elements
 */

[class$='feature-card'] h2,
[class$='feature-card'] p {
    margin: 0;
}

[class$='feature-card'] img {
    position: absolute;
    bottom: 32px;
    right: 32px;
}


/*
 * ### Top Border Colors Rules
 */

[class$='feature-card'][class*='cyan'] {
    border-color: hsl(180, 62%, 55%);
}

[class$='feature-card'][class*='red'] {
    border-color: hsl(0, 78%, 62%);
}

[class$='feature-card'][class*='orange'] {
    border-color: hsl(34, 97%, 64%);
    visibility: hidden;
}

[class$='feature-card'][class*='blue'] {
    border-color: hsl(212, 86%, 64%);
}


/*
 * ### Responsive Layout Rules
 */


/* When the viewport width is less than 788 pixels, the container
 * will not be fixed and every card will arrange normally one over
 * other. This layout is comfortable for mobile devices.
 *
 * But if is equal or greather, every card will set the float
 * property to the left.
 *
 * They will sort smartly on a grid of two columns and two rows if
 * the current viewport width is less than 1166 pixels, that is,
 * for notebooks and tablets screens.
 *
 * Else, then they will sort like the final challenge for desktop
 * larger screens (with a viewport width greather than 1166 pixels.)
 *
 * I had to hard coded every effect because I only use float
 * properties. And I didn't went to use auxiliar HTML elements,
 * trying to keep separation of concerns.
 */

@media (min-width: 788px) {
    [class$='feature-card'] {
        float: left;
    }
    @media (min-width: 1166px) {
        [class$='feature-card']:first-child {
            margin: 115px 0;
        }
        [class$='feature-card']:nth-child(2),
        [class$='feature-card']:nth-child(3) {
            margin: 0 22px;
        }
        [class$='feature-card']:last-child {
            margin-top: -357px;
        }
        [class$='feature-card']:nth-child(3) {
            margin-top: 30px;
        }
    }
    @media (max-width: 1165px) {
        [class$='feature-card']:nth-child(3),
        [class$='feature-card']:nth-child(4) {
            margin-top: 30px;
        }
        [class$='feature-card']:nth-child(2),
        [class$='feature-card']:nth-child(4) {
            margin-left: 28px;
        }
    }
}

@media (max-width: 787px) {
    [class$='feature-card'] {
        width: 300px;
        height: 220px;
        margin: auto;
    }
    [class$='feature-card']:not(:first-child) {
        margin-top: 22px;
    }
}

.training1 {
    font-size: 25px;
    color: #87ba45;
    margin-bottom: 15px;
    font-weight: 500;
}

.training2 {
    font-size: 25px;
    color: #87ba45;
    margin-bottom: 15px;
    font-weight: 500;
}

.training3 {
    font-size: 25px;
    color: #87ba45;
    margin-bottom: 15px;
    font-weight: 500;
}

.carrer-bg {
    background: #87ba45
}

.careerfea {
    font-size: 20px;
    color: #fff;
}


/* accordion update newest version boostrap */

.accordion>.card1 {
    border: none;
}

.accordion>.card1>.card1-header {
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
}

.accordion>.card1 .btn {
    text-transform: none;
    padding: 13px 54px 14px 28px;
    color: #2b2b2b;
    border: 1px solid #e6e6e6;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.accordion>.card1 .btn.collapsed:hover {
    background-color: #e6e6e6;
    color: #87ba45;
}

.accordion>.card1 .btn:not(.collapsed) {
    background: #87ba45;
    color: #fff;
    border: 1px solid #87ba45;
}

.accordion>.card1 .btn:not(.collapsed):after {
    font-family: "FontAwesome";
    content: "\f106";
}

.accordion>.card1 .btn:focus {
    outline: none;
    box-shadow: none;
}

.accordion>.card1 .btn:after {
    font-family: "FontAwesome";
    content: "\f107";
    top: 50%;
    right: 30px;
    font-size: 16px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card1-body {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 28px;
    padding-bottom: 0px;
}

.padbotzero {
    padding-bottom: 0px;
}

.testibanner {
    background: url(../img/testimonial-background.jpg) no-repeat repeat center center;
    background-size: cover;
    padding: 0%;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    /*  background-image: linear-gradient(147deg, #87ba45 0%, #87ba45 74%); */
    box-shadow: 4px 13px 30px 1px rgb(183 183 183 / 38%);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*  background-image: linear-gradient(147deg, #87ba45 0%, #87ba45 74%); */
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #87ba45 0%, #5e8927 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgb(135 186 69 / 75%);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dbdbdb;
    height: 30px;
    box-shadow: 0px 0px 20px rgb(60 60 60 / 30%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
	
	.user_options-registered, .user_options-unregistered {
    width: 100% !important;
    padding: 55px 15px 50px 34px;
    color: #fff;
    font-weight: 300;
}
.user {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height:auto !important;
    background: url(../../../theme7x.com/itodo/images/main-slider/slider3/slide2.jpg) no-repeat center;
    background-size: cover;
}
.user_options-forms {
    position: absolute;
    top: 50%;
    left: 30px;
    width: calc(50% - 30px);
    min-height: 370px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 0 15px rgb(0 0 0 / 25%);
    overflow: hidden;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    display: none;
}
}

.padtopzero {
    padding-top: 0px;
}

h2,
details {
    display: inline;
}

details {
    position: relative;
}

details summary {
    display: block;
    cursor: pointer;
    color: #fff;
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
    animation: open .2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    /* padding-left:5px; */
    text-align: middle;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    /* content: "\00bb"; */
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
}

::-webkit-details-marker {
    display: none;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.redborder {
    position: relative;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 10px;
   /*  border-top: solid 5px #ea5353; */
    box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
    margin: 2px;
	    background: url(../img/training1.png) no-repeat center center;
    background-size: cover;
}
.redborder:hover {
	 transform:scale(1.05);
	  transition: all 0.6s ease-in-out;
}

.greenborder {
    position: relative;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 10px;
   /*  border-top: solid 5px #45d3d3; */
    box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
    margin: 2px;
	   background: url(../img/training2.png) no-repeat center center;
    background-size: cover;
}
.greenborder:hover {
	 transform:scale(1.05);
	  transition: all 0.6s ease-in-out;
}
.blueborder:hover {
	 transform:scale(1.05);
	  transition: all 0.6s ease-in-out;
}

.blueborder {
    position: relative;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 10px;
   /*  border-top: solid 5px #549ef2; */
    box-shadow: 2px 5px 20px rgb(0 0 0 / 10%);
    margin: 2px;
	   background: url(../img/training3.png) no-repeat center center;
    background-size: cover;
	
}

#sync1 .item {
    /*   background: #efefef; */
    padding: 10px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #787878;
    padding: 3px 8px 3px 8px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.sync2hea {
    font-size: 16px;
    color: #fff;
    padding: 15px 5px 0px 5px;
	    padding: 5px;
    font-weight: 500;
}

#sync2 .current .item {
    background: #87ba45;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.card4 {
    padding: 16px 24px 0px;
    background: #ffffff;
    height: 100%;
    position: relative;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
.card5 {
    padding: 16px 24px 0px;
    background: #ffffff;
    height: 100%;
    position: relative;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.card4 h3.card4-title {
    font-weight: 400;
    font-size: 18px;
    color: #585858;
}.card5 h3.card5-title {
    font-weight: 600;
    font-size: 18px;
    color: #207bb2; 
}
.card4 p {
    color: #989dc5;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 72px;
}

.card5 p {
    color: #989dc5;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.card4 .card4-link {
    position: absolute;
    bottom: 18px;
}

.card4:hover {
    transform: translateY(-15px);
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}.card5:hover {
    transform: translateY(-15px);
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.card4 .card4-icon {
    width: 47px;
    margin-bottom: 8px;
    position: relative;
    top: 0;
    left: -2px;
}


/*Nocodelowcode End*/

@media only screen and (max-width: 900px) {
    .cta-bottom-container {
        background: linear-gradient( rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url(../img/calltoaction.jpg) no-repeat repeat center center;
        background-size: cover;
        padding: 10% 0% 10% 0%;
        background-position: unset;
    }
    .ctacorporate-bottom-container {
        background: linear-gradient( rgb(0 0 0 / 45%), rgb(0 0 0 / 45%)), url(../img/calltoaction-corporate.jpg) no-repeat repeat center center;
        background-size: cover;
        padding: 10% 0% 10% 0%;
        background-position: unset;
    }
    /* #sync1 .item {
    background: #efefef;
    padding: 30px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
} */
.user_options-registered, .user_options-unregistered {
    width: 100%;
    padding: 55px 15px 50px 34px;
    color: #fff;
    font-weight: 300;
}
}


/* @media only screen and (max-width: 800px)
{
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}
} */




/**
 * Page background
 */
.user {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 70vh;
  background: url(../img/Schedule-meet.jpg) no-repeat center;
  background-size: cover;
}
.user_options-container {
  position: relative;
  width: 80%;
}
.user_options-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
 /*    background-color: rgb(135 186 69 / 88%); 
  border-radius: 3px;*/
}

/**
 * Registered and Unregistered user box and text
 */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
       padding: 22px 15px 15px 34px;
  color: #fff;
font-weight: 300;
    text-align: center;
}

.user_registered-title,
.user_unregistered-title {
margin-bottom: 15px;
    font-size: 35px;
    line-height: 1em;
    color: #fff !important;
}

.user_unregistered-text,
.user_registered-text {
 font-size: 18px;
    line-height: 1.4em;
    margin-top: 16px;
    margin-bottom: 19px;
}

.user_registered-login,
.user_unregistered-signup {
	    background: #87ba45;
    color: #fff;
    border-radius: 30px;
    /* margin-top: 30px; */
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    /* line-height: 1em; */
    /* letter-spacing: 0.2rem; */
    border: none;
    font-weight: bold;
	    font-size: 14px;
}
.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: #87ba45;
  background-color: #000;
}

/**
 * Login and signup forms
 */
.user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 260px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.user_options-forms .user_forms-login {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.user_options-forms .forms_title {
 margin-bottom: 45px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1em;
    text-transform: none;
    color: #87ba45;
    letter-spacing: 0.1rem;
}
.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}
.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.user_options-forms .forms_field-input:focus {
  border-color: gray;
}
.user_options-forms .forms_buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 35px;
}
.user_options-forms .forms_buttons-forgot {
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}
.user_options-forms .forms_buttons-action {
  background-color: #e8716d;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.user_options-forms .forms_buttons-action:hover {
  background-color: #e14641;
}
.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 30px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}
.user_options-forms .user_forms-signup .forms_buttons {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
 * Triggers
 */
.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
          animation: bounceLeft 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
          animation: showSignUp 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
          animation: bounceRight 1s forwards;
}

/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .user_options-forms {
    min-height: 350px;
  }
  .user_options-forms .forms_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }

  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }
}


.Listwise li{font-size: 17px;
    line-height: 30px;
    list-style: none;
    margin-left: -29px;
    margin-top: 6px;}
.Listwise li:hover{font-size: 17px; line-height: 30px;}


.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
	color: #000;
}

.pagination a
{
    color:#555;
}
.pagination a:hover
{
    color:#555;
}
.pagination a:active
{
    color: #000;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
       line-height: 25px;
    font-size: 14px;
    padding: 0px 20px 0px 10px;
    padding: 0px 20px 0px 10px;
    margin: 10px;
    border-bottom: 1px solid #f2f2f2;
	
}
#news-ticker .panel-heading.panel1{background:#87ba45;color:#fff !important;padding:16px 19px;border-radius:15px  15px 0px 0px;border-bottom:none !important;}
#news-ticker .panel{border: medium none;
   /*  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);border-radius:15px; */}
	
#news-ticker .pagination{border-radius: 25px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.05);
    margin: 0;}
#news-ticker .pagination li a.prev:active{
	color: #000;
}	

#news-ticker .pagination li a.prev:active {
    color: #87ba45 !important;
}

#news-ticker .pagination li a.prev{border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    margin-left: 0;     border: #ddd solid 1px;}#news-ticker .pagination li a.prev:hover{border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
    margin-left: 0;     border: #ddd solid 1px; color: #87ba45 !important;}
	#news-ticker .pagination li a.next{border-bottom-right-radius: 25px !important;     border: #ddd solid 1px;
    border-top-right-radius: 25px !important;
    }
	.pagination>li>a, .pagination>li>span{padding:7px 12px 7px 12px !important;}
	.pagination>li>a:hover{color:#000}
	#news-ticker img{/* height:100px; */ width:70px; margin-right:10px; padding: 10px;  background:#f2f2f2;}
	.title-text{margin-top: 50px;
    margin-bottom: 30px;
    color: #00BCD4;
    text-shadow: 3px 3px 0px #EEEEEE;
    letter-spacing: 1px;
    font-weight: bold; }
	
#news-ticker .panel-footer {
    padding: 10px 15px !important;
   /*  background-color: #f5f5f5 !important;
    border-top: 1px solid #ddd !important; */
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
	position:absolute;
	right: 0;
}

#technologyevolution-bg {
 background: url(../img/Case-Study-bg.jpg) no-repeat center center; 
    background-size: cover;
margin-bottom: 0px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
}

#news {
   /*  background: url(../img/Case-Study-bg.jpg) no-repeat center center; */
    background-size: cover;
	margin-bottom:20px;
	/* padding: 20px 0px 0px 0px; */
	-webkit-box-shadow: 7px 2px 14px -13px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 7px 2px 14px -13px rgba(0,0,0,0.75) !important;
box-shadow: 7px 2px 14px -13px rgba(0,0,0,0.75) !important;
background:#fff;
}
.newsbackground{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83b541+0,71a232+62,71a232+100 */
background: #83b541; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #83b541 0%, #71a232 62%, #71a232 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #83b541 0%,#71a232 62%,#71a232 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #83b541 0%,#71a232 62%,#71a232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b541', endColorstr='#71a232',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
padding-bottom: 30px;
}



.list-steps .step,
.list-steps .step:before {
	overflow: hidden !important
}

.list-steps {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: -8px;
	left: -60px;
}

.list-steps .step h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
}

@media (max-width:1112px) {
	.list-steps {
		transform: translate(-28px);
		left: 0;
		width: 70%
	}
}


.list-steps .step {
	width: 180px;
	height: 152px;
	margin-right: -52px;
	background-color: #87ba45;
	-webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	position: relative;
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	z-index: 1
}

@media (max-width:1112px) {
	.list-steps .step {
		height: 200px
	}
}

@media (max-width:767px) {
	.list-steps .step {
		width: 240px
	}
}

.list-steps .step:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	transform: rotate(-45deg) translate3d(0, -3em, 0);
	transform-origin: 0 100%;
	transition: transform .4s, opacity .4s, background-color .4s
}

@media (max-width:834px) {
	.list-steps .step:before {
		transform: none
	}
}

.list-steps .step:hover h4,
.list-steps .step:hover h6,
.list-steps .step:hover span {
	color: #87ba45;

}

.list-steps .step:hover:before {
	opacity: 1;
	/* background-color: #fff; */
		background:#f2f2f2;
	transform: rotate(0deg);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	border:#ccc solid 1px;
}

.list-steps .step span {
	font-size: 30px;
	line-height: 58px;
	font-weight: 700;
	    color: #000;
}

@media (max-width:767px) {
	.list-steps .step span {
		font-size: 48px;
		line-height: 35px
	}
}

.list-steps .step h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0
}

@media (max-width:767px) {
	.list-steps .step h4 {
		font-size: 15px
	}
}

.list-steps .step h6 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	margin-top: 0px;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}

@media (max-width:767px) {
	.list-steps .step h6 {
		font-size: 14px;
		margin-top: 0
	}
}

.list-steps .step-down {
	top: 113px
}






@media screen and (max-width:834px) {
	.hero-section {
		min-height: 640px;
		height: 100vh
	}

	.section-stats .stats-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.item {
		width: 100%
	}

	.item span {
		font-size: 36px;
		line-height: 47px
	}

	.item p {
		margin-top: 5px;
		margin-bottom: 33px
	}

	.title-transformation {
		font-size: 36px
	}

	.section-transformation {
		padding-bottom: 0
	}

	.container-steps {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.blog .comment-respond .container-steps input[type=submit],
	.blog__reply .container-steps input[type=submit],
	.blog__webinar .container-steps a,
	.container-steps .actions,
	.container-steps .blog .comment-respond input[type=submit],
	.container-steps .blog__reply input[type=submit],
	.container-steps .blog__webinar a,
	.container-steps .btn-action,
	.container-steps .header .site-header__container .contact-search__button a,
	.container-steps .instructional__content__right ol li a,
	.container-steps .learning-tech__content__left ol li a,
	.container-steps .portfolio2__footer__get-started a,
	.container-steps body .x-anchor-button,
	.header .site-header__container .contact-search__button .container-steps a,
	.instructional__content__right ol li .container-steps a,
	.learning-tech__content__left ol li .container-steps a,
	.portfolio2__footer__get-started .container-steps a,
	body .container-steps .x-anchor-button {
		margin: auto;
		bottom: 34px
	}

	.container-steps .is-80 {
		width: 100%
	}

	.container-steps .list-steps {
		display: block;
		margin: auto;
		transform: translate(0);
		padding-top: 0;
		padding-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}

	.container-steps .list-steps .step:first-child {
		top: 66px;
		left: -106px
	}

	.container-steps .list-steps .step:nth-child(2) {
		top: -19px;
		left: 101px
	}

	.container-steps .list-steps .step:nth-child(3) {
		top: 0;
		left: 101px
	}

	.container-steps .list-steps .step:nth-child(4) {
		top: -92px;
		left: -109px
	}

	.container-steps .list-steps .cs-element-preview:nth-child(2) .step {
		left: 161px;
		top: -80px
	}

	.container-steps .list-steps .cs-element-preview:nth-child(3) .step {
		left: 161px;
		top: -28px
	}

	.container-steps .list-steps .cs-element-preview:nth-child(4) .step {
		top: -148px
	}

	.container-steps .list-steps .step-down {
		top: -22px
	}

	.section-awards .list-awards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.section-awards .list-awards .is-30 {
		width: 100%
	}

	.section-awards .award h3 {
		margin-top: 0
	}

	.section-parters-info {
		padding: 32px 0 95px
	}

	.section-parters-info .contact__container,
	.section-parters-info .container-center {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0
	}

	.section-parters-info .is-46,
	.section-parters-info .is-60 {
		width: 100%
	}

	.title-partner-section {
		font-size: 31px;
		line-height: 38px;
		top: 0
	}

	.title-partner-section:before {
		bottom: -13px
	}

	ul.accordion-list {
		margin-top: 40px
	}

	ul.accordion-list li h3 {
		font-size: 16px
	}

	.section-parters-info .container-title {
		width: 80%
	}
}






.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}
.flex-container .item-1,
.flex-container .item-2,
.flex-container .item-3 {
padding: 10px 30px 0px 30px;
    border: 1px solid #71a436;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 33%;
    text-align: center;
}
.flex-container .item-1 i,
.flex-container .item-2 i,
.flex-container .item-3 i {
  font-size: 50px;
}
.flex-container .item-1 i,
.flex-container .item-1 p.subtitle-flex,
.flex-container .item-2 i,
.flex-container .item-2 p.subtitle-flex,
.flex-container .item-3 i,
.flex-container .item-3 p.subtitle-flex {
  color: #707070;
}
.flex-container .item-1 .middle-text,
.flex-container .item-2 .middle-text,
.flex-container .item-3 .middle-text {
  font-size: 21px;
    font-weight: 500;
    margin: 10px auto;
    color: #ffffff;
    background: #505051;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}
.flex-container .item-1 .footer-text,
.flex-container .item-2 .footer-text,
.flex-container .item-3 .footer-text {
color: #303030;
    font-size: 15px;
    line-height: 22px;
	text-align: left;
}
.flex-container .item-1,
.flex-container .item-2 {
  position: relative;
}

.base-wrap {
  position: absolute;
  right: 0;
  margin-right: -10.5%;
  top: 47%;
}

.base {
  background: white;
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
  width: 60px;
  transform: rotate(90deg);
  border: 1px solid #87ba45;
  border-bottom: 1px solid transparent;
  z-index: 1;
}
.base:before {
  border-bottom: 34px solid #87ba45;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: "";
  height: 0;
  left: -1px;
  position: absolute;
  top: -35px;
  width: 0;
}
.base:after {
  border-bottom: 34px solid #fff;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  content: "";
  height: 0.5px;
  left: 0px;
  position: absolute;
  top: -34px;
  width: 0;
}

@media (max-width: 768px) {
  .flex-container {
    display: block;
    width: 300px;
  }
  .flex-container .base-wrap {
    top: auto;
    bottom: -24px;
    left: -18%;
  }
  .flex-container .base-wrap .base {
    transform: rotate(180deg);
  }
}



.flex-container .item-1:hover,
.flex-container .item-2:hover,
.flex-container .item-3:hover {
background-image: radial-gradient(circle, #b5ed6d, #71a436);


	-webkit-box-shadow: 0px 0px 30px -11px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 30px -11px rgba(0,0,0,1);
box-shadow: 0px 0px 30px -11px rgba(0,0,0,1);
}

.flex-container .item-1:hover .middle-text span,
.flex-container .item-2:hover .middle-text span,
.flex-container .item-3:hover .middle-text span {
    color: #87ba45;
}


.flex-container .item-1:hover .footer-text p,
.flex-container .item-2:hover .footer-text p,
.flex-container .item-3:hover .footer-text p{
		color:#000;
}


@media screen and (max-width: 1119px) {
	.mobilenone{display:none;}
	.destopnone{display:inherit;}
	
}


@media (min-width: 769px) {
	.mobilenone{display:inherit;}
		.destopnone{display:none;}
}



.vertab-content ul,
.vertab-content ol {
	padding-left: 15px;
}

@media (min-width:768px) {
	.vertab-container {
		/* z-index: 10; */
		background-color: #fbfbfb;
		padding: 0 !important;
		border: 1px solid #ddd;
		margin-top: 20px;
		background-clip: padding-box;
		opacity: .97;
		filter: alpha(opacity=97);
		overflow: auto;
		border-radius: 30px;
		margin: auto;
		height: 100%;
		max-height: 536px;
		/* max-height: 448px; */
		overflow: hidden
	}

	.vertab-menu {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		display: block;
		background-color: #8bbc4b
	}

	.vertab-menu .list-group {
		margin-bottom: 0;
		 height: 462px;
        overflow: scroll;
		overflow-x:hidden;
	}

/*
 * cd-dropdown-content STYLE 2 
 */

.vertab-menu .list-group::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 30px;
	background-color: #648d2d;
}

.vertab-menu .list-group::-webkit-scrollbar
{
	width: 5px;
	background-color: #648d2d;
}

.vertab-menu .list-group::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
}


	.vertab-menu .list-group>a {
		margin-bottom: 0;
		border-radius: 0
	}

	.vertab-menu .list-group>a,
	.vertab-menu .list-group>a {
		color: #fff;
		background-image: none;
		background-color: #87ba45;
		border-radius: 0;
		box-sizing: border-box;
		border: none;
		border-bottom: 1px solid #71a436;
		padding: 8px 10px
	}

	.vertab-menu .list-group>a.active,
	.vertab-menu .list-group>a:hover,
	.vertab-menu .list-group>a:focus {
		position: relative;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #cacaca;
		border-left: 5px solid #d3d3d3;
		padding-left: 5px;
		background-image: none;
		background-color: #fbfbfb;
		    color: #000 !important;
	}

	.vertab-content {
		color: #fff
	}

	.vertab-accordion .vertab-content:not(.active) {
		display: none
	}

	.vertab-accordion .vertab-content.active .collapse {
		display: block
	}

	.vertab-container .panel-heading {
		display: none
	}

	.vertab-container .panel-body {
		border-top: none !important;
		padding: 10px 27px 0 10px
	}
}

@media (max-width:767px) {
	.vertab-container {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.vertab-container .vertab-menu {
		display: none
	}

	.vertab-container .panel-heading {
		    background-color: #f6f6f6;
    color: #818181;
    padding: 9px 0px 0px 20px;
    border-bottom: 1px solid #f6f6f6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 5px solid #f6f6f6;
    font-size: 10px;
    line-height: 22px;
	}

	.vertab-container .panel-heading:hover,
	.vertab-container .panel-heading:focus,
	.vertab-container .panel-heading.active {
		border-left: 5px solid #565656;
		border-bottom: 1px solid #565656
	}

	.vertab-content {
		border-bottom: 1px solid #cacaca
	}

	.vertab-container .panel-title a:focus,
	.vertab-container .panel-title a:hover,
	.vertab-container .panel-title a:active {
		color: #818181;
		text-decoration: none
	}

	.panel-collapse.collapse,
	.panel-collapse.collapsing {
		background-color: #565656 !important;
		color: #fff
	}

	.vertab-container .panel-collapse .panel-body {
		border-top: none !important
	}
}


.col {
	padding: 5px 15px 5px 15px;
	margin: 10px;
	background: #ebebeb;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	color: #000;
	font-size: 18px;
}


  .df-content-window {
    width: 100% !important;
    min-height: 140px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #e7e7e7 !important;
}
.df-bottombar-branding {
    font-size: 12px !important;
    color: grey !important;
    text-align: center !important;
    margin-top: 8px !important;
    display: none !important;
}

.df-content-topbar {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
      background: #207bb2 !important;
    min-height: 50px !important;
    border-radius: 12px 12px 0px 0px !important;
    box-sizing: border-box !important;
    padding: 20px 15px !important;
    display: flex !important;
    align-items: center !important;
}


.clientsbackground {
	background: url(../img/client-bg.png) no-repeat;
	padding-top: 40px;
	padding-bottom: 30px;
	background-size: cover;
	/* background-attachment: fixed; */
}

.clientlist li {
	display: inline-block;
	color: #ffff;
	padding: 10px 25px 10px 25px;
	border: #87ba45 dashed 1px;
	margin: 10px 20px 10px 20px;
	border-radius: 15px;
	background: #000;
	font-size: 16px;
}

.clientlist li:hover {
	background: #87ba45;
	color: #000;
}


.orb {
	width: auto;
    height: 44px;
    display: inline-block;
    transition: all .2s ease-out;
}

.orb:hover {
	transform: scale(1.2);
	background: #87ba45;
	color: #000;
	cursor: pointer;
	border: #87ba45 dashed 1px;
}

.red {
	display: inline-block;
    color: #838282;
    padding: 7px 15px 7px 15px;
    border: #e1e1e1 solid 1px;
    margin: 10px 20px 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #efefef;
}



.landing a{color:#fff; text-decoration:none}
.landing a:hover{color:#87ba45; text-decoration:none}

	
	.landing p {
    font-size: 15px;
    line-height: 26px;
    /* padding: 0px 25px 0px 25px; */
}
.landing-text{    color: #fff;
    font-size: 18px !important;     font-weight: bold;}
.landing-icon{    color: #207bb2;
    font-size: 18px !important;     font-weight: bold;}
	
	.landingbox{  background: rgb(32 123 178);
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 12px;}
	
	.landing i{
    color: #fff;
    font-size: 30px;
    padding-right: 15px;
}
.landing i:hover{
    color: #87ba45;
    font-size: 30px;
    padding-right: 15px;
}


.landingform {
/* background-image: radial-gradient(circle, #00bbbe, #00acc1, #009cc0, #008cbb, #207bb2); */
  width: 80%;
 padding:1% 5% 1% 5%;
 
/*
  box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE; 
 -webkit-border-top-right-radius: 120px;
-webkit-border-bottom-left-radius: 120px;
 -moz-border-radius-topright: 120px;
-moz-border-radius-bottomleft: 120px;
border-top-right-radius: 120px;
border-bottom-left-radius: 120px; */
  }
	
.landing-banner {
     background: url(../img/generative-ai-landing-banner.jpg) no-repeat center center/cover; 
}
.landing-banner2 {
     background: url(../img/fooetr-Generative-Ai-banner.jpg) no-repeat center center/cover; 
}
	
	.landingform form .input::placeholder{color:#fff}
	
.formlandhea{    font-size: 16px;
    color: #0c5397;
    text-align: left;
    font-weight: 600;}
  
  .landingform .tabs-content {
    padding: 12px 25px 12px 25px; }
    
    .landingform .tabs-content .active {
      display: block !important; }
  .landingform form .input {
   box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: 0.8em 0 10px 0.8em;
    outline: 0;
    display: inline-block;
    margin:0px 0px 15px 0px;
    padding-right: 2em;
    width: 100%;
    padding: 6px 0 6px 0.8em;
    font-size: 13px;
    background: #0168a7;
    color: #fff;
	font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: 1px 3px 10px #00000016;
    box-shadow: 1px 3px 10px #00000016;
    background-color: rgba(255, 255, 255, 0.3);
    height: 45px;
    padding: 5px 10px;
    border: none;
	border-radius:5px;
	}
  .landingform form .button {
 width: 127px;
    padding: 8px;
    background-color: #000;
    border: #000000 solid 1px;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
 }
  .landingform form .submit:hover {
      background-color: #0086ca; color:#fff; }
     .landingform form .button:hover {
      background-color: #fff; color:#000; }
	  
	 .button {
    width: 127px;
    padding: 8px;
    background-color: #fff;
	border: #1F61AF solid 1px;
	border-radius:25px;
    color: #1F61AF;
    cursor: pointer; font-weight:600;
 }
   .landingform {
       /*  background-image: radial-gradient(circle, #87ba45, #4e7816); */
    width: auto;
    padding: 1% 5% 1% 5%;
}
	     
  .landingform form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em; }
    .landingform form .checkbox:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .landingform form label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer; }
    .landingform form label[for]:before {
      content: '';
      position: absolute;
      border: 1px solid #CFCFCF;
      width: 17px;
      height: 17px;
      top: 0px;
      left: -14px; }
    .landingform form label[for]:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      background-color: transparent;
      top: 4px;
      left: -10px;
      border: 3px solid #28A55F;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .landingform .help-text {
    margin-top: .6em; }
    .landingform .help-text p {
      text-align: center;
      font-size: 14px; }
	  
	/*GCT STyles*/
#technology-innerbanner {
	background: url(../img/gct-banner.jpg) no-repeat left center/cover;
}
#technology-innerbanner-sapbods {

         background: url(../img/sap-bods-banner.png) no-repeat left center/cover; 
}
#technology-innerbanner-gi {
 background: url(../img/gi-banner.png) no-repeat left center/cover;       
}

#sap-s4-hana{ background: url(../img/sap-s4-hana.webp) no-repeat left center/cover;  }
#sap-mm{  background: url(../img/sap-mm.webp) no-repeat left center/cover; }
#sap-wm{  background: url(../img/sap-wm.webp) no-repeat left center/cover; }
#sap-btp{  background: url(../img/sap-btp.webp) no-repeat left center/cover; }
#sap-hana{  background: url(../img/sap-hana.webp) no-repeat left center/cover; }
#python{  background: url(../img/python.webp) no-repeat left center/cover; }
#sap-fieldglass{  background: url(../img/sap-fieldglass.webp) no-repeat left center/cover; }
#multicloud{ background: url(../img/multicloud.webp) no-repeat left center/cover;  }
#goldensource-edm{ background: url(../img/goldensource-edm.webp) no-repeat left center/cover; }
#sap-sd{  background: url(../img/sap-sd.webp) no-repeat left center/cover; }
#sap-grc{ background: url(../img/sap-grc.webp) no-repeat left center/cover;  }
#sap-fico{ background: url(../img/sap-fico.webp) no-repeat left center/cover;  }
#sap-ariba{background: url(../img/sap-ariba.webp) no-repeat left center/cover;  }
#blockchain-Security{  background: url(../img/blockchain-Security.webp) no-repeat left center/cover; }
#cloud-security{ background: url(../img/cloud-security.webp) no-repeat left center/cover;  }
#cyber-security{ background: url(../img/cyber-security.webp) no-repeat left center/cover;  }
#iiot{ background: url(../img/iiot.webp) no-repeat left center/cover;  }
#business-communication{ background: url(../img/business-communication.webp) no-repeat left center/cover; }
#conflict-resolution{ background: url(../img/conflict-resolution.webp) no-repeat left center/cover; }
#design-thinking{ background: url(../img/design-thinking.webp) no-repeat left center/cover; }
#excel-with-ai{ background: url(../img/excel-with-ai.webp) no-repeat left center/cover; }
#excel-with-chat-gpt{ background: url(../img/excel-with-chat-gpt.webp) no-repeat left center/cover; }
#first-time-manager{ background: url(../img/first-time-manager.webp) no-repeat left center/cover; }
#power-bi{ background: url(../img/power-bi.webp) no-repeat left center/cover; }
#tandem-banner {
    background: url(../img/tandem-and-base24.webp) no-repeat left center/cover;
}#majesco-banner {
    background: url(../img/majesco-banner.webp) no-repeat left center/cover;
}#six-sigma-training-banner {
    background: url(../img/six-sigma-training.webp) no-repeat left center/cover;
}
#quality-control-training-banner {
    background: url(../img/quality-control-training.webp) no-repeat left center/cover;
}
#personal-protective-equipment-training-banner {
    background: url(../img/personal-protective-equipment-training.webp) no-repeat left center/cover;
}
#lean-manufacturing-training-banner {
    background: url(../img/lean-manufacturing-training.webp) no-repeat left center/cover;
}
#kaizen-training-banner {
    background: url(../img/kaizen-training.webp) no-repeat left center/cover;
}
#environmental-regulations-training-banner {
    background: url(../img/environmental-regulations-training.webp) no-repeat left center/cover;
}
#compliance-training-banner {
    background: url(../img/compliance-training.webp) no-repeat left center/cover;
}
#five-training-banner {
    background: url(../img/5s-training.webp) no-repeat left center/cover;
} 
#total-productive-maintenance-training-banner {
    background: url(../img/total-productive-maintenance-training.webp) no-repeat left center/cover;
}#duckcreek-banner {
    background: url(../img/duckcreek-banner.webp) no-repeat left center/cover;
}#guidewre-banner {
    background: url(../img/guideware-banner.webp) no-repeat left center/cover;
}
#blockchain-banner {
    background: url(../img/blockchain.webp) no-repeat left center/cover;
}#devsecops-banner {
    background: url(../img/devsecops.webp) no-repeat left center/cover;
}#ach-banner {
    background: url(../img/ach-banner.webp) no-repeat left center/cover;
}
#leadership-training{ background: url(../img/leadership-training.webp) no-repeat left center/cover; }
#emotional-intelligence{ background: url(../img/emotional-intelligence.webp) no-repeat left center/cover; }

#google-data-analytics{ background: url(../img/google-data-analytics.webp) no-repeat left center/cover; }
#data-engineering{ background: url(../img/data-engineering.webp) no-repeat left center/cover; }
#data-analysis{ background: url(../img/data-analysis.webp) no-repeat left center/cover; }
#data-science{ background: url(../img/data-science.webp) no-repeat left center/cover; }
#full-stack-developer-banner{ background: url(../img/full-stack-developer-banner.webp) no-repeat left center/cover; }


#posh-training{ background: url(../img/posh-training.jpg) no-repeat left center/cover;  }

#unix-training{ background: url(../img/unix.webp) no-repeat left center/cover;  }
#oracle-training{ background: url(../img/oracle-SQL.webp) no-repeat left center/cover;  }
#dwh-training{ background: url(../img/DWH-fundamentals.webp) no-repeat left center/cover;  }
#informatica-training{ background: url(../img/informatica.webp) no-repeat left center/cover;  }

#AI-powered-workflows-in-Excel{ background: url(../img/AI-powered-workflows-in-Excel.webp) no-repeat left center/cover;  }
#enhancing-efficiency-with-AI{ background: url(../img/enhancing-efficiency-with-AI.webp) no-repeat left center/cover;  }
#AI-integration-with-microsoft-office-suite{ background: url(../img/AI-integration-with-microsoft-office-suite.webp) no-repeat left center/cover;  }
#mastering-your-workflow{ background: url(../img/mastering-your-workflow.webp) no-repeat left center/cover;  }
#real-time-Analytics-with-AI{ background: url(../img/real-time-Analytics-with-AI.webp) no-repeat left center/cover;  }

#AI-powered-workflows-in-Excel .overlay { background-color: rgb(0 0 0 / 70%);}


#AI-integration-with-microsoft-office-suite .overlay { background-color: rgb(0 0 0 / 70%);}
#enhancing-efficiency-with-AI .overlay { background-color: rgb(0 0 0 / 70%);}
#mastering-your-workflow .overlay { background-color: rgb(0 0 0 / 70%);}
#real-time-Analytics-with-AI .overlay { background-color: rgb(0 0 0 / 70%);}



#unix-training .overlay { background-color: rgb(0 0 0 / 70%);}
#oracle-training .overlay { background-color: rgb(0 0 0 / 70%);}
#dwh-training .overlay { background-color: rgb(0 0 0 / 70%);}
#informatica-training .overlay { background-color: rgb(0 0 0 / 70%);}


#openai-banner {
 background: url(../img/openai-banner.webp) no-repeat left center/cover; 
    background-size: cover;
    padding: 100px 0px 100px 0px;
        
}#IBM-watson-banner {
 background-size: cover;
    padding: 100px 0px 100px 0px;
         background: url(../img/IBM-watson-banner.webp) no-repeat left center/cover; 
}#pytorch-banner {
 background-size: cover;
    padding: 100px 0px 100px 0px;
         background: url(../img/pytorch-banner.webp) no-repeat left center/cover; 
}#amazonsagemaker-banner {
 background-size: cover;
    padding: 100px 0px 100px 0px;
         background: url(../img/amazonsagemaker-banner.webp) no-repeat left center/cover; 
}#microsoftazure-banner {
 background-size: cover;
    padding: 100px 0px 100px 0px;
         background: url(../img/microsoftazure-banner.webp) no-repeat left center/cover; 
}

#technology-alicolud {
         background: url(../img/ali-cloud-banner.png) no-repeat left center/cover; 
}
#technology-innerbanner-sapabap {

         background: url(../img/sap-abap-banner.png) no-repeat left center/cover; 
}

.technologyfromsection{background: url(../img/tech-footer-background.png) no-repeat left center/cover; }
.technologyfromsection-landing-form {
    position: relative;
    background-color: #152354;
    padding: 30px;
    border: 1px solid #313e69;
    overflow: hidden;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px #2b3e81;
}
	
	  
	  /*generative-new start*/ 
		.technology-banner {
    background: url(../img/gi-landing-corporate-banner.jpg) no-repeat left center/cover; 
}.technology a{color:#fff; text-decoration:none}
.technology a:hover{color:#87ba45; text-decoration:none}

	
	.technology p {
    font-size: 15px;
    line-height: 26px;
    /* padding: 0px 25px 0px 25px; */
}


.technology-default {
   border-radius: 4px !important;
background: #FBCD00;
box-shadow: 0px 0px 10px -2px #FBCD00;
 color: #000 !important;
    border-radius: 30px;
	    font-weight: 400;
    padding-left: 25px !important;
    padding-right: 25px !important;
	width:180px;
	text-transform:none !important;
}
.neonblue{    color: #0dbdd9;}

.technology-default:hover,
.technology-default:focus,
.technology-default:active:hover,
.technology-default:active:focus,
.technology-default.active:focus,
.open>.dropdown-toggle.technology-default {
   border-radius: 4px;
background: linear-gradient(180deg, #6BFBE4 0%, #0EB5E3 100%);
box-shadow: 4px 4px 10px -2px #30CEE3 !important;
     color: #000 !important;
    box-shadow: none;
}

.technology-default:active,
.technology-default.active {
    background: #000;
    box-shadow: none;
     color: #000 !important;
}
.bannertitle{    font-size: 38px;}.bannertitle span{   color:#6BFBE4; font-weight:500;}
.objectivesbacgroud{background: linear-gradient(180deg, #D1E9FF 80%, rgba(238, 239, 243, 0.42) 100%);}


.objectivesheading {    color: #000000;
    font-size: 35px;
    font-weight: 500;}
	.bojectives li{list-style:none; font-size:15px;}
	.feature-list-4-icon img{max-width: initial !important;}
	
	.course-outcome{background: url(../img/course-outcome-bg.png) no-repeat}
	.course-bg{border-radius: 63px;
border: 2px solid #F8F8F8;
background: #F6F4F4;
box-shadow: 0px 0px 17px 2px #EBEBEB; padding:40px;
background-image: url("../img/archer.png"); 
 background-position: bottom right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 25%; /* Resize the background image to cover the entire container */
 }
 .listarrowcolor{color:#6B24D6}
 .keyfeatechbg{border-radius: 0px 263px 0px 0px;
background: linear-gradient(180deg, #EAEAEA 0%, rgba(198, 198, 198, 0.26) 73.96%, rgba(255, 255, 255, 0.00) 100%);}
.keicons{    position: absolute;
    left: 0;
    top: -24px;
    background: #648D2D;
    border-radius: 50px;
    padding: 12px;
    margin-bottom: 20px;}
	
	
	
	
/* ==========================================================================
       gi-feature
       ========================================================================== */

.gi-feature {
    position: relative;
    padding: 30px;
    margin-bottom:60px;  
    *zoom: 1;
	 border-radius: 40px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gi-feature-content h5 {
    font-weight: 600;
}

.gi-feature:before,
.gi-feature:after {
    content: " ";
    display: table;
}

.gi-feature:after {
    clear: both;
}

.gi-feature p {
    margin-bottom: 0;
}

.gi-feature i {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
    color: #525252;
}

.gi-feature * {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.gi-feature:hover {
    background: #ccc;
}

.gi-feature:hover i,
.gi-feature:hover h1,
.gi-feature:hover h2,
.gi-feature:hover h3,
.gi-feature:hover h4,
.gi-feature:hover h5,
.gi-feature:hover h6 {
    color: #87ba45;
}

.gi-feature.icon-left i {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}

.gi-feature.icon-left .gi-feature-content {
    position: relative;
    overflow: hidden;
}

.gi-feature.icon-right i {
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

.gi-feature.icon-right img {
    float: right;
    margin-left: 30px;
    margin-top: 0px;
    width: 90px;
}
.gifromsection{background: url(../img/generative-ai-landing-banne1.jpg) no-repeat left center/cover; }

.tpcontact-info {
   background: hsl(255.83deg 47.37% 29.8% / 35%);
    border: 1px solid hsla(0,0%,100%,.12);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 48px 40px 55px;
    border-radius: 20px;
    position: relative;
}
.tpcontact-info-links {
    margin-bottom: 37px;
}
.tpcontact-info-links a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 14px;
    color: hsla(0,0%,100%,.8);
    margin-bottom: 20px;
}
.tpcontact-info-links a i {
    margin-right: 14px;
}

.tpcontact-info-links a i {
  margin-right: 0px;
}
.tpcontact-info-social a {
  margin-right: 1px;
}
.tpcontact-info-social a:hover i {
  color: #fff;
}
.tpcontact-info-social a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
  color: hsla(0, 0%, 100%, 0.7);
  transition: all 0.3s ease-out 0s;
  font-size: 12px;
}
.readytostarttitile{    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;}
	.fromfield{    background: hsla(0,0%,100%,.08);
    border: 1px solid hsla(0,0%,100%,.12);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
   padding: 2px 15px 3px 15px;
    border-radius: 20px;
    position: relative;}
	
	.tpcontact-shape-two {
    right: -35px;
}
.tpcontact-shape-two {
   position: absolute;
    bottom: 20px;
    right: -130px;
    z-index: 1;
}
.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
.element {
  margin: 0 auto;
}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.content { 
}

/*zoom-out-to-zoom-in keyframe**/

.zoom-out-to-zoom-in{
  animation: zoom-out-to-zoom-in linear 8s;
  animation-direction: alternate;  
  animation-iteration-count: 4;

}

@keyframes zoom-out-to-zoom-in{
0% {
  width: 40%;
  height: 40%;
  }

  5% {
   width: 60%;
  height: 60%;
  }

  100% {
   width: 90%;
  height: 90%;
  }
}

.gi-landing-form select.form-control {
    color: #a5a5a5;
     height: 38px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.optiobg{background:#fff; color:#000;}
.gi-landing-form .fromfield{background: hsla(0,0%,100%,.08);
    border: 1px solid hsla(0,0%,100%,.12);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
   padding: 2px 15px 3px 15px;
    border-radius: 20px;
    position: relative; color:#fff; font-size:12px; width: -webkit-fill-available;}
	.gi-landing-form form .input::placeholder{color:#fff; !important;}
	
	.fromfield::-webkit-input-placeholder {
    color: #a5a5a5;
}

.fromfield:-moz-placeholder {
    color: #a5a5a5;
}

.fromfield::-moz-placeholder {
    color: #a5a5a5;
}

.fromfield:-ms-input-placeholder {
    color: #a5a5a5;
}

.fromfield:focus {
    border-color: #87ba45; color:#fff;
    -moz-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
    box-shadow: inset 0 1px 1px rgba(135, 186, 69, 0.075), 0 0 8px rgba(135, 186, 69, 0.6);
}
/*generative-new End*/
	  
.accordion>.card {
    overflow: hidden;
    background: transparent;
}	  
.title-hea {
    color: #525252;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 10px 0px 20px 0px;
}
.title-hea2 {
    color: #525252;
    /* font-family: Poppins; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin: 10px 0px 20px 0px;
}
.nichebg {
    background: url(../../404.html) no-repeat;
    padding-top: 40px;
    padding-bottom: 30px;
    background-size: cover;
}
.objectivesheading {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.land-techlist li{    border-top: 2px solid #000000;
    padding: 12px 20px 12px 20px;
    background: #87ba45;
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    margin: 12px 4px 12px 4px;
    text-align: center;}.land-techlist li:hover{color: #fff;}.land-techlist li a{color: #fff;}.land-techlist li a:hover{color: #fff;}
	.text-neon{color: #12D9B3;}
	.land-techlist li:hover{ background: #606060; color: #fff;}
	.paltfrombox{border-radius: 30px;
    background-image: linear-gradient(to bottom, rgb(63 27 67), rgb(7 6 36)), url(../../404.html);
	color:#fff;
    padding: 40px; margin-bottom:40px;
	}


.iconbox .iconbox-icon-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.iconbox-icon-container {
	line-height: 1em;
	transition: all .3s;
	transition-property: border, color, background, box-shadow
}

.iconbox-icon-container i,
.iconbox-icon-container>svg {
	display: inline-block
}

.iconbox-icon-container>svg {
	line-height: 0;
	fill: currentColor
}

.iconbox-icon-container i,
.iconbox-icon-container img {
	height: auto
}

.iconbox-icon-container i {
	font-size: 1em
}

.iconbox {
	transition: box-shadow .3s ease, background .3s ease;
	display: flex
}

.iconbox h3,
.iconbox p {
	transition-property: color, background;
	transition-duration: .3s;
	transition-timing-function: ease
}

.iconbox h3 {
	    display: inline-block;
    font-size: 20px;
    padding-left: 20px;
    font-weight: 500;
}

.iconbox p {
	margin-bottom: 0;
	    padding-left: 20px;
}

.iconbox:hover{background-color:#152354 !important} 
.iconbox:hover svg path:not([stroke=none]){background-color:#fff}
.iconbox:hover .contents h3, .iconbox:hover .contents p{color:#fff}
.iconbox:hover h3 svg{opacity:1;transform:translateX(.5em)}

.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
	flex-shrink: 0
}

.iconbox .contents>p>span {
	display: inline-block
}

.iconbox .contents>mark {
	display: block
}

.iconbox .contents .lqd-highlight-txt {
	display: inline-block;
	line-height: 1.5em;
	padding: .25em 1em
}

.iconbox .contents .lqd-highlight-inner {
	opacity: .15 !important;
	transform: none;
	border-radius: 50em
}

.iconbox-inline .iconbox-icon-wrap {
	margin-inline-end: 15px
}

.iconbox-inline h3 {
	display: inline-flex;
	justify-content: inherit;
	align-items: center;
	flex-grow: 1;
	margin-bottom: 0
}

.iconbox-inline .contents {
	flex-basis: 100%
}

.iconbox-side .iconbox-icon-wrap {
	margin-inline-end: 15px
}

.iconbox-side>h3:last-child {
	margin-bottom: 0
}

.iconbox .btn {
	margin-top: 1.5em
}

.iconbox-icon-shaped .iconbox-icon-container {
	background-color: var(--lqd-color-primary);
	font-size: 40px;
	color: #fff
}

.iconbox-icon-shaped .iconbox-icon-container i,
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
	width: 50px
}

.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container>svg {
	width: 44px
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg {
	transition: opacity .15s
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg>* {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%)
}

.iconbox-custombg.iconbox-side .iconbox-icon-container {
	margin: 0
}

.iconbox-lozenge .iconbox-icon-container {
	border-radius: 15px;
	transform: rotate(45deg)
}

.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container>svg {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.iconbox .iconbox-icon-container>svg,
.iconbox .iconbox-icon-container>svg circle,
.iconbox .iconbox-icon-container>svg ellipse,
.iconbox .iconbox-icon-container>svg path,
.iconbox .iconbox-icon-container>svg polygon,
.iconbox .iconbox-icon-container>svg polyline,
.iconbox .iconbox-icon-container>svg rect {
	transition: fill .3s, stroke .3s
}

.iconbox .iconbox-icon-container>svg stop {
	transition: stop-color .3s ease
}

.iconbox-label {
	padding: 6px 12px;
	font-size: 10px;
	line-height: 1.5em
}

.contents .iconbox-label {
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 2em
}

.iconbox-bubble {
	background: 0 0
}

.iconbox-bubble .contents {
	padding: 35px 40px 25px;
	margin-top: 20px;
	background-color: #fff;
	box-shadow: 0 25px 55px rgba(0, 0, 0, .1)
}

.iconbox-bubble .contents:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: inherit;
	position: absolute;
	top: -8px;
	left: calc(50% - 8px);
	transform: rotate(45deg)
}

.iconbox-bubble .contents h6 {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700
}

.iconbox-contents-show-onhover .ld-slideelement-hidden-inner {
	opacity: 0
}

.iconbox-contents-show-onhover.iconbox-bubble .contents {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 5%);
	transition: transform .65s, opacity, .65s, visibility .65s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.iconbox-contents-show-onhover.iconbox-bubble.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble.iconbox-side .contents {
	margin: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	transform: translate(0, 5%)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover .contents {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-side .contents {
	transform: translate(0, 0)
}

@media screen and (min-width:992px) {
	.iconbox-contents-show-onhover.iconbox-bubble .contents {
		min-width: 350px
	}
}

@media screen and (max-width:768px) {
	.iconbox-contents-show-onhover.iconbox-bubble .contents {
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		opacity: 1;
		visibility: visible;
		transform: none !important
	}
}

@media screen and (max-width:540px) {
	.iconbox-contents-show-onhover.iconbox-bubble {
		width: 100%
	}
}

.iconbox-heading-arrow-onhover h3 svg {
	height: 1em;
	opacity: 0;
	transform: translateX(0);
	vertical-align: middle;
	transition: transform .5s, opacity .5s;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-iconbox:hover .iconbox-heading-arrow-onhover h3 svg {
	opacity: 1;
	transform: translateX(.5em)
}

[data-animate-icon=true] .iconbox-icon-container>svg {
	opacity: 0
}

[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container>svg {
	opacity: 1
}

.iconbox-icon-gradient .iconbox-icon-container i {
	background-clip: text !important;
	-webkit-background-clip: text !important;
	text-fill-color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	line-height: 1.15em
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 170%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	background-color: #e9e9e9
}

.iconbox-icon-linked .iconbox-icon-wrap.items-center:before {
	top: 50%;
	height: 150%
}

@keyframes iconRipple {
	0% {
		border-width: 4px;
		transform: scale(1)
	}

	80% {
		border-width: 1px;
		transform: scale(1.36)
	}

	100% {
		opacity: 0
	}
}

.iconbox-icon-ripple .iconbox-icon-container:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	border: 1px solid var(--lqd-color-primary);
	animation: iconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.lqd-iconbox-scale {
	transition: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.lqd-iconbox-scale:hover {
	transform: scale(1.1)
}

.box-shadow-bottom {
    box-shadow: 0 30px 70px 0 rgba(27,32,75,.07);
}
.mb-15, .my-15 {
    margin-bottom: 15px;
}
.mr-10, .mx-10 {
    margin-right: 10px;
}
.pl-50, .px-50 {
    padding-left: 50px;
}
.pb-40, .py-40 {
    padding-bottom: 40px;
}
.pr-65, .px-65 {
    padding-right: 65px;
}
.pt-35, .py-35 {
    padding-top: 35px;
}
.pos-rel, .relative {
    position: relative;
}
.rounded-16 {
    border-radius: 16px;
}
.text-20 {
    font-size: 20px;
}

#niche .col {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--lqd-row-gutter-x) * .5);
	padding-left: calc(var(--lqd-row-gutter-x) * .5);
	padding-bottom: calc(var(--lqd-row-gutter-y) * .5);
	padding-top: calc(var(--lqd-row-gutter-y) * .5)
}
.cttopic {
    color: #fff !important;
    font-size: 15px;
    text-align: center;
    margin-bottom: 18px;
    background: #87ba45;
    width: max-content;
    margin: auto;
    margin-bottom: 10px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    font-weight: bold;
}




/*mobile Client logo scroll css */


.clislider {
  height: 60px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}
.clislider::before,
.clislider::after{
  position:absolute;
  content:'';
  height:100%;width:100%;
  z-index:2;pointer-events:none;
}
.clislider::before{
  left:0;
  top:0;
}
.clislider::after{
  right:0;
  top:0;
  transform:rotateZ(560deg);
}

/*  IMPORTANT CODE BELOW */

.clislide-track {
  width: calc(200px * 30);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.clislide-track2 {
  width: calc(200px * 30);
  display: flex;
  animation: scroll2 30s linear infinite;
  justify-content: space-between;
}

.clislide {
  width: 800px;
  height: 60px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.clislide:hover{
  /* transform:scale(0.8) */
}
.corporatecli {
    color: #797789;
    font-size: 50px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 27px;
    text-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 20));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

.clientshea{font-size: 2.5rem !important; margin: 8px 0 0.67em 0;    line-height: 47px; font-weight:600;     font-family: 'Lato', sans-serif;}


.card-img-overlay img {
    background: #00000063;
}
.clientbox{/* background: #f5f5f5; */
    padding: 10px 20px 10px 20px !important;
    margin: 10px 0px 10px 0px;
   /*  border: #ffffff solid 7px; */
    height: 69px !important;
    border-radius: 14px;}
/*blog banner*/


#blog .page-title-container {
    background: url(../blog/img/Blog-Page-Banner.png) no-repeat center center/cover;
    padding-top: 150px;
    padding-bottom: 100px;
}#blogazure .page-title-container {
    background: url(../blog/img/are-AI-skills-just-hypes-an-in-depth-analysis.jpg) no-repeat center center/cover;
    padding-top: 150px;
    padding-bottom: 100px;
}#blogappsec .page-title-container {
    background: url(../blog/img/are-AI-skills-just-hypes-an-in-depth-analysis.jpg) no-repeat center center/cover;
    padding-top: 150px;
    padding-bottom: 100px;
}#blogbest-ai-code .page-title-container {
    background: url(../blog/img/best-ai-code-assistants-for-dev-teams.jpg) no-repeat center center/cover;
    padding-top: 150px;
    padding-bottom: 100px;
}


/*casestudy banner*/

#casestudy .page-title-container {
    background: url(../case-studies/img/TSL-Blog-Page-Banner.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#aicoding .page-title-container {
    background: url(../case-studies/img/best-ai-coding-assistant.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px; 
}

#delta6labs .page-title-container {
    background: url(../case-studies/img/training-program-for-delta6labs.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}
#Automotive-Manufacturing .page-title-container {
    background: url(../case-studies/img/automotive-manufacturing.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}
#Transformingestimation .page-title-container {
    background: url(../case-studies/img/transforming-estimation.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}
#mazenet-custom-training .page-title-container {
    background: url(../case-studies/img/mazenet-custom-training.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
} #empower-women-resuming .page-title-container {
    background: url(../case-studies/img/corporate-training-to-empower-women-resuming-to-work.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
} 
 

#datastage .page-title-container {
    background: url(../case-studies/img/datastage-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#caseaws .page-title-container {
    background: url(../case-studies/img/aws-iam-corporate-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#caseazure .page-title-container {
    background: url(../case-studies/img/microsoft-azure-corporate-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}
#blogtandem .page-title-container {
    background: url(../case-studies/img/base24-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}
#blogbigdata .page-title-container {
    background: url(../case-studies/img/big-data-corporate-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#blogkalido .page-title-container {
    background: url(../case-studies/img/kalido-corporate-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#blogautosar .page-title-container {
    background: url(../case-studies/img/autosar-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#caseappsec .page-title-container {
    background: url(../case-studies/img/application-security-training.jpg) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

#casedelta .page-title-container {
    background: url(../case-studies/img/training-program-for-delta6labs.webp) no-repeat center center / cover;
    padding-top: 150px;
    padding-bottom: 100px;
}


/*casestudystyle*/


.post-preview h2{
        color: #525252;
    font-weight: 400;
    letter-spacing: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    color: #87ba45;
    margin-bottom: 10px;}
	
	
.post-preview h3	{    
          color: #000000;
    font-weight: 500;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;    margin-top: 10px;}
	
	.blogh3{    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    background: #87ba45;
    padding-left: 20px;    width: fit-content;
    padding-right: 20px;}
	#training h3 {
    color: #0086ca;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


.footer-card-wrapper {
      max-height: 24px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
    font-size: 13px;
}
.footer-card-wrapper:hover {
  cursor: pointer;
  max-height: 300px;
}
.card-height-animate {
  height: 300px;
}
.reveal-detailsfont16 {
    font-size: 16px;
}

.about-company .about-border {
    border-right: 2px solid #87ba45;
}
.about-border h2 {font-weight:500;     font-size: 25px;}
.about-company .company-desc {
    font-size: 15px;
    margin-bottom: 25px;
    padding-left: 40px;
}
.about-company .company-desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
       padding-left: 15px;
    text-align: justify;
}
.pointer-box {
    padding-left: 40px;
}
.pointer-box {
    padding-left: 50px;
}
.about-company .pointer-head {
    font-size: 18px;
    margin-bottom: 25px;
}
.about-company .pointer-head {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.about-company .pointer-head:before {
    content: '';
    position: absolute;
    top: 6px;
}
.about-company .pointer-head:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -34px;   
	 background: url(../../img/green-pointer.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
}
.pointer-box .pointer-list {
    padding-left: 30px;
    margin-bottom: 30px;
}

.pointer-box .pointer-list li:not(:last-child) {
    margin-bottom: 12px;
}
.pointer-box .pointer-list li:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 1440px){
.pointer-box .pointer-list li {
    font-size: 14px;
}}
.pointer-box .pointer-list li {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 1.3;
}

@media (max-width: 991px){
.about-company .about-border {
    border-right: none;
    margin-bottom: 30px;
}}

/*blogsidebar start*/

	
.sidebar.widget h3 {
	font-size:20px;
}
.sidebar.widget {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
   margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.sidebar-thumb img{
  background: #fff;
  border: 1px dashed #e0e0e0;
  padding: 6px;
  height: 75px;
  width: 75px;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.sidebar-content h5{ 
    font-size: 16px;
    cursor: pointer;
    line-height: 21px;
}
.sidebar-content h5 a:hover{ 
  color: #2996bd;
}

.sidebar-content h5 a{ 
       color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.sidebar-meta{
      margin-top: 0px;
    text-align: right;
    font-size: 12px;
}
.sidebar-meta span{
  color: #2e2e2e;
}
.sidebar-meta span.time{
  margin-right: 10px;
}
.sidebar-meta span i{
  color: #2996bd
}


#share-buttonsimg { width: 35px; padding: 5px; border: 0; box-shadow: 0; display: inline; }

.casebannerheading{    font-size: 32px;
    line-height: 46px;
    background: #000000a3;
    width: fit-content;
    float: right;
    padding: 20px;
    border-radius: 15px;
}
.card-text {    margin-bottom: 20px !important;}
/*blogsidebar End*/
