@font-face {
	font-family: stara;
	src: url('../font/Stara-Medium-BF65962709d948a.otf');
}

@font-face {
	font-family: CORSARIO-VF;
	src: url('../font/CORSARIO-VF.OTF');
}

/* ICON STYLES - ICON FROM: http://fontastic.me/
–––––––––––––––––––––––––––––––––––––––––––––––––– */

[class^="icon-"]:after,
[class*=" icon-"]:after {
	font-family: "stara";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big {
	display: inline-block;
}

.icon-up-open-big:after {
	content: "a";
	font-size: 2.5em;
	display: block;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	color: black;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.icon-up-open-big:hover:after {
	color: white;
}

.scroll-icon {
	position: absolute;
	left: 50%;
	bottom: 30px;
	padding: 0 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}



/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;
	font-family: stara;
}

html {
	font-size: 62.5%;
}

body {
	color: black;
	letter-spacing: .18em;
}

a {
	text-decoration: none;
	color: white;
}

ul,
li {
	list-style-type: none;
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top {
	padding: 20px 20px 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
	transition: all ease-in-out 0.4s;
}

h1 {
	line-height: 70px;
	height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: -5px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: #b9b8b8;
	width: 30px;
	left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.open-menu i:nth-child(3) {
	background: transparent;
}

.open-menu i:nth-child(2) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

nav {
	height: 0;
	opacity: 0;
	box-sizing: border-box;
	background: rgba(0, 47, 77, .25);
	position: fixed;
	top: 70px;
	width: 100%;
	-webkit-transition: all 3s;
	transition: all ease-in-out 0.5s;
	z-index: -1;
}

.open-menu~nav {
	opacity: 1;
	padding: 80px 0;
	z-index: 15;
	height: calc(100vh - 70px);
	background: #fff;
	top: 60px;
}

nav ul {
	padding: 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

nav li {
	/* -webkit-box-flex: 1; */
	/* -webkit-flex: 1; */
	-ms-flex: 1;
	/* flex: 0.1; */
	margin: 15% auto;
}

nav li a {
	font-size: 3em;
	display: block;
	padding: 0px;
	text-align: center;
	-webkit-transition: background .3s;
	transition: background .3s;
}

nav li:nth-child(odd) a,
body.fp-viewing-fifthSection-1 #menu li:nth-child(5) a {
	background: transparent;
	color: #000;
}

nav li:nth-child(even) a {
	background: transparent;
	color: #000;
}

nav li:nth-child(odd) a:hover {
	/* background: #9e2f41; */
}

nav li:nth-child(even) a:hover {
	background: transparent;
}

nav li.active a,
body.fp-viewing-fifthSection-1 #menu li:last-child a {
	background: #453659;
}



/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section {
	text-align: center;
	/*background: url('https://unsplash.it/1910/1221?image=626') no-repeat center / cover;*/
}

h2 {
	text-transform: lowercase;
	font-size: 4em;
	margin-bottom: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
}



/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #b5b3b3;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 12px;
	height: 12px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #b5b3b3;
}



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
	nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}

	nav li {
		margin-top: 1px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	nav li a {
		font-size: 1.5em;
	}

	.scroll-icon {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 50%;
	}

	.open-menu~nav {
		padding: 20px 0;
	}

	nav li a {
		padding: 3px;
	}
}

.header-top a img {
	width: 70%;
}

.home-sec img {
	width: 29vw;
}

#fp-nav.right {
	left: 20px !important;
	right: unset !important;
}

.main_title {
	font-size: 4vw;
	text-align: left;
	display: table-row;
	font-family: CORSARIO-VF;
	line-height: 1;
}

.main_para {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}

.animated_border:before {
	content: "";
	width: 0%;
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #000;
	transition: .5s;
}

/*.animated_border {position: relative;padding-bottom: 5px;color: #000;font-size: 16px;margin-right: 5px;text-align: left;display: block;width: 10.2vw;font-weight: 600;}*/
.animated_border {
	display: inline-block !important;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	float: left;
	position: relative;
	padding-right: 25px;
	padding-bottom: 6px;
}

.animated_border span {
	position: absolute;
	right: 0;
}

.animated_border:hover:before {
	width: 100%;
}

.white-content {
	color: #fff !important;
}

.white-content .animated_border {
	color: #fff;
}

.white-content .animated_border:before {
	background: #fff;
}

.header-top a {
	display: inline-block;
}

body.fp-viewing-home .toggle-menu i,
body.fp-viewing-service .toggle-menu i,
body.fp-viewing-testimonial .toggle-menu i {
	background: #000;
}

body.fp-viewing-about .toggle-menu i,
body.fp-viewing-idea .toggle-menu i,
body.fp-viewing-contact .toggle-menu i {
	background: #fff;
}

body.fp-viewing-home img.white_logo,
body.fp-viewing-service img.white_logo,
body.fp-viewing-testimonial img.white_logo {
	display: none;
}

body.fp-viewing-about img.black_logo,
body.fp-viewing-idea img.black_logo,
body.fp-viewing-contact img.black_logo {
	display: none;
}

body.fp-viewing-home img.icon_logo,
body.fp-viewing-service img.black_logo,
body.fp-viewing-testimonial img.black_logo {
	display: none;
}

body.fp-viewing-about img.icon_logo,
body.fp-viewing-idea img.icon_logo,
body.fp-viewing-contact img.icon_logo {
	display: none;
}

.about-sec img {
	width: 100%;
}

.ser-wrap {
	height: 120px;
	overflow: hidden;
	position: relative;
}

.ser-wrap h3 {
	font-size: 2vw;
	position: absolute;
	top: 23%;
	transition: all ease-in-out 0.4s;
}

.ser-wrap .hover-content {
	position: absolute;
	top: 120px;
	transition: all ease-in-out 0.4s;
}

.ser-wrap:hover .hover-content {
	top: 0;
}

.ser-wrap:hover h3 {
	top: -50px;
}

.hover-content p {
	font-size: 12px;
	font-family: sans-serif;
}

.service-sec img {
	width: 80%;
}

.custom-border {
	border-bottom: 1px solid #D3D3D3;
	width: 80%;
}

#counter img {
	width: 100%;
	/* margin-top: 40px; */
}

.count-box p {
	font-family: 'stara';
	font-size: 16px;
}

.count-box {
	margin: 20px 0;
}

.about-sec p.main_para {
	line-height: 36px;
}

.service-sec .main_title {
	font-size: 4vw !important;
}

.count-box h3.counter-value {
	font-size: 3.2vw;
	font-weight: bold;
}

#counter .main_title {
	font-size: 4.2vw;
}

.testimonial-sec img.testi-up-img {
	width: 6vw;
	margin-bottom: 30px;
}

.testimonial-sec p.main_para {
	font-size: 3vw;
	line-height: 50px;
	margin: 20px 0;
}

.testimonial-sec img.testi-down-img {
	transform: rotate(180deg);
	margin-top: -70px;
	width: 6vw;
}

.testimonial-sec h6 {
	font-size: 1.8vw;
	margin-top: 10px;
	position: relative;
	padding-left: 55px;
}

.testimonial-sec h6 span {
	display: block;
	font-size: 0.8vw;
	margin-top: 10px;
}

.testimonial-sec h6:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 16px;
	left: 0;
}

.no-custom-border {
	width: 80%;
}

body.fp-viewing-contact .header-top {
	display: none;
}

.bottom-icons {
	position: fixed;
	bottom: 90px;
	transform: rotate(270deg);
}

.bottom-icons a {
	font-size: 16px;
	display: inline-block;
	color: #000;
	transition: all ease-in-out 0.4s;
}

.bottom-icons .work-btn-div:before {
	content: "";
	width: 30px;
	position: absolute;
	height: 2px;
	background: #000;
	left: -42px;
	bottom: 12px;
	transition: all ease-in-out 0.4s;
}

body.fp-viewing-about .bottom-icons a,
body.fp-viewing-idea .bottom-icons a,
body.fp-viewing-contact .bottom-icons a {
	color: #fff;
}

body.fp-viewing-about .bottom-icons .work-btn-div:before,
body.fp-viewing-idea .bottom-icons .work-btn-div:before,
body.fp-viewing-contact .bottom-icons .work-btn-div:before {
	background: #fff;
}

.animated_border img {
	width: 1.5vw;
}

.about-sec .animated_border {
	/* width: 8.5vw; */
}

.about-sec .animated_border img {
	/* width: 18%; */
}

.service-sec .animated_border {
	/* width: 9.5vw; */
}

.custom-form {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 2.5vw 0;
}

.custom-form .form-group {
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
}

.custom-form .form-group .animated-label {
	position: absolute;
	top: 20px;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	font-weight: 300;
	opacity: 0.5;
	cursor: text;
	transition: 0.2s ease all;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #fff;
}

.custom-form .form-group .animated-label:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	height: 2px;
	width: 10px;
	visibility: hidden;
	background-color: #00d5ca;
	transition: 0.2s ease all;
}

.custom-form .form-group.not-empty .animated-label {
	top: 0;
	font-size: 12px;
}

.custom-form .form-group .form-control {
	position: relative;
	z-index: 1;
	border-radius: 0;
	border-width: 0 0 1px;
	border-bottom-color: #fff !important;
	height: auto;
	background: transparent;
	padding: 10px;
	font-size: 16px;
	color: #fff;
}

.custom-form .form-group .form-control:focus {
	box-shadow: none;
	border-bottom-color: rgba(0, 0, 0, 0.12);
}

.custom-form .form-group .form-control:focus~.animated-label {
	top: 0;
	opacity: 1;
	color: #00ddd2;
	font-size: 12px;
}

.custom-form .form-group .form-control:focus~.animated-label:after {
	visibility: visible;
	width: 100%;
	left: 0;
}

.contact-sec h1.main_title {
	font-size: 5.7vw;
	line-height: 6.3vw;
}

.con-wrap {
	margin: 40px 30px;
}

.con-wrap h5 {
	font-size: 16px;
}

.con-wrap a {
	font-size: 20px;
	display: block;
	width: 60%;
}

.coffe-wrap h3 {
	font-size: 2.5vw;
	font-weight: bold;
}

.coffe-wrap img {
	width: 100%;
}

.coffe-wrap {
	padding: 0 30px;
}

.con-wrap ul {
	padding: 0;
}

.con-wrap ul li {
	display: inline-block;
	margin-right: 15px;
}

#fp-nav ul li {
	margin: 34px 0;
}

.contact-sec .animated_border {
	/* width: 10.3vw; */
	margin: 12px 0;
	background: transparent;
	border: none;
}

body.fp-viewing-home .header-top {
	padding: 20px 75px 10px;
}

.header-top a img.white_logo,
.header-top a img.icon_logo {
	width: 15%;
}

.open-menu {
	background: #fff;
}

.open-menu a.l-right.toggle-menu i {
	background: #000;
}

.arrow-down-btn-div {
	position: fixed;
	bottom: 20px;
	font-size: 30px;
	right: 35px;
}

.arrow-up-btn-div {
	position: fixed;
	bottom: 20px;
	font-size: 30px;
	right: 35px;
	display: none;
}

.arrow-up-btn-div img {
	transform: rotate(180deg);
	margin-bottom: 58px;
}

body.fp-viewing-contact .open-menu {
	display: block;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translatey(300px);
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translatey(300px);
	}

	to {
		opacity: 1;
	}
}

body.fp-viewing-home .home-sec .leftslide {
	animation: fadeInLeft 1s ease-in-out;
}

body.fp-viewing-home .home-sec .rightslide {
	animation: fadeInRight 1s ease-in-out;
}

body.fp-viewing-about .about-sec .leftslide {
	animation: fadeInLeft 1s ease-in-out;
}

body.fp-viewing-about .about-sec .rightslide {
	animation: fadeInRight 1s ease-in-out;
}

body.fp-viewing-service .service-sec .leftslide {
	animation: fadeInLeft 1s ease-in-out;
}

body.fp-viewing-service .service-sec .rightslide {
	animation: fadeInRight 1s ease-in-out;
}

body.fp-viewing-service .service-sec .leftslidetwo {
	animation: fadeInLeft 1.5s ease-in-out;
}

body.fp-viewing-service .service-sec .rightslidetwo {
	animation: fadeInRight 1.5s ease-in-out;
}

body.fp-viewing-service .service-sec .leftslidethree {
	animation: fadeInLeft 2s ease-in-out;
}

body.fp-viewing-service .service-sec .rightslidethree {
	animation: fadeInRight 2s ease-in-out;
}

body.fp-viewing-idea .idea-sec .leftslide {
	animation: fadeInLeft 1s ease-in-out;
}

body.fp-viewing-idea .idea-sec .rightslide {
	animation: fadeInRight 1s ease-in-out;
}




/*inner pages css */
body.inner-pages .toggle-menu i {
	background: #000;
}

body.inner-pages .header-top {
	background: rgb(255 255 255 / 34%);
	backdrop-filter: blur(5.5px);
	-webkit-backdrop-filter: blur(5.5px);
	border-bottom: 1px solid #fff;
	padding: 20px 6vw;
}

section.banners {
	height: 90vh;
	margin: 4vh 0 0 0;
}

.black-wrap {
	background: #000;
}

.custom-padding {
	padding: 120px 0;
}

section.footer-sec {
	padding-top: 80px;
}

body.inner-pages .header-top.open-menu {
	background: #fff;
}

.proc-wrap {
	display: flex;
	gap: 20px;
	vertical-align: middle;
	padding-bottom: 40px;
	position: relative;
}

.proc-wrap img {
	width: 15%;
	height: max-content;
}

.proc-wrap p {
	font-size: 2vw;
	margin: auto 0;
	text-align: left;
}

.proc-wrap:before {
	content: "";
	border-left: 1px dashed #000;
	position: absolute;
	left: 42px;
	bottom: 5px;
	z-index: 9999;
	height: 25%;
}

.proc-wrap.be-none:before {
	content: unset;
}

.proc-wrap.be-none {
	padding-bottom: 0;
}

.vision-sec:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
}

.vision-sec {
	position: relative;
}

.vision-sec .col-lg-6:nth-child(odd) {
	padding-left: 50px;
}

.vision-sec .col-lg-6:nth-child(even) {
	padding-right: 50px;
}

.vision-sec h1:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: -56px;
	top: 30px;
}

.vision-sec .col-lg-6:nth-child(even) h1:before {
	left: unset;
	right: -59px;
}

.vision-sec h1 {
	position: relative;
	font-size: 4vw;
	text-align: left;
	height: unset;
	line-height: normal;
}

.vision-sec .col-lg-6:nth-child(even) h1,
.vision-sec .col-lg-6:nth-child(even) p {
	text-align: right;
}

h1.main_title.mer-b {
	margin-bottom: 40px;
	display: block;
}

section.port-sec {
	background: linear-gradient(180deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 100%);
	padding: 100px 0;
}

section.port-sec ul#pills-tab {
	margin: 0 auto;
	width: 52%;
}

section.port-sec ul#pills-tab li {
	font-size: 18px;
}

section.port-sec ul#pills-tab li button {
	color: #747474;
	background: transparent;
	position: relative;
	transition: 0.4s;
}

section.port-sec ul#pills-tab li button.active {
	color: #000;
}

section.port-sec ul#pills-tab li button.active:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 25%;
	background: #000;
	bottom: 0;
	left: 38%;
}

.bottom-icons:hover a {
	color: #bbbebe !important;
}

.bottom-icons:hover .work-btn-div:before {
	background: #bbbebe !important;
}

ul#menu li a:before {
	content: "";
	width: 0%;
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #000;
	transition: .5s;
}

ul#menu li a:hover:before {
	width: 100% !important;
}

ul#menu li a {
	position: relative;
}

section.privacy {
	padding: 50px 0;
	text-align: left;
}

section.privacy h1 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}

section.privacy h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 9px;
}

section.privacy p {
	margin-bottom: 30px;
	font-size: 16px;
	color: gray;
}

body.inner-pages .header-top {
	position: unset;
}

div.tab-content a:hover img {
	filter: brightness(0.5);
	cursor: pointer;
}

div.tab-content a img {
	transition: 0.4s;
}

.fp-viewing-home div#fp-nav {
	display: none;
}

.fp-viewing-home .arrow-down-btn-div a img.arrow-w,
.fp-viewing-service .arrow-down-btn-div a img.arrow-w,
.fp-viewing-testimonial .arrow-down-btn-div a img.arrow-w {
	display: none;
}

.fp-viewing-about .arrow-down-btn-div a img.arrow-b,
.fp-viewing-idea .arrow-down-btn-div a img.arrow-b,
.fp-viewing-contact .arrow-down-btn-div a img.arrow-b {
	display: none;
}

.arrow-down-btn-div a {
	position: relative;
	transition: 0.4s;
}

.arrow-down-btn-div a:before {
	content: "";
	height: 30px;
	width: 1.6px;
	background: #dfdfdf;
	position: absolute;
	top: -8px;
	left: 47%;
	animation: Arrowheight 2s infinite;
}

.arrow-up-btn-div a {
	position: relative;
	transition: 0.4s;
}

.arrow-up-btn-div a:before {
	content: "";
	height: 30px;
	width: 1.6px;
	background: #dfdfdf;
	position: absolute;
	top: -8px;
	left: 47%;
	animation: Arrowheight 2s infinite;
}

body.fp-viewing-contact .arrow-down-btn-div {
	display: none;
}

body.fp-viewing-contact .arrow-up-btn-div {
	display: block;
}

.fp-viewing-home .arrow-down-btn-div a:before,
.fp-viewing-service .arrow-down-btn-div a:before,
.fp-viewing-testimonial .arrow-down-btn-div a:before {
	background: #000;
}

@keyframes Arrowheight {
	0% {
		height: 34px;
	}

	50% {
		height: 0px;
	}

	100% {
		height: 34px;
	}
}

.circle-button {
	position: absolute;
	display: inline-block;
	bottom: -6vw;
	right: 44%;
}

.circle-button.in-bord:after {
	content: '';
	position: absolute;
	top: 55px;
	left: 55px;
	right: 55px;
	bottom: 55px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%
}

.circle-button.in-bord:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%
}

.circle-button .rotate-circle svg {
	width: 150px;
	fill: #1a1a1a
}

.circle-button .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-20px) translateY(-20px);
	-ms-transform: translateX(-20px) translateY(-20px);
	transform: translateX(-20px) translateY(-20px);
	display: inline-block;
	width: 0;
	height: 0
}

.circle-button .arrow svg {
	width: 40px;
	height: 40px
}

.circle-button .icon {
	    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #000000;
    background: linear-gradient(45deg, #aa67f5, #00ddd2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
}

.circle-button .in-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.circle-button.no-animate .rotate-circle {
	-webkit-animation: none;
	animation: none
}

.rotate-circle {
	-webkit-animation-name: rotateCircle;
	animation-name: rotateCircle;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.circle-button .icon p {
	line-height: 18px;
	width: 40px;
	margin: 18px auto;
}

@keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 767px) {
	body.fp-viewing-home .header-top {
		padding: 20px;
	}

	.main_title {
		font-size: 11vw;
		line-height: 55px;
	}

	.animated_border {
		/* width: 37vw; */
		font-size: 14px;
	}

	.home-sec img {
		width: 80vw;
	}

	.home-sec .animated_border img {
		width: 3.5vw;
	}

	#fp-nav.right,
	.bottom-icons,
	.arrow-down-btn-div {
		display: none;
	}

	.home-sec,
	.about-sec {
		padding: 80px 25px;
	}

	.about-sec p.main_para {
		line-height: 28px;
	}

	.about-sec .animated_border {
		width: 33vw;
	}

	#counter img {
		width: 90%;
	}

	#counter .main_title {
		font-size: 8vw;
		line-height: 45px;
		margin: 20px 0;
		display: block;
		text-align: center;
	}

	.count-box h3.counter-value {
		font-size: 13vw;
		text-align: center;
	}

	.count-box p {
		text-align: center;
	}

	.custom-border {
		width: 90%;
		margin: auto;
	}

	.service-sec img {
		width: 25%;
		display: block;
	}

	.service-sec .animated_border {
		font-size: 14px;
	}

	.ser-wrap {
		height: 140px;
	}

	.ser-wrap:hover .hover-content {
		top: 14px;
	}

	.ser-wrap .hover-content {
		top: 140px;
	}

	.ser-wrap h3 {
		font-size: 8vw;
		text-align: center;
	}

	.service-sec .main_title {
		font-size: 9vw !important;
		margin-top: 70px;
		display: block;
		line-height: 40px;
		margin-left: 25px;
		margin-bottom: -30px;
	}

	.service-sec .animated_border img {
		display: inline-block;
	}

	.testimonial-sec,
	.contact-sec {
		padding: 70px 25px;
	}

	.testimonial-sec img.testi-up-img {
		width: 15vw;
	}

	.testimonial-sec p.main_para {
		font-size: 6vw;
		line-height: 30px;
	}

	.testimonial-sec h6 {
		font-size: 5vw;
	}

	.testimonial-sec h6 span {
		font-size: 3vw;
		margin-top: 6px;
	}

	.testimonial-sec img.testi-down-img {
		margin-top: -35px;
		width: 15vw;
	}

	/*section.banners {height: 65vh;}*/
	.proc-wrap p {
		font-size: 4vw;
	}

	.proc-wrap:before {
		left: 26px;
		height: 30%;
	}

	.vision-sec:before {
		display: none;
	}

	.vision-sec h1:before {
		left: -32px;
		top: 15px;
	}

	.vision-sec .col-lg-6:nth-child(even) h1:before {
		left: -32px;
		top: 15px;
	}

	.vision-sec h1 {
		font-size: 8vw;
	}

	.contact-sec h1.main_title {
		font-size: 9vw;
		line-height: 11vw;
	}

	.contact-sec a.animated_border {
		font-size: 14px;
	}

	.animated_border img {
		width: 6vw;
	}

	.con-wrap {
		margin: 30px 0px;
	}

	.coffe-wrap {
		position: relative;
	}

	.coffe-wrap img {
		width: 25%;
		position: absolute;
		top: -30px;
		right: 0px;
	}

	.copyright p {
		font-size: 2.7vw;
		padding: 20px 0;
	}

	.coffe-wrap h3 {
		font-size: 4.5vw;
		text-align: left;
		margin: 0;
		height: 60px;
	}

	.coffe-wrap {
		padding: 0;
	}

	section.port-sec ul#pills-tab {
		margin: 0;
		width: 100%;
	}

	section.port-sec ul#pills-tab li {
		margin: 10px 12px;
		width: 100%;
	}

	section.port-sec ul#pills-tab button {
		width: 100%;
	}

	section.port-sec {
		padding: 60px 0;
	}

	.header-top img.white_logo,
	.header-top img.icon_logo {
		display: none;
	}

	.about-sec {
		background: #000;
	}

	.no-custom-border {
		width: 90%;
		margin: auto;
	}

	.leftslidethree .no-custom-border {
		border-bottom: 1px solid #D3D3D3;
	}

	div.idea-sec {
		background: #000;
		padding: 40px 25px;
	}

	.contact-sec {
		background: #000;
		padding: 70px 25px 0;
	}

	body.inner-pages .home-sec,
	body.inner-pages .about-sec {
		padding: 0px 25px;
	}

	body.inner-pages .about-sec {
		background: unset;
	}

	.header-top {
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 20px;
	}

	.toggle-menu i {
		background: #000;
	}

	.circle-button {
		display: none;
	}

	.reverse-sec .row {
		flex-direction: column-reverse;
	}

	.vision-sec .col-lg-6:nth-child(even) h1,
	.vision-sec .col-lg-6:nth-child(even) p {
		text-align: left;
	}

	.vision-sec .col-lg-6:nth-child(even) {
		padding-left: 50px;
	}

	section.port-sec #collapseOne ul#pills-tab li {
		width: 100%;
		border-bottom: 1px solid #b7b7b7;
	}

	section.port-sec #collapseOne ul#pills-tab {
		margin: 0 auto;
		width: 100%;
	}

	h2#headingOne button {
		font-size: 18px;
		padding-left: 30px;
		background: #efefef;
		color: #000;
	}

	.accordion-body {
		background: #eeeeee;
	}

	div.idea-sec .white-content h1,
	div.idea-sec .white-content p,
	div.idea-sec .white-content h3 {
		text-align: left !important;
	}

	.header-top {
		padding: 25px 6vw !important;
	}

	section.footer-sec {
		padding-top: 0;
	}
}