/* =================================
------------------------------------
  Cloud 83 - Hosting Template
  Version: 1.0
 ------------------------------------
 ====================================*/

 /* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #151414;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.section-title h2 {
font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
}

.section-title p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: normal;
}

.section-title:after {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -55px;
	background: #25ae88;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spad {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	min-width: 110px;
	padding: 14px 25px;
	border-radius: 0px;
background: #2a92c9;
	cursor: pointer;
	text-align: center;
    text-transform: uppercase;
    border-radius: 100px;
}

.site-btn span {
	font-size: 11px;
	margin-left: 2px;
}

.site-btn.sb-c1 {
	
    background: rgb(2,249,164);
  background: linear-gradient(-120deg, rgb(0, 255, 207) 0%, rgb(51, 148, 220) 100%); 
}
.header-btns .site-btn.sb-c1 {
	
    background: rgb(52, 65, 81);

}

.header-btns .site-btn {
    font-size: 12px;
}

.site-btn.sb-c2 {
	background: rgb(52, 65, 81);
}

.site-btn.sb-c3 {
background: rgb(2,249,164);
background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
}

.site-btn:hover {
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.elements-section {
	padding-top: 50px;
}

.el-title {
	margin-bottom: 55px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 6px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 0;
	line-height: 16px;
	width: 54px;
	height: 100%;
	text-align: center;
	background: #556080;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
}

.accordion-area .panel-link.active:after {
	content: "-";
}

.accordion-area .panel-link {
	text-align: left;
	position: relative;
	width: 100%;
	padding: 17px 65px 17px 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	background: #25ae88;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	border: none;
	min-height: 51px;
}

.accordion-area .panel-body {
	padding: 25px 37px 30px;
	background: #f4f7fa;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border: none;
	padding: 13px 22px;
	margin-right: 3px;
	background: #556080;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #25ae88;
}

.tab-element .tab-pane {
	padding: 25px 37px 30px;
	background: #f4f7fa;
}

.tab-element .tab-pane p {
	margin-bottom: 0;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -39px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
	font-weight: 400;
}

.circle-progress .progress-info p {
	margin-bottom: 0;
	line-height: normal;
}

.cp-item {
	text-align: center;
}

.cp-item h4 {
	font-size: 14px;
	color: #7e7e7e;
}
.hero-section {
    background: #000;
}

/*------------------
  Header section
---------------------*/

.header-section {
/*	background: rgba(0, 0, 0, 0.63);*/
	padding: 30px 0px;
/*	border-bottom: 2px solid #25ae88;*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
     transition: all 0.2s;
}

.header-alt{
   /*	background: rgba(0, 0, 0, 0.63);*/
	padding: 5px 0px;
/*	border-bottom: 2px solid #25ae88;*/
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
    	z-index: 99;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
	 transition: all 0.3s; 
    
}
 



.site-logo {
	display: inline-b`lock;
	float: left;
}

.site-logo img{
 width: 105px;
 	 transition: all 0.2s; 
}


.header-alt .site-logo img{
 width: 70px;
 	 transition: all 0.3s; 
}

.header-alt .main-menu {
  padding-top: 11px;
}


.header-alt .main-menu li a {
  font-size: 12px;
}

.header-alt .site-btn {
  padding: 8px 20px;
}

.header-alt .header-btns {
  top: 8px;
}

.nav-switch {
	display: none;
}

.header-right {
	position: relative;
}

.main-menu {
	list-style: none;
	display: inline-block;
	margin-left: 220px;
	padding-top: 15px;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 6px 20px;
	margin-left: 15px;
	font-weight: 500;
    text-transform: uppercase;
    border-radius: 100px;
}

.main-menu li.active a {
	background: #2d9bd5;
}

.header-btns {
position: absolute;
  display: flex;
  left: auto;
/*  width: 390px;*/
  top: 14px;
  margin-left: auto;
  margin-right: 0;
  right: 0;
}

.header-btns .site-btn {
	margin-right: 11px;
}

.header-btns .site-btn:last-child {
	margin-right: 0;
    
}

.header-btns .site-btn {
	border-radius: 100px;
    
}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots,
.testimonials-slider .owl-dots,
.Application-slider .owl-dots
 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 5;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.hero-slider .owl-dots .owl-dot,
.testimonials-slider .owl-dots .owl-dot, 
.Application-slider .owl-dots .owl-dot 
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 33px;
	min-width: 33px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #5b5b5b;
	margin: 0 2px;
	margin-bottom: 31px;
}

.hero-slider .owl-dots .owl-dot.active,
.testimonials-slider .owl-dots .owl-dot.active, 
.Application-slide .owl-dots .owl-dot.active
{
	background: #000;
    border-radius: 100px;
}

.hs-item {
	height: 948px;
    max-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 150px;
}

.hs-item h2 {
	font-size: 72px;
	color: #fff;
	margin-bottom: 20px;
	top: 100px;
	opacity: 0;
	position: relative;
}

.hs-item p {
	display: inline-block;
	background: #344151;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 3px;
	line-height: 1.8;
	top: 60px;
	opacity: 0;
	position: relative;
}

.hs-item .site-btn {
	margin-top: 65px;
	min-width: 146px;
	top: 40px;
	opacity: 0;
	position: relative;
}

.owl-item.active .hs-item h2,
.owl-item.active .hs-item p,
.owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/*---------------------
  About Section
-----------------------*/

.about-text h2 {
	font-weight: 600;
	margin-bottom: 35px;
}

/*---------------------
  Features Section
-----------------------*/

.feature {
	text-align: center;
}

.feature img {
	margin-bottom: 50px;
}

.feature h4 {
	margin-bottom: 20px;
}

.feature p {
	margin-bottom: 0;
}

/*---------------------
  Services Section
-----------------------*/

.services-circle {
	position: relative;
}

.service-list {
	list-style: none;
}
.service-list h4{
    font-size: 20px;
}

.service-list li {
	margin-bottom: 85px;
	position: relative;
	z-index: 2;
}

.service-list li:last-child {
	margin-bottom: 0;
}

.service-list .sl-icon {
width: 87px;
  height: 87px;
  background: #0b1023;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: left;
  border: 3px solid #2e85c7;
}

.service-list .sl-content {
	padding-left: 129px;
}

.service-list .sl-content h4 {
	margin-bottom: 15px;
}

.service-list .sl-content p {
	margin-bottom: 0;
}

.service-list.service-list-left .sl-icon {
	float: right;
	padding-left: 0;
}

.service-list.service-list-left .sl-content {
	text-align: right;
	padding-right: 129px;
	padding-left: 0;
}

.service-list.service-list-left li:nth-child(1) {
	right: 0px;
	width: 490px;
}
.service-list.service-list-left li:nth-child(1) h4{
padding-top: 30px;
}

.service-list.service-list-left li:nth-child(2) {
	right: 80px;
    padding-top: 50px;
}
.service-list.service-list-left li:nth-child(2) h4{
padding-top: 30px;
}

.service-list.service-list-left li:nth-child(3) {
	right: 0;
    padding-top: 40px;
}
.service-list.service-list-left li:nth-child(3) h4 {
    padding-top: 30px;
}

.service-list.service-list-right li:nth-child(1) {
	left: -20px;
	width: 490px;
}
.service-list.service-list-right li:nth-child(1) h4{
	padding-top: 30px;
}

.service-list.service-list-right li:nth-child(2) {
	left: 80px;
    top: 44px;
}
.service-list.service-list-right li:nth-child(2) h4{
	padding-top: 30px;
}

.service-list.service-list-right li:nth-child(3) {
left: -20px;
  top: 94px;
}
.service-list.service-list-right li:nth-child(3) h4{
padding-top: 30px;
}

.service-main-circle {
	position: absolute;
	width: 477px;
	height: 477px;
	border: 3px solid rgb(51, 148, 220);
	border-radius: 500px;
	left: 50%;
	margin-left: -238.5px;
	background: transparent;
	text-align: center;
	padding-top: 120px;
}

/*---------------------
  About Section
-----------------------*/

.about-section .section-title {
	margin-bottom: 0;
}

.about-img img {
	position: relative;
	left: -43px;
	top: -15px;
}

.about-text {
	padding-top: 82px;
}

.about-text p {
	margin-bottom: 60px;
}

.about-list {
	list-style: none;
	padding-left: 50px;
}

.about-list li {
	position: relative;
	color: #151414;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 23px;
}

.about-list li:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: 0;
	top: 3px;
	border-radius: 50%;
	background: #25ae88;
}

/*---------------------
  Milestones Section
-----------------------*/

.milestones-section {
	background:#0c1124;
	padding: 85px 0 125px;
}

.milestone-icon {
	float: left;
	height: 100px;
	width: 80px;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.milestone-text {
	padding-top: 15px;
	padding-left: 130px;
}

.milestone-text h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
}

.milestone-text p {
	margin-bottom: 0;
	line-height: normal;
}

/*---------------------
  Banner Section
-----------------------*/

.banner-section {
	padding: 85px 0;
}

.banner-card {
	background: #fff;
	max-width: 770px;
	padding: 53px 95px 28px;
	position: relative;
	left: -100px;
}

.banner-card h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.1;
}

.banner-card h6 {
	font-weight: 600;
	color: #556080;
	margin-bottom: 39px;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-top-section {
	background: #1f2430;
	padding-top: 70px;
	padding-bottom: 30px;
}

.footer-widget {
	margin-bottom: 5px;
}

.footer-widget p {
	color: #fff;
	opacity: .55;
}

.footer-widget .fw-title {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	padding-top: 20px;
} 

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget ul li a {
	font-size: 14px;
	color: #fff;
	opacity: 0.55;
}

.footer-widget.about-widget img {
	/*margin-bottom: 60px;*/
    width: 130px;
}

.footer-widget.about-widget p {
	padding-left: 1px;
}

.about-widget p{
	color: #fff;
	font-size: 16px;
}

.footer-widget .social-links {
	padding-top: 12px;
	padding-left: 27px;
}

.footer-widget .social-links a {
color: #fff;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #25ae88;
}

.footer-widget .social-links a:last-child {
	margin-right: 0;
}

.footer-section {
	background: #171b26;
	overflow: hidden;
	padding: 19px 0;
}

.about-values-grid {
  display: grid;
  gap: 3rem 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.about-values-grid .about-value {
  display: flex;
}

.about-values-grid .about-value svg {
  flex-shrink: 0;
  margin-right: 20px;
}

.about-values-grid .about-value h3 {
color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 15px;
}

.about-values-grid .about-value p {
  color: #ADCDEB;
  font-size: 13px;
}

.contact_footer{
	border-left: 1px solid #25ae88;
	padding-left: 30px;
}

.contact_footer i{
	color: #25ae88;
	margin-right: 10px;
	font-size: 18px;
}

.footer-nav {
	float: right;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav ul li {
	display: inline;
}

.footer-nav ul li a {
	display: inline-block;
	color: #51555d;
	margin-left: 35px;
	font-size: 14px;
}

.copyright {
	float: none;
	padding-top: 3px;
	text-align: center;
}

.copyright p {
	font-size: 12px;
	margin-bottom: 0;
	color: #51555d;
}

.copyright p a {
	color: #51555d;
}

.copyright p a:hover {
	text-decoration: underline;
}

/*------------------
  Page
---------------------*/

.page-top-section {
	height: 500px;
	text-align: center;
	padding-top: 235px;
}

.page-top-section h2 {
	font-size: 72px;
	color: #fff;
	font-weight: 600;
}

/*------------------
  About Page
---------------------*/

.about-intro-pic {
	position: relative;
}

.about-intro-pic .video-play {
	position: absolute;
	width: 64px;
	height: 64px;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	border-radius: 50%;
	background: #556080;
	z-index: 2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-intro-text p {
	margin-bottom: 35px;
}

.what-card .wc-text {
	background: #fff;
	text-align: center;
	padding: 36px 30px 20px;
}

.what-card .wc-text h5 {
	margin-bottom: 15px;
}

.testimonials-section {
	padding: 114px;
}

.testimonial-item {
	text-align: center;
}

.testimonial-item .ti-author-pic {
	width: 80px;
	height: 80px;
	border-radius: 100px;
/*	background-color: #333;*/
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
}

.testimonials-slider.owl-carousel .owl-nav,
.Application-slider.owl-carousel .owl-nav
 {
	position: absolute;
	top: 15px;
	width: 100%;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-prev,
.testimonials-slider.owl-carousel .owl-nav button.owl-next,
.Application-slider.owl-carousel .owl-nav button.owl-prev,
.Application-slider.owl-carousel .owl-nav button.owl-next
 {
	width: 58px;
	height: 58px;
	color: #fff;
	font-size: 25px;
	border-radius: 50%;
	background: #dfeae7;
	position: relative;
	transition: all 0.3s;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-prev:hover,
.testimonials-slider.owl-carousel .owl-nav button.owl-next:hover,
.Application-slider.owl-carousel .owl-nav button.owl-prev:hover,
.Application-slider.owl-carousel .owl-nav button.owl-next:hover,
 {
	background: #25ae88;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-prev,
.Application-slider.owl-carousel .owl-nav button.owl-prev
 {
	left: -180px;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-next,
.Application-slider.owl-carousel .owl-nav button.owl-next
 {
	float: right;
	right: -180px;
}

.testimonials-slider.owl-carousel .owl-dots,
.Application-slider.owl-carousel .owl-dots,
 {
	position: relative;
	padding-top: 72px;
}

.testimonials-slider.owl-carousel .owl-dots .owl-dot,
.Application-slider.owl-carousel .owl-dots .owl-dot,
{
	color: #151414;
	margin-bottom: 0;
}

/*------------------
  Service Page
---------------------*/

.pricing-section {
	background-image: url("../img/background_pricing.jpg");
	background-repeat: repeat;
	background-size: cover;
}

.pricing-section h3{
	padding: 0 0 10px 0;
}

.pricing-card {
	text-align: center;
}

.pricing-card .pc-header {
	background: #25ae88;
	padding: 50px 20px 70px;
}

.pricing-card .pc-header h4 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.pricing-card .pc-header h5 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}

.pricing-card .pc-header h5 span {
	font-size: 12px;
	font-weight: 400;
}

.pricing-card .pc-details {
	background: #fff;
	padding-bottom: 60px;
}

.pricing-card .pc-details .pc-icon {
	display: inline-flex;
	width: 94px;
	height: 94px;
	align-items: center;
	justify-content: center;
	background-color: #556080;
	border-radius: 50%;
	margin-top: -47px;
	padding: 15px;
}

.pricing-card .pc-details ul {
	padding-top: 30px;
	padding-bottom: 50px;
	list-style: none;
}

.pricing-card .pc-details ul li {
	font-size: 14px;
	color: #7c7c7c;
	font-weight: 500;
	margin-bottom: 12px;
}

/*------------------
  Blog Page
---------------------*/

.blog-post {
	margin-bottom: 115px;
}

.post-content {
	text-align: center;
	padding: 46px 0 0;
}

.post-content .post-date {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #25ae88;
	padding: 10px 22px;
	margin-bottom: 35px;
}

.post-content h4 {
	margin-bottom: 28px;
}

.post-content p {
	margin-bottom: 45px;
}

.post-content .site-btn {
	min-width: 147px;
}

.site-pagination {
	text-align: center;
	display: flex;
	justify-content: center;
}

.site-pagination a {
	display: inline-flex;
	height: 33px;
	min-width: 33px;
	align-items: center;
	justify-content: center;
	color: #151414;
	font-size: 14px;
}

.site-pagination .active {
	background: #25ae88;
}

.contact-title {
	margin-bottom: 25px;
}

.contact-text p {
	margin-bottom: 35px;
}

.contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-info .ci-icon {
	width: 48px;
	float: left;
}

.contact-info h6 {
	font-size: 15px;
	padding-left: 15px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 14px;
	height: 61px;
	padding: 10px 32px;
	margin-bottom: 8px;
	border-bottom: 3px solid transparent;
	background: #dee2ef;

}
.contact-form input{
		border-radius: 30px;
}
.contact-form textarea {
	border-radius: 30px;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
	border-bottom: 3px solid #25ae88;
}

.contact-form textarea {
	height: 177px;
	padding-top: 23px;
	margin-bottom: 18px;
}

.contact-form .site-btn {
	min-width: 147px;
}

.contact-form ::-webkit-input-placeholder {
	color: #7c7c7c;
}

.contact-form :-ms-input-placeholder {
	color: #7c7c7c;
}

.contact-form ::-ms-input-placeholder {
	color: #7c7c7c;
}

.contact-form ::placeholder {
	color: #7c7c7c;
}

.block_contact_icon {
	text-align: center;
}


.block_contact_icon i{
background: -webkit-linear-gradient(-120deg, rgb(0, 255, 207) 0%, rgb(51, 148, 220) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
}

.block_contact_icon p{
	font-size: 12px;
  color: #636363;
  line-height: 17px;
  margin-top: 20px;
}


.block_contact_icon p a{
  color: #636363;
}



.map {
	margin-top: 115px;
}

.map iframe {
	width: 100%;
	height: 590px;
}

.masc_slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.text_slider{
    z-index: 1;
}

	.header-section .container {
        width: 100%;
		max-width: 1500px;
	}
.sl-icon img{
    width: 60%;
}

.icons_block_1 img{
top: -2px;
  position: relative; 
}

.feature_block_1 img {
    width: 100px;
    position: relative;
}

.feature_block_2 img {
width: 115px;
  position: relative;
  margin-bottom: 32px
}


.feature_block_3 img {
    width: 100px;
    position: relative;
}

  .solution .left-content h1 {
font-size: 45px;
  font-weight: 600;
  padding-bottom: 18px;
}
  .solution .left-content p {
  color: #3c3c3c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}

.check-list-items {
  margin-bottom: 32px;
}
.check-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.check-list-items li::before {
  content: url(/img/check-circle.svg);
  line-height: 0;
}
.buttons:last-child {
  margin-bottom: -.5rem;
}
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: .5rem;
}

.button.ac-button.is-normal {
  height: 45px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-.5em - 1px);
position: relative;
  top: 7px;

}
.button .icon, .button .icon.is-large, .button .icon.is-medium, .button .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}
.mr-8 {
  margin-right: 8px !important;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.button.ac-button.is-primary.is-outlined {
  border-radius: 100px;
  background: rgb(52, 65, 81);
    color: #fff;
}
.button.ac-button.is-primary {
  background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
    border-radius: 100px; 
  color: #fff;
  border: none;
    line-height: 45px;
}
.btn-brand {
  background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
    border-radius: 100px; 
  color: #fff;
  border: none;
    line-height: 45px;
    padding: 10px 40px;
}
.brand-icon {
  align-items: center;
  background-color: #163B5D;
  border-radius: 7px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 20px;
  width: 50px;
  flex-shrink: 0;
}

.button.ac-button.is-normal {
  height: 45px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
}
.solution {
    padding: 100px 0;
    background: url("../img/about-hero-bg-2.png");
    background-size: contain;
    background-attachment: 0 center;
    background-repeat: no-repeat;
}
.about-section {
    padding: 100px 0;
    background: url("../img/vps-hero-header.webp");
    background-size: cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
}
.right_databases_img {
    padding-top: 130px;
    width: 100%;
}

.multi-carousel {
    width: 100%;
}

.carousel-grid {
    text-align: center;
}
.carousel-grid img {
width: 100%;
  max-width: 120px;
  margin: auto;
}

    .multi-carousel {
	opacity: 0;
	padding: 0 25px;
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
	width: 25px;
/*	background: gray;    */
}

.carusel_block .section-title {
    margin: 0 auto 80px;
}
.screenshot {
    padding: 30px 0;
    background: #e6e8eb;
}
.screenshot h2{
   color: #000;
    font-size: 34px;
    margin-bottom: 30px;
}

.screenshot_demo {
    padding: 20px 0 70px;
    background: #e6e8eb;
}
.screenshot_demo h2{
   color: #000;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 85px;
}


.btn-brand:hover{
    color:#fff;
}
.image-container-2 {
    margin-top: 50px; 
}
.page-top-section {
    position: relative;
}
.page-top-section .container {
    position: relative;
}
.page-top-section .container {
    position: relative;
    z-index: 1;
}

.marketplace-sevices-highlight {
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #EAF3FA;
  box-shadow: 0px 10px 35px rgba(0,0,0,0.05);
  margin: 0 0px;
    transition: all 0.4s;
    
} 
.marketplace-sevices-highlight:hover {
  box-shadow: 0px 10px 35px rgba(0,0,0,0.14);  
    transition: all 0.4s;
} 
.services-icon {
  padding: 25px 25px;
  text-align: center;
  height: 120px;
  display: table;
  width: 100%;
}

.services-icon img {
  display: inline-block;
  height: 80px;
  object-fit: cover;
  width: 80px; 
}

.services-name {
  background-color: #EAF3FA;
  color: #163B5D;
  font-weight: 500;
  padding: 20px 2px;
  text-align: center;
  width: 100%;
    font-size: 14px;
}

.services-icon svg{
    width: 70px;
}
.Services-section{
    background: #EAF3FA;
}

.st_services_1{
    
}
.st_services_2{
    height: 70px;
}
.st_services_3{
    padding-top: 16px;
}

.services .owl-item {
    margin-bottom: 50px;
}


.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

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

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #fff;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    /*font-size: 18px;*/
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
background: rgb(2,249,164);
  background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
  color: #fff;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }

}

/*.lis-bg-light {
    background-color: #00000005;
}*/



.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}


.lis-light {
    color: #707070;
}

.font-weight-normal {
    font-weight: 400!important;
}



.price-table {
    -webkit-transition: 0.3s ease;
}

.lis-brd-light {
    border-color: #dadada !important;
    background: #EAF3FA;
}

.lis-rounded-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.lis-bg-light {
    /*background-color: #f7f7f7;*/
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.lis-latter-spacing-2 {
    letter-spacing: 2px;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.lis-font-weight-500 {
    font-weight: 500;
}

.display-4 {
    font-size: 3.5rem;
}

.price-table sup {
    top: -1.5em;
}

.price-table sup, .price-table small {
    font-size: 1.25rem;
}
.price-table small {
    font-size: 1.25rem;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}

 sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

.lis-brd-light {
    border-color: #EAF3FA !important;
}
.bg-white {
    background-color: #fff!important;
}
.py-5 {
    padding-bottom: 3rem!important;
}
.lis-line-height-3 {
    line-height: 3 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lis-line-height-3 {
    line-height: 3 !important;
}

.btn-primary-outline {
    background-color: transparent;
    color: #000 !important;
    border-color: #2e85c7;
}

.btn-primary{
	border-color: transparent;
}

.btn {
    color: #fff;
    padding: .5rem 1.3rem;
    font-size: 1rem;
    word-wrap: break-word;
}

.lis-rounded-circle-50 {
    border-radius: 50px;
}

.pl-2, .px-2 {
    padding-right: .5rem!important;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.lis-bg-primary {
background: rgb(2,249,164);
  background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
}

.btn-primary {
background: rgb(2,249,164);
  background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
}

.btn-primary:hover, .btn-primary:focus {
    background: #000;
    border-color: #000;
}

.price-table.active {
    transform: scale(1.045);
    -webkit-transform: scale(1.045);
}

.price-table {
    -webkit-transition: 0.3s ease;
}

.lis-rounded-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.white {
	color: #fff;
}

.brand-form {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
}
.form-horizontal {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #434D5B;
padding: 30px 20px 5px;
  width: 80%;
  margin: auto;
}
.box-shadow-lg {
  box-shadow: 0 5px 15px rgba(0,0,0,0.07),0 15px 35px rgba(0,0,0,0.07);
}

.textarea_form_comanda {
	margin-top: 20px;
}

.blog-section {
  background-color: #EAF3FA;
}
.padding-lg {
  padding-bottom: 20px;
  padding-top: 0px;
}
.media-card.media-card-featured:hover {
  background-color: #FFFFFF;
  transform: scale(1.02);
}

.margin-bottom-md {
  margin-bottom: 30px !important;
}

.media-grid-thirds {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}
.media-card.media-card-featured {
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DCDFE5;
}
.media-card.media-card-sm {
  flex-direction: column;
  padding: 15px;
}
.media-card {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.media-card.media-card-sm .media-card-image {
  max-width: 100%;
}
.media-card-image {
  border-radius: 5px;
  height: auto;
  max-width: 360px;
  object-fit: cover;
/*  margin: 0 20px 0 0;*/
}
.blog-date span {
	color:#ccc;
}

.media-card.media-card-sm .media-card-body {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 20px 0 0 0;
  width: 100%;
}
.media-card.media-card-sm .media-card-body h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.media-card.media-card-sm .media-card-body p {
  margin-bottom: 15px;
}

.media-card.media-card-sm .media-card-body .media-card-meta {
  margin-top: auto;
}
.media-card.media-card-featured .media-card-meta {
  justify-content: space-between;
}
.media-card-meta {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.media-card-meta .author {
  align-items: center;
  color: #163B5D;
  display: flex;
}
.media-card-meta img {
  margin-right: 10px;
}
.img-circle {
  border-radius: 50%;
}
.media-card-meta .author {
  color: #163B5D;
}

.brand-blockquote {
  /*background-color: #F8F9FA;*/
  border-left : 3px solid #239DFF;
  color: #000;
  font-size: 16px;
  margin: 30px 0;
  padding-left: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Responsive
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1580px) {
	.header-section .container {
		max-width: 100%;
	}
	.header-btns {
		left: auto;
		right: 0;
		margin-left: 0;
		width: auto;
	}
}

@media (max-width: 1330px) {
	.main-menu {
		margin-left: 90px;
	}
	.service-list li {
		margin-bottom: 40px;
	}
	.service-list .sl-icon {
		width: 80px;
		height: 80px;
	}
	.service-list .sl-content {
		padding-left: 95px;
	}
	.service-list.service-list-left .sl-icon {
		float: right;
		padding-left: 0;
	}
	.service-list.service-list-left .sl-content {
		text-align: right;
		padding-right: 95px;
		padding-left: 0;
	}
	.service-list.service-list-left li:nth-child(1) {
		right: 4px;
		width: 490px;
	}
	.service-list.service-list-left li:nth-child(2) {
		right: 30px;
	}
	.service-list.service-list-left li:nth-child(3) {
		right: -32px;
	}
	.service-list.service-list-right li:nth-child(1) {
		left: -40px;
		width: 490px;
	}
	.service-list.service-list-right li:nth-child(2) {
		left: 15px;
	}
	.service-list.service-list-right li:nth-child(3) {
		left: -32px;
	}
	.service-main-circle {
		width: 360px;
		height: 360px;
		margin-left: -180px;
		padding-top: 65px;
	}
	.about-img img {
		left: 0;
		top: 0;
	}
	.banner-card {
		left: 0;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		margin-left: 40px;
	}
	.main-menu li a {
		margin-left: 0;
		font-size: 14px;
	}
	.header-btns {
		top: -2px;
	}
	.header-btns .site-btn {
		padding: 10px 20px;
		margin-right: 5px;
	}
	.service-list li {
		margin-bottom: 30px;
		max-width: 330px;
	}
	.service-list .sl-icon {
		width: 80px;
		height: 80px;
	}
	.service-list .sl-content {
		padding-left: 95px;
	}
	.service-list .sl-content p {
		font-size: 12px;
	}
	.service-list .sl-content h4 {
		font-size: 20px;
	}
	.service-list.service-list-left .sl-icon {
		float: right;
		padding-left: 0;
	}
	.service-list.service-list-left .sl-content {
		text-align: right;
		padding-right: 95px;
		padding-left: 0;
	}
	.service-list.service-list-left li:nth-child(1) {
		right: -47px;
		width: auto;
	}
	.service-list.service-list-left li:nth-child(2) {
		right: 7px;
	}
	.service-list.service-list-left li:nth-child(3) {
		right: -50px;
	}
	.service-list.service-list-right li:nth-child(1) {
		left: -20px;
		width: auto;
	}
	.service-list.service-list-right li:nth-child(2) {
		left: 32px;
	}
	.service-list.service-list-right li:nth-child(3) {
		left: -20px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 35px 0px;
	}
	.header-section .header-right {
		position: fixed;
		background: #fff;
		width: 300px;
		height: 100%;
		left: -340px;
		top: 0;
		overflow-y: auto;
		box-shadow: 40px 0px 70px rgba(167, 167, 167, 0.2);
		transition: all 0.4s;
	}
	.header-section .header-right.active {
		left: 0;
	}
	.header-section .container {
		max-width: 720px;
	}
	.nav-switch {
		display: block;
		width: 40px;
		float: right;
		height: 31px;
		padding-top: 14px;
		position: relative;
		cursor: pointer;
	}
	.nav-switch .ns-bar {
		width: 30px;
		height: 3px;
		background: #fff;
		transition: all 0.3s;
	}
	.nav-switch .ns-bar:after,
	.nav-switch .ns-bar:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 3px;
		background: #fff;
		left: 0;
		bottom: 0;
		transition: all 0.3s;
	}
	.nav-switch .ns-bar:before {
		bottom: auto;
		top: 0;
	}
	.nav-switch:hover .ns-bar {
		width: 100%;
	}
	.nav-switch.active .ns-bar {
		width: 0px;
	}
	.nav-switch.active .ns-bar:after {
		transform: rotate(-43deg);
		transform-origin: left bottom;
	}
	.nav-switch.active .ns-bar:before {
		transform: rotate(43deg);
		transform-origin: left top;
	}
	.main-menu {
		margin-left: 0;
		padding-top: 0;
		display: block;
		margin-bottom: 80px;
	}
	.main-menu li {
		display: block;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-menu li a {
		display: block;
		color: #000;
		margin-left: 0;
		padding: 12px 21px;
	}
	.main-menu li.active a {
		color: #fff;
	}
	.header-btns {
		position: relative;
		display: block;
		padding: 0 15px;
	}
	.header-btns .site-btn {
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.hs-item {
		height: auto;
		padding-top: 250px;
		padding: 250px 0 200px;
	}
	.hs-item h2 {
		font-size: 65px;
	}
	.service-list li {
		margin-bottom: 40px;
		max-width: auto;
	}
	.service-list.service-list-left .sl-icon {
		float: right;
		padding-left: 0;
	}
	.service-list.service-list-left .sl-content {
		text-align: right;
		padding-right: 95px;
		padding-left: 0;
	}
	.service-list.service-list-left li:nth-child(1) {
		right: -0;
		width: auto;
	}
	.service-list.service-list-left li:nth-child(2) {
		right: 0;
	}
	.service-list.service-list-left li:nth-child(3) {
		right: 0;
	}
	.service-list.service-list-right li:nth-child(1) {
		left: 0;
		width: auto;
	}
	.service-list.service-list-right li:nth-child(2) {
		left: 0;
	}
	.service-list.service-list-right li:nth-child(3) {
		left: 0;
	}
	.service-list.service-list-left .sl-icon {
		float: left;
	}
	.service-list.service-list-left .sl-content {
		text-align: left;
		padding-right: 0;
		padding-left: 0;
		padding-left: 95px;
	}
	.service-main-circle {
		display: none;
	}
	.about-img {
		text-align: center;
		padding-top: 80px;
	}
	.what-card .wc-text {
		padding: 20px 15px 1px;
	}



	.testimonials-slider.owl-carousel .owl-nav,
	.Application-slider.owl-carousel .owl-nav,
	 {
		position: relative;
		top: 0;
		text-align: center;
		padding-top: 50px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev,
	.testimonials-slider.owl-carousel .owl-nav button.owl-next,
	.Application-slider.owl-carousel .owl-nav button.owl-prev,
	.Application-slider.owl-carousel .owl-nav button.owl-next,
	 {
		float: none;
		left: 0;
		right: 0;
		width: 50px;
		height: 50px;
		font-size: 20px;
		margin: 0 9px;
	}
	.testimonials-slider.owl-carousel .owl-dots,
	.Application-slider.owl-carousel .owl-dots,
	 {
		padding-top: 30px;
	}
	.pricing-card .pc-header h4 {
		font-size: 16px;
	}
	.pricing-card .pc-header h5 {
		font-size: 35px;
	}
	.add-pic,
	.contact-text,
	.milestone-icon,
	.about-intro-pic {
		margin-bottom: 40px;
	}
	.header-alt .main-menu {
  padding: 10px;
}

}

/* Large Mobile :480px. */


@media only screen and (max-width: 767px) {

.block_contact_icon i {
  font-size: 20px;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
}

.block_contact_icon p {
font-size: 12px;
  color: #636363;
  line-height: 17px;
  margin-top: 16px;
  text-align: left;
  padding-left: 10px;
  display: flex;
}
.map {
  margin-top: 25px;
}

.contact-form .site-btn {
  min-width: 100%;
  margin: auto;
  display: block;
}

.map iframe {
  width: 100%;
  height: 280px;
}



	.header-alt .site-logo {
height: 36px;
  overflow: hidden;
}
    
 .header-alt .header-section {
    padding: 10px 0px;
  } 
	.header-section {
		padding: 10px 0px;
	}
	.header-section .header-right {
		position: fixed;
		background: #fff;
		width: 300px;
		height: 100%;
		left: -340px;
		top: 0;
		overflow-y: auto;
		box-shadow: 40px 0px 70px rgba(167, 167, 167, 0.2);
		transition: all 0.4s;
	}
	.header-section .header-right.active {
		left: 0;
	}
	.header-section .container {
		max-width: 720px;
	}
	.nav-switch {
		display: block;
		width: 40px;
		float: right;
		height: 31px;
		padding-top: 14px;
		position: relative;
		cursor: pointer;
		z-index: 99;
	}
	.nav-switch .ns-bar {
		width: 30px;
		height: 3px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		transition: all 0.3s;
	}
	.nav-switch .ns-bar:after,
	.nav-switch .ns-bar:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 3px;
		background: #fff;
		left: 0;
		bottom: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		transition: all 0.3s;
	}
	.nav-switch .ns-bar:before {
		bottom: auto;
		top: 0;
	}
	.nav-switch:hover .ns-bar {
		width: 100%;
	}
	.nav-switch.active .ns-bar {
		width: 0px;
		box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
	}
	.nav-switch.active .ns-bar:after {
		transform: rotate(-43deg);
		transform-origin: left bottom;
	}
	.nav-switch.active .ns-bar:before {
		transform: rotate(43deg);
		transform-origin: left top;
	}
	.main-menu {
		margin-left: 0;
		padding-top: 0;
		display: block;
		margin-bottom: 80px;
	}
	.main-menu li {
		display: block;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-menu li a {
		display: block;
		color: #000;
		margin-left: 0;
		padding: 12px 21px;
	}
	.main-menu li.active a {
		color: #fff;
	}
	.header-btns {
		position: relative;
		display: block;
		padding: 0 15px;
	}
	.header-btns .site-btn {
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.hs-item {
		height: auto;
		padding-top: 250px;
		padding: 250px 0 200px;
	}
	.service-list.service-list-left {
		margin-bottom: 40px;
	}
	.service-list li {
		margin-bottom: 40px;
		max-width: auto;
	}
	.service-list.service-list-left .sl-icon {
		float: right;
		padding-left: 0;
	}
	.service-list.service-list-left .sl-content {
		text-align: right;
		padding-right: 95px;
		padding-left: 0;
	}
	.service-list.service-list-left li:nth-child(1) {
		right: -0;
		width: auto;
	}
	.service-list.service-list-left li:nth-child(2) {
		right: 0;
	}
	.service-list.service-list-left li:nth-child(3) {
		right: 0;
	}
	.service-list.service-list-right li:nth-child(1) {
		left: 0;
		width: auto;
	}
	.service-list.service-list-right li:nth-child(2) {
		left: 0;
	}
	.service-list.service-list-right li:nth-child(3) {
		left: 0;
	}
	.service-list.service-list-left .sl-icon {
		float: left;
	}
	.service-list.service-list-left .sl-content {
		text-align: left;
		padding-right: 0;
		padding-left: 0;
		padding-left: 95px;
	}
	.service-main-circle {
		display: none;
	}
	.about-img {
		text-align: center;
		padding-top: 80px;
	}
	.milestone-icon {
		margin-bottom: 30px;
	}
	.banner-card {
		padding: 53px 50px 28px;
	}
	.hs-item h2,
	.page-top-section h2 {
		font-size: 55px;
	}
	.footer-nav,
	.copyright {
		float: none;
		text-align: center;
	}
	.copyright {
		padding-top: 15px;
	}




	.testimonials-slider.owl-carousel .owl-nav,
	.Application-slider.owl-carousel .owl-nav
	 {
		position: relative;
		top: 0;
		text-align: center;
		padding-top: 50px;
	}
	.testimonials-slider.owl-carousel .owl-nav button.owl-prev,
	.testimonials-slider.owl-carousel .owl-nav button.owl-next,
	.Application-slider.owl-carousel .owl-nav button.owl-prev,
	.Application-slider.owl-carousel .owl-nav button.owl-next
	 {
		float: none;
		left: 0;
		right: 0;
		width: 50px;
		height: 50px;
		font-size: 20px;
		margin: 0 9px;
	}
	.testimonials-slider.owl-carousel .owl-dots,
	.Application-slider.owl-carousel .owl-dots
	 {
		padding-top: 30px;
	}
	.add-pic,
	.contact-text,
	.milestone-icon,
	.about-intro-pic,
	.feature,
	.what-card {
		margin-bottom: 40px;
	}

	.pricing-section   .nav-tabs {
 
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .card-body .fadeInUp {
  	padding: 0;
  }
  .testimonials-section {
  padding: 20px;
}
.form-control {
  font-size: 12px;
}
.brand-form-contents label{
	font-size: 12px;
	margin-bottom: 0px;
  margin-top: 10px;
}


.services .owl-item {
  margin-bottom: 20px;
}

.nav-tabs {
  padding: 0;
}
.pricing-section h3 {
  padding: 0 0 10px 0;
  font-size: 18px;
}
.section-title p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
  margin-bottom: 10px;
}

  .media-grid-thirds {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {



    
    .spad {
  padding-top: 30px;
  padding-bottom: 30px;
}
    .feature img {
  margin-bottom: 30px;
  width: 60px !important;
}
    
    .feature h4 {
  font-size: 20px
}
    .feature p {
        font-size: 13px;
    }
    .service-list h4 {
  font-size: 14px;
}
      .service-list .sl-icon {
    width: 60px;
    height: 60px;
  }
.service-list.service-list-left li:nth-child(2) {
/*  right: 80px;*/
  padding-top: 0;
}
.service-list.service-list-left li:nth-child(3) {
/*  right: 80px;*/
  padding-top: 0;
}
    .service-list.service-list-right li:nth-child(2) {
  top: 0;
}
        .service-list.service-list-right li:nth-child(3) {
  top: 0;
}
    .solution {
        padding: 50px 0;
  background-size: inherit;
}
    .solution .left-content h1 {
  font-size: 22px;
}
    
    .solution .left-content p {
  color: #3c3c3c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}
    .check-list-items li{
        font-size: 14px;
    }
    .button.ac-button.is-normal {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
    .buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
    
    .button.ac-button.is-primary.is-outlined {
  border-radius: 100px;
  background: rgb(52, 65, 81);
  color: #fff;
        margin-left: auto;
  margin-right: auto;
}
    .right_databases_img {
  padding-top: 50px;
  width: 100%;
}
    
	.hs-item h2 {
		font-size: 35px;
	}
	.section-title h2,
	.page-top-section h2 {
		font-size: 18px;
	}
	.banner-card {
		padding: 53px 40px 28px;
	}
	.banner-card h2 {
		font-size: 36px;
	}
	.about-list {
		padding-left: 40px;
	}
}


/*modal-form	*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 5vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;
  /*border-radius: 20px;*/
  max-width: 400px;
  width: 100%;
  /*height: 450px;*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.5s
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
color: white;
  float: none;
  font-size: 28px;
  font-weight: bold;
  z-index: 999999;
  position: absolute;
  right: 15px;
  opacity: 1;
  top: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
/*  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;*/
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#myBtn{

}
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="url"],
#contact datetime-local,
#contact input[type="text"]
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  color:#777;
}
#contact h5 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color:#777;

}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="text"],
#contact input[type="url"],
#contact input[type="text"]
#contact datetime-local {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
    opacity:1;
}
#contact input[type="text"]:hover,
#contact input[type="text"]:hover,
#contact input[type="text"]:hover,
#contact input[type="url"]:hover,
#contact input[type="text"]:hover,
#contact datetime-local:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 50%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 30px;

}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-color:white;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.myBtn{
  color:white;
}

.modal-content-form {
	width:900px;
	max-width: 900px;
}

.modal-header .section-title {
	margin-top:30px;
	margin-bottom: 0px;
}


.modal-header .section-title h2 {
	padding-bottom: 10px;
	color:#fff;

}

.section-title-form-popup  h2 {
	padding-bottom: 10px;
	color:#fff;

}

.section-title-form-popup p {
	color: #fff;

}
.section-title-form-popup {
	background: linear-gradient(-130deg, rgba(2,249,164,1) 0%, rgba(51,148,220,1) 100%);
	color: #fff;
	padding: 15px;
	margin-bottom: 0px;
}
.section-title-form-popup::after {
	position: absolute;
	content: "";
	width: 110px;
	height: 0px;
	left: 50%;
	bottom: 0;
	margin-left: -55px;
	background: #25ae88;
}
.modal-content-form .box-shadow-lg
{
  box-shadow: 0 0px 0px transparent;
}
.brand-form-contents label {
	font-size: 14px;
	margin-bottom: 5px;
}
.brand-form-contents input {
	margin-bottom: 10px;
}
.brand-form-contents textarea {
	font-size: 14px !important;
}


@media only screen and (max-width: 1200px) {
    .modal-content-form
{
  width: 100%;
  max-width: 90%;
}
}