@import
	url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
	background: #ffffff;
	//font-family: "Segoe UI", Tahoma, sans-serif;
	    FONT-FAMILY: sans-serif;
	overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: inherit;
}

h1 {
	color: #252525;
	font-size: 3em;
	line-height: normal;
}

h2 {
	color: #353535;
	font-size: 2em;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0;
}

h3, h3 a {
	color: #454545;
}

p {
	color: #757575;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

#feature .about_icon img {
	width: 100%;
}

#feature .about_icon h3 {
	text-align: center;
}

#feature .about_icon .imgwap {
	text-align: center;
	border-radius: 75px;
}

#feature .about_icon p {
	text-align: center;
}

#feature .mission {
	background-color: #005aab;
	color: #ffffff;
}

#feature .product {
	background-color: #005aab;
	color: #ffffff;
}

#feature .testimonial {
	background-color: #005aab;
	color: #ffffff;
}

#feature .statistic {
	background-color: #005aab;
	color: #ffffff;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
}

a {
	color: #252525;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}

a, input, button, .form-control {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #005aab;
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #005aab;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	margin: 0;
}

.section-title small {
	display: block;
}

.overlay {
	background: rgba(20, 20, 20, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-form {
	background: #252020;
	border-radius: 100%;
	text-align: center;
	padding: 6em;
	width: 450px;
	height: 450px;
}

.entry-form h2 {
	color: #ffffff;
	margin: 0;
}

.entry-form .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	margin: 10px 0;
}

.entry-form .submit-btn {
	background: #ffffff;
	border-radius: 50px;
	border: 0;
	color: #252020;
	width: 50%;
	height: 50px;
	margin: 30px auto;
	margin-bottom: 10px;
}

.entry-form .submit-btn:hover {
	background: #3f51b5;
	color: #ffffff;
}

section {
	position: relative;
	padding: 50px 0;
}

#download, #feature {
	background: #eeeeee;
}

#download, #price {
	text-align: center;
}

#google-map iframe {
	border: 0;
	width: 100%;
	height: 390px;
}

#request-form .col-md-12, #request-form .col-md-4 {
	padding-left: 0;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/
.section-btn {
	background: transparent;
	border-radius: 50px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: inherit;
	font-weight: normal;
	padding: 15px 30px;
	transition: 0.5s;
}

.section-btn:hover {
	background: #ffffff;
	border-color: transparent;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.spinner {
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 1px solid #575757;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}

@
-webkit- @keyframes spinner {to { transform:rotate(360deg);
	
}

}
@
keyframes spinner {to { transform:rotate(360deg);
	
}

}

/*---------------------------------------
      MENU              
  -----------------------------------------*/
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.dropdown-menu {
	border-top: 2px solid #005aab;
}

.custom-navbar .nav .dropdown-menu li a {
	color: black
}

.custom-navbar .nav .dropdown-menu li>a:hover {
	border-bottom: none;
	background-color: #ffffff;
	color: #005aab;
}

.custom-navbar {
	border: none;
	margin-bottom: 0;
	padding: 25px 0;
}

.custom-navbar .navbar-brand {
	color: #ffffff;
	font-size: 18px;
}

.custom-navbar .navbar-brand span {
	color: #ce3232;
}

.top-nav-collapse {
	background: rgba(26, 11, 107, 0.85);
}

.custom-navbar .navbar-nav.navbar-nav-first {
	margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
	padding-right: 12px;
	padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
	display: inline-block;
	margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
	background: #292929;
	color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
	color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
	padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
	color: #ffffff;
}

.custom-navbar .nav li a {
	font-size: 13px;
	color: #005ba9;
	padding-right: 22px;
	padding-left: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.custom-navbar .nav li a:hover {
	background: transparent;
	color: #ff0000;
	font-weight: bold;
}

.custom-navbar .navbar-nav>li>a:hover, .custom-navbar .navbar-nav>li>a:focus
	{
	background-color: transparent;
}

.custom-navbar .nav li.active>a {
	background-color: transparent;
	color: #ff0000;
	font-weight: bold;
}

.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}

.custom-navbar .navbar-toggle {
	background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
	background: #252525;
	border-color: transparent;
}

@media ( min-width :768px) {
	.custom-navbar {
		border-bottom: 0;
		background: 0 0;
		    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
	}
	.custom-navbar.top-nav-collapse {
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		padding: 12px 0;
	}
	.top-nav-collapse .navbar-brand {
		color: #454545;
	}
	.top-nav-collapse .nav li a {
		color: #005ba9;
	}
	.top-nav-collapse .nav .section-btn a {
		color: #ffffff;
	}
}

/*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/
#home {
	padding: 0;
}

#home h1 {
	color: #ffffff;
}

#home h3 {
	color: #f9f9f9;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 5px 0 40px 0;
}

@media ( min-width : 768px) {
	.home-slider .col-md-6 {
		padding-left: 0;
	}
}

.carousel-inner .item {
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;

}

.carousel-inner .item img{
	width: 100%;
}

.carousel-inner img {
	background: rgba(20, 20, 20, 0.2);
	
}

.carousel-caption h3 {
	color: #003AF8;
}

.carousel-caption p {
	color: #003AF8;
	width: fit-content;
	font-size: medium;
	margin-top: 10px;
}

.home-slider .item-first {
	background-image: url(../../images/banner/slider-image1.jpg);
	background-position: center;
}

.home-slider .item-second {
	background-image: url(../../images/banner/slider-image2.jpg);
}

.home-slider .item-third {
	background-image: url(../../images/banner/slider-image3.jpg);
}

/*---------------------------------------
      FEATURE              
  -----------------------------------------*/
#feature .section-title {
	text-align: center;
}

.feature-thumb {
	border: 1px solid #f0f0f0;
	padding: 5em 3em;
}

.feature-thumb span {
	background: #3f51b5;
	border-radius: 50px;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 5px;
}

.feature-thumb h3 {
	margin: 10px 0;
}

.Tabside {
	padding: 70px 0px;
	width: 100%;
	text-align: center;
}

.Tabside ul {
	list-style: none;
	margin: 0px;
	padding-bottom: 59px;
}

.Tabside li {
	float: none;
	padding: 0px;
	margin: 0px -2px;
	display: inline-block;
	width: 225.74px;
}

.Tabside li a {
	padding: 14px 40px 13px 40px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #d5d5d5;
	display: block;
	transition: all 0.3s ease;
}

.Tabside li a:hover, .About_sec .Tabside li a.activeLink {
	border: solid 1px #005ba9;
	background: #005ba9;
	color: #fff;
}

.Tabside .TabImage {
	width: 43.63%;
	float: left;
	position: relative;
}

.Tabside .TabImage .img1 {
	position: absolute;
	top: 0px;
	left: 42px;
	height: 260px;
	background: url(../images/about-shadow.png) no-repeat;
	background-position: 25px 223px;
}

.Tabside .TabImage .img1 img {
	padding: 5px;
	border: solid 1px #ececec;
	background: #fff;
}

.Tabside .TabImage .img2 {
	position: absolute;
	top: 40px;
	left: 2px;
	height: 260px;
	background: url(../images/about-shadow.png) bottom center no-repeat;
	background-position: 0px 223px;
}

.Tabside .TabImage .img2 img {
	padding: 5px;
	border: solid 1px #ececec;
	background: #fff;
}

.Tabside .Description {
	width: 54.3%;
	float: right;
	text-align: left;
	margin-top: -6px;
}

.Tabside .Description h3 {
	font-size: 24px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	line-height: 29px;
}

.Tabside .Description h3 span {
	padding-left: 3px;
	font-size: 14px;
	color: #ff9000;
	display: block;
}

.Tabside .Description p {
	padding: 21px 0px 4px 0px;
	font-size: 16px;
	margin: 0px;
	font-family: 'Open Sans';
	line-height: 25px;
}

.Tabside .Description p .cyan {
	font-size: 16px;
	color: #08c2ff;
}

.Line {
	border: solid 1px #005ba9;
	height: 2px;
	width: 500px;
	margin: auto;
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/
#about figure {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}

#about figure span {
	float: left;
	margin-left: -15px;
	padding: 15px 20px;
	position: relative;
	top: 20px;
}

#about figure span i {
	background: #005aab;
	border-radius: 50px;
	color: #ffffff;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/
#download {
	overflow: hidden;
	    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	
}

.team-thumb {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.team-info {
	padding: 20px 30px;
}

.team-image img {
	width: 100%;
}

.team-thumb .social-icon {
	border-top: 1px solid #f0f0f0;
	padding: 4px 20px 0 20px;
}

.team-thumb .social-icon li a {
	background: #ffffff;
	color: #252020;
}

.panel-title {
	text-align: left;
}

.panel-title a {
	font-size: 20px;
}

#download .panel-heading {
	padding-top: 20px
}

.team-info h3 {
	margin: 0;
}

#download .event_box_wap {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

/*---------------------------------------
      COURSES             
  -----------------------------------------*/
#event .section-title {
	text-align: center;
}

#event .owl-theme .owl-nav {
	margin-top: 0px!important;
}

#event .owl-theme .owl-nav [class*=owl-] {
	border-radius: 2px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	border: none;
}

.courses-thumb {
	background: #f9f9f9;
	position: relative;
}

.courses-top {
	position: relative;
}

.courses-image {
	background: linear-gradient(to right, #202020, #101010);
}

.courses-date {
	background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px 25px;
}

.courses-date span, .courses-author span {
	font-size: 14px;
	font-weight: bold;
}

.courses-date span {
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
}

.courses-detail {
	padding: 25px 25px 15px 25px;
}

.courses-detail h3 {
	margin: 0 0 2px 0;
}

.courses-info {
	border-top: 1px solid #f0f0f0;
	position: relative;
	clear: both;
	padding: 15px 25px;
}

.courses-author, .courses-author span {
	display: inline-block;
	vertical-align: middle;
}

.courses-author img {
	display: inline-block !important;
	border-radius: 50px;
	width: 50px !important;
	height: 50px;
	margin-right: 10px;
}

.courses-price {
	float: right;
	margin-top: 10px;
}

.courses-price span {
	background: #005aab;
	border-radius: 2px;
	color: #ffffff;
	display: block;
	padding: 5px 10px;
}

.courses-price.free span {
	background: #3f51b5;
}

/*---------------------------------------
     NEWS              
  -----------------------------------------*/
.news-thumb {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.news-thumb .news-image {
	float: left;
	width: 40%;
	margin-right: 30px;
}

.news-info h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-date span {
	color: #909090;
	font-weight: bold;
}

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/
#price .item {
	background: #ffffff;
	margin: 20px 0;
	padding: 4em 3em;
	text-align: left;
}

#event .col-md-4, #price .col-md-4 {
	display: block;
	width: 100%;
}

#price .item>p {
	font-size: 16px;
	line-height: 26px;
}

.tst-rating {
	margin-bottom: 15px;
}

.tst-rating .fa {
	color: #3f51b5;
}

.tst-image, .tst-author {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	text-align: left;
}

.tst-image img {
	border-radius: 50px;
	width: 60px !important;
	height: 60px;
	margin-right: 15px;
}

.tst-author h4 {
	margin: 0;
}

.tst-author span {
	color: #808080;
	font-size: 14px;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/
#contact {
	background: #1967B2;
}

#contact h2 {
	color: #ffffff;
}

#contact i {
	padding-left: 40px
}

#contact .section-title {
	padding-bottom: unset;
	text-align: center
}

#contact h3, #contact h2>small, #contact p, #contact a {
	color: #f9f9f9;
}

#contact-form {
	padding: 1em 0;
}

#contact-form .col-md-12, #contact-form .col-md-4 {
	padding-left: 0;
}

#contact-form .form-control {
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	margin: 10px 0;
}

#contact-form input {
	height: 38px;
}

#contact-form input[type='button'] {
	border-radius: 50px;
	border: 1px solid transparent;
}

#contact-form input[type='button']:hover {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/
footer {
	background: #252020;
	padding-top: 20px;
	font-size: 16px;
}

footer .section-title {
	padding-bottom: 10px;
}

footer h2 {
	font-size: 20px;
}

footer a, footer p {
	color: #d9d9d9;
}

footer address p {
	margin-bottom: 0;
}

.footer-info ul {
	padding-left: 0px;
}

.footer-info li {
	list-style: none;
}

.footer-info {
	margin-right: 2em;
}

.footer-info h2 {
	color: #ffffff;
	padding: 0;
	text-align: left;
}

.footer_menu h2 {
	margin-top: 2em;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
}

.footer_menu li {
	display: inline-block;
	list-style: none;
	margin: 5px 10px 5px 0;
}

.newsletter-form .form-control {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #303030;
	height: 50px;
	margin: 5px 0;
}

.newsletter-form input[type="submit"] {
	background: transparent;
	border: 1px solid #f9f9f9;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	margin-top: 20px;
	outline: none;
	width: 50%;
}

.newsletter-form input[type="submit"]:hover {
	background: #005aab;
	border-color: transparent;
}

.newsletter-form .form-group span {
	color: #909090;
	display: block;
	font-size: 12px;
	margin-top: 20px;
}

#footer>.copyright {
	color: #fff;
	background: #000;
	text-align: center;
}

#footer>.copyright {
	background-color: rgba(0, 0, 0, .4);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	padding: 5px 0;
	font-size: 13px;
	display: block;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}

.social-icon li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
}

.social-icon li a {
	border-radius: 100px;
	color: #005aab;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
	background: #005aab;
	color: #ffffff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
@media screen and (max-width: 1170px) {
	.custom-navbar .navbar-nav.navbar-nav-first {
		margin-left: inherit;
	}
}

@media only screen and (max-width: 992px) {
	section, footer {
		padding: 60px 0;
	}
	.home-slider .item {
		background-position: center center;
	}
	.feature-thumb, .about-info, .team-thumb, .footer-info {
		margin-bottom: 50px;
	}
	.contact-image {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.custom-navbar .nav li a {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.5em;
	}
	h1, h2, h3 {
		line-height: normal;
	}
	.custom-navbar {
		background: #ffffff;
		-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		padding: 10px 0;
		text-align: center;
	}
	.custom-navbar .navbar-brand, .custom-navbar .nav li a {
		line-height: normal;
	}
	.custom-navbar .nav li a {
		padding: 10px;
	}
	.top-nav-collapse {
		background: rgba(26, 11, 107, 0.85);
	}
	.custom-navbar .navbar-brand, .top-nav-collapse .navbar-brand {
		color: #252525;
		font-weight: 600;
	}
	.custom-navbar .nav li a, .top-nav-collapse .nav li a {
		color: #005ba9;
	}
	.custom-navbar .navbar-nav.navbar-right li {
		display: inline-block;
	}
	.footer-info {
		margin-right: 0;
	}
	.footer-info.newsletter-form {
		margin-bottom: 0;
	}
	.entry-form {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 580px) {
	h2 {
		font-size: 1.8em;
	}
	#price .item {
		padding: 2em;
	}
	.contact-image {
		margin-top: 0;
	}
}

@media only screen and (min-width: 900px) {
	.tm-3-col-container {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.tm-3-col-textbox {
		margin-right: 15px;
		margin-bottom: 0;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1063px) {
	.cd-slider-nav {
		top: 30px;
	}
	.cd-slider-nav nav {
		padding: 0 30px;
	}
	.tm-brand-icon {
		margin-right: 15px;
	}
	.tm-3-col-container {
		padding: 25px;
	}
	.tm-contact-page {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2em;
	}
	#home h3 {
		font-size: 14px;
	}
	.entry-form {
		border-radius: 0;
		padding: 2em;
		max-width: 100%;
		max-height: 100%;
		width: inherit;
		height: inherit;
	}
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.fa-file-excel-o {
	color: green!important;
}

.fa-file-pdf-o {
	color: orange!important;
}

.fa-file-word-o {
	color: blue!important;
}

.fa-file-archive-o {
	color: purple!important;
}

.download-button {
	border: 1px solid #ccc; border-radius: 4px; padding: 5px 10px 5px 10px;
}

.download-button:hover {
	background: #22a0e4!important;
    color: white!important;
    border: none
}

.panel-body {
	padding-bottom: 5px;
}

.carousel-caption {
	top: 25%;
}

.section-title {
	text-align: center;
}


@media only screen and (max-width: 1000px) {
  .Tabside .TabImage {
    display: none
  }
  
  .Tabside .Description {
  	width: 100%;
  	padding: 0px 40px 0px 40px;
  }
  
  .Tabside .Description h3 {
  	text-align: center;
  }
}

.owl-dot {
	background: none;
	border: none;
}

.contact-btn {
	    position: absolute;
    left: 41%;
    bottom: 8%;
    z-index: 1;
	background:  #eb3f3f;
    color: white!important;
    border: none;
    padding: 10px 20px 10px 22px;
    font-size: 20px;
    border-radius: 40px; margin-top: 20px
}

.contact-btn:hover {
	background: #005aab;
}