/*=======================================
	Global
========================================*/
body {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 1.6;
}
button {
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.responsive-menu-button {
    display: none;
}
.header-area {
    position: absolute;
    z-index: 3;
    width: 100%;
}
.header-area .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}
.header-area .logo a img {
    width: 180px;
}
.header-area .main-menu nav {
	float: right;
	padding: 0;
}
.header-area .main-menu nav ul .nav-item .nav-link {
    padding: 29px 24px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.fixed-navbar {
    position: fixed;
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
    z-index: 12;
    -webkit-box-shadow: 0px 4px 9px -7px;
    -moz-box-shadow: 0px 4px 9px -7px;
    box-shadow: 0px 4px 9px -7px;
}

.page-title-area {
    background: #1e88e5;
    text-align: center;
    padding: 120px 0;
}
.page-title-area h2 {
	font-size: 45px;
	color: #fff;
}
.page-title-area h3 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.page-title-area h3 span {
    color: #004b8a;
}

.contact-area {
	padding: 120px 0;
}
.contact-area .part-form {}
.contact-area .part-form input {
	height: 80px;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	outline: none;
	border: 1px solid #e3f2fd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
    background: rgba(30, 136, 229, 0.15);
}
.contact-area .part-form input:focus {
	border: 1px solid #1e88e5;
}
.contact-area .part-form textarea {
	height: 300px;
	width: 100%;
	padding: 30px;
	border: 1px solid #e3f2fd;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;    
	background: rgba(30, 136, 229, 0.15);
}
.contact-area .part-form textarea:focus {
	border: 1px solid #1e88e5;
}
.contact-area .part-form button {
	width: 100%;
	height: 80px;
	border: 0;
	background: #1e88e5;
	border: 1px solid #1e88e5;
	color: #fff;
	font-weight: 600;
}
.contact-area .part-form button:hover {
	background: #fff;
	color: #1e88e5;
}

.address-area {
    margin-bottom: -112px;
    position: relative;
    z-index: 2;
}
.address-area .single-address {
    text-align: center;
    background: #1e88e5;
    border: 2px solid #1e88e5;
    border-radius: 20px;
    padding: 33px 0;
    color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.address-area .single-address:hover {
	background: #fff;
	color: #1e88e5;
}
.address-area .single-address .part-icon {
    font-size: 30px;
    margin-bottom: 26px;
}
.address-area .single-address .part-text {}
.address-area .single-address .part-text h4 {
    font-size: 24px;
    margin-bottom: 22px;
}
.address-area .single-address .part-text ul {}
.address-area .single-address .part-text ul li {
	font-size: 18px;
}


#map {
	height: 700px;
	width: 100%;
	margin-bottom: -300px;
}


.banner-area {
	background: url('../img/banner-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.banner-area:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
	opacity: .8;
	z-index: -1;
}
.banner-area .banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.banner-area .banner-content h1 {
	text-transform: capitalize;
	font-size: 90px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}
.banner-area .banner-content h3 {
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}




.about-area {
	padding: 120px 0;
}
.about-area .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.about-area .area-title h2 {
    color: #19194b;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-area .area-title p {
    color: #8080a3;
    font-size: 16px;
    font-weight: 400;
}
.about-area .part-img {}
.about-area .part-img img {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}
.about-area .part-text {}
.about-area .part-text h3 {
    font-size: 28px;
    color: #555;
    margin-bottom: 24px;
}
.about-area .part-text p {
	color: #333;
}
.about-area .part-text a.download {
    display: inline-block;
    font-size: 16px;
    padding: 16px 35px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #00ebbc 0%, #007bdf 100%);
    color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.about-area .part-text a.download span {
	margin-right: 6px;
}
.about-area .part-text a.download:after {
    background: -webkit-linear-gradient(left, #007bdf 0%, #00ebbc 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}
.about-area .part-text a.download:hover:after {
    opacity: 1;
}

.feature-area {
	padding: 120px 0;
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
}
.feature-area .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.feature-area .area-title h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.feature-area .area-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.feature-area .single-feature {
    margin-bottom: 33px;
}
.feature-area .single-feature .part-text {
    margin-right: 70px;
    text-align: right;
}
.feature-area .single-feature .part-text h3 {
	color: #fff;
	font-size: 22px;
	margin-top: -6px;
}
.feature-area .single-feature .part-text p {
	color: #fff;
}
.feature-area .single-feature .part-icon {
	float: right;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.feature-area .single-feature .part-icon i {
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-area .single-feature.right .part-icon {
	float: left;
}
.feature-area .single-feature.right .part-text {
	text-align: left;
	margin-left: 70px;
	margin-right: 0;
}
.feature-area .part-img img {
	width: 100%;
}


.how-it-works {
    padding: 120px 0 0px;
}
.how-it-works .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.how-it-works .area-title h2 {
    color: #19194b;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.how-it-works .area-title p {
    color: #8080a3;
    font-size: 16px;
    font-weight: 400;
}
.how-it-works .single-coin-box {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 40px 40px 15px 40px;
    position: relative;
    margin: 0 45px;
    margin-bottom: 100px; 
    background: #f9f9f9;
}
.how-it-works .single-coin-box:hover {
    border-color: #00a2ff;
    border-bottom-color: #00ebbc;
    border-right-color: #00ebbc;
}
.how-it-works .single-coin-box:hover .content h4 {
    color: #00a2ff;
}
.how-it-works .single-coin-box.cbox-1 {
    position: relative;
    min-height: 180px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-1:after {
    position: absolute;
    right: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-1:before {
    position: absolute;
    right: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-1:hover:before {
    color: #00ebbc; 
}
.how-it-works .single-coin-box.cbox-1:hover:after {
    background-color: #00ebbc; 
}
.how-it-works .single-coin-box.blue {
    position: relative;
    min-height: 180px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-2:hover {
    border-color: #00a2ff;
    border-bottom-color: #00ebbc;
    border-right-color: #00ebbc; 
}
.how-it-works .single-coin-box.cbox-2:hover:before {
    color: #00ebbc; 
}
.how-it-works .single-coin-box.cbox-2:hover:after {
    background-color: #00ebbc; 
}
.how-it-works .single-coin-box.cbox-2:hover .content h4 {
    color: #00a2ff; 
}
.how-it-works .single-coin-box.cbox-2 .icon {
    background-color: #00a2ff; 
}
.how-it-works .single-coin-box.cbox-2:after {
    position: absolute;
    right: 50%;
    bottom: -70px;
    height: 70px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .how-it-works .single-coin-box.cbox-2:before {
    position: absolute;
    left: 48.5%;
    bottom: -85px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-3 {
    position: relative;
    min-height: 180px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-3:hover:before {
    color: #00a2ff; 
}
.how-it-works .single-coin-box.cbox-3:hover:after {
    background-color: #00a2ff }
.how-it-works .single-coin-box.cbox-4 {
    position: relative;
    min-height: 180px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box.cbox-4:hover:after {
    background-color: #00a2ff; 
}
.how-it-works .single-coin-box.cbox-4:hover:before {
    color: #00a2ff;
}
.how-it-works .single-coin-box.cbox-4:after {
    position: absolute;
    left: -70px;
    top: 50%;
    height: 2px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .how-it-works .single-coin-box.cbox-4:before {
    position: absolute;
    left: -73px;
    top: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.1);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.how-it-works .single-coin-box .icon {
    position: absolute;
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
    left: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 112px; 
}
.how-it-works .single-coin-box .icon i {
    font-size: 40px;
    line-break: 40px; 
}
.how-it-works .single-coin-box .icon i:before {
    font-size: 40px;
    line-break: 40px; 
}
.how-it-works .single-coin-box .content {
    padding-left: 130px; 
    padding-top: 32px;
}
.how-it-works .single-coin-box .content h4 {
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.how-it-works .single-coin-box .content p {
    font-size: 14px;
    line-height: 26px;
    color: #717c8c; 
}


.limelight-notice {
	padding: 120px 0;
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
}
.limelight-notice .part-text {
	color: #fff;
}
.limelight-notice .part-text h3 {
	font-size: 24px;
	text-transform: capitalize;
}
.limelight-notice .part-text h2 {
	font-size: 40px;
}
.limelight-notice .part-button {}
.limelight-notice a.hire-us {
    display: inline-block;
    border-image: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 3px;
    border-style: solid;
    background: -webkit-linear-gradient(left, #000000 0%, #007bdf 100%);
    text-decoration: none;
    text-transform: capitalize;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    z-index: 2;
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.limelight-notice a.hire-us:hover {
    border-image: linear-gradient(to right, #00ebbc 0%,#007bdf 100%);
    border-image-slice: 1;
    border-width: 3px;
    border-style: solid;
}


.expertise-area {
	padding: 120px 0 90px;
}
.expertise-area .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.expertise-area .area-title h2 {
    color: #19194b;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.expertise-area .area-title p {
    color: #8080a3;
    font-size: 16px;
    font-weight: 400;
}
.expertise-area .single-expert {
	text-align: center;
	border-image: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 3px;
    border-style: solid;
    padding: 40px;
    margin-bottom: 30px;
    -webkit-transition: 4s;
    -moz-transition: 4s;
    transition: 4s;
    position: relative;
}
.expertise-area .single-expert:after {
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.expertise-area .single-expert:hover:after {
	opacity: 1;
}
.expertise-area .single-expert h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 42px;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.expertise-area .single-expert h3:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    left: 50%;
    margin-left: -25%;
    top: 48px;
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.expertise-area .single-expert p {
	color: #555;
	font-weight: 500;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.expertise-area .single-expert:hover h3 {
	color: #fff;
}
.expertise-area .single-expert:hover h3:after {
	background: #fff;
}
.expertise-area .single-expert:hover p {
	color: #fff;
}


.contact-area {}
.contact-area .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.contact-area .area-title h2 {
    color: #19194b;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-area .area-title p {
    color: #8080a3;
    font-size: 16px;
    font-weight: 400;
}

.contact-area .contact-form input {
    height: 60px;
    width: 100%;
    outline: none;
    border-image: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 30px;
    padding: 0 30px
}
.contact-area .contact-form textarea:focus,
.contact-area .contact-form input:focus {

    border-image: linear-gradient(to left, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
}
.contact-area .contact-form textarea {
	width: 100%;
	outline: none;
    border-image: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 30px;
    padding: 20px 30px;
    height: 200px;
}


.btn-custom {
	width: 100%;
	height: 60px;
    line-height: 45px;
	outline: none;
	border: none;
    background: -webkit-linear-gradient(right, #007bdf 0%,#00ebbc 100%);
    color: #fff;
    font-weight: 500;
    z-index: 2;
    position: relative;
    color:#fff;
}
.btn-custom:hover {
    color: #fff;
}
.btn-custom:after {
    background: -webkit-linear-gradient(right, #00ebbc 0%,#007bdf 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.btn-custom:hover:after {
    opacity: 1;
}



.contact-area .support .single-support {
    border-image: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
    padding: 27px 20px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.contact-area .support .single-support:after {
    background: -webkit-linear-gradient(right, #00ebbc 0%,#007bdf 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.contact-area .support .single-support:hover:after {
    opacity: 1;
}
.contact-area .support .single-support:hover .part-text h4 {
    color: #fff;
}
.contact-area .support .single-support .part-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}
.contact-area .support .single-support .part-text {
	display: inline-block;
}
.contact-area .support .single-support .part-text h4 {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}



.footer-area {
/*	background: url('../img/footer.png') center top no-repeat;
	background-size: cover;
	padding: 220px 0 0px;*/
	position: relative;
}
.footer-area .single-foot {
    color: #fff;
    margin-bottom: 80px;
}
.footer-area .single-foot h3 {
    font-size: 24px;
    margin-bottom: 21px;
}
.footer-area .single-foot ul li {
	padding-bottom: 14px;
}
.footer-area .single-foot ul li span {
	display: inline-flex;
	margin-left: 8px;
}
.footer-area .single-foot form {
	width: 100%;
	position: relative;
}
.footer-area .single-foot form input {
	width: 100%;
	height: 50px;
	border: none;
	padding: 0 60px 0 20px
}
.footer-area .single-foot form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #474747;
	color: #fff;
	border: none;
}
.footer-area .single-foot form button:hover {
	font-size: 18px;
}
.footer-area .single-foot a {
    display: inline-block;
    text-decoration: none;
    padding: 8px 23px 8px 0;
    color: #fff;
}
.footer-area .copyright {
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    padding: 30px 0;
    -webkit-box-shadow: 0px -3px 10px -6px;
    -moz-box-shadow: 0px -3px 10px -6px;
    box-shadow: 0px -3px 10px -6px;
}
.footer-area .copyright p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
}


.testimonial {
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    overflow: hidden;
    padding: 120px 0;
}
.testimonial:after {
    background: linear-gradient(to right, #007bdf 0%,#00ebbc 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.testimonial .area-title {
    text-align: center;
    margin-bottom: 78px;
}
.testimonial .area-title h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.testimonial .area-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.testimonial .testimonial-image-slider {margin-top: 5px}
.testimonial .slick-list {margin: 0 5px}
.testimonial .sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
    opacity: .4;
    margin-top: 28px; 
}
.testimonial .sin-testiImage img {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 120px;
    outline: 0 none;
    width: auto;
}
.testimonial .sin-testiImage.slick-current {
    opacity: 1;
}
.testimonial .sin-testiImage.slick-current img {
    height: 120px;
    margin-top: 0;
    opacity: 1;
    border-top: 0;
    width: auto;
}
.testimonial .testimonial-text-slider h2 {
    color: #34C7FF;
    display: block;
    /* font-family: "montserratregular"; */
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}
.testimonial .testimonial-text-slider {
    margin: auto;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 9;
}
.testimonial .sin-testiText{outline: none}
.testimonial .sin-testiText p {
    color: #fff;
    padding: 0 50px;
}
.testimonial .slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 34.6%;
    width: 16px;
}
.testimonial .slick-prev {left: -31px}
.testimonial .slick-next {right: -31px}
.testimonial .slick-prev:before, .slick-next:before {
    height: 25px;
    width: 16px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    content: "\f14a";
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px !important;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.testimonial .slick-next:before {
    right: 0; 
    content: "\f14a";
    cursor:pointer;
}
.testimonial .slick-slider {z-index: 9;}
.testimonial .sin-testiText i {
  color: #FFA800;
  font-size: 18px;
}
.testimonial .testimonial:hover .slick-prev:before, .testimonial:hover .slick-next:before {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}

.testimonial .testimonial-image-slider .sin-testiImage .part-user {
    margin-top: 20px;
}
.testimonial .testimonial-image-slider .sin-testiImage .part-user h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.testimonial .testimonial-image-slider .sin-testiImage .part-user h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.testimonial .sin-testiText {
    position: relative;
}
.testimonial .sin-testiText:after {
    position: absolute;
    content: '\efcd';
    font-family: IcoFont!important;
    font-size: 35px;
    color: #fff;
    left: 0;
    top: 0;
}
.testimonial .sin-testiText:before {
    position: absolute;
    content: '\efce';
    font-family: IcoFont!important;
    font-size: 35px;
    color: #fff;
    right: 0;
    top: 0;
}
.testimonial .testimonial-image-slider .sin-testiImage .user-info .part-img {
    width: 120px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -60px;
}
.testimonial .testimonial-image-slider .sin-testiImage .user-info .part-img:after {
    background: linear-gradient(to left, #00ebbc 0%, #007bdf 100%);
    position: absolute;
    content: '';
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border-radius: 50%;
    z-index: -1;
}