/*
Theme Name: Agiliway Basic Theme
Theme URI: https://agiliway.com/
Description: Basic Theme. If you have questions visit our <a href="https://agiliway.com/">website</a>.
Author: Agiliway Team
Author URI: https://agiliway.com
Version: 1.0
Tags: responsive, bootstrap, agiliway

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: https://creativecommons.org/licenses/by-sa/3.0/
*/

@font-face {
	font-family: "Ubuntu Light";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(""), url(fonts/Ubuntu-Light.woff2)format("woff2"), url(fonts/Ubuntu-Light.woff)format("woff")
}
@font-face {
	font-family: "Ubuntu Regular";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(""), url(fonts/Ubuntu-Regular.woff2)format("woff2"), url(fonts/Ubuntu-Regular.woff)format("woff")
}
@font-face {
	font-family: "Ubuntu Medium";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(""), url(fonts/Ubuntu-Medium.woff2)format("woff2"), url(fonts/Ubuntu-Medium.woff)format("woff")
}
@font-face {
	font-family: "Ubuntu Bold";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(""), url(fonts/Ubuntu-Bold.woff2)format("woff2"), url(fonts/Ubuntu-Bold.woff)format("woff")
}

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
body {
	font-family: 'Ubuntu Regular';
	font-weight: 400;
	background: #fff;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-family: 'Ubuntu Bold';
	color: #000;
}
.display-1 {
    position: relative;
	font-family: 'Ubuntu Regular';
	font-weight: 300;
    font-size: 36px;
    line-height: 1;
}
.display-1 span, .display-2 span {
    color: #158b46;
}
.display-2 {
    font-size: 30px;
}
.display-3 {
    font-size: 24px;
}
.display-4 {
    font-size: 18px;
    color: #158b46;
    text-transform: uppercase;
}
.display-5 {
    font-size: 18px;
    text-transform: uppercase;
}
.btn, a {
    color: #158b46;
    text-decoration: none;
}
.btn {
    position: relative;
    min-width: 160px;
	padding: 9px 40px 9px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
    --bs-btn-disabled-opacity: 0.65;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.btn:hover, .btn:focus {
	padding: 9px 45px 9px 15px;
}
.btn-light {
    color: #158b46;
    background-color: #f7f8f9;
    border-color: #BEC0C7;
}
.btn-light:focus, .btn-light:hover {
    color: #fff;
    background-color: #158b46;
    border-color: #158b46;
}
.btn-success {
    color: #fff;
    background-color: #158b46;
    border-color: #158b46;
}
.btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #77b643;
    border-color: #77b643;
}
.btn-light:after, .btn-success:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(image/arrow-next-white.svg)no-repeat center center;
    opacity: 1;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.btn-light:after {
	background: url(image/arrow-next-green.svg) no-repeat center center;
}
.btn-success:hover:after, .btn-success:focus:after, .btn-light:hover:after, .btn-light:focus:after {
	right: 10px;
	opacity: 1;
	background: url(image/arrow-next-white.svg) no-repeat center center;
}
hr {
    background-color: #0F100F;
    opacity: .12;
}
/* Start Header*/

#header {
    z-index: 1030;
    width: 100%;
    min-height: 68px;
}
#header #search {
}
#header .navbar.bg-light {
	position: relative;
    background-color: #fff !important;
	border-bottom: 1px solid #dfe3e7;
}
#header .navbar-brand {
    margin-left: 15px;
	margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
}
#header .navbar-brand img {
	height: 40px;
}
#header .navbar .navbar-nav {
    margin: 0;
    padding: 0;
	background-color: #fff;
}

#header .navbar .navbar-nav .menu-item {
    padding: 0;
    margin: 0;
}
#header .navbar .navbar-nav .dropdown-toggle.nav-link span, #header .navbar .navbar-nav .menu-item .nav-link .dropdown-toggle {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    display: inline-block;
    transform: scale(1,1);
    cursor: pointer;
}
#header .navbar .navbar-nav .dropdown-toggle.nav-link:hover span, #header .navbar .navbar-nav .menu-item .nav-link:hover .dropdown-toggle, #header .navbar .nav-item:hover .dropdown-toggle {
    color: #79b825;
    top: 20px;
}
#header .navbar .navbar-nav .menu-item.dropdown .dropdown-toggle {
	float: right;
	line-height: 50px;
	margin-right: 5px;
	background-color: transparent;
	border: 0px;
}
#header .navbar .nav-item {
	border-top: 1px solid #dfe3e7;
}
#header .navbar .nav-item a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
	text-transform: uppercase;
    line-height: 50px;
    padding: 0px 15px;
}
#header .navbar .nav-item:hover, #header .navbar .nav-item:focus {
    background-color: #f8f9fb;
}
#header .navbar .nav-item.current-menu-item a, #header .navbar .nav-item.current-lang a, #header .navbar .navbar-nav .menu-item.current-menu-item .nav-link .dropdown-toggle {
	color: #158B46;
}
#header .navbar .nav-item.dropdown a {
	display: inline;
	width: calc(100% - 30px);
	padding: 16px 5px 16px 15px;
}
.navbar-toggler {
	position: absolute;
	top: 9px;
	right: 0px;
    padding: 9px;
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-toggler:focus {
	background-color: #fff;
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.navbar-toggler .navbar-toggler-icon, .navbar-toggler.collapsed:focus .navbar-toggler-icon {
    background: url(image/ico-menu.svg) no-repeat center center;
}
.navbar-toggler:focus .navbar-toggler-icon {
    background: url(image/ico-close.svg) no-repeat center center;
}
.collapse.show {
    display: block;
}
#header .navbar .navbar-nav .menu-item:hover a, #header .navbar .navbar-nav .menu-item a:hover, #header .navbar .navbar-nav .menu-item:hover .nav-link .dropdown-toggle {
    color: #79b825;
    text-decoration: none;
}

#header .navbar .navbar-nav .dropdown-toggle.nav-link .dropdown-menu.current-menu-item > a {
    color: #158b46;
    background-color: #f8f9fb;
    padding-left: 10px;
}

#header .navbar .navbar-nav .dropdown-toggle.nav-link .dropdown-menu .current-menu-item a {
    color: #158b46;
    background-color: #f8f9fb;
    padding: 10px 6px;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: inherit;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f8f9fb;
    padding: 0px;
	margin: 0px !important;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    z-index: 100;
    cursor: pointer;
	border: 0px solid;
	border-bottom: 0px solid #dfe3e7;
    border-radius: 0px;
}
.dropdown-menu.show {
    display: -ms-flexbox!important;
    display: flex!important;
}

#header .navbar .nav-item .dropdown-menu li {
	position: relative;
    margin: 0;
    width: 100%;
    text-align: left;
}
#header .navbar .nav-item .dropdown-menu .dropdown-item {
    white-space: normal;
}
#header .navbar .nav-item .dropdown-menu li:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.7);
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
#header .navbar .nav-item .dropdown-menu li:focus:before, #header .navbar .nav-item .dropdown-menu li:hover:before {
    width: 100%;
}
#header .navbar .nav-item .dropdown-menu li a, #header .navbar .menu-item:hover .dropdown-menu li a {
    position: relative;
    display: block;
    width: 100% !important;
	font-size: 14px;
    color: #000 !important;
    line-height: 20px;
    padding: 10px 0px 10px 35px;
}
#header .navbar .nav-item .dropdown-menu li a:hover, #header .navbar .nav-item .dropdown-menu li a:focus {
    color: #79b825 !important;
    background-color: transparent;
    background-image: none;
}
#header .navbar .nav-item .dropdown-menu li.current-menu-item a {
    color: #79b825 !important;
    background-color: #fff;
}
#header .navbar .nav-item .dropdown-menu .current-menu-item a:hover, #header .navbar .nav-item .dropdown-menu .current-menu-item a:focus {
    color: #79b825 !important;
}
#header .navbar .nav-item .dropdown-menu li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 10px;
    top: 20px;
    background: #000;
}
#header .navbar .nav-item .dropdown-menu .current-menu-item a:before, #header .navbar .nav-item .dropdown-menu li a:focus:before, #header .navbar .nav-item .dropdown-menu li a:hover:before {
    width: 15px;
    background: #77b643;
}
.header-contact {
    position: absolute;
    top: 14px;
    right: 50px;
    width: 120px;
}
.header-contact .contact-button.btn.btn-success {
	min-width: 120px;
	padding: 9px 15px;
}
.header-contact .contact-button.btn.btn-success:hover, .header-contact .contact-button.btn.btn-success:focus {
	padding: 9px 15px 9px 15px;
}
.header-contact .btn-success:after {
	opacity: 0;
}
/* Search*/
.header-search {
	position: absolute;
	top: 14px;
	right: 170px;
}
.btn.btn-link.search {
	min-width: inherit;
	padding: 9px;
	margin-right: 10px;
}
.btn.btn-link.search:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,0);
}
.search-icon,
.search-submit {
    background: url(image/ico-search.svg) no-repeat center center;
    color: transparent;
    border: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0px !important;
    right: 10px;
    left: auto;
    margin-top: 0;
    margin-right: 0;
	padding: 0px;
	width: 200px;
	height: 40px;
	background-color: #f8f9fb;
	border: 1px solid #dfe3e7;
	border-radius: 20px;
}
.dropstart .dropdown-menu .search-form {
	/* position: relative;
	display: flex; */
}
.dropstart .dropdown-menu .search-form label .screen-reader-text {
	font-size: 0px;
}
.dropstart .dropdown-menu .search-field {
	width: 150px;
	line-height: 27px;
	padding: 5px 0px 6px 10px;
	background-color: transparent;
    border: 0px solid #fff;
}
.modal-body .search-submit, .dropstart .dropdown-menu .search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
	padding: 0;
	background: url(image/ico-search.svg) no-repeat center center;
    color: transparent;
    border: 0;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.slider {
	margin-top: 68px;
}
.slider .carousel-item img {
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.carousel-caption {
    text-align: left;
    left: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slider .carousel-item .carousel-caption img {
	max-height: 180px;
}
.carousel-caption p, .carousel-caption li {
	font-size: 18px;
    color: #000;
}
.carousel-caption .display-4 {
    color: #158b46;
}
.cloud-services .card.bg-light {
	padding: 0px 0px;
	border: 0px solid #BEC0C7;
}
.cloud-services .card .btn-light {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 36px 48px;
	border-radius: .25rem;
}
.cloud-services .card .btn-light:focus, .cloud-services .card .btn-light:hover {
    color: #fff;
    background-color: #158b46;
    border-color: #158b46;
}
.cloud-services .card .btn-light:after {
	display: none;
}
.list-checkbox li {
    position: relative;
    padding: 10px 20px 10px 0px;
    margin: 0;
}
.industry-header .list-checkbox li {
	font-size: 18px;
    color: #158b46;
	font-weight: 700;
	padding: 5px 0px;
}
.description .list-checkbox li {
	padding: 10px 20px 10px 35px;
}
.description .list-checkbox li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 13px;
	background: url(image/ico-point.svg) no-repeat center center;
}
.description .list-checkbox li:nth-child(2):before, .description .list-checkbox li:nth-child(6):before {
	transform: rotate(90deg);
}
.description .list-checkbox li:nth-child(3):before, .description .list-checkbox li:nth-child(7):before {
	transform: rotate(180deg);
}
.description .list-checkbox li:nth-child(4):before, .description .list-checkbox li:nth-child(8):before {
	transform: rotate(270deg);
}

.steps .accordion-item {
    background-color: transparent;
	border-bottom: 0px solid rgba(175,183,195,.3);
}
.steps .accordion-flush .accordion-item .accordion-button {
	font-family: "Ubuntu Medium";
	font-size: 22px;
	font-weight: 400;
	padding: 1rem 1.25rem;
}
.steps .accordion-flush .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.steps .accordion-flush .accordion-item .accordion-button.collapsed {
	background-color: transparent;
	border-top: 1px solid rgba(175,183,195,.3);
}
.steps .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
	background-color: #77b643;
	border-top: 1px solid rgba(175,183,195,0);
	border-radius: 20px 20px 0 0;
}
.steps .accordion-flush .accordion-item .accordion-button.collapsed::after {
    background: url(image/ico-plus.svg) no-repeat center center;
}
.steps .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    background: url(image/ico-minus.svg) no-repeat center center;
    transform: rotate(0deg);
}
.accordion-flush.values .accordion-item .accordion-button {
	padding: 35px 25px 35px 25px;
	
}
.accordion-flush.values .accordion-item .accordion-button:before {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 0px;
    left: 15px;
    width: 100px;
    height: 100px;
	background-color: rgba(175,183,195,.05);
    border: 1px solid rgba(175,183,195,.3);
    border-radius: 50%;
}
.accordion-flush.values .accordion-item .accordion-button:not(.collapsed):before {
	background-color: rgba(0,0,0,.0);
    border: 1px dashed rgba(255,255,255,1);
}
.accordion-flush.values .accordion-item .accordion-button .icon {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.accordion-flush.values .accordion-item .accordion-button:not(.collapsed) .icon {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.steps .accordion-body {
	font-size: 18px;
	color: #fff;
    padding: 0px 52px 30px;

	background-color: #77b643;
	border-radius: 0 0 20px 20px;
}
.steps ol.list-checkbox {
    padding-left: 0px;
}
.steps ol.list-checkbox li {
	font-family: "Ubuntu Medium";
    font-size: 22px;
    font-weight: 400;
	padding: 32px 24px;
	border-top: 1px solid #DBDFE3;
}
.steps ol.list-checkbox li:hover {
	color: #fff;
	background-color: #158b46;
    border-radius: 20px;
}
.steps ol.list-checkbox li:hover a {
	color: #fff;
}
.steps ol.list-checkbox li:hover a:hover {
    color: #77b643;
}
.steps ol.list-checkbox li::marker {
   list-style-position: inside;
}

.review {
	background: url(image/bg-review.webp) no-repeat center center;
	border-radius: 15px;
}
.review .carousel-inner {
	max-width: 50%;
	margin: 20px auto;
	background-color: #f7f8f9;
    border: 1px solid #BEC0C7;
	border-radius: 4px;
}
.review .carousel-inner .carousel-item {
	height: 300px;	
}
.review .carousel-inner .carousel-caption {
    left: 0%;
    right: 0%;
    width: 100%;
}
/* .review .carousel .carousel-indicators {
    margin-bottom: 20px;
}
.review .carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 1px;
	margin: 1px 10px;
    background-color: #158b46;
    opacity: 1;
}
.review .carousel .carousel-indicators .active {
	height: 3px;
	margin: 0px 10px;
}
.review .carousel-control-prev-icon {
    background: url(image/navigate-before.svg) no-repeat center center;
} */
.carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.carousel-indicators [data-bs-target] {
	position: relative;
    width: 30px;
    height: 30px;
    margin: 2px;
	background-color: transparent;
    border-radius: 50%;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
	opacity: 1;
}
.review .carousel-indicators [data-bs-target]:first-child, .review .carousel-indicators [data-bs-target]:last-child {
    width: 60px;
    height: 30px;
}
.carousel-indicators [data-bs-target].active, .carousel-indicators [data-bs-target]:hover, .carousel-indicators [data-bs-target]:focus {
    opacity: 1;
}
.carousel-indicators [data-bs-target]:before {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 6px;
    height: 6px;
	content: '';
    background-color: #afb8c3;
	border-radius: 50%;
	webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;	
}
.carousel-indicators [data-bs-target]:hover:before, .carousel-indicators [data-bs-target]:focus:before {
	top: 11px;
	right: 11px;
	width: 8px;
    height: 8px;
	background-color: #158b46;
}
.carousel-indicators [data-bs-target].active:before {
	background-color: #158b46;
}
.carousel-indicators [data-bs-target]:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
    height: 30px;
	content: '';
	background-color: rgba(175,184,195,0);
	border: 3px solid transparent;
	border-radius: 50%;
	webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.carousel-indicators [data-bs-target].active:after, .carousel-indicators [data-bs-target]:hover:after, .carousel-indicators [data-bs-target]:focus:after {
	top: 0px;
	right: 0px;
	width: 30px;
    height: 30px;
	border: 3px solid rgba(175,184,195,.3);
}
.carousel-indicators [data-bs-target]:hover:after, .carousel-indicators [data-bs-target]:focus:after {
	border: 3px solid rgba(175,184,195,.3);
}
.review .carousel-indicators [data-bs-target].active:after, .review .carousel-indicators [data-bs-target]:hover:after, .review .carousel-indicators [data-bs-target]:focus:after {
	top: 0px;
	right: 0px;
	width: 30px;
    height: 30px;
	background-color: rgba(175,184,195,0);
	border: 3px solid rgba(175,184,195,ю9);
}
.carousel-indicators [data-bs-target]:first-child:before, .carousel-indicators [data-bs-target]:last-child:before, .carousel-indicators [data-bs-target]:first-child:after, .carousel-indicators [data-bs-target]:last-child:after {
	display: none !important;
}
.carousel-control-next-icon {
    background: url(image/navigate-next.svg) no-repeat center center;
}
/* progress */
.carousel-indicators [data-bs-target] svg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 30px;
  height: 30px;
  background: none;
  z-index: +1;
  display: none;
}
.carousel-indicators [data-bs-target].active svg {
  display: block;
}
.carousel-indicators [data-bs-target].active circle {
  fill: transparent;
  stroke: #77b643;
  stroke-width: 3px;
  stroke-dasharray: 471;
  stroke-dashoffset: 471;
  animation: clock-animation 20s linear infinite;
  transform: rotate(-90deg);
  transform-origin: center;
}
@keyframes clock-animation {
  0% {
    stroke-dashoffset: 471;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.carousel-control-prev-icon {
    background: url(image/arrow-prev-gray-lg.svg) no-repeat center center !important;
}
.carousel-control-next-icon {
    background: url(image/arrow-next-gray-lg.svg) no-repeat center center !important;
}

.partner {
    position: relative;
    padding: 0 5px;
    margin: 5px 0;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.card.bg-light {
    border: 1px solid #BEC0C7;
}
.wpcf7 input[type=email], .wpcf7 input[type=filei], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 textarea {
    display: block;
    font-size: 18px;
	color: #000;
    line-height: 24px;
    background-color: #fff;
	padding: 12px 20px;
    outline: 0 !important;
    border: 1px solid #BEC0C7;
    border-radius: 4px;
    width: 100%;
    margin-top: 0;
    overflow-y: hidden;
    resize: none;
}
.wpcf7 textarea {
	height: 100px !important;
}
div.wpcf7 .wpcf7-submit {
    position: relative;
    margin: 20px 0 0;
    padding: 1px 20px;
    height: 40px;
    border-radius: 19px;
    background: #158b46;
    color: #fff;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.subscribe .mailpoet-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.subscribe form.mailpoet_form .mailpoet_text {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px 12px 50px !important;
    outline: 0 !important;
    background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-email.svg) no-repeat 10px center;
    border: 1px solid #CED3DA;
    border-radius: 6px;
    width: 100% !important;
    margin-top: 10px;
    overflow-y: hidden;
    resize: none;
}
.subscribe .mailpoet_submit {
    position: relative;
	margin: 0px auto !important;
    height: 50px;
    border-radius: 24px;
    background: #158b46 url(image/arrow-next-white.svg) no-repeat 90% center;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px !important;
    border: 0;
}
.subscribe .mailpoet_submit:hover, .subscribe .mailpoet_submit:focus {
    color: #fff;
    padding: 5px 40px 5px 10px !important;
    background: #000 url(image/arrow-next-white.svg) no-repeat 95% center;
    border-color: #000;
}
.subscribe .mailpoet_error_email_ {
    border: 1px solid #ff0000 !important;
}
.subscribe .mailpoet_validate_error {
    color: #ff0000;
	text-align: start;
    line-height: 1;
    padding: 0 10px;
    display: inline-block;
}
.subscribe #mailpoet_form_8, .subscribe #mailpoet_form_9 {
	text-align: center;
}
.subscribe #mailpoet_form_8 .mailpoet_form, .subscribe #mailpoet_form_9 .mailpoet_form {
	display: flex;
    flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
}
.subscribe .mailpoet_form .mailpoet_paragraph {
	flex: 0 0 auto;
    width: 50%;
	padding: 0 2%;
}
.accordion-item:first-of-type {
	border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-item {
	border-left: 0px;
	border-right: 0px;
}
.accordion-button {
	font-size: 18px;
	font-weight: 800;
	padding: 18px 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.accordion-button::after {
    margin-right: 20px;
    width: 16px;
    height: 16px;
	background-size: 16px;
}
.accordion-body {
    padding: 0;
}
.accordion-body p {
	font-size: 18px;
}
.faq .lead {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 0px;
	padding-left: 25px;
	background: url(image/arrow-drop-up.svg) no-repeat center left;
	border-top: 1px solid rgba(0, 0, 0, .125);
}
/* testimonials */
.testimonials {
	position: relative;
    padding: 0px 0px 75px;
    background: #fff;
}
.testimonials .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 0;
	z-index: 1000;
}
.testimonials .photo .img-fluid.rounded {
	width: 100%;
	border-radius: 15px !Important;
}
.testimonials .photo {
	position: relative;
}
.testimonials .photo .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.testimonials .photo .play:hover {
	margin-left: -90px;
	margin-top: -90px;
	padding: 40px;
	background-color: rgba(0,0,0,.2);
}
.testimonials .content {
	padding-top: 60px;
}
.testimonials .content p {
	position: relative;
	font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.testimonials .carousel-item .content p {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: 1s all ease;
}
.testimonials .carousel-item.active .content p {
	transform: translateY(0);
	opacity: 1;
}
.testimonials .content .display-3 {
	font-size: 28px;
	color: #158b46;
}
.testimonial {
	background: #fff;
}
.testimonial p {
	font-size: 20px;
}
.testimonial .display-4 {
	font-size: 22px;
	color: #158b46;
}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: -60px;
	height: 48px;
    width: 48px;
	border: 1px solid #158b46;
	border-radius: 24px;
    opacity: 1;
}
.testimonials .carousel-control-prev {
    left: auto;
	right: 70px;
}
.testimonials .carousel-control-next {
	right: 0;
}
.testimonials .carousel-control-prev-icon {
    background: url(image/arrow-back.svg)no-repeat center center!important;
}
.testimonials .carousel-control-next-icon {
    background: url(image/arrow-forward.svg)no-repeat center center!important;
}

/* footer */
footer {
	padding-top: 40px;
	background: #fff url(image/bg-footer.webp) repeat-x bottom center;
}
footer > .container {
	padding-bottom: 40px;
}
footer p {
	font-size: 14px;
	color: #000;
}
footer .display-4 {
	font-family: ubuntu regular;
	font-size: 21px;
	color: #158b46;
	font-weight: 300;
	text-transform: none;
	line-height: 1;
}
footer .menu {
	margin-bottom: 0px;
	padding-inline-start: 0px;
}
footer .menu-item {
	list-style-type: none;
    line-height: 30px;
	margin-bottom: 1px;
}
footer .menu-item a {
    display: block;
    position: relative;
    padding: 5px 0;
    margin-bottom: 1px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
    line-height: 20px;
}
footer .menu-item a:hover {
    color: #79b825;
    text-decoration: none;
    padding-left: 10px;
    background-color: #f8f9fb;
}
.partner-img {
    height: 95px;
}
.contacts .description img {
	width: 40px;
    height: 40px;
}
footer .contacts p {
	text-transform: uppercase;
}
footer .buttons {
	height: 60px;
	background-color: #fff;
	border-top: 1px solid #dfe3e7;
}
footer .buttons .social img {
	width: 40px;
	height: 40px;
}
.copyright {
	background-color: #f7f8f9;
}
.copyright p {
	font-size: 14px;
	color: #aab2bd;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 0;
    min-width: 40px;
    padding: 9px;
    outline: 0 solid rgba(175,183,195,.3);
    z-index: 5000;
}
#btn-back-to-top:hover, #btn-back-to-top:focus {
	outline: 10px solid rgba(175,183,195,.15);
}
#btn-back-to-top.btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url(image/arrow-top-white.svg) no-repeat center center;
    opacity: 1;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
.modal-fullscreen .modal-content {
    background-color: transparent;
}
#youtube-player {
	height: 100%;
}
/* modal */
.modal-open {
	overflow: hidden;
	padding-right: 0px !important;
}
.modal-open #header {
    padding-right: 0px !important;
}
.modal {
    z-index: 99999999;
}
.modal-open .modal {
    overflow-x: hidden;
    /* overflow-y: hidden; */
	padding-right: 17px;
}
.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 10px;
    color: #fff;
    background: #fff url(image/ico-close.svg)no-repeat center center;
    border-radius: 25px;
    opacity: 1;
    z-index: 1;
}
.btn-close:focus, .btn-close:hover {
    background: #77b643 url(image/ico-close-white.svg)no-repeat center center;
    opacity: 1;
}
.modal-body {
	padding: 0px;
	background-color: #fff;
}
.modal-body .display-3 {
	font-family: "Ubuntu Regular";
}
.modal-body label {
    display: inline;
	font-size: 14px;
}
.modal-body div.wpcf7 .wpcf7-submit {
    margin: 20px auto 0;
}

/* forms */
.lending-contact {
	/* background: url(/wp-content/themes/agiliway/image/bg-contact.webp) no-repeat top center;
	background-size: 100% auto; */
	background: #77b643 url(image/bg-subscribe.webp) repeat-y center left;
	padding: 75px 0px 75px;
}
.lending-contact .display-2 {
    color: #fff;
}
.lending-contact .content {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: normal;
	padding: 40px 30px 20px;
	background-color: #fff;
	border-radius: 6px;
}
.lending-contact .content .partner:before, .lending-contact .content .partner:after {
    display: none;
}
.lending-contact .form-industry {
	position: relative;
}
.wpcf7 {
	margin-top: 15px
}
.lending-contact .form-industry .form-check p {
	margin-bottom: 0px
}
.lending-contact .form-industry label {
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: .1px;
	display: block
}
.lending-contact .form-industry a {
    /* color: #fff; */
}
.wpcf7-form label {
	display: inline;
}
.wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 textarea, .wpcf7 input[type="file" i] {
	display: block;
	font-size: 18px;
	line-height: 24px;
	background-color: #F7F8FA;
	padding: 12px 20px 12px 20px;
	outline: 0!important;
	border: 1px solid #CED3DA;
	border-radius: 6px;
	width: 100%;
	margin-top: 0px;
	overflow-y: hidden;
	resize: none
}
.wpcf7 input[type=checkbox] {
	width: 1em;
    height: 1em;
	vertical-align: top;
    margin: 5px 15px 0 3px;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 0.25em;
}
.form-check {
    padding: 10px;
	margin-bottom: 10px;
	background-color: #f7f8fa;
    border: 1px solid #ced3da;
    border-radius: 6px;
}
.form-check p {
    margin-bottom: 0px;
}
.form-check .wpcf7-list-item-label {
	font-size: 17px;
	color: #212529;
    line-height: 1.5;
}
.form-check .form-check-input {
    margin: 2px 15px 2px 0;
	border-radius: 0.25em;
}
.wpcf7-list-item-label {
	vertical-align: top;
}
.wpcf7 input[type="file" i] {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-attach.svg) no-repeat 10px 10px;
}
.wpcf7 input.name {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-name.svg) no-repeat 10px center;
}
.wpcf7 input.email {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-email.svg) no-repeat 10px center;
}
.wpcf7 input.phone {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-phone.svg) no-repeat 10px center;
}
.wpcf7 input.subject {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-subject.svg) no-repeat 10px center;
}
.wpcf7 textarea.message {
	padding-left: 50px;
	background: #F7F8FA url(/wp-content/themes/agiliway/image/ico-message.svg) no-repeat 10px 10px;
}
.wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 0 0.25rem rgba(175,183,195,.2);
}
.wpcf7 textarea {
	height: 100px
}
.wpcf7 input[type=email]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder {
	font-size:16px;
	line-height:1.38;
	color:#757575
}
.form-check label {
    font-size: 16px;
}
div.wpcf7 .wpcf7-submit {
	position: relative;
	margin: 40px auto 0;
	padding: 1px 25px;
    width: 100%;
    height: 50px;
    border-radius: 24px;
	background: #158b46 url(image/arrow-next-white.svg) no-repeat 90% center;
    border-color: #158b46;
    color: #fff;
    font-weight: 300;
    line-height: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .wpcf7-submit:focus {
    color: #fff;
	padding: 1px 40px 1px 10px;
    background: #000 url(image/arrow-next-white.svg) no-repeat 95% center;
    border-color: #000;
}
div.wpcf7 .wpcf7-submit:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    background: url(image/arrow-next-white.svg) no-repeat center center;
    opacity: 0;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
div.wpcf7 .wpcf7-submit:hover:after, div.wpcf7 .wpcf7-submit:focus:after {
    right: 15px;
    opacity: 1;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 .wpcf7-not-valid-tip, .invalid-feedback {
	font-size: 14px;
	color: #ff0000;
	line-height: 1;
	padding: 0 10px;
	text-align: start;
	display: inline-block;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid, .is-invalid {
	border: 1px solid #ff0000 !important;
}
.wpcf7 .wpcf7-response-output, .alert-success {
    color: #158b46;
	text-align: center;
    background-color: transparent;
    border-color: transparent;
	padding: 0;
	margin-bottom: 0;
    border-radius: 0;
}

.container-reply {
	background-color: #F7F8FA;
    border-radius: 6px;
}
.container-reply .column {
    max-width: 600px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.lending-contact .container-reply p {
    color: #040707;
    line-height: 20px;
}
.rounded-pictures {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 12px;
}
.rounded-pictures div {
    border-radius: 50%;
    background: #73ad21;
    width: 80px;
    height: 80px;
    margin: 12px;
}
.rounded-pictures div img {
    max-width: 100%;
    border-radius: 50%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.display-1 {
        font-size: 48px;
    }
	.display-2 {
		font-size: 36px;
	}
	.display-3 {
		font-size: 30px;
	}
	.modal-body .display-3 {
		font-size: 28px;
	}
	.display-4 {
    	font-size: 20px;
	}
	.display-5 {
    	font-size: 20px;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#header {
	    min-height: 60px;
	}
	#header .navbar>.container-fluid {
		padding-right: 0px !important;
	}
	#header .navbar-brand {
		margin-right: 20px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	#header .navbar-brand img {
		height: 50px;
	}
	#header .navbar .navbar-nav {
		background-color: #fff;
	}
	#header .navbar .nav-item {
		position: relative;
		border-top: 0px solid #dfe3e7;
	}
	#header .navbar .nav-item a {
	    line-height: 60px;
		position: relative;
	    padding: 0px 15px;
	}
	#header .navbar .nav-item.dropdown a {
	    padding: 0px 5px;
	}
	#header .navbar .navbar-nav .menu-item.dropdown .dropdown-toggle {
		line-height: 60px;
	}
	.dropdown-toggle::after {
		/* top: 26px; */
	}
	.navbar .nav-item:hover .dropdown-menu {
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.dropdown-menu {
		width: 320px;
		padding: 10px 30px;
		top: 60px !important;
		border-bottom: 1px solid #dfe3e7;
	}
	#header .navbar .nav-item:last-child {
		position: relative;
	}
	#header .navbar .nav-item:last-child .dropdown-menu {
		width: 60px;
		padding: 10px 10px;
	}
	#header .navbar .nav-item .dropdown-menu li {
		width: 100%;
	}
	#header .navbar .nav-item:last-child .dropdown-menu li {
		width: 100%;
	}
	#header .navbar .nav-item:last-child .dropdown-menu li a {
		width: 40px !important;
	}
	#header .navbar .nav-item .dropdown-menu li a, #header .navbar .menu-item:hover .dropdown-menu li a {
		
	}
	.header-contact {
		width: 140px;
		position: relative;
		top: auto;
		right: auto;
		margin-right: 15px;
	}
	.header-contact .contact-button.btn.btn-success {
	    min-width: 140px;
		padding: 9px 10px;
	}
	.header-contact .contact-button.btn.btn-success:hover, .header-contact .contact-button.btn.btn-success:focus {
		padding: 9px 10px;
	}
	.header-search {
		position: relative;
		top: auto;
		right: auto;
	}
	.btn.btn-link.search {
		padding: 9px;
	}
	.partner-block .partner {
        width: 11.111111%;
    }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.display-1 {
        font-size: 54px;
    }
	.display-2 {
		font-size: 40px;
	}
	.header-contact {
		width: 160px;
	}
	.header-contact .contact-button.btn.btn-success {
        min-width: 160px;
        padding: 9px 10px;
    }
	footer .display-4 {
		font-size: 26px;
	}
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.carousel-indicators {
		margin-right: 10%;
		margin-left: 10%;
	}
	.review .carousel-inner {
    	max-width: 80%;
	}
	.review .carousel .carousel-indicators [data-bs-target] {
    	width: 30px;
	}
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.testimonials .title {
	    width: 100%;
	}
	.testimonials .content {
		padding-top: 20px;
	}
	.testimonials .photo {
		padding-top: 60px;
	}
	.testimonials .photo .play {
		top: calc(50% + 29px);
	}
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.btn {
		min-width: 120px;
		padding: 9px 15px;
	}
	.btn:hover, .btn:focus {
		padding: 9px 15px 9px 15px;
	}
	.btn, li, p {
		font-size: 14px;
	}
	.btn-light:after, .btn-success:after {
		display: none;
	}
	.dropstart .dropdown-menu[data-bs-popper] {
		width: 170px;
	}
	.carousel-caption {
		left: 5%;
		right: 5%;
		width: 90%;
	}
	.carousel-caption p.lead {
		font-size: 16px;
		line-height: 20px;
	}
	.cloud-services .card {
		padding: 20px 24px;
	}
	.review .carousel-inner {
    	max-width: 95%;
	}
	.review .carousel-inner .carousel-item {
		height: 400px;
	}
	.subscribe .mailpoet_form .mailpoet_paragraph {
    	width: 100%;
	}
}
.show {
	display: block!important
}
.hide {
	display: none!important
}
/* `sm` applies to x-small devices (portrait phones, less than 360px) */
@media (max-width: 359.98px) {
	.header-contact {
		width: 40px;
	}
	.dropstart .dropdown-menu[data-bs-popper] {
		width: 210px;
	}
	.header-contact .contact-button.btn.btn-success {
		min-width: 40px;
		padding: 5px;
		font-size: 0px;
		line-height: 28px;
	}
	.header-contact .contact-button.btn.btn-success:after {
		content: "";
    	display: block;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 30px;
    	height: 30px;
		background: url(image/ico-email.svg) no-repeat center center;
		opacity: 1;
		filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    	-webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
	}
	.header-search {
		right: 90px;
	}
	.carousel-indicators {
		margin-right: 5%;
		margin-left: 5%;
	}
	.review .carousel-inner .carousel-item {
		height: 440px;
	}
}

