@font-face {
	font-family: myFirstFont;
	src: url(../fonts/avenir-next/AvenirNextLTPro-Regular.otf);
  }
  body {
   
    color: #1c1e21;
  }

 /* .font_cl {*/
	 /*font-family: ; */
	/*font: 18px/30px myFirstFont,sans-serif;*/
	/*color: #4f5158;*/
 /*    font-weight: 600 !important; */
 /* }*/
  .ft-list-text{
	font: 16px/30px myFirstFont,sans-serif;
	color: #1c1e21;
    font-weight: 600 !important;
  }
.home_contact_text{
	color: #fff;
}

/* .font_cl{
	color: #1c1e21;
    font-weight: 600 !important;

    font: 18px/30px 'AvenirNext-Medium',sans-serif;

} */
.tx_a{
	text-align: center;
}
/* header  */
.site-header .site-logo a img {
    min-width: unset;
}
.site-header .site-logo a {
    padding: 2px 0;
}


.site-header:not(.mobile-header).showed .menu li a.current_page {
    color: #1c1e21;
}


.site-header {
	background: #fff;
	border-bottom: 1px solid #ececec;
/* -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 2, 46, 0.08);
box-shadow: 0px 20px 40px 0px rgba(8, 2, 46, 0.08); */
}
.site-header:not(.mobile-header).header-5 .nav-right .nav-btn::before {
    background-color: #000;
}
.tt__btn {
    border: 2px solid #b80120;
	background: #b80120;
}
.site-header:not(.mobile-header).header-5 .nav-right .nav-btn {
    border-color: #000;
}

.site-header:not(.mobile-header).header-5 .nav-right .nav-btn:hover {
    color: #000;
}
.tt__btn.btn-round {
    border-radius: 2px;
}
/* banner  */
.banner {
    height: 476px;
}

.banner--three .banner__feature-image {
    bottom: unset;
}

.banner--six .tt__btn:hover {
    color: #000;
}
.banner--six .tt__btn {
    border-color: #000;
}
.banner--six .tt__btn::before {
    background-color: #000;
}

.banner--six .banner__subtitle {
    color: #000;
    font-weight: 501;
    font-style: italic;
    /* transform: skew(20deg); */
}
.banner--six .banner__title {
	color: #2b2b2b;
    font-size: 40px;
    letter-spacing: 8px;
}
.banner__description {
	font-size: 21px;
    /* color: #4f5158; */
    font-weight: 501;
    /* letter-spacing: 0.1px; */
}
/* .banner__description {
	font-size: 19px;
    color: #000000;
    font-weight: 500;
    word-spacing: 1px;
} */

.banner__content{
	/* margin-top: -176px; */
	z-index: 500;
}
/* .vs_banner_row{
	margin-top: 80px;
} */

.banner_qoute{
	font-size: 18px;
    display: block;
    color: #fc3a3a;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #a4abc0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #a4abc0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #a4abc0;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #a4abc0;
}
input::placeholder,
textarea::placeholder {
	color: #000102;
}
input:focus,
textarea:focus {
	-webkit-box-shadow: 0px 15px 17px 0px rgba(20, 3, 70, 0.08);
	        box-shadow: 0px 15px 17px 0px rgba(20, 3, 70, 0.08);
	background: transparent;
	border-color: #fafafc;
}

textarea {
	height: 160px;
}

a,
a:hover {
	text-decoration: none;
}
/* ------------------------------------------------------ */
/* solutions css  */
/* --------------------------------------------------------- */
.vs_solutions_h h2{
text-align: center;
margin-bottom: 40px;
}
.vs_solution_padding{
padding: 50px 0 60px !important;
}
/* -------------------------------------------------------- */
/* testimonial */
/* -------------------------------------------------------- */
.vs_testimonial_area{
  padding: 50px 0 50px;
}
/* overview services  */
/*--------------------------------------------------------------
  ##  Tabs
  --------------------------------------------------------------*/
  .overview {
	padding: 107px 0 200px;
}
@media (max-width: 991px) {
	.overview {
		padding: 70px 0 75px;
	}
}

.gp-tab .gp_tabs_item {
	display: none;
}
.gp-tab .gp_tabs_item:first-child {
	display: block;
}

.gp-tab .gp_tabs_item {
	display: none;
}
.gp-tab .gp_tabs_item:first-child {
	display: block;
}

.tab-swipe {
	position: relative;
}
.tab-swipe .indicator {
	background: #6e58fc;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 2px;
	bottom: 0;
}

.tab-style-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tab-style-one .gp-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 300px;
}
@media (max-width: 1200px) {
	.tab-style-one .gp-tabs-nav {
		width: 200px;
	}
}
@media (max-width: 576px) {
	.tab-style-one .gp-tabs-nav {
		display: block;
		text-align: center;
		width: 100%;
	}
}
.tab-style-one .gp-tabs-nav li {
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 18px;
}
.tab-style-one .gp-tabs-nav a {
	color: #6d717f;
	font-weight: 500;
	display: block;
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}
/* .tab-style-one .gp-tabs-nav a:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 1px;
	width: 0;
	background: #5e2ced;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */
.tab-style-one .gp-tabs-nav a.isActive:before {
	width: 100%;
}
.tab-style-one .tab_content {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.tab-style-one .gp_tabs_item .tab-contents-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0px 40px 50px 0px rgba(20, 3, 70, 0.08);
	        box-shadow: 0px 40px 50px 0px rgba(20, 3, 70, 0.08);
	background: #fff;
	border-radius: 10px;
	border: 2px solid #f5f4f9;
	padding: 30px 70px 70px 70px;
}
@media (max-width: 991px) {
	.tab-style-one .gp_tabs_item .tab-contents-wrap {
		display: block;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.tab-style-one .gp_tabs_item .tab-contents-wrap {
		padding: 30px;
	}
}
.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 75px;
}
@media (max-width: 1200px) {
	.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content {
		padding-left: 30px;
	}
}
@media (max-width: 991px) {
	.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content {
		padding-left: 0;
	}
}
.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content .icon-container {
	height: 90px;
width: 90px;
	background: rgba(94, 44, 237, 0.102);
	text-align: center;
	line-height: 70px;
	color: #6e58fc;
	font-size: 20px;
	border-radius: 50%;
	padding-top: 18px;
	margin-bottom: 25px;
}
.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content .icon-container img{
	width: 50px;

}
@media (max-width: 991px) {
	.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content .icon-container {
		margin: 0 auto 25px;
	}
}
.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}
.tab-style-one .gp_tabs_item .tab-contents-wrap .right-content p {
	font-size: 16px;
	line-height: 28px;
}
.tab-style-one .current a {
	color: #6e58fc;
}
.tab-style-one .current a:after {
	width: 100%;
}

.tab-style-two .gp-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-style-two .gp-tabs-nav li {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tab-style-two .gp-tabs-nav a {
	color: #af96ed;
	font-weight: 300;
	display: block;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.tab-style-two .gp-tabs-nav a:after {
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab-style-two .gp_tabs_item {
	display: none;
	padding: 30px 0;
}
.tab-style-two .gp_tabs_item h4 {
	font-weight: bold;
	color: #f8b137;
	font-size: 20px;
}
.tab-style-two .gp_tabs_item img {
	width: 200px;
	float: left;
	margin-right: 30px;
}
.tab-style-two .gp_tabs_item:first-child {
	display: block;
}
.tab-style-two .current a {
	color: #fff;
}
.tab-style-two .current a:after {
	width: 100%;
}

.gp-tabs.style-two .gp-tabs-navigation {
	max-width: 100%;
	text-align: left;
	margin-bottom: 22px;
}
@media (max-width: 991px) {
	.gp-tabs.style-two .gp-tabs-navigation {
		text-align: center;
	}
}
.gp-tabs.style-two .gp-tabs-navigation li {
	position: relative;
	background: transparent;
	padding: 0;
	margin: 0;
	font-weight: 400;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: inline-block;
}
.gp-tabs.style-two .gp-tabs-navigation li:not(:last-child) {
	margin-right: 30px;
}
.gp-tabs.style-two .gp-tabs-navigation li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 8px;
	right: -18px;
	height: 11px;
	background: #c7b1fe;
	width: 2px;
}
.gp-tabs.style-two .gp-tabs-navigation li a {
	color: #c7b1fe;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.gp-tabs.style-two .gp-tabs-navigation li.active-tab a {
	color: #fff;
}
.gp-tabs.style-two .gp-tabs-content {
	margin: 0 -220px 0 0;
}
@media (max-width: 1480px) {
	.gp-tabs.style-two .gp-tabs-content {
		margin: 0 -155px 0 0;
	}
}
@media (max-width: 1200px) {
	.gp-tabs.style-two .gp-tabs-content {
		margin: 0 -100px 0 0;
	}
}
@media (max-width: 991px) {
	.gp-tabs.style-two .gp-tabs-content {
		margin: 0;
	}
}
.gp-tabs.style-two .gp-tabs-content .feature-tab-image img {
	max-width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.overview-page {
	padding: 100px 0 120px;
}
.overview-page .tab-style-one .current a {
	color: #1abf68;
}
.overview-page .tab-style-one .current a:before {
	background: #1abf68;
}
.overview-page .tab-style-one .gp_tabs_item .tab-contents-wrap .right-content .icon-container {
	background: rgba(26, 191, 104, 0.102);
	color: #1abf68;
}

.solution-tab-img li a img{
	width: 40px;
}
/* .solution-tab-img li{
-webkit-box-shadow: 0px -2px 0px 0px rgb(237, 237, 237);
-moz-box-shadow:0px -2px 0px 0px rgb(237, 237, 237);
box-shadow: 0px -2px 0px 0px rgb(237, 237, 237);
} */
.tab-style-one .gp-tabs-nav a:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 0;
    background: #1b83f5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-style-one .gp-tabs-nav a.isActive:before {
    width: 100%;
}
.service-btn::before{
	background-color: #1b83f5 !important;
}
.service-btn{
	border: 2px solid #1b83f5;

}
 
/* about  */
/*--------------------------------------------------------------
  ##  About
  --------------------------------------------------------------*/
  .feature-agency {
	padding: 195px 0 100px;
}
@media (max-width: 991px) {
	.feature-agency {
		padding: 100px 0 50px;
	}
}

.about {
	padding-top: 65px;
}
@media (max-width: 991px) {
	.about {
		padding-top: 0;
	}
}

.about-single {
	padding: 120px 0;
}
@media (max-width: 768px) {
	.about-single {
		padding: 80px 0;
	}
}

.icon-lists {
	margin: 0;
	padding: 0;
	list-style: none;
}
.icon-lists li {
	font-size: 18px;
	line-height: 35px;
}
.icon-lists li i {
	margin-right: 20px;
	color: #1abf68;
}
.icon-lists.color-eight li {
	color: #373d46;
}
.icon-lists.color-eight li i {
	color: #4d5afe !important;
}

.about-feature-image {
	position: relative;
	padding-top: 90px;
	z-index: 222;
}
@media (max-width: 1024px) {
	.about-feature-image {
		padding-left: 50px;
	}
}
.about-feature-image .top-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 330px;
	background-image: -o-linear-gradient(40deg, #4d5afe 0%, #818afb 100%);
	background-image: linear-gradient(50deg, #4d5afe 0%, #818afb 100%);
	padding: 100px 70px;
	z-index: 2;
}
@media (max-width: 1024px) {
	.about-feature-image .top-content {
		width: 300px;
		height: 260px;
		padding: 65px 70px;
	}
}
.about-feature-image .top-content.bg-gradient-two {
	background-image: -o-linear-gradient(30deg, #ff5e85 0%, #464ac9 100%);
	background-image: linear-gradient(60deg, #ff5e85 0%, #464ac9 100%);
}
.about-feature-image .top-content .ab-top-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 27px;
}
.about-feature-image .top-content .ab-subtitle {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 40px;
}
.about-feature-image .image-wrapper {
	text-align: right;
}
@media (max-width: 991px) {
	.about-feature-image .image-wrapper {
		text-align: left;
	}
}
.about-feature-image.style-two {
	padding-top: 0;
	max-width: 570px;
}
@media (max-width: 991px) {
	.about-feature-image.style-two {
		margin: 0 auto;
	}
}
.about-feature-image.style-two .image-wrapper {
	position: relative;
	z-index: 22;
	padding: 40px 0 45px 70px;
	padding: 40px 70px 45px 70px;

}
.about-feature-image.style-two .image-wrapper img {
	-webkit-box-shadow: 0px 40px 60px 0px rgba(14, 1, 37, 0.14);
	        box-shadow: 0px 40px 60px 0px rgba(14, 1, 37, 0.14);
}
@media (max-width: 440px) {
	.about-feature-image.style-two .image-wrapper {
		padding: 30px 20px 25px 15px;
	}
}
.about-feature-image.style-two .circle-half {
	background: #cecece;
    display: inline-block;
    margin: 0 1em 1em 0;
    position: absolute;
    left: 55px;
    top: 25px;
}
.about-feature-image.style-two .circle-half {

	
    height: 220px;
    width: 220px;
}
@media (max-width: 576px) {
	.about-feature-image.style-two .circle-half {
		
	    height: 220px;
    width: 220px;
	}
}

.about-feature-image.style-two .circle-half {
	/* border-bottom-left-radius: 460px;
	border-top-left-radius: 460px; */
}
.about-feature-image.style-two .dot {
	position: absolute;
	right: -30px;
	bottom: 0;
}
.about-feature-image.style-two .dot img {
	-webkit-animation: wave 2s 0.1s infinite linear;
	        animation: wave 2s 0.1s infinite linear;
}

.about-content-wrapper {
	margin-top: 100px;
	padding-left: 69px;
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.about-content-wrapper {
		padding-left: 0;
	}
}
.about-content-wrapper .about-title {
	font-size: 39px;
	line-height: 50px;
	color: #373d46;
	font-weight: 600;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
	.about-content-wrapper .about-title br {
		display: none;
	}
}
@media (max-width: 991px) {
	.about-content-wrapper .about-title {
		font-size: 34px;
		line-height: 44px;
	}
}
.about-content-wrapper p {
	margin-bottom: 36px;
}
.about-content-wrapper .icon-lists {
	margin-bottom: 40px;
}
.about-content-wrapper .icon-lists li i {
	color: #00c99c;
}
.about-content-wrapper .icon-lists.color-theme li i {
	color: #1abf68;
}
.about-content-wrapper.style-two {
	margin-top: -24px;
}
@media (max-width: 991px) {
	.about-content-wrapper.style-two {
		padding-left: 0;
		text-align: center;
	}
}
.about-content-wrapper.style-two .section-heading {
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.about-content-wrapper.style-two .section-heading {
		text-align: center !important;
	}
}
.about-content-wrapper.style-two .lead-content {
	font-size: 24px;
	color: #706c79;
	line-height: 34px;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.about-content-wrapper.style-two .lead-content {
		font-size: 18px;
		line-height: 28px;
	}
}
.about-content-wrapper.style-two .description {
	margin-bottom: 43px;
}
.about-content-wrapper.style-two .gp-btn {
	padding: 11px 30px;
}

.about-two {
	padding: 90px 0 100px;
}

.section-heading .section-title {
    font-size: 24px !important;
}
.about-content-wrapper.style-two .lead-content {
    font-size: 20px;
}
.circle-end-half{
	width: 230px;
	height: 460px;
	border-bottom-right-radius: 460px;
	border-top-right-radius: 460px;
	background: #803ff9;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block
}
/*--------------------------------------------------------------
  ##  Client
  --------------------------------------------------------------*/
  .animate-client-logo {
	/* background-image: -o-linear-gradient(45deg, #000000 0%, #787474 100%);
	background-image:  linear-gradient(45deg, #020303 0%, #545458 100%); */
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.animate-client-logo .top-shape {
	position: absolute;
	top: -60%;
}
.animate-client-logo .bottom-shape {
	position: absolute;
	right: 80px;
	bottom: -70%;
}

.animate-client-logo-service {
	background: #fbfbfd;
	padding: 115px 0 120px;
}

.animate-client-logo-two {
	padding: 15px 0 100px;
}
@media (max-width: 991px) {
	.animate-client-logo-two {
		padding: 15px 0 50px;
	}
}
.animate-client-logo-two .section-heading-two .section-title {
	font-weight: 500;
}

.client-content-wrapper .title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}
.client-content-wrapper .title span {
	font-weight: 400;
}
.client-content-wrapper p {
	color: #e4ddf7;
	line-height: 28px;
}
.client-content-wrapper p span {
	font-weight: 500;
	color: #fff;
}

.client-logo-items {
	width: 500px;
	height: 440px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.client-logo-items .logo-item {
	/* background: #fff; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 80px;
	width: 80px;
	border-radius: 6px;
	position: absolute;
	/* -webkit-box-shadow: 0px 40px 100px 0px rgba(10, 0, 38, 0.2);
	        box-shadow: 0px 40px 100px 0px rgba(10, 0, 38, 0.2); */
}
.client-logo-items .logo-item:nth-child(1) {
	height: 130px;
	width: 130px;
	top: 34%;
	left: 40%;
}
.client-logo-items .logo-item:nth-child(2) {
	height: 80px;
	width: 80px;
	top: 0;
	left: 90px;
}
.client-logo-items .logo-item:nth-child(3) {
	height: 90px;
	width: 90px;
	bottom: 0;
	left: 50%;
}
.client-logo-items .logo-item:nth-child(4) {
	height: 100px;
	width: 100px;
	bottom: 40px;
	left: 0;
}
.client-logo-items .logo-item:nth-child(5) {
	width: 120px;
	height: 105px;
	top: 65px;
	right: 0;
}
.client-logo-items .logo-item:nth-child(6) {
	width: 100px;
	height: 100px;
	top: 50%;
	right: -30px;
}
.client-logo-items .logo-item:nth-child(7) {
	width: 150px;
	height: 150px;
	bottom: 25px;
	right: -230px;
}
.client-logo-items .logo-item:nth-child(8) {
	top: 80px;
	right: -175px;
}
.client-logo-items .logo-item:nth-child(9) {
    height: auto;
    right: 216px;
    top: -52px;
    width: 99px;
	
}
.client-logo-items .logo-item:nth-child(10) {
	height: auto;
    top: -40px;
    right: -35px;
    width: 89px;
}


.client-logo-items-two {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	max-width: 1170px;
	height: 470px;
	z-index: 222;
}
.client-logo-items-two li {
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.06);
	        box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.06);
}
.client-logo-items-two li:nth-child(1) {
	height: 160px;
	width: 160px;
	left: 44%;
	top: 50px;
}
.client-logo-items-two li:nth-child(2) {
	height: 180px;
	width: 180px;
	top: 20px;
	left: 66%;
}
.client-logo-items-two li:nth-child(3) {
	height: 120px;
	width: 120px;
	top: 0;
	left: 24%;
}
.client-logo-items-two li:nth-child(4) {
	height: 125px;
	width: 125px;
	top: 270px;
	left: 45%;
}
.client-logo-items-two li:nth-child(5) {
	height: 200px;
	width: 200px;
	top: 200px;
	left: 20%;
}
.client-logo-items-two li:nth-child(6) {
	height: 170px;
	width: 170px;
	top: 280px;
	left: 62%;
}
.client-logo-items-two li:nth-child(7) {
	height: 200px;
	width: 200px;
	top: 0;
	left: 0;
}
.client-logo-items-two li:nth-child(8) {
	height: 100px;
	width: 100px;
	top: 30px;
	right: 0;
}
/* .client-logo-items-two li:nth-child(9) {
	height: 100px;
	width: 100px;
	top: 280px;
	left: 40px;
}
.client-logo-items-two li:nth-child(10) {
	height: 120px;
	width: 120px;
	top: 250px;
	right: 50px;
} */

.clients-logo {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.clients-logo {
		padding: 50px 0;
	}
}

.gp-client-logo {
	display: block;
}
.gp-client-logo .client-logo-main {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.gp-client-logo .client-logo-hover {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.gp-client-logo:hover .client-logo-main {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}
.gp-client-logo:hover .client-logo-hover {
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	margin-bottom: 5px;
}

/* Logo Marque */
.client-logo-marque {
	padding: 280px 0 120px;
}
.client-logo-marque .section-heading {
	margin-bottom: 45px;
}
@media (max-width: 991px) {
	.client-logo-marque {
		padding: 180px 0 80px;
	}
}
@media (max-width: 720px) {
	.client-logo-marque {
		padding: 80px 0;
	}
}

.marquee-wrap {
	overflow: hidden;
	padding: 25px 0 60px;
	position: relative;
}
.marquee-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%);
}

.logo-marque {
	margin-bottom: 10px;
}

.logo-marque-items {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.logo-marque-items li {
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(2, 19, 55, 0.12);
	        box-shadow: 0px 20px 50px 0px rgba(2, 19, 55, 0.12);
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 15px;
}
.logo-marque-items li a {
	display: block;
	height: 100%;
}

@media (max-width: 1600px) {
	.client-logo-items .logo-item:nth-child(1) {
		left: 30%;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 60px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 42%;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 13%;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 50px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: -140px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: -100px;
	}
}
@media (max-width: 1400px) {
	.client-logo-items {
		height: 400px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 15%;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 0;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 30%;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: -60px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 30%;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 130px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: -40px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 0;
	}
}
@media (max-width: 1200px) {
	.client-logo-items {
		height: 360px;
	}
	.client-logo-items .logo-item {
		height: 70px;
		width: 70px;
		padding: 10px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 10%;
		height: 110px;
		width: 110px;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: -20px;
		height: 70px;
		width: 70px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 22%;
		height: 80px;
		width: 80px;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: -60px;
		height: 85px;
		width: 85px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 42%;
		width: 100px;
		height: 90px;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 38%;
		width: 85px;
		height: 85px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: 40px;
		width: 120px;
		height: 120px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 90px;
	}
}
@media (max-width: 1200px) {
	.client-content-wrapper p br {
		display: none;
	}
}
@media (max-width: 991px) {
	.client-content-wrapper {
		margin-bottom: 30px;
		text-align: center;
	}

	.client-logo-items {
		width: 75%;
	}
	.client-logo-items .logo-item {
		height: 70px;
		width: 70px;
		padding: 10px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 28%;
		height: 110px;
		width: 110px;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 60px;
		height: 60px;
		width: 70px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 22%;
		height: 80px;
		width: 80px;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: 0;
		height: 85px;
		width: 85px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 28%;
		width: 100px;
		height: 90px;
		top: 40px;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 35%;
		top: 56%;
		width: 85px;
		height: 85px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: 0;
		width: 120px;
		height: 120px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 60px;
	}

	.client-logo-items-two li:nth-child(1) {
		height: 130px;
		width: 130px;
	}
	.client-logo-items-two li:nth-child(2) {
		height: 150px;
		width: 150px;
	}
	.client-logo-items-two li:nth-child(3) {
		height: 100px;
		width: 100px;
	}
	.client-logo-items-two li:nth-child(4) {
		height: 105px;
		width: 105px;
	}
	.client-logo-items-two li:nth-child(5) {
		height: 160px;
		width: 160px;
	}
	.client-logo-items-two li:nth-child(6) {
		height: 140px;
		width: 140px;
	}
	.client-logo-items-two li:nth-child(7) {
		height: 160px;
		width: 160px;
	}
	.client-logo-items-two li:nth-child(8) {
		height: 80px;
		width: 80px;
	}
	.client-logo-items-two li:nth-child(9) {
		height: 80px;
		width: 80px;
	}
	.client-logo-items-two li:nth-child(10) {
		height: 100px;
		width: 100px;
		right: 10px;
	}
}
@media (max-width: 768px) {
	.client-logo-items {
		width: 90%;
	}

	.client-logo-items-two li {
		padding: 20px;
	}
	.client-logo-items-two li:nth-child(1) {
		height: 110px;
		width: 110px;
	}
	.client-logo-items-two li:nth-child(2) {
		height: 130px;
		width: 130px;
	}
	.client-logo-items-two li:nth-child(3) {
		height: 80px;
		width: 80px;
	}
	.client-logo-items-two li:nth-child(4) {
		height: 85px;
		width: 85px;
	}
	.client-logo-items-two li:nth-child(5) {
		height: 140px;
		width: 140px;
	}
	.client-logo-items-two li:nth-child(6) {
		height: 120px;
		width: 120px;
	}
	.client-logo-items-two li:nth-child(7) {
		height: 140px;
		width: 140px;
	}
	.client-logo-items-two li:nth-child(8) {
		height: 70px;
		width: 70px;
	}
	.client-logo-items-two li:nth-child(9) {
		height: 70px;
		width: 70px;
	}
	.client-logo-items-two li:nth-child(10) {
		height: 80px;
		width: 80px;
		right: 10px;
	}
}
@media (max-width: 620px) {
	.client-logo-items {
		height: 320px;
		width: 90%;
	}
	.client-logo-items .logo-item {
		height: 70px;
		width: 70px;
		padding: 10px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 32%;
		height: 90px;
		width: 90px;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 60px;
		height: 70px;
		width: 70px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 22%;
		height: 65px;
		width: 65px;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: 0;
		height: 70px;
		width: 70px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 28%;
		width: 90px;
		height: 80px;
		top: 40px;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 25%;
		top: 56%;
		width: 70px;
		height: 70px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: 0;
		width: 100px;
		height: 100px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 40px;
	}
}
@media (max-width: 576px) {
	.client-logo-items {
		height: 275px;
		width: 420px;
	}
	.client-logo-items .logo-item {
		height: 60px;
		width: 60px;
		padding: 10px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 32%;
		height: 65px;
		width: 80px;
		top: 40%;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 60px;
		height: 70px;
		width: 70px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 22%;
		height: 55px;
		width: 55px;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: 0;
		height: 60px;
		width: 60px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 28%;
		width: 80px;
		height: 60px;
		top: 40px;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 25%;
		top: 56%;
		width: 70px;
		height: 70px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: 0;
		width: 80px;
		height: 80px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 40px;
	}

	.client-logo-items-two li {
		padding: 20px;
	}
	.client-logo-items-two li:nth-child(1) {
		height: 110px;
		width: 110px;
		left: 41%;
	}
	.client-logo-items-two li:nth-child(2) {
		height: 120px;
		width: 120px;
		top: 0;
		right: 0;
		left: auto;
	}
	.client-logo-items-two li:nth-child(3) {
		height: 100px;
		width: 100px;
		left: 11%;
	}
	.client-logo-items-two li:nth-child(4) {
		height: 105px;
		width: 105px;
		top: 190px;
		left: 41%;
	}
	.client-logo-items-two li:nth-child(5) {
		height: 140px;
		width: 140px;
		left: 5%;
		top: 130px;
	}
	.client-logo-items-two li:nth-child(6) {
		height: 120px;
		width: 120px;
		top: 180px;
		right: 0;
		left: auto;
	}
	.client-logo-items-two li:nth-child(7) {
		height: 130px;
		width: 130px;
		top: auto;
		bottom: 0;
		left: 55%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.client-logo-items-two li:nth-child(8) {
		height: 90px;
		width: 90px;
		bottom: 0;
		top: auto;
		right: 0;
	}
	.client-logo-items-two li:nth-child(9) {
		height: 100px;
		width: 100px;
		bottom: 85px;
		left: 20px;
		top: auto;
	}
	.client-logo-items-two li:nth-child(10) {
		height: 90px;
		width: 90px;
		right: 10px;
		bottom: -25px;
		top: auto;
		left: 50px;
	}
}
@media (max-width: 420px) {
	.client-logo-items {
		height: 275px;
		width: 300px;
	}
	.client-logo-items .logo-item {
		height: 60px;
		width: 60px;
		padding: 10px;
	}
	.client-logo-items .logo-item:nth-child(1) {
		left: 22%;
		height: 65px;
		width: 75px;
		top: 36%;
	}
	.client-logo-items .logo-item:nth-child(2) {
		left: 25px;
		height: 55px;
		width: 55px;
	}
	.client-logo-items .logo-item:nth-child(3) {
		left: 25%;
		height: 55px;
		width: 55px;
	}
	.client-logo-items .logo-item:nth-child(4) {
		left: 0;
		height: 60px;
		width: 60px;
	}
	.client-logo-items .logo-item:nth-child(5) {
		right: 35%;
		width: 75px;
		height: 55px;
		top: 34px;
	}
	.client-logo-items .logo-item:nth-child(6) {
		right: 30%;
		top: 55%;
		width: 60px;
		height: 60px;
	}
	.client-logo-items .logo-item:nth-child(7) {
		right: 0;
		width: 70px;
		height: 70px;
	}
	.client-logo-items .logo-item:nth-child(8) {
		right: 40px;
	}

	.client-logo-items-two {
		width: 320px;
		margin: 0 auto;
	}
	.client-logo-items-two li {
		padding: 20px;
	}
	.client-logo-items-two li:nth-child(1) {
		height: 90px;
		width: 90px;
		left: 33%;
	}
	.client-logo-items-two li:nth-child(2) {
		height: 120px;
		width: 120px;
		top: 0;
		right: 0;
		left: auto;
	}
	.client-logo-items-two li:nth-child(3) {
		height: 100px;
		width: 100px;
		left: 0;
	}
	.client-logo-items-two li:nth-child(4) {
		height: 95px;
		width: 95px;
		top: 190px;
		left: 38%;
	}
	.client-logo-items-two li:nth-child(5) {
		height: 120px;
		width: 120px;
		left: 2%;
		top: 130px;
	}
	.client-logo-items-two li:nth-child(6) {
		height: 100px;
		width: 100px;
		top: 140px;
		right: 0;
		left: auto;
	}
	.client-logo-items-two li:nth-child(7) {
		height: 110px;
		width: 110px;
		top: auto;
		bottom: 106px;
		right: 0;
		left: auto;
		-webkit-transform: translate(0);
		    -ms-transform: translate(0);
		        transform: translate(0);
	}
	.client-logo-items-two li:nth-child(8) {
		height: 90px;
		width: 90px;
		bottom: 40px;
		top: auto;
		right: 96px;
	}
	.client-logo-items-two li:nth-child(9) {
		height: 100px;
		width: 100px;
		bottom: 85px;
		left: 20px;
		top: auto;
	}
	.client-logo-items-two li:nth-child(10) {
		height: 90px;
		width: 90px;
		right: 10px;
		bottom: -25px;
		top: auto;
		left: 50px;
	}
}


/* call action  */
#call-to-action-two {
    background: #b80120;
	padding: 30px 0 30px;
}
@media (max-width: 991px) {
	#call-to-action-two {
		padding: 120px 0;
	}
}

.call-to-action-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.call-to-action-two {
		display: block;
	}
}
.call-to-action-two .action-content .action-title {
	font-size: 36px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
}
@media (max-width: 991px) {
	.call-to-action-two .action-content .action-title {
		font-size: 34px;
		line-height: 44px;
	}
}
@media (max-width: 768px) {
	.call-to-action-two .action-content .action-title {
		margin-bottom: 30px;
	}
}
.call-to-action-two .gp-btn {
	padding: 15px 32px;
}

.background-shapewrap img {
	position: absolute;
}
.background-shapewrap .shape-one {
	top: -50%;
	left: 0;
}
.background-shapewrap .shape-two {
	right: 0;
	bottom: -70%;
}
.background-shapewrap .shape-three {
	right: 0;
	bottom: 0;
}

.action-vector {
	position: absolute;
	top: 72px;
	left: -58px;
}

.background-shapewrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.background-shapewrap img {
	position: absolute;
}
.call-action-btn{
	color: black;

}
.call-action-btn::before{
	background-color: #fff !important;
}
.call-action-btn:hover{
	background-color: #fff !important;

}

/* page banner  */
/* Page Header Two */
.page-banner-two {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 212, 0.302)), to(rgba(176, 243, 241, 0.302)));
	background-image: -o-linear-gradient(right, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
	background-image: linear-gradient(to left, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
	padding: 100px 0 40px;
	overflow: hidden;
}
.page-banner-two .page-title-wrapper {
	position: relative;
	z-index: 22;
}
.page-banner-two .page-title-wrapper .page-title {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}
.page-banner-two .page-title-wrapper .breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-banner-two .page-title-wrapper .breadcrumbs li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	color: #fff;
}
.page-banner-two .page-title-wrapper .breadcrumbs li:not(:last-child):before {
	content: "/";
	position: absolute;
	right: -17px;
	top: 0;
	color: #ffffff;
}
.page-banner-two .page-title-wrapper .breadcrumbs li a {
	color: #ffffff;
}
.page-banner-two .page-title-wrapper .breadcrumbs li a:hover {
	color: #1abf68;
}
.page-banner-two .banner-pertical-three {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-banner-two .banner-pertical-three li {
	position: absolute;
	right: 0;
}
.page-banner-two .banner-pertical-three li:nth-child(1) {
	bottom: -70px;
	right: 210px;
}

.page-banner-three {
	position: relative;
	height: 565px;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 227, 212, 0.302)), to(rgba(176, 243, 241, 0.302)));
	background-image: -o-linear-gradient(right, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
	background-image: linear-gradient(to left, rgba(255, 227, 212, 0.302) 0%, rgba(176, 243, 241, 0.302) 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 767px) {
	.page-banner-three {
		height: 350px;
	}
}
.page-banner-three .bottom-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.page-banner-three .bottom-shape img {
	width: 100%;
}
.page-banner-three .page-title-wrapper {
	position: relative;
	z-index: 22;
}
.page-banner-three .page-title-wrapper .page-title {
	font-size: 50px;
	color: #2c2c51;
	font-weight: 700;
	margin: 0;
}
@media (max-width: 767px) {
	.page-banner-three .page-title-wrapper .page-title {
		font-size: 40px;
	}
}
.page-banner-three .page-title-wrapper .breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-banner-three .page-title-wrapper .breadcrumbs li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.page-banner-three .page-title-wrapper .breadcrumbs li:not(:last-child):before {
	content: ">";
	position: absolute;
	right: -17px;
	top: 0;
}
.page-banner-three .page-title-wrapper .breadcrumbs li a {
	color: #797986;
}
.page-banner-three .page-title-wrapper .breadcrumbs li a:hover {
	color: #1abf68;
}
.page-banner-three .banner-pertical-three {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
@media (max-width: 620px) {
	.page-banner-three .banner-pertical-three {
		display: none;
	}
}
.page-banner-three .banner-pertical-three li {
	position: absolute;
	right: 0;
}
.page-banner-three .banner-pertical-three li:nth-child(1) {
	top: 0;
	left: 30px;
}
.page-banner-three .banner-pertical-three li:nth-child(2) {
	left: 150px;
	top: 50%;
}
.page-banner-three .banner-pertical-three li:nth-child(3) {
	left: 22%;
	bottom: 60px;
}
.page-banner-three .banner-pertical-three li:nth-child(4) {
	right: 15%;
	bottom: 120px;
}
.page-banner-three .banner-pertical-three li:nth-child(4) {
	right: 15%;
	bottom: 120px;
	width: 134px;
	height: 111px;
}
.page-banner-three .banner-pertical-three li:nth-child(5) {
	right: 165px;
	top: 140px;
	width: 85px;
}
.page-banner-three .page-header-image-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.239;
}


/*--------------------------------------------------------------
  ##  Contact
  --------------------------------------------------------------*/
  .contact {
	padding: 120px 0 110px;
	background: #fcfbff;
}
@media (max-width: 991px) {
	.contact {
		padding: 80px 0 60px;
	}
}

.contact-form-inner {
	padding: 75px 60px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 30px 100px 0 rgba(20, 3, 70, 0.14);
	        box-shadow: 0 30px 100px 0 rgba(20, 3, 70, 0.14);
	z-index: 22;
}
.contact-form-inner h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 44px;
}
.contact-form-inner input,
.contact-form-inner textarea {
	font-size: 15px;
	background: #f7f6f9;
	border-radius: 4px;
	padding: 15px 30px;
}
.contact-form-inner input::-webkit-input-placeholder, .contact-form-inner textarea::-webkit-input-placeholder {
	color: #a7a9b4;
}
.contact-form-inner input::-moz-placeholder, .contact-form-inner textarea::-moz-placeholder {
	color: #a7a9b4;
}
.contact-form-inner input:-ms-input-placeholder, .contact-form-inner textarea:-ms-input-placeholder {
	color: #a7a9b4;
}
.contact-form-inner input::-ms-input-placeholder, .contact-form-inner textarea::-ms-input-placeholder {
	color: #a7a9b4;
}
.contact-form-inner input::placeholder,
.contact-form-inner textarea::placeholder {
	color: #a7a9b4;
}
.contact-form-inner input:focus,
.contact-form-inner textarea:focus {
	background-color: white;
	-webkit-box-shadow: 0 15px 17px 0 rgba(20, 3, 70, 0.08);
	        box-shadow: 0 15px 17px 0 rgba(20, 3, 70, 0.08);
}
.contact-form-inner input {
	height: 60px;
}
.contact-form-inner .submit-btn {
	width: 100%;
	text-align: center;
	padding: 14px 32px;
	outline: 0;
	font-size: 15px;
}

.contact-content {
	padding: 135px 100px;
	background-image: -o-linear-gradient(115deg, #5e2ced 0%, #a485fd 100%);
	background-image: linear-gradient(-25deg, #5e2ced 0%, #a485fd 100%);
	z-index: 2;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.contact-content .icon {
	color: #fff;
	font-size: 34px;
	margin-bottom: 35px;
}
.contact-content h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}
.contact-content p {
	color: #fff;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 28px;
}
.contact-content .gp-btn {
	width: 100%;
	text-align: center;
	color: #6e58fc;
	padding: 13px 32px;
	font-size: 15px;
}

.contact-infos {
	margin-top: 70px;
}
@media (max-width: 991px) {
	.contact-infos {
		margin-top: 30px;
	}
}

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 11;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.contact-info .icon {
	background-image: -o-linear-gradient(50deg, #099cf9 0%, #69c3fc 100%);
	background-image: linear-gradient(40deg, #099cf9 0%, #69c3fc 100%);
	-webkit-box-shadow: 0 10px 30px 0 rgba(9, 156, 249, 0.3);
	        box-shadow: 0 10px 30px 0 rgba(9, 156, 249, 0.3);
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 20px;
}
.contact-info .icon i {
	line-height: 60px;
	font-size: 18px;
}
.contact-info p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.contact-info.color-two .icon {
	background-image: -o-linear-gradient(50deg, #ee9d11 0%, #ffbf51 100%);
	background-image: linear-gradient(40deg, #ee9d11 0%, #ffbf51 100%);
	-webkit-box-shadow: 0 10px 30px 0 rgba(238, 157, 17, 0.3);
	        box-shadow: 0 10px 30px 0 rgba(238, 157, 17, 0.3);
}
.contact-info.color-three .icon {
	background-image: -o-linear-gradient(50deg, #47b22e 0%, #5bdb3c 100%);
	background-image: linear-gradient(40deg, #47b22e 0%, #5bdb3c 100%);
	-webkit-box-shadow: 0 10px 30px 0 rgba(71, 178, 46, 0.3);
	        box-shadow: 0 10px 30px 0 rgba(71, 178, 46, 0.3);
}

/* Contact Form Main */
.contact-form-page {
	padding: 120px 0;
}
@media (max-width: 991px) {
	.contact-form-page {
		padding: 80px 0;
	}
}

.contact-title{
	text-align: center;
    padding-bottom: 30px;
}

.contact-information {
	background: #fafafc;
	padding: 25px;
}
.contact-information .contact-title {
	font-size: 16px;
	font-weight: 600;
	color: #2c2c51;
	margin-bottom: 25px;
}
.contact-information .description {
	margin-bottom: 40px;
}
.contact-information .description a {
	color: #1abf68;
}
.contact-information .info-list {
	margin-bottom: 38px;
}
.contact-information .info-list .info-title {
	font-size: 16px;
	font-weight: 600;
	color: #2c2c51;
}
.contact-information .info-list a {
	color: #4f5158 ;
}
.contact-form-wrapper {
	padding-left: 85px;
}
@media (max-width: 767px) {
	.contact-form-wrapper {
		padding-left: 0;
		margin-top: 40px;
	}
}

.gp-input {
	background: #fafafc;
	border: 1px solid #d1d1d6;
	height: 50px;
    padding: 15px 20px;
}

.gp-textarea {
	height: 200px;
}

.mt-140 {
	margin-top: 140px;
}
@media (max-width: 991px) {
	.mt-140 {
		margin-top: 60px;
	}
}

.google-map {
    padding-left: unset;
}
.google-map iframe{
width: 100%;
height: 400px;
border: unset;
}

/* footer  */

.news-letter input{
	background: #fff;
	border: 1px solid #cfc2c2;
}

.sub-btn::before{
	background-color: #b80120;
}
.sub-btn{
	border: 2px solid #b80120;
}

#footer .footer-social-link li a {
	padding-top:0px;
}
#footer .footer-widget-wrapper {
    padding: 30px 0 0px;
}
.mb-0{
	margin-bottom: 0px !important;
}
/* image rotate  */

.vs-image-banner {
    /* position: absolute; */
   
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}



/* ----------------------- */
/* home  product  */
/* ----------------------- */


.vs_section_product_section{
	background-color: #f6f5fa;
}

.service-list-area .tt__btn::before {
    background-color: #b80120;
}
.service-list-area .tt__btn {
    border-color: #b80120;
}

/* .platform_img img{
	height: 300px;

} */
.pb_20{
	padding-bottom: 30px;
}
.pl_p{
	padding: 45px 0px 28px 0px;
}


.animate-client-logo .top-shape {
    position: absolute;
    top: 25px;
    left: 150px;
}

.mt_222{
	margin-top: -222px;
}

.site-header:not(.mobile-header) .menu li:not(:last-child) {
    margin-right: 25px;
}

.d_f{
	display: inline-flex !important;
}

.logo_p{
	font-size: 20px;
    padding-top: 20px;
}

.site-header:not(.mobile-header).header-5 .menu li a {
font-weight: 600;
font-size: 16px;
}
.page-header {
background-color: #f2f2eb!important;
background-image: unset;
}

.page-header .page-header_title {
color: #000;
}
.page-header .breadcrumbs a {
    color: #000;
}

.page-header .breadcrumbs {
	color: #000;

}

.page-header .breadcrumbs .separator {

    background-color: #000;
}

.page-banner-two {
background-color: #b80120 !important;
background-image: unset;
/* background-image: url(../media/background/page_banner_bg.png); */
}


.trns_business_consulting_box {
    width: 100%;
    text-align: center;
    /* background-color: #ffffff; */
    /* padding: 30px 0; */
	 padding: 16px 0; 
    margin: 0 0 50px;
    letter-spacing: -.85px;
}

.trns_business_consulting_box h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    padding-bottom: 0px;
    letter-spacing: -.85px;
    font-size: 24px;
    font-weight: 400;
}
.consulted_btn {
    width: 300px;
    padding: 12px 25px;
    background-color: #000;
    color: #fff;
    font: 28px/38px 'AvenirNext-SemiBold';
    outline: none!important;
    border-radius: 0;
    border: none;
    letter-spacing: -.8px;
}
.consulted_btn::before {
    background-color: #000 !important;

}
.consulted_btn:hover {
    color: #000;
	border: 2px solid #000;
	background: transparent;
	transition: all 0.4s ease-in-out;
}


.bg_trusted{
	background: #b80120;
}

#footer {
    background: #fff;
}




  .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.tt-list li.style_disk .desk:after {

    border: 2px solid #000000;
}

.tt-list li.style_disk .desk {
  
    border: 2px solid #000000;
}

.tech_bg_img img{
	width: 430px;
}

.tt-parallax__image .shape-image {
  
    left: 50px;
}

/* .banner_bg{
	background-image: url(../image/6.gif);
} */
.w_40{
	width: 40px !important;
}
.pt_90{
	padding-top: 20px;
}
.sec-left {
    transform: rotate(-90deg) translatex(-50%);
    transform-origin: left;
    position: absolute;
    left: -2%;
    top: 46%;
    z-index: 1;
}
.sec-left  .sec-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.sec-right {
    position: absolute;
	right: -34%;
    top: 45%;
    transform: rotate(90deg);
    z-index: 1;
}
.sec-right .sec-right-title {
    font-size: 32px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.left-side {
    position: absolute;
    bottom: 0px;
    left: 0;
}

/* .testimonial--one .testimonial__content {
    max-width: 490px;
} */
.mt_15{
	margin-top: 15px;
}
.ml_25{
	margin-left: 25px;
}

#footer .footer-widget-wrapper .widget:last-child {
    margin-bottom: 30px;
}
.site-header:not(.mobile-header).header-5 .menu li a:hover {
	color: #044fd0;
}
.ft_17{
	font-size: 18px;
}

.tt__btn:before {

    background-color: #b80120;
}
.tt__btn:hover {
    background: transparent;
    color: #000000;
}


/* mobile css  */

@media screen and (min-width:316px) and (max-width:767px){
	
	.main-logo{
		height: 70px;
	}
	.logo_p {
		font-size: 16px;
	}	
	.lh_2{
		line-height: 2;
	}
	.mh-265{
		height: 265px;
	}
	.animate-client-logo .top-shape {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.sec-right{
		display: none;
	}
	.sec-left{
		display: none;
	}
	.mb_view{
		display: block !important;
	}
	.animate-client-logo {
	padding-bottom: 0px;
	}
	.vs_testimonial_area {
		padding: 20px 0 0px;
	}
	.mb-t-align{
		text-align: center;
	}
	.tt-testimonial.style-1 .testimonial-pagination {
		top: 70%;
	}
	.mb-pt{
		padding-top: 0px !important;

	}
	.brand_pagination_top{
		top: 62% !important;
	}
	.mb_ft_24{
		font-size: 24px !important;
	}

	#footer .footer-widget-wrapper {
		padding: 30px 0 0px;
	}
	#call-to-action-two {
		padding: 50px 0;
	}
	.about-two {
		padding: 90px 0 30px;
	}
}

.mb_view{
	display: none;
}

@media screen and (min-width:316px) and (max-width:426px){

.mb_w_300{
	width: 300px;
}
.ft_18{
	text-align: initial;
    font-size: 18px !important;
}
.mb_ft_17{
	font-size: 17px !important;
    text-align: initial;
}

.mw_290{
	width: 290px !important;
}
.m_pt_0{
	padding-top: 0px;
}

.m_pb_0{
	padding-bottom: 0px;
}
.parallax-image-list {
    max-width: 300px;
    height: 170px;
}

}

@media screen and  (min-width:767px) and (max-width:1023px){
	.animate-client-logo .top-shape {
		position: absolute;
		top: 0px;
		left: 180px;
	}
	.mh-265{
		height: 265px;
	}
	.mb_w_300{
		width: 300px;
	}
	.lh_2{
		line-height: 2;
	}
	.mb_view{
		display: block !important;
	}
	.sec-right{
		display: none;
	}
	.sec-left{
		display: none;
	}
	.ml_25 {
		margin-left: unset !important;
	}
	.tt-testimonial.style-1 .testimonial-pagination {
		top: 70%;
	}
	.tb_ft_13{
		font-size: 13px;
	}
}

@media screen and  (min-width:1023px) and (max-width:1435px){

	.site-header .site-logo a .main-logo {
		min-width: 70px;
	}
	.logo_p {
		font-size: 20px;
    padding-top: 20px;
    padding-left: 5px;
    color: #b80120;
    text-transform: uppercase;
	}
	.site-header:not(.mobile-header).header-5 .menu li a {
		font-weight: 600;
    font-size: 15px;
	}
	.site-header:not(.mobile-header) .main-nav-container {
	
		margin-left: 20px;
	}
	.lp_ft{
		font-size: 12px;
	}
	.animate-client-logo .top-shape {
		position: absolute;
		top: 25px;
		left: 85px;
	}
	.tech_bg_img img {
		width: 316px;
	}
	.sec-right {
		position: absolute;
		right: -30%;
		top: 45%;
		transform: rotate(90deg);
		z-index: 1;
	}
	.sec-right .sec-right-title {
		font-size: 28px;
	}
	.sec-left {

		left: 2%;
	}
	.sec-left .sec-title {
		font-size: 32px;
	}
	.tt-testimonial.style-1 .testimonial-pagination {
		top: 74%;
	}
}

.mobile_solution_img{
	top:25px !important;
}
.mobile_solution_img img{
	width:260px;
}
@media screen and (min-width:316px) and (max-width:426px){
	/* .mobile_solution_img{
		left:60px !important;
	} */
}

.mobile_bottom{
	bottom: 0px;
	right: 0px;
}

.w_200{
	width: 200px;
}
.software_img2{
top: 175px !important;
left: 23px !important;
}
.software_img1{
top: 30px;
right: 31px;
}

.bg_white{
	background-color: #fff;
}

.product_shadow_none img{
    box-shadow: 0px 10px 10px 0px rgb(0 9 40 / 10%) !important;
    border-radius: 6px;
}
.left_none{
	left: unset;
}

.top_85{
	top: -85px !important;
}
.digital_image{
	left: unset;
}
.digital_image li img{
	box-shadow: unset;
}
.sap_image li img{
	box-shadow: unset;
}
.top_30{
	top: -30px !important;
}
.image-content-area-two {
    padding: 70px 0 70px;
}
.image-content-area {
    padding-top: 90px;
    padding-bottom: 40px;
}
.pt_0{
	padding-top: 0px;
}

.ft_cl_phone a,.ft_cl_phone a i{
color:#595959
}
@media (max-width: 426px){
.parallax-image-list li:nth-child(1) {
    width: 100%;
}
.software_img2 {
    top: 100px !important;
    left: 23px !important;
}
.parallax-image-list li:nth-child(2) {
    width: 100%;
    right: 20px;
}
.parallax-image-list_two li:nth-child(1) {
    width: 100%;
}
.image-content-area {
    padding-top: 30px;
    padding-bottom: 40px;
}
.mb_pt_35{
padding-top: 35px ;
}
.mobile_solution_img img {
    width: 150px;
}
.image-content-area-two {
    padding: 15px 0 0px;
}
.sap_margin .image-content {
    margin-top:0px;
}
.parallax-image-list_two {
  margin-top: 20px;
}
.mb_top_45{
	top: 45px;
}

}


/* mobile solutions heading  */

@media (max-width: 426px){

.mobile_heading{
	display: unset !important;
	font-size: 24px;
}
.web_heading{
	display: none;
}
.mb_w_100{
	width: 100px;
}
}
.mobile_heading{
	display: none;
}



/* footer  */
.footer_logo{
	display: inline-flex;
}

.footer_logo p{
	padding-top: 21px;
    font-size: 20px;
	font-weight: 700;
}
  #footer .footer-menu li {
    display: block;
    margin-bottom: 5px;
}
#footer .widget-title {
 
    margin-bottom: 15px;
}

#footer .footer-widget-wrapper .footer-logo {
    margin-bottom: 5px;
}
.about-widget_wrapper p {
    color: #1c1e21;
    margin-bottom: 5px;
}
.news-letter input {
	margin-bottom: 10px;
}
.trns_business_consulting_box {

    margin: 0 0 0px;
}
.background-shapewrap {
    position: absolute;
    width: 100%;
    height: 300px;
}
#footer .site-info {
    padding: 3px 0 10px;
}

.service-list-wrap {
    padding: 50px 0px 30px 0px;
}
.contact-form-page {
    padding: 50px 0 !important;
}



.tt-list.inline-flex li .list-content {

    padding: 10px;
    border: 2px solid #d0d3d4;
    margin: 10px;
}
.start_project_btn{
	font-size: 20px;
    letter-spacing: 1px;
}

.ml_unset{
	margin-left: unset;
}

.h_200{
	height: 150px;
}
.left_product_arrow{
position: absolute;
    bottom: 100px;
    left: 100px;
}
.right_product_arrow{

position: absolute;
    right: 75px;
    bottom: 100px;
}

.testimonial-control > div {

    background: #000;
}

.product_icon{
	line-height: 36px;
    font-size: 30px;
    color: #fff;
}

.product_list_content{
	padding: 10px;
    border: 2px solid #d0d3d4;
    margin: 10px;
}
.product_list_content .list-text{
line-height: 1;
font-size: 18px;
}
.product_list_content p{
margin-bottom: 0px;
}

.banner--six .banner__feature-image {
    margin-right: unset;
}

.mt_65{
	margin-top: 65px;
}
.mt_100{
	margin-top: 100px;
}
.h_120{
	height: 120px;
}

.contact-information {
   
    border: 1px solid #dcdcdf;
}

.select_option{
	height: 50px;
    width: 100%;
    padding-left: 50px;
    border-radius: 6px;
    background-color: #f1f2f3;
    border: 2px solid #f1f2f3;
}
.select_option:focus {
    border-color: #3283fd;
    background: transparent;
}

.login-form-area {

    padding: 100px 0 70px;
}

.tt-form-heading {
    margin-bottom: 10px;
}
.tt-form-wrapper {
  
    padding: 25px 25px;

}
.login-form-area {
    background-color: #f6f5fa;
}

.h_50{
	height: 50px !important;
}

.project_textarea i{
	top: 25px;
}

.tt-list li i {
	color: #000;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid black;
}
.product_icon{
position: absolute !important;
top: 50px;
right: 50px;
}
.tt-list li.style_disk .desk:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
}
.tt-list li.style_disk .desk {
    height: 20px;
    width: 20px;
}
.home_banner_card .action-content h2{
	font-size: 25px;
    line-height: 28px;
	font-weight: 700;
	color: #fff;
}
.home_banner_card{
	text-align: center;
}

@media (max-width: 426px){
	.banner {
		height: 750px;
	}
	.mb_mt_65 {
		margin-top: 0px;
	}
	.mb_mt_100 {
		margin-top: 50px;
	}
	.mobile_mb_6{
		margin-bottom: 6px;
	}
	.home_banner_card .action-content h2 {
		font-size: 19px;
	
	}
}

.card_icon{
position: absolute;
top: 25px;
right: 40px;
color: #c4c4c461;
}
.card_icon i{
font-size: 65px !important;
}

.card_tt_list_none li i {
    color: unset;
    background-color:unset;
    font-size: unset;
    border:unset;
}
.card_tt_list_none li i {
    display: unset; 
    font-size: unset;
    color:unset;
    height: unset;
    width: unset;
    line-height: unset;
    text-align: unset;
    border-radius: unset;
    background-color: unset;
    margin-right: unset;
}
.product_card_icon{
	position: absolute;
	top: 40px;
	right: 40px;
	color: #c4c4c461;
	}
	.product_card_icon i{
	font-size: 65px !important;
	}
	
	.border_t{
		    border-top: 1px solid #ece9fc;
	}
	@media screen and (min-width:361px) and (max-width:426px){


	.logo_p {
		padding-top: 25px;
	}
	.banner--six .banner__title {
		color: #2b2b2b;
		font-size: 27px;
		letter-spacing: 3px;
	}
	#call-to-action-two {
		padding: 30px 0;
	}
	.animate-client-logo .top-shape {
		position: absolute;
		top: 0px;
		left: 25px;
	}
	.service-list-wrap {
		padding: 30px 0px 30px 0px;
	}
	.mb_pt_12{
		padding-top: 12px;
	}
	.tt-testimonial.style-1 {
		padding-bottom: 0px;
	}
	.tt-testimonial.style-1 {
		padding-top: 15px;
	}
	.mb_pb_10{
		padding-bottom: 10px;
	}
	.trns_business_consulting_box h2 {
	
		font-size: 22px;
	}
	/* .mb-footer-menu li {*/
	
	/*	width: 32%;*/
	/*	display: inline-flex !important;*/
	/*}*/
	 .mb-footer-menu {

		overflow: hidden;
	}
	.mb-d-none{
		display: none;
	}
	.world-map-img{
		background-image: unset !important;
		}
}

.tt_btn_hover:hover{
	color: #000 !important;
}

@media screen and (min-width:316px) and (max-width:360px){
	.logo_p {
		padding-top: 23px;
	}
	.banner--six .banner__title {
		color: #2b2b2b;
		font-size: 22px;
		letter-spacing: 3px;
	}
	.animate-client-logo .top-shape {
		position: absolute;
		top: 0px;
		left: 10px;
	}
	#call-to-action-two {
		padding: 30px 0;
	}
	.home_banner_card .action-content h2 {
		font-size: 16px;
	}
	.service-list-wrap {
		padding: 30px 0px 30px 0px;
	}
	.mb_pt_12{
		padding-top: 12px;
	}
	.tt-testimonial.style-1 {
		padding-bottom: 0px;
	}
	.tt-testimonial.style-1 {
		padding-top: 15px;
	}
	.mb_pb_10{
		padding-bottom: 10px;
	}

	.trns_business_consulting_box h2 {
	
		font-size: 22px;
	}
	/*.mb-footer-menu li {*/
	
	/*	width: 32%;*/
	/*	display: inline-flex !important;*/
	/*}*/
	.mb-footer-menu {

		overflow: hidden;
	}
	.mb-d-none{
		display: none;
	}
	.world-map-img{
	background-image: unset !important;
	}
}

.world-map-img{
    background: linear-gradient( rgb(255 255 255 / 78%), rgb(255 255 255) ), url(../image/worldmap.png);
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover;
    -o-background-size: cover; */
    /* background-size: cover; */
    background-repeat: no-repeat;
	background-position: 50px 40px;
}

/*---------------------------- allinnov ---------------------------- */
.site-logo a{
	padding-top: 10px !important;
}

.banner__slider .banner__slide {
	height: 476px;
    margin-top: 80px;
}

.banner__slider .banner__slide img {
    height: auto;
}

.banner__slider .banner__slide:after {
	background-color: rgb(12 22 54 / 52%);
}
.testimonial--one .testimonial__content {
    max-width: 100%;
}
.testimonial--one {
    max-width: 100%;
}


/* ---------------------- testimonal ------------------ */

/*--------------------------------------------------------------
 ##  Testimonial
 --------------------------------------------------------------*/
 .testimonial-two-section {
	background-color: #ebeef2;
	padding: 115px 0 0;
}

@media (max-width: 991px) {
	.testimonial-two-section {
		padding-top: 75px;
	}
}

@media (max-width: 767px) {
	.testimonial-two-section .section-heading {
		text-align: center;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.testimonial-two-section .testimonial-control {
		margin: 0 auto 40px;
	}
}

.testimonial-section {
	background-color: #ebeef2;
	padding: 120px 0 90px;
}

@media (max-width: 991px) {
	.testimonial-section {
		padding: 80px 0 50px;
	}
}

.slider-pagination {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-pagination .swiper-pagination-bullet {
	margin: 0 5px !important;
	height: 10px;
	width: 10px;
	background: #dbd9e3;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #572aff;
}

.testimonial-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
	margin-left: auto;
}

.testimonial-control > div {
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: 0;
	cursor: pointer;
	font-size: 20px;
}

.testimonial-control > div:hover {
	background: #fa5441;
	color: #fff;
}

.testimonial-area {
	padding: 50px 0 110px;
}

@media (max-width: 991px) {
	.testimonial-area {
		padding: 20px 0 60px;
	}
}

.testimonial-six-section {
	padding: 140px 0 130px;
	background-image: url(../../media/background/testimonial_four.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.testimonial-six-section {
		padding: 100px 0 90px;
	}
}

@media (max-width: 991px) {
	.learn-info-content-wrap {
		margin-bottom: 40px;
	}
}

.testimonial-seven-section {
	padding: 140px 0 130px;
	background-image: url(../../media/background/testimonial_five.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.testimonial-seven-section {
		padding: 80px 0 70px;
	}
}

.testimonial--one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 830px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.testimonial--one {
		display: block;
	}
}

.testimonial--one .testimonial__info-wrapper {
	width: 200px;
}

@media (max-width: 1024px) {
	.testimonial--one .testimonial__info-wrapper {
		width: 100%;
		margin-bottom: 25px;
	}
}

.testimonial--one .testimonial__info {
	text-align: center;
}

.testimonial--one .testimonial__info .avatar {
	margin: 0 auto 12px;
}

.testimonial--one .testimonial__content {
	max-width: 570px;
	padding-left: 20px;
	position: relative;
}

@media (max-width: 1024px) {
	.testimonial--one .testimonial__content {
		text-align: center;
		padding-left: 0;
		margin: 0 auto;
	}
}

.testimonial--one .testimonial__content:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 120px;
	background: #e7e9ed;
	left: 0;
	top: 42px;
}

@media (max-width: 1024px) {
	.testimonial--one .testimonial__content:after {
		display: none;
	}
}

.testimonial__info .avatar {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.testimonial__info .avatar img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial__content p {
	font-size: 20px;
	line-height: 34px;
	color: #0c1636;
}

@media (max-width: 991px) {
	.testimonial__content p {
		font-size: 16px;
		line-height: 28px;
	}
}

.testimonial__date {
	font-size: 14px;
	color: #4f5158;
	display: block;
}

.testimonial .tt-star-rating {
	margin-bottom: 7px;
}

.testimonial__name {
	font-size: 16px;
	font-weight: 700;
	color: #1c1e21;
	margin: 0;
}

.testimonial__designation {
	font-size: 14px;
	color: #4f5158;
	display: block;
	line-height: 20px;
}

.testimonial--two {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testimonial--two .testimonial__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 21px;
}

.testimonial--two .testimonial__info .avatar {
	margin-right: 10px;
}

.testimonial--two .testimonial__content p {
	font-size: 16px;
	line-height: 28px;
	color: #4f5158;
	margin: 0;
}

.testimonial--two .testimonial__content .review-link {
	display: inline-block;
	margin-top: 22px;
	color: #0c1636;
	font-size: 15px;
	font-weight: 500;
}

.testimonial--two .testimonial__content .review-link:hover {
	color: #fa5441;
}

.testimonial--two:hover {
	-webkit-box-shadow: 0px 40px 40px 0px rgba(0, 9, 40, 0.08);
	box-shadow: 0px 40px 40px 0px rgba(0, 9, 40, 0.08);
}

.testimonial--three {
	background-color: #fff;
	border-radius: 6px;
	padding: 50px;
}

.testimonial--three .quote {
	margin-bottom: 20px;
}

.testimonial--three .quote img {
	text-shadow: 0px 10px 20px rgba(194, 10, 77, 0.2);
}

.testimonial--three .testimonial__content p {
	color: #4f5158;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 28px;
}

.testimonial--three .testimonial__name {
	font-size: 18px;
}

.testimonial--four .testimonial__avater {
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 30px 40px 0px rgba(0, 9, 40, 0.14);
	box-shadow: 0px 30px 40px 0px rgba(0, 9, 40, 0.14);
	margin-bottom: 25px;
}

.testimonial--four .testimonial__avater img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial--four .testimonial__title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 13px;
}

.testimonial--four .testimonial__content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.902);
	line-height: 30px;
	margin-bottom: 30px;
}

.testimonial--four .testimonial__bio .testimonial__name {
	font-size: 18px;
	color: #fff;
	margin-bottom: 2px;
}

.testimonial--four .testimonial__bio .testimonial__designation {
	color: #d9dce7;
}

.testimonial--five {
	text-align: center;
}

.testimonial--five .testimonial__content .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #1c1e21;
}

.testimonial--five .testimonial__content p {
	font-size: 16px;
    line-height: 25px;
	max-width: 100%;
	margin: 0 auto 0px;
	color: #1c1e21;
}

@media (max-width: 767px) {
	.testimonial--five .testimonial__content p {
		font-size: 18px;
		line-height: 28px;
	}
}

.testimonial--five .testimonial__info .avatar {
	margin: 0 auto 20px;
	height: 65px;
	width: 65px;
	-webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
	box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
	border: 3px solid #fff;
}

.testimonial--five .testimonial__name {
	font-size: 20px;
	color:#1c1e21;
	margin-bottom: 3px;
}

.testimonial--five .testimonial__designation {
	color: rgb(28 30 33);
}

.testimonial--six {
	background-color: #fff;
	padding: 30px;
}

.testimonial--six .testimonial__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial--six .testimonial__avater {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.testimonial--six .testimonial__content {
	margin-bottom: 25px;
}

.testimonial--six .testimonial__content p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
}

.testimonial--seven .testimonial__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.testimonial--seven .testimonial__avater {
	margin-right: 20px;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial--seven .testimonial__avater img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial--seven .testimonial__name {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.testimonial--seven .testimonial__designation {
	color: rgba(255, 255, 255, 0.6);
}

.testimonial--seven .testimonial__content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

.testimonial-control-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 28px;
}

.testimonial-control-two .testi-prev, .testimonial-control-two .testi-next {
	color: rgba(255, 255, 255, 0.302);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 24px;
}

.testimonial-control-two .testi-prev:hover, .testimonial-control-two .testi-next:hover {
	color: #fff;
}

.testimonial-control-two .testi-prev {
	margin-right: 10px;
}

.rating {
	margin-bottom: 4px;
	padding: 0;
	list-style: none;
}

.rating li {
	display: inline-block;
	color: #ffa32b;
	font-size: 14px;
}

.tt-testimonial.style-1 {
	padding-top: 40px;
}

@media (max-width: 1024px) {
	.tt-testimonial.style-1 {
		padding-bottom: 50px;
	}
}

.tt-testimonial.style-1 .testimonial-pagination {
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

@media (max-width: 991px) {
	.tt-testimonial.style-1 .testimonial-pagination {
		bottom: 0;
	}
}

@media (max-width: 1024px) {
	.tt-testimonial.style-1 .testimonial-pagination {
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.tt-testimonial.style-1 .testimonial-pagination .swiper-pagination-bullet {
	display: block;
	margin: 10px 0 !important;
}

@media (max-width: 1024px) {
	.tt-testimonial.style-1 .testimonial-pagination .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 5px !important;
	}
}

.tt-testimonial.style-1 .swiper-slide .testimonial__info .avatar,
.tt-testimonial.style-1 .swiper-slide .testimonial__info .testimonial__bio {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__info .testimonial__bio {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__content .tt-star-rating,
.tt-testimonial.style-1 .swiper-slide .testimonial__content p,
.tt-testimonial.style-1 .swiper-slide .testimonial__content .testimonial__date {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.tt-testimonial.style-1 .swiper-slide .testimonial__content p {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__info .avatar,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__info .testimonial__bio {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content .tt-star-rating,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content p,
.tt-testimonial.style-1 .swiper-slide.swiper-slide-active .testimonial__content .testimonial__date {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.tt-testimonial.style-2 {
	padding: 20px 0 70px;
}

.tt-testimonial.style-3 {
	-webkit-box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.12);
	box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.12);
}

.tt-testimonial.style-5 .testimonial-control {
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tt-testimonial.style-5 .testimonial-control > div {
	background-color: #b80120;
	border-color: 2px solid #b80120;
	color: #fff;
}

.tt-testimonial.style-5 .testimonial-control > div:hover {
	background-color: transparent;
	border: 2px solid #b80120;
    color: #b80120;
}

.testimonial-thumb {
	margin-top: 40px;
	max-width: 170px;
	margin-left: 30px;
}

.testimonial-thumb .swiper-slide .testiminial-nav-thumb {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.testimonial-thumb .swiper-slide .testiminial-nav-thumb img {
	border: 2px solid #fff;
	background-color: #fff;
	border-radius: 50%;
}

.testimonial-thumb .swiper-slide.swiper-slide-thumb-active .testiminial-nav-thumb {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tt-testimonial-single-two {
	border-radius: 4px;
	background-color: #3283fd;
	padding: 50px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(2, 36, 145, 0.2);
	box-shadow: 0px 30px 60px 0px rgba(2, 36, 145, 0.2);
}

@media (max-width: 991px) {
	.tt-testimonial-single-two {
		margin-top: 30px;
	}
}

.testimonial-pagination-three {
	text-align: center;
}

.testimonial-pagination-three.testi-pagi-two {
	margin-top: 14px;
}

.testimonial-pagination-three.testi-pagi-two .swiper-pagination-bullet {
	background-color: #8d9bc2;
	border-color: #8d9bc2;
	height: 10px;
	width: 10px;
}

.testimonial--grid {
	margin-bottom: 30px;
}

.testimonial-area-five {
	background-color: #ffffff;
	padding: 30px 0;
	background-image: url(../../media/background/testimonial_three.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.testimonial-area-five {
		padding: 80px 0;
	}
}

.tt-testimonials-wrapper-seven {
	background-color: rgba(0, 9, 42, 0.949);
	padding: 60px 50px 49px;
	border-radius: 10px;
}

/* Rating Style */
.tt-star-1:before,
.tt-star-2:before,
.tt-star-3:before,
.tt-star-4:before,
.tt-star-5:before {
	content: "";
	color: #ff9915;
}

.tt-star-05 .tt-star-1:before,
.tt-star-15 .tt-star-2:before,
.tt-star-25 .tt-star-3:before,
.tt-star-35 .tt-star-4:before,
.tt-star-45 .tt-star-5:before {
	content: "";
	color: #ff9915;
}

.tt-star-10 .tt-star-1:before,
.tt-star-15 .tt-star-1:before,
.tt-star-20 .tt-star-1:before,
.tt-star-20 .tt-star-2:before,
.tt-star-25 .tt-star-1:before,
.tt-star-25 .tt-star-2:before,
.tt-star-30 .tt-star-1:before,
.tt-star-30 .tt-star-2:before,
.tt-star-30 .tt-star-3:before,
.tt-star-35 .tt-star-1:before,
.tt-star-35 .tt-star-2:before,
.tt-star-35 .tt-star-3:before,
.tt-star-40 .tt-star-1:before,
.tt-star-40 .tt-star-2:before,
.tt-star-40 .tt-star-3:before,
.tt-star-40 .tt-star-4:before,
.tt-star-45 .tt-star-1:before,
.tt-star-45 .tt-star-2:before,
.tt-star-45 .tt-star-3:before,
.tt-star-45 .tt-star-4:before,
.tt-star-50 .tt-star-1:before,
.tt-star-50 .tt-star-2:before,
.tt-star-50 .tt-star-3:before,
.tt-star-50 .tt-star-4:before,
.tt-star-50 .tt-star-5:before {
	content: "";
	color: #ff9915;
}

.testimonial-left-content .section-heading {
	margin-bottom: 33px;
}

.testimonial-left-content .section-heading .section-title {
	margin-bottom: 32px;
}

.testimonial-left-content .section-heading .description {
	font-weight: 500;
}

.testimonial-three-section {
	padding: 140px 0;
	background-color: #eff1f6;
	background-image: url(../../media/background/testimonial_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.testimonial-three-section {
		padding: 80px 0;
	}
}

@media (max-width: 767px) {
	.testimonial-left-content {
		margin-bottom: 40px;
	}
}

.testimonial-left-content-two .section-heading {
	margin-bottom: 23px;
}

.testimonial-left-content-two .section-heading .section-title {
	color: #fff;
	margin-bottom: 34px;
}

.testimonial-left-content-two .section-heading .description {
	color: #fff;
	font-weight: 600;
}

.testimonial-left-content-two .popup-play-btn {
	margin-bottom: 28px;
}

.testimonial-left-content-two .popup-play-btn:before {
	display: none;
}

.testimonial-four-section {
	position: relative;
	background-image: url(../../media/background/testimonial_bg_two.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 120px;
	background-attachment: fixed;
}

@media (max-width: 991px) {
	.testimonial-four-section {
		padding-top: 80px;
	}
}

.testimonial-four-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(14, 26, 64, 0.7);
}

.testimonial-four-section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
}

.testi-pagi-two {
	margin-top: 41px;
}

.testi-pagi-two .swiper-pagination-bullet {
	opacity: 1;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	width: 14px;
	height: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testi-pagi-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
	border-color: #fff;
}

/* Testimonial Eight */
.testimonial-area-eight {
	background-color: #f3f4f7;
	padding: 120px 0;
	background-image: url(../../media/background/testimonial_eight.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.testimonial-area-eight {
		padding: 80px 0;
	}
}

.tt-testimonial.style-8 .testimonial--five .testimonial__content .title {
	color: #11266d;
}

.tt-testimonial.style-8 .testimonial--five .testimonial__content p {
	color: #11266d;
}

.tt-testimonial.style-8 .testimonial--five .testimonial__name {
	color: #11266d;
}

.tt-testimonial.style-8 .testimonial--five .testimonial__designation {
	color: #3c435b;
}

.tt-testimonial.style-8 .testimonial-control {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.tt-testimonial.style-8 .testimonial-control > div:hover {
	background-color: #3283fd;
}
.testi-prev{
	margin-right: 10px;

}







  /* home sticky css  */

  .vs-sticky{
	position: sticky;
    top: 80px;
	height:370px;
	overflow-y: scroll;
  }
  .vs-sticky .post-content h2{

	font-size: 16px;
    color: #333333;
  }

  .vs-sticky .list-posts li{
	list-style-type: none;
  }
  .vs-sticky .list-posts li .post-content p{
	line-height: 19px;
    font-size: 14px;
	margin-bottom: 2px;
  }
  .vs-sticky ul{
	padding-left: 0px;
	
  }

  .post-tags li a{
	color: #b80120;
    font-size: 15px;
	font-weight: 500;
  }

  

  /*--------------------------------------------------------------
##  Feature
--------------------------------------------------------------*/
.feature-area {
	padding: 115px 0 90px;
}

.feature-area .section--heading {
	margin-bottom: 26px;
}

.signature {
	margin-bottom: 80px;
}

.signature .name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.gp-feature {
	text-align: center;
	padding: 35px 15px;
	background-image: -o-linear-gradient(210deg, #996dfe 0%, #6a3bef 100%);
	background-image: linear-gradient(-120deg, #996dfe 0%, #6a3bef 100%);
	border-radius: 6px;
	-webkit-box-shadow: 0 20px 30px 0 rgba(132, 86, 247, 0.2);
	box-shadow: 0 20px 30px 0 rgba(132, 86, 247, 0.2);
}

.gp-feature__icon-container {
	margin-bottom: 23px;
}

.gp-feature__title {
	font-size: 16px;
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.1;
}

.gp-feature--colortwo {
	background-image: -o-linear-gradient(210deg, #fdc46b 0%, #f98c25 100%);
	background-image: linear-gradient(-120deg, #fdc46b 0%, #f98c25 100%);
	-webkit-box-shadow: 0 20px 30px 0 rgba(234, 157, 21, 0.2);
	box-shadow: 0 20px 30px 0 rgba(234, 157, 21, 0.2);
}

.gp-feature--colorthree {
	background-image: -o-linear-gradient(210deg, #2fc0f3 0%, #1c86e3 100%);
	background-image: linear-gradient(-120deg, #2fc0f3 0%, #1c86e3 100%);
	-webkit-box-shadow: 0 20px 30px 0 rgba(41, 174, 238, 0.2);
	box-shadow: 0 20px 30px 0 rgba(41, 174, 238, 0.2);
}

.gp-feature--colorfour {
	background-image: -o-linear-gradient(210deg, #fe7353 0%, #fc5933 100%);
	background-image: linear-gradient(-120deg, #fe7353 0%, #fc5933 100%);
	-webkit-box-shadow: 0 20px 30px 0 rgba(253, 104, 71, 0.2);
	box-shadow: 0 20px 30px 0 rgba(253, 104, 71, 0.2);
}

/*--------------------------------------------------------------
##  List
--------------------------------------------------------------*/
.tt-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tt-list li {
	color: #0c1636;
	line-height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
	font-size: 15px;
}

.tt-list li span {
	font-weight: 400;
}

.tt-list li p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}

.tt-list li i {
	display: inline-block;
	font-size: 14px;
	color: #3283fd;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 30px;
	background-color: #e9eeff;
	margin-right: 10px;
}

.tt-list li a {
	color: #1c1e21;
	display: block;
}

.tt-list li a:hover {
	color: #3283fd;
}

.tt-list li.style_disk {
	position: relative;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}

.tt-list li.style_disk .desk {
	height: 16px;
	width: 16px;
	border: 2px solid #572aff;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
}

.tt-list li.style_disk .desk:after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	border: 2px solid #572aff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tt-list li.style_disk .list-text {
	line-height: 1;
}

.tt-list.inline-items li {
	display: inline-block;
	margin: 0 10px;
}

.tt-list.inline-items li:first-child {
	margin-left: 0 !important;
}

.tt-list.inline-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.tt-list.inline-flex {
		margin-top: 40px;
	}
}

.tt-list.inline-flex li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 33.33%;
}

@media (max-width: 991px) {
	.tt-list.inline-flex li {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.tt-list.inline-flex li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.tt-list.inline-flex li .list-content {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding-right: 40px;
}

.tt-list.style-two .list_item {
	padding-bottom: 30px;
}

@media (max-width: 991px) {
	.tt-list.style-two.inline-flex .list_item {
		padding-bottom: 0;
	}
}

.tt-list.style-two i {
	margin-right: 20px;
}

.tt-list.style-two .list-text {
	font-size: 18px;
	margin-bottom: 10px;
}

.tt-list.style-three li {
	font-size: 17px;
	font-weight: 500;
	line-height: 38px;
}

@media (max-width: 576px) {
	.tt-list.style-three li {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.tt-list.style-three li {
		font-size: 16px;
	}
}

.tt-list.style-three i {
	background-color: #27b261;
	color: #fff;
}

.tt-list.style-four li {
	position: relative;
	padding-left: 13px;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 0;
}

.tt-list.style-four li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	height: 6px;
	width: 6px;
	background-color: #ff393e;
	border-radius: 10px;
}

.tt-list.style-five li {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
	box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
	margin-bottom: 20px;
	font-weight: 500;
	color: #11266d;
}

.tt-list.style-five li i {
	background-color: rgba(39, 178, 97, 0.102);
	color: #27b261;
	height: 24px;
	width: 24px;
	font-size: 16px;
	line-height: 24px;
}

/* List With icon image*/
.list-with-icon {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-with-icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
}

.list-with-icon li .list-icon {
	padding: 0.688em;
	display: inline-block;
	background-color: rgba(255, 57, 62, 0.078);
	border-radius: 50%;
	margin-right: 10px;
}

.list-with-icon li .list-icon.color-two {
	background-color: rgba(14, 184, 236, 0.078);
}

.list-with-icon li .list-icon img, .list-with-icon li .list-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	font-size: 18px;
}

.list-with-icon li .list-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.ellipse {
	border-radius: 50%;
	background-color: rgba(14, 184, 236, 0.078);
	opacity: 0.078;
	position: absolute;
	left: 375px;
	top: 3605px;
	width: 40px;
	height: 40px;
	z-index: 216;
}

/*--------------------------------------------------------------
##  Funfact
--------------------------------------------------------------*/
.funfact-section {
	background-color: #ffffff;
	padding: 25px 0 40px;
}

@media (max-width: 991px) {
	.funfact-section {
		padding: 65px 0 60px;
	}
}

.funfact-section .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
}

.counter-area-two {
	padding: 110px 0 120px;
}

@media (max-width: 991px) {
	.counter-area-two {
		padding: 80px 0 50px;
	}
}

.counter-area {
	padding: 265px 0 132px;
	background-image: url(../../media/background/counter_bg.png);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 991px) {
	.counter-area {
		padding: 220px 0 70px;
	}
}

@media (max-width: 767px) {
	.counter-area {
		padding: 100px 0 70px;
	}
}

.counter-area-three {
	background-image: url(../../media/background/counter_bg_two.png);
	background-size: cover;
	background-position: center center;
	padding-top: 140px;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.counter-area-three {
		padding: 0 0 60px;
	}
}

.counter-image-wrap {
	margin-left: -215px;
}

@media (max-width: 767px) {
	.counter-image-wrap {
		margin-left: 0;
	}
}

.counter-content-wrap {
	padding-top: 25px;
}

.counter-content-wrap .section-heading {
	margin-bottom: 62px;
}

.counter-content-wrap .section-heading .section-title {
	margin-bottom: 24px;
}

.counter-content-wrap .section-heading .description {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.tt-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.tt-counter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.tt-counter__count {
	color: #b80120;
	font-size: 44px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
}

.tt-counter__count.color__two {
	color: #b80120;
}

.tt-counter__count.color__three {
	color: #b80120;
}

.tt-counter__count.color__four {
	color: #b80120;
}

@media (max-width: 991px) {
	.tt-counter .tt-counter__item {
		width: 50%;
		margin-bottom: 40px;
	}
}

.tt-counter .tt-counter__item.style-two {
	padding: 0 15px;
	position: relative;
}

.tt-counter .tt-counter__item.style-two:not(:last-child):after {
	content: "";
	position: absolute;
	right: -60%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 140px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991px) {
	.tt-counter .tt-counter__item.style-two {
		text-align: center;
	}

	.tt-counter .tt-counter__item.style-two:after {
		right: 0 !important;
	}

	.tt-counter .tt-counter__item.style-two:nth-child(2):after {
		display: none;
	}
}

.tt-counter .tt-counter__item.style-two .tt-counter__count {
	color: #fff;
	font-weight: 800;
	font-size: 40px;
}

.tt-counter .tt-counter__item.style-two .tt-counter__title {
	color: rgba(255, 255, 255, 0.5);
}

.tt-counter .tt-counter__item.style-two .suffix {
	font-weight: 500;
	margin-left: -8px;
}

.tt-counter__title {
	font-size: 16px;
	color: #75777d;
	font-weight: 400;
	margin: 0;
}

.tt-counter .suffix {
	display: inline-block;
	margin-left: -10px;
}

.tt-counter.style-three {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
}

.tt-counter.style-three .tt-counter__item {
	width: 33.33%;
	padding: 60px 70px;
	background-color: #3283fd;
}

@media (max-width: 991px) {
	.tt-counter.style-three .tt-counter__item {
		padding: 50px 40px;
	}
}

@media (max-width: 767px) {
	.tt-counter.style-three .tt-counter__item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.tt-counter.style-three .tt-counter__item .tt-counter__count {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
}

@media (max-width: 991px) {
	.tt-counter.style-three .tt-counter__item .tt-counter__count {
		font-size: 34px;
	}
}

.tt-counter.style-three .tt-counter__item .tt-counter__count .suffix {
	font-weight: 400;
}

.tt-counter.style-three .tt-counter__item .tt-counter__title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.tt-counter.style-three .tt-counter__item.color-two {
	background-color: #121d41;
}

.tt-counter.style-three .tt-counter__item.color-theree {
	background-color: #f63a6f;
}

.tt-counter.style-four {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 460px;
}

.tt-counter.style-four .tt-counter__item {
	background-color: #fff;
	-webkit-box-shadow: 0 30px 50px 0 rgba(0, 9, 40, 0.1);
	box-shadow: 0 30px 50px 0 rgba(0, 9, 40, 0.1);
	padding: 14px 15px;
	width: 24%;
	text-align: center;
}

@media (max-width: 480px) {
	.tt-counter.style-four .tt-counter__item {
		width: 49%;
		margin-bottom: 10px;
	}
}

.tt-counter.style-four .tt-counter__item .counter {
	font-size: 40px;
	color: #3283fd;
}

.tt-counter.style-four .tt-counter__item .tt-counter__title {
	font-size: 14px;
	font-weight: 500;
	color: #1c1e21;
}

.tt-counter-box {
	background-color: #b90020;
	padding: 56px 50px 60px;
	background-image: url(../media/background/counter_bg_three.jpg);
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}

.tt-counter-box__subtitle {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 14px;
}

.tt-counter-box__title {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 43px;
}

.tt-counter-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
}

.tt-counter-box__item.style-two .tt-counter-box__count {
	color: #11266d;
}

.tt-counter-box__item.style-two .tt-counter-box__count-title {
	color: #11266d;
	font-size: 15px;
	font-weight: 500;
}

.tt-counter-box__icon {
	margin-right: 20px;
}

.tt-counter-box__count {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.1;
}

.tt-counter-box__count-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-bottom: 0;
}

.tt-counter-box .tt__btn {
	margin-top: 23px;
	border-radius: 6px;
	padding: 9px 34px;
}


/* intectual css  */
.pt-30{
	padding-top:30px !important;
}
.cl-logo{
	color: #b90020 !important;
}

.mb-25{
	margin-bottom: 25px;
}
.fs-17{
	font-size: 17px;
}


/*--------------------------------------------------------------
 ##  Category Box
 --------------------------------------------------------------*/
 .category-section {
	padding-top: 115px;
}

@media (max-width: 991px) {
	.category-section {
		padding-top: 75px;
	}

	.category-section .section-heading {
		text-align: center;
	}

	.category-section .text-right {
		text-align: center !important;
		margin-bottom: 40px;
	}
}

.tt-category-box {
	-webkit-box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.12);
	box-shadow: 0 30px 70px 0 rgba(0, 9, 40, 0.12);
	background-color: #fff;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.tt-category-box__icon {
	margin-bottom: 15px;
}

.tt-category-box__title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
}

.tt-category-box__title a {
	color: #1c1e21;
}

.tt-category-box__posts {
	margin-bottom: 0;
	font-size: 14px;
	color: #4f5158;
}

/* Info Box */
.learn-info-title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 52px;
}

.learn-info-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.learn-info-box-wrap {
		display: block;
	}
}

.learn-info-box {
	margin-right: 100px;
}

@media (max-width: 991px) {
	.learn-info-box {
		margin: 0 0 30px;
	}
}

.learn-info-box .info-title {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 13px;
}

.learn-info-box .info {
	color: #fff;
}

.read_btn{
	color: #b90020;
    font-weight: 500;
}

.vs_services{
	font-size: 15px;
    line-height: 20px;

}

.vs_services p{
	margin-bottom: 4px !important;
}
.vs_services .second_heading{
font-size: 16px;
}
.vs_services .tt-category-box__title a{
	color: #b90020;
	font-size: 18px;
    font-weight: 600;
}
.banner__slider .banner__content .banner__title {
    font-size: 36px;
}

.banner__description {
    margin-bottom: 10px;
}

.h_85 {
    height: 85px;
}

.banner__slider .banner__content {
    top: 45%;
}

.text_center{
	text-align: center;
}

.service_btn{
	margin-top: 20px;
}
.tt-icon-box.style-five {
	padding: 40px 60px 20px 60px;
}

.logo-carousel {
    padding-top: 0px !important;
}

.logo-carousel .section-heading {
    margin-bottom: 20px;
}
.section-heading .description {
    /*font-weight: 500;*/
}

/* .client_logo img {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    /* opacity: 0.7;
} */

/* patent page  */


  .vs-subpage .post-content h2{

	font-size: 16px;
    color: #333333;
  }

  .vs-subpage .list-posts li{
	list-style-type: none;
  }
  .vs-subpage .list-posts li .post-content p{
	line-height: 19px;
    font-size: 14px;
	margin-bottom: 2px;
  }
  .vs-subpage ul{
	padding-left: 0px;
	
  }

  .post-tags li a{
	color: #b80120;
    font-size: 15px;
	font-weight: 500;
  }


  /* breaking news  */

  .ns-breaking-news {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.ns_breaking_news_icon i {
    color: #fc3030;
    font-size: 15px;
    margin-right: 3px;
}

.news_menu_nav_bar li a {
    color: #333333 !important;
    font-weight: 1000;
}

.news_menu_nav_bar li .ns_home_icon {
    font-size: 22px;
}

.navbar-nav>.ns_home_icon_li:hover>a {
    color: #333333 !important;
}

.navbar-nav>.ns_home_icon_li>a:before {
    background: unset;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 18px;
    background: #344eae;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    color: #ffffff;
}



.ns-flash-banner {
    padding-bottom: unset;
}

.image-post .hover-box {
    position: unset;
    background: unset;
}

.image-post:hover .hover-box {
    background: unset;
}

.image-post:hover .hover-box .inner-hover h2 a {
    color: #f0f2f6;
}

.image-post .hover-box .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: unset;
    font-size: 13px;
}

.image-post:hover .hover-box .inner-hover h2 a:hover {
    color: #e3dede;
}
.ns-flash-cl h2 a{
    color: #ffffff !important;
    
}
.ns-flash-cl h2 a:hover{
    color: #cccaea !important;
    
}
.ns-flash-cl  a{
    color: #ffffff !important;
    
}
.ns-flash-tags li{
    color:#ffffff !important;
}
.ns-flash-tags li i{
    color:#ffffff !important;
}
/* ----------------------------------- */

/* news heading  */

section.heading-news {
    padding-top: unset;
}

.heading-news4 .ticker-news-box .ticker-swipe span {
    background: #a09797;
}

.heading-news4 {
    background: #ffffff;
    padding-top: 15px;
}

.heading-news4 .ticker-news-box .ticker-swipe {
    background: #ffffff;
}

.ticker-news-box span.breaking-news:after {
    content: unset;
}

.navbar-nav>li>a.home {
    padding-left: 2px;
    padding-right: 2px;
}

.news_menu_nav_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news_menu_nav_bar>li>a {
    padding: 12px 30px 12px 12px;
}

.news_menu_nav_bar>li>a::after {
    top: 14px;
}

.ns-breaking-news {
    display: flex;
}

.ns-breaking-heading-news {
    padding-top: unset;
    padding-bottom: unset;
}

.ns-breaking-news .breaking-news {
    width: 140px;
    padding-right: unset;
    padding: 8px 18px;
}


.ns-breaking-news .ns-breaking-news-scroll {
    font-size: 14px;
    font-weight: 1000;
}

.ns-breaking-news .ns-breaking-news-scroll ul {
    display: inline-flex;
}

.ns-breaking-news .ns-breaking-news-scroll ul li {
    margin-right: 50px;
    list-style: none;
}

.list-line-posts {
    background: unset;
}
  
  
.ns-breaking-news .blink{
	width: 150px;
    font-size: 18px;
    font-weight: 600;
    color: #b90020;
}

.description{
	font-size: 16px;
    line-height: 25px;
    max-width: 100%;
    margin: 0 auto 0px;
    color: #1c1e21;
}

.indian_patent_accord{
	color: #b90020;
	font-weight: 500;
    font-size: 16px;
	
}

.indian_patent_accord:hover{
	color: #b90020;
	font-weight: 500;
    font-size: 16px;
	text-decoration: none;
}
.ft_15 p{
	font-size: 15px;
}
.indian_patent_accord:focus{
text-decoration: none;
}




/* accordition  */

.indian_patent_accord:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
  }

  #indian_patent_accord {
    display: block;
    text-align: left;
    padding: 20px;
}
  .indian_patent_accord.collapsed:after {
	content: "\f106";
  }


  /* blog  */


  .related-post-wrapper {
	margin-top: 95px;
}

.related-post-wrapper .related-title {
	font-size: 20px;
	margin-bottom: 21px;
}

.related-post {
	background-color: #fff;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
	box-shadow: 0px 30px 70px 0px rgba(0, 9, 40, 0.1);
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
}

@media (max-width: 767px) {
	.related-post {
		margin-bottom: 30px;
	}
}

.related-post .feature-image img {
	min-height: 160px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.related-post .blog-content {
	padding-top: 22px;
}

.related-post .blog-content .post-title {
	font-size: 14px;
	margin-bottom: 11px;
	line-height: 20px;
}

.related-post .blog-content .post-title a {
	color: #0c1636;
}

.related-post .blog-content .post-title a:hover {
	color: #3283fd;
}

.related-post .post-meta {
	margin-bottom: 7px;
	padding-top: 0;
}

.related-post .post-meta li a {
	font-size: 13px;
	color: #2a5cff;
}

.related-post .post-meta li .posted-on a {
	color: #76787d;
}

@media (min-width: 992px) {
	.sidebar {
		padding-left: 70px;
	}
}

@media (max-width: 991px) {
	.sidebar {
		margin-top: 70px;
	}
}

.sidebar .widget-title {
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
	font-size: 20px;
}

.widget {
	margin-bottom: 44px;
}

.search-form {
	border-radius: 6px;
	position: relative;
	background-color: #f0f1f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.search-form input {
	padding: 11px 30px;
	border-radius: 0;
	border: 0;
	width: 100%;
	color: #696969;
	height: 55px;
	margin: 0;
	background: transparent;
	font-size: 16px;
}

.search-form button {
	border: 0;
	padding: 0 15px;
	font-size: 20px;
	line-height: 40px;
	color: #0c1636;
	background: transparent;
}

.ultraland-widget-recent-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.ultraland-widget-recent-posts .recent-posts-image_wrapper {
	width: 70px;
	margin-right: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.ultraland-widget-recent-posts .recent-posts-image_wrapper img {
	border-radius: 6px;
}

.ultraland-widget-recent-posts .recent-posts-content_wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ultraland-widget-recent-posts .post-title {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}

.ultraland-widget-recent-posts .post-title a {
	color: #0c1636;
	line-height: 1.2;
}

.ultraland-widget-recent-posts .post-title a:hover {
	color: #3283fd;
}

.ultraland-widget-recent-posts .date a {
	color: #4f5158;
	font-size: 14px;
}

.blog-category {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-category li {
	position: relative;
	padding-left: 20px;
}

.blog-category li:not(:last-child) {
	margin-bottom: 13px;
}

.blog-category li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: #acadba;
}

.blog-category li a {
	color: #4f5158;
}

.blog-category li a:hover {
	color: #3283fd;
}

.blog-single {
    padding: 20px 0;
}

.comment-form #submit {
    margin-bottom: 0;
    background-color: #b90020;
}

.comment-form #submit:hover {
    color: #fff;
    border-color: #b80120;
    background: #a7041f;
}

.single-post-navigation {
    margin-top: 20px;
}

#comments {
    margin-top: 10px;
}

.comment-wrapper {
    margin-top: 10px;
}
.mb_0{
	margin-bottom: 0px;
}

.blog-post-archive {
    padding: 30px 0;
}

.post-wrapper .post {
    margin-bottom: 20px;
}

.post-navigation li.active {
    background-color: #b90020;
    border-color: #b90020;
    color: #fff;
}
.trns_business_consulting_box h2 {

    font-size: 22px;
}


.dot-none{
	list-style-type: none;
}
.list_icon{
	color: #b90020;
    padding-right: 5px;
}
/* whats app  */
.whatsapp-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366; /* WhatsApp green color */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    
    left: 15px;
    z-index: 100;
    line-height: 48px;
    overflow: hidden;
    transition: width 0.3s, background-color 0.3s;
}

.whatsapp-app i {
    font-size: 32px;
    vertical-align: middle;
	color: #FFF;
}

.whatsapp-text {
    display: none;
    font-size: 15px;
    vertical-align: middle;
    color: #FFF;
}

.whatsapp-app:hover {
    background-color: #128c7e; /* Darker green on hover */
    width: 150px; /* Adjust the width on hover as needed */
}

.whatsapp-app:hover .whatsapp-text {
    display: inline;
}
/* call  */
.call-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    background-color: #0aabef;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    left: 15px;
    z-index: 100;
    line-height: 50px;
    overflow: hidden;
}

.call-app i {
    font-size: 22px;
    vertical-align: middle;
    color: #FFF;
}

.call-text {
    display: none;
    font-size: 15px;
    vertical-align: middle;
	color: #FFF;
}

.call-app:hover {
    background-color: #09a1d4;
    width: 150px; /* Adjust the width on hover as needed */
}

.call-app:hover .call-text {
    display: inline;
}

/*play store */
/* call  */

.play-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    right: 27px;
    z-index: 100;
    line-height: 50px;
    background-color: #4285f4;
    color: #fff;
    border-radius: 50px;
    text-align: left;
    font-size: 17px;
    /* transition: background-color 0.3s, color 0.3s; */
    text-decoration: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding: 10px;
}

.play-app:hover {
    background-color: #357ae8;
    color: #fff;
}

.icon-content-wrapper {
    display: flex;
    align-items: center;
}

.play-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.play-content {
    display: none;
    padding: 10px;
}

.play-app:hover .play-content {
    display: block;
    position: absolute;
    left: 35px;
    top: -10px;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
}
.play-app:hover {
    background-color: #357ae8;
    color: #fff;
    width: 170px;
}


  /* vertical tab   */
  .nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #b90020;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .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-custom .nav-link.active::before {
    opacity: 1;
}

/*mobile view */

@media (max-width: 769px) {
    .tt-icon-box.style-five {
    padding: 10px 10px 10px 10px;
}
    


.funfact-section {
    padding: 25px 0 5px;
}
}  
.pf_5{
    padding:3rem;
}
@media (max-width: 426px) {
.w-200{
    width:200px !important;
}
.banner {
    height: 360px;
}
.banner__slider .banner__slide img {
    height: 100%;
}
.banner__slider .banner__content .banner__title {
    font-size: 18px;
}
.banner__slider .banner__content .banner__subtitle {
    font-size: 13px;
}
.banner__slider .banner__content .banner__description {
    font-size: 14px;
}
.banner__slider .banner__content {
    top: 35%;
}
	#call-to-action-two {
		padding: 15px 0;
	}
.section-heading .section-title {
    font-size: 15px !important;
}
.service-list-wrap .section-heading .section-title {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 5px;
}
.service-list-wrap {
    padding: 15px 0px 15px 0px;
}
.trns_business_consulting_box h2 {
    font-size: 17px;
}
.tt-icon-box .icon-container {

    margin-bottom: 5px;
}
/*.description {*/
/*    font-size: 14px;*/
/*    line-height: 22px;*/
/*}*/


.tt-icon-box.style-five .box-title {
    margin-bottom: 6px;
}
.tt-icon-box .box-title {
    font-size: 17px;
}
.fs-17 {
    font-size: 16px;
}
.tt-counter__count {
  
    font-size: 36px;
}
.tt-counter__title {
    font-size: 14px;

    font-weight: 500;
}
.tt-counter .tt-counter__item {
    
    text-align: center;
    margin-bottom: 20px;
}
.ns-breaking-news .blink {
    line-height: 22px;
    font-size: 14px;
}
.mb_ft_15{
    font-size: 15px;
    line-height: 22px;
}
  .tt-icon-box {
    margin-bottom: 15px;
  }
  .pt-30 {
    padding-top: 20px !important;
}
#footer .site-info .copy-right {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
#footer .footer-widget-wrapper .widget:last-child {
    margin-bottom: 15px;
}
.page-banner-two {
    
    padding: 115px 0 10px;
}
.mb_ft_20{
    font-size:20px;
}
.pf_5{
    padding:10px;
}
.card-header {
    padding: 0.75rem 0.25rem;
}
}
.cust_wd_100{
    width:100px;
}
.site-logo{
display: flex;
}

.ft_mail_span{
    font-size: 14px;
    font-weight: 500;
}
.ft_mail_a{
    font-weight: 500;
    color: black;
    font-size: 14px;
}
.ft_address{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.ft_sign{
        font-size: 17px;
    font-weight: 600;
        color: #1c1e21;
}
.ta_j{
 text-align: justify;
}
.contact-page {
    padding: 40px 0;
}
.tt-icon-box .box-title a:hover {
    color: #b80120;
}
.site-header:not(.mobile-header).header-5 .menu li a:hover {
    color: #b80120;
}
#footer .footer-menu li a:hover {
    color: #b90020;
}
#footer .site-info .copy-right a:hover {
    color: #b80120;
}
#footer .footer-social-link li a:hover {
    background: #b90020;
    border-color: #b90020;
}
.pr_10{
    padding-right:10px;
}
p {
  cursor: pointer;
}
ul li{
  cursor: pointer;
}
.site-header .site-logo a {

    color: #b90020;
}
.mobile-header.header-5 .tt-hamburger .bar {
    background: #b90020;
}
.site-header.showed .site-logo a {
    color: #b90020;
}
@media screen and (min-width: 768px)and (max-width: 1240px){
    .home_banner_card .action-content h2 {
    line-height: 5px;
        font-size: 22px;
}
.banner-control {
  
    top: 30%;
  
}
.banner {
    height: 320px;
}
#call-to-action-two {
    padding: 25px 0;
}
.banner__slider .banner__content {
    top: 25%;
}
.h_85 {
     height: unset; 
}
}
@media screen and (min-width: 507px)and (max-width: 768px){

.banner-control {
  
    top: 30%;
  
}
.banner {
    height: 320px;
}
#call-to-action-two {
    padding: 25px 0;
}
.banner__slider .banner__content {
    top: 25%;
}
.h_85 {
     height: unset; 
}
.banner__slider .banner__content .banner__title {
    font-size: 20px;
}
.home_banner_card .action-content h2 {
    line-height: 5px;
    font-size: 16px;
}
.banner__slider .banner__slide img {
    height:100%;
}
}
@media screen and (min-width: 426px)and (max-width: 507px){

.banner-control {
  
    top: 30%;
  
}
.banner {
    height: 320px;
}
#call-to-action-two {
    padding: 25px 0;
}
.banner__slider .banner__content {
    top: 25%;
}
.h_85 {
     height: unset; 
}
.banner__slider .banner__content .banner__title {
    font-size: 20px;
}
.home_banner_card .action-content h2 {
    line-height: 5px;
    font-size: 13px;
}
.banner__slider .banner__slide img {
    height:100%;
}
}
@media screen and (max-width: 507px){
.banner__slider .banner__content .banner__title {
    font-size: 16px;
}
.banner__description {
    margin-bottom: 5px;
}
}
