
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	background-size:auto;
	width:100%;
	min-height:auto;
	
}
ul {
	padding:0px;
}
ul li{list-style:none;}
a {
	text-decoration:none;
}
img {
	border:none;
}
.top-wrapper {
	padding: 6px 0 10px;
	background: #4169e1;
}

.top-wrapper ul {
	margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	color:#fff;
	padding: 0 0 0 10px;
	transition: all 0.3s ease-in-out 0s;
}
.top-wraper-left ul li i {
	padding: 0 6px 0 0;
}
.top-wrapper ul li a {
    color: #fff;
}
.header{padding:5px 0px; border-bottom:1px solid #4169e1;}
.logo img{float:left; margin-right:5px;}
.logo h2{margin:0px; color:#4169e1; font-family: 'Playfair Display', serif; font-size:38px; font-weight:600; line-height:24px; padding-top:25px;}
.logo h2 span{font-size:16px; font-family: 'Playball', cursive; letter-spacing:1px; font-weight:400; color:#000;}
.logo a{text-decoration:none;}
/* Slider */
#slider{
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:1200px solid transparent;
  /*border-left:750px solid rgba(250, 150, 40, .9);*/
  border-left:750px solid rgba(00, 00, 00, .6);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:150px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
  z-index:999;
}
.content-txt h1{
  text-transform:uppercase;
  font-size:40px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
  font-family: 'Playball', cursive;
  font-weight:600;
}
.content-txt h2{
  font-family: 'Playball', cursive;
  font-weight:normal;
  font-size:28px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#4169e1;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}
.main{padding: 75px 0 60px;}
.main-title h2{
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0px 0px 10px;
    text-align: center;
    position: relative;
	font-family: 'Raleway', sans-serif;
}
.main-title h2 span {
    color:#4169e1;
}
.main-title:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}
.main p{color: #312f2f; text-align:justify;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; font-family: 'Raleway', sans-serif;}
.main-title:after {
    background: rgba(0, 0, 0, 0) url(../images/edu-icon.jpg) no-repeat scroll 0 0;
    bottom: -8px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}
.course-title h2{
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0px 0px 10px;
    text-align: center;
    position: relative;
	font-family: 'Raleway', sans-serif;
}
.course-title h2 span {
    color:#4169e1;
}
.course-title:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}
.course-title:after {
    background: rgba(0, 0, 0, 0) url(../images/edu-icon.jpg) no-repeat scroll 0 0;
    bottom: -8px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}
.callouts {
	text-align: center;
	background-color: #fff;
	float: left;
	padding: 20px 0;
	width: 100%;
	align-items: stretch;
	display: flex;
	flex-direction: column;
}
.callouts-box:before, .callouts-box:after {
	border: 1px solid #e5e7e9;
	content: "";
	height: calc(100% - 35px);
	pointer-events: none;
	position: absolute;
	transition: all 0.33s ease 0s;
	width: calc(100% - 35px);
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
	height: 100%;
	width: 100%;
}
.callouts-box:before {
	border-width: 1px 0 0 1px;
	left: 0;
	top: 0;
}
.callouts-box:after {
	border-width: 0 1px 1px 0;
	bottom: 0;
	right: 0;
}
.callouts-box {
	align-items: center;
	cursor: default;
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding: 57px 40px 61px;
	position: relative;
	text-align: center;
	width: 100%;
}
.callouts-box .divider {
	margin: 13px auto;
	max-width: 100%;
	transition: all 0.33s ease 0s;
	height: 2px;
	width: 49px;
}
.callouts-box .box-header, .callouts-box .box-body {
	filter: blur(0px);
	position: relative;
	transition: all 0.33s ease 0s;
	will-change: transform;
}
.callouts-box:hover .box-body {
	transform: translateY(9px);
}
.callouts-box:hover .box-header, .callouts-box:hover .icon-box {
	transform: translateY(-9px);
}
.callouts-box.hover .divider, .callouts-box:hover .divider {
	width: 168px;
}
.callouts .callouts-box .icon-box {
	font-size: 30px;
	transition: all 0.33s ease 0s;
}
.callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	color: #000;
}
.callouts h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #272727;
	margin: 10px 0 0;
	position: relative;
}
.callouts h3::after {
	background-color: #4169e1;
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
  border-color: #4169e1;
}
.callouts .callouts-box .icon-box i {
	color:#4169e1;
	}
	.bg-primary {
  background: #4169e1;
  fill: #4169e1;
}

.satisfied-wrapper:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.satisfied-wrapper {
	padding: 56px 0 74px;
	width: 100%;
	float: left;
	z-index: 9;
	position: relative;
	text-align: center;
	background-image: url(../images/count-number-bg.png);
	background-repeat: repeat;
}
.satisfied-wrapper h2::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: bold;
}
.satisfied-wrapper h2 span {
	font-weight: 600;
	color: #272727;
}
.satisfied-wrapper .counter .number {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
}
.satisfied-wrapper .counter p::before {
	content: "";
	display: block;
	height: 3px;
	margin: 5px auto 15px;
	width: 30px;
}
.satisfied-wrapper .counter p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
}
.satisfied-wrapper .counter p::before {
    background-color: #4169e1;
}

.course-wrapper {
	margin: 0;
	padding: 55px 0 16px;
	width: 100%;
	float: left;
}
.course-wrapper h2 {
	color: #2d2e2e;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
}
.single-item-image a {
	display: inline-block;
}
.single-item-image {
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -35px;
}
.single-item-image.overlay-effect img {
	width: 100%;
}
.overlay-effect a {
	position: relative
}
.overlay-effect a:before {
	background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	width: 100%;
}
.single-item:hover .overlay-effect a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.single-item {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 0 35px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 80px;
	margin-top: 80px;
}
.single-item:hover {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.single-item-text h4 {
	font-size: 20px;
	padding-top: 7px;
}
.single-item-text h4 a, .single-item-text h4 {
	color: #2d3e50;
	font-weight: 600;
}
.single-item-text-info span {
	color: #696969;
	margin-right: 11px;
}
.single-item-text-info span span {
	color: #2d3e50;
	font-weight: 600;
}
.single-item-text > p {
	color: #222222;
}
.single-item-content {
	margin-bottom: 44px;
	overflow: hidden;
	padding-top: 21px;
}
.single-item-text-info {
	margin-bottom: 18px;
	padding-top: 5px;
}
.single-item-comment-view span {
	color: #696969;
	display: inline-block;
	font-size: 12px;
	margin-right: 17px;
}
.single-item-text-info span.block {
	display: block;
}
.single-item-comment-view span:last-child {
	margin-right: 0
}
.single-item-comment-view > span i {
	font-size: 14px;
	margin-right: 8px;
}
.single-item-comment-view, .single-item-rating {
	display: inline-block;
}
.single-item-rating {
	color: #f3c30b;
	float: right;
	font-size: 16px;
}
.single-item-rating i {
	margin-left: 3px;
}
.single-item .button-default {
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 8px 33px;
}
.button-bottom {
	margin-bottom: -19.5px;
	text-align: center;
}
.single-item:hover .button-default {
	background: #2d3e50 none repeat scroll 0 0;
}
.button-large.button-default {
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
	font-size: 18px;
	margin-top: 83px;
	padding: 12px 18px;
	text-transform: capitalize;
}
.shortcode .button-large.button-default {
	margin-top: 40px
}
.button-default.button-large:hover {
	background: #2d3e50 none repeat scroll 0 0;
}
.button-large.button-default i {
	font-size: 28px;
	line-height: 20px;
	margin-left: 11px;
	position: relative;
	top: 4px;
}
.single-item .button-default {
  background: #4169e1;
}
.single-item {
  border-bottom: 3px solid #4169e1;
}
/******* Courses single  **********/
.single-course-details {
	background: #f6f6f6 none repeat scroll 0 0;
	margin-bottom: 80px;
	padding: 33px 0;
}
.course-details-content a img {
	margin-left: -35px;
	width:100%;
	height:auto;
}
.course-details-content {
	margin-left: 70px;
}
.single-course-details .single-item-text h4 {
	font-size: 24px;
	margin-bottom: 2px;
	padding-top: 32px;
}
.single-course-details .single-item-text-info {
	margin-bottom: 23px;
}
.course-text-content p:first-child {
	margin-bottom: 21px;
}
.single-course-details .single-item-content {
	margin-bottom: 0;
	padding-top: 31px;
}
.course-duration {
	text-transform: capitalize;
}
.duration-title {
	color: #ffffff;
	font-size: 18px;
}
.course-duration .text {
	display: block;
	padding: 15px 0;
}
div.duration-text .text {
	background: #f7f7f7;
	color: #4c4c4c;
}
.course-duration .text span {
	display: inline-block;
	text-align: center;
	width: 40%;
}
.course-duration .text span.text-right {
	border: 0 none;
	display: inline-block;
	float: right;
	padding: 0;
	text-align: center;
	width: 60%;
}
.comments {
	color: #4c4c4c;
	overflow: hidden;
	padding: 78px 15px 20px 0;
}
.comments h4.title:before {
	display: none;
}
.comments h4.title {
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 27px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 600;
}
.comments h4.title:after {
	bottom: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 73px;
}
.single-comment {
	margin-bottom: 31px;
	overflow: hidden;
}
.author-image {
	border: 2px solid #eaeaea;
	border-radius: 2px;
	float: left;
	height: 67px;
	margin-right: 23px;
	width: 67px;
}
.comment-text {
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 8px;
}
.author-info > h4 {
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
}
.author-info > h4 a {
	font-weight: 600;
}
.comment-time, span.reply {
	float: right;
	line-height: 22px;
}
span.comment-time {
	padding-right: 3px;
	position: relative;
}
.comment-text > p {
	line-height: 20px;
	padding-top: 5px;
}
.single-comment.comment-reply {
	padding-left: 131px;
}
.comments .single-comment:last-child {
	margin-bottom: 0;
}
.course-details-content .single-item-text {
	padding: 0 20px 0 0;
}
.course-details-content .single-item-content {
	padding: 0 20px 0 0;
}
.footer{background:#4169e1; padding:40px 0px 20px;}
.footer h3{position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 12px;
    margin:0px 0px 20px;
    text-transform: capitalize;}
.footer h3:after{position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background-color: #fff;}	
.footer ul li{    font-family: 'Raleway', sans-serif; line-height:24px; color:#fff;}	
.footer ul li i{color:#fff;}
.footer .location i{color:#fff; position:absolute; font-size:20px; margin-top:5px;}
.location p{padding-left:35px; margin-bottom:10px;}
.footer-end{background:#000; padding:10px 0px;}
.footer-end p{color:#fff; margin:0px; font-size:13px;}
.footer-end a{text-decoration:none; color:#fff;}
.right1{text-align:right;}
.footer p{    font-family: 'Raleway', sans-serif; font-size:14px; color:#fff; line-height:24px;}	
.footer ul li a{text-decoration:none; color:#fff; line-height:24px;}
.clear{clear:both;}
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 75px;
    z-index: 1;
}
.breadcrumb-area::before {
    background: #151a30;
	opacity:0.6;
    content: "";
    height: 100%;
    left: -14%;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: -1;
    transform: skew(40deg, 0deg);
}
.breadcrumb-area .inner-content{
    position: relative;
    display: block;
}

.breadcrumb-area .title {
    display: block;
}
.breadcrumb-area .title h2{
font-size: 40px;
color: #ffffff;
text-align: left;
padding-bottom: 10px;
font-family: 'Playball', cursive;
font-weight: 600;
}
.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: block;
}
.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif; 
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
    color: #ffffff;
    font-weight: 700;
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
    color: #4169e1; 
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
    color: #8bc43f;     
}
.contact{padding:40px 0px;}
.contact h3{display: inline-block;
    margin: 0px;
    padding:5px 18px;
    line-height: 37px;
    font-weight: 700;
    position: relative;
    color: #fff;
	font-size:32px;
    background: #4169e1; font-family: 'Playfair Display', serif;}
.contact h3:before{border-right: 20px solid transparent;
    border-bottom:47px solid #4169e1;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;}	
.contact p{margin-top: 30px;
color:#242c42;
line-height: 30px;
font-size: 16px;
}
.loc i {
    position: absolute;
    color:#4169e1;
    font-size: 24px;
    margin-top: 25px;
}
.loc p {
    padding-left: 35px;
}
.contact input{
width:100%;
margin-bottom:10px;
height: 50px;
padding: 6px 15px;
border: 2px solid #454545;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(192, 181, 150, .5);}
.contact textarea{
width:100%;
height:100px;
padding: 6px 15px;
border: 2px solid #454545;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(192, 181, 150, .5);}
.contact-btn{background-color:#4169e1; margin-top:15px;
font-size: 15px;
font-weight: 700;
color: #fff;
padding: 9px 25px;
border: 2px solid transparent;
text-transform: capitalize;
display: inline-block;
transition: all .3s;}
.course{padding:40px 0px; background:#eef3f3;}
.course h3{display: inline-block;
    margin: 0px 0px 20px;
    padding:5px 18px;
    line-height: 37px;
    font-weight: 700;
    position: relative;
    color: #fff;
	font-size:24px;
    background: #4169e1; font-family: 'Playfair Display', serif;}
.course h3:before{border-right: 20px solid transparent;
    border-bottom:47px solid #4169e1;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;}
.course p{font-family: 'Raleway', sans-serif; text-align:justify; line-height: 24px;}	
.course ul li{font-family: 'Raleway', sans-serif; text-align:justify; line-height: 24px;}
.side-form{background: #4169e1; padding:10px 15px;}
.side-form h4{text-align:center; color:#fff;}
.side-form input{
width:100%;
margin-bottom:7px;
height:38px;
padding: 6px 15px;
border: 2px solid #454545;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(192, 181, 150, .5);}
.side-form textarea{
width:100%;
height:80px;
padding: 6px 15px;
border: 2px solid #454545;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(192, 181, 150, .5);}
.side-form-btn{background-color:#000; margin:10px 0px; font-size:13px;
color: #fff;
padding:7px 15px;
border: 2px solid transparent;
text-transform: capitalize;
display: inline-block;
transition: all .3s;}	
.event{margin-top:15px; background:#4169e1; padding:0px 3px 3px;}
.event h4{margin:0px; padding:10px 0px; text-align:center; color:#fff; font-size:16px;}
.appointment{background:#000; padding:10px 0px;}
.call {
    display: block;
    width: 118px;
    height: 118px;
    background:#4169e1;
    border-radius: 50%;
    padding-top:25px;
    box-sizing: border-box;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
	    margin: 50px 50px 40px 0px;
    float: right;
}
.call h3 {
    font-size: 28px;
    font-family: 'Playball', cursive;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}
.call span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
}
.appointment h2{font-size:60px; margin-top:60px;
    font-family: 'Playball', cursive;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: center;}
.panel-title{font-family: 'Raleway', sans-serif;}	
.panel-heading{background:#000 !important; color:#fff !important;}
.panel-title > a{text-decoration:none;  display:block;}
.abt-img img{max-width:100%; border:3px solid #242c42;}/*mobile viwe whats app*/.ftr_mobbtn a {    color: #000;    padding: 15px 10px;    background: #fff;    text-transform: uppercase;    width: 33.33%;    float: left;    position: relative;    font-family: 'avenirnextbold';    border-top: 1px solid #172736;	    text-align: center;}.ftr_mobbtn a::before {    left: 20px;}.ftr_mobbtn a:before {    content: "";    background: url(../../../app/img/Call-us.png);    background-size: 100%;    position: absolute;    left: 26px;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    width: 25px;    height: 25px;}.ftr_mobbtn i.fa-phone {    background: #1474ff !important;}.ftr_mobbtn i {    color: #fff;    font-size: 22px;}.ftr_mobbtn i.fa-whatsapp {    background: #25d366 !important;}.ftr_mobbtn i.fa-envelope {    background: #ff2114 !important;}.ftr_mobbtn .fa {    color: rgb(255, 255, 255) !important;    background: rgb(25, 43, 58) none repeat scroll 0% 0% !important;    width: 40px;    height: 40px;    line-height: 40px;    text-align: center;    border-radius: 50% !important;}.ftr_mobbtn {        bottom: 0;    left: 0;    width: 100%;    z-index: 205;    text-align: center;}.spaceing{	padding-top:50px;}select{	    width: 100%;    margin-bottom: 10px;    height: 50px;    padding: 6px 15px;    border: 2px solid #454545;    border-radius: 0;    -webkit-box-shadow: none;    box-shadow: none;    border: 1px solid rgba(192, 181, 150, .5);}.botpad h3{	margin-bottom:30px;}.contact .removebor{	    border: none;}.footer .fontfam{	    font-family: 'Open Sans', sans-serif;}.commingsoon{padding-bottom:50px;}

#shine_header-b {
  
    margin-top: 14px;
    margin-bottom: 10px;
    float: right;
    color: #000;
    font-size:30px;
    padding-bottom:60px;
}
:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}
.for-marquee{
    /*text-align:center;*/
}
.main-1{
    padding:0 0 60px 0 ;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #223555;
    color: #fefefe;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    padding: 14px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    /* left: 5px;*/
}
.float1 {
       position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 40px;
    background-color: #8dbe00;
    color: #fefefe;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
	padding:10px;
   /* left: 75px;*/
}

