

/* Please ❤ this if you like it! */


/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');*/

/* #Primary
================================================== */
body{
	font-family: 'Poppins', sans-serif !important;
}
.form-control {
   /* display: block;
    width: 100%;*/
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #019fe1 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
h2{
    color: #000;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;

    border: 2px solid #019fe1 !important;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mybtn{
	background-color:#019fe1 ;
	font-weight: 600;
	color: white;
}
.btn:hover, .btn:focus, .btn:active {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::selection {
	color: #fff;
	background-color: #019fe1;
}
::-moz-selection {
	color: #fff;
	background-color: #019fe1;
}
.mainbn{
	background-image: url('../img/Banner\ 1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    width: 100%;
    height: 220px;
}
.innerbn {
    background-color: #484848ba;
}
.ownfm{
	background-color: white;
	padding: 10px 25px 20px 25px;
	border-radius: 10px;
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
h4.card-title {
    font-size: 18px;
    /* width: 212px; */
    text-align: center;
    font-weight: 600;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

    min-width: 0;
    color: #009fe3 !important;
	text-align: center;
    word-wrap: break-word;
	box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
}
.navigation-wrap{
	position: fixed;
	background-color:  #0f354fe6;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #019fe1 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 24px 0 !important;
    display: inline-block;
    font-size: 12px;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #019fe1;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.imgpd{
	padding-top: 10px;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-transform: uppercase;

}
p{

	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}

body.dark h1{
	color: #fff;
	text-transform: uppercase;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */
@media (min-width: 992px) { 
.noweb{
	display: none;
}
}
@media (max-width: 768px) { 
	h1{
		font-size: 38px;
	}
	.headtxt {
		color: white;
		font-size: 52px !important;
		font-weight: 500;
		border: 4px solid #009fe3;
		padding: 0px 0px 0px 15px !important;
		margin: 0px !important;
	}
	.nav-link {
		position: relative;
		padding: 15px 0 !important;
		display: inline-block;
		font-size: 11px !important;
	}
	.nomobile{
		display: none;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 23px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: rgb(255, 255, 255);
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
/* my styles start here */

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: inline-flex !important;
}



/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#0f354f; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;font-size: 17px;
    font-weight: 600;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin: auto 425px; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}



p.h4.mb-4 {
    color: #019fe1;
}

.post-slide .over-layer:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -6px;
    left: -6px;
    opacity: 0;
    background: linear-gradient(
		-45deg, rgb(255 226 39) 0%, rgb(223 189 0 / 60%) 100%);
    transition: all 0.50s linear;
}

.controls-top {
    text-align: center;
}
h1.ltxt {
    font-weight: 500;
    color: #000000;
	text-transform: uppercase;
    font-size: 28px;
}
.arrowship a {
    display: inline-block;
    padding: 5px 8px;
    background-color: #009fe3;
    margin: 5px;
    color: white;
}
.bannertxt{

	padding: 20px;
}
.headtxt {
    color: white;
	font-size: 34px;
    font-weight: 500;
    border: 4px solid #009fe3;
    padding: 10px !important;
    margin: 0px !important;
}
img.logos {
    width: 170px;
    height: auto;
}
.ptxt {
    color: white;
    font-weight: 500;
    font-size: 17px;
}
.navbar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: none;
}
.startcon {

	background-image: url('../img/Background.JPG');
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.startcon01 {

	background-image: url('../img/background.jpeg');
	background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secondcon {
    background-color: #00355a94;
}
.abfdcon{
	background-color: white;
	border-radius:0px 0px 100px 100px;
	padding: 30px;
}
.cartwofdcon{
	background-color: white;
	border-radius:100px ;
	padding: 30px;
}
.carfourfdcon{
	background-color: white;
	border-radius:100px ;
	padding: 30px;
}
.lastcon{
	background-color: white;
	border-radius:100px 100px 0px 0px;
	padding: 30px;
}
.carone,.carthree,.carfour {
    padding: 30px;
	
}
.sectxt {
    color: white;
	text-align: center;
	font-size: 37px;
	text-transform: uppercase;
    font-weight: 500;
}
p.thretxt {
    color: white;
	text-align: center;
}
.sectxtno {
    color: rgb(0, 0, 0);
	text-align: center;
	font-size: 37px;
	text-transform: uppercase;
    font-weight: 500;
}
p.thretxtno {
    color: rgb(0, 0, 0);
	text-align: center;
}


@media only screen and (min-width: 200px) and (max-width: 600px) {
	.navigation-wrap {
		position: fixed;
		background-color: #0f354fe6;
	    width: -webkit-fill-available;
		top: 0;
		left: 0;
		z-index: 1000;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.section.full-height.innerbn {
		height: 1020px;
	}
.nomobile{
	display: none;
}

	.cartwofdcon {
		background-color: white;
		border-radius: 53px;
		padding: 30px;
	}
	.abfdcon {
		background-color: white;
		border-radius: 0px 0px 50px 50px;
		padding: 30px;
	}
	.lastcon {
		background-color: white;
		border-radius: 50px 50px 0px 0px;
		padding: 30px;
	}
	.sectxtno {
		color: rgb(0, 0, 0);
		text-align: center;
		text-transform: uppercase;
		font-size: 23px !important;
		font-weight: 500;
	}
	.sectxt {
		color: white;
		text-align: center;
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 500;
	}
	img.img-fluid.inncrd {
		width: 270px !important;
	}
	.owl-carousel .owl-item img {
		
		width: 270px;
		height: 270px;
	}
	.bannertxt {
		padding: 20px;
		margin-top: 40px;
	}
	.ownfm {
		background-color: white;
		padding: 15px;
		border-radius: 10px;
	}
	.imgpd{
		padding-bottom: 20px;
	}
	.headtxt {
		color: white;
		font-size: 20px !important;
		font-weight: 500;
		border: 4px solid #009fe3;
		padding: 10px !important;
		margin: 0px !important;
	}
	img.img-fluid.inncrd {
		width: 270px;
	}

  }
  .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
    font-size: 31px;
    position: relative;
    top: -5px;
}
  .owl-nav button:focus {
	  outline: none;
  }
  button.owl-prev span {
    font-size: 70px;
}
button.owl-next span{
	font-size: 70px;
}
  .btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;

    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
}



  /* sunday styles */
  #news-slider{
    margin-top: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 220px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.bmrow{
	padding-top: 40px;
}
.post-slide {
    background: #009fe3;
    margin: 20px 15px 20px;
    /* border-radius: 15px; */
    /* padding-top: 1px; */
    box-shadow: none;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
	top: 0;
    left: 0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content {
    background: #009fe3;
    padding: 10px 20px;
    border-radius: 15px;
    text-align: center;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#ffffff;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#000000;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
	.post-slide .post-content {
		padding: 10px 15px 10px 15px;
	}
}

.outbtn {
    padding: 9px 13px;
    background-color: #009fe3;
	color: white;
	font-weight: 600;
}
.enqbtn {
    /* height: 100vh; */
    padding: 9px 13px;
    background-color: #009fe3;
    color: white;
    font-weight: 600;
 
  
}
.enqbtn-01{
   padding: 9px 13px;
    background-color: #3AB54A;
    color: white;
    font-weight: 600; 
}
.text-white-ft{
    color: #CCC;
}
.text-white-ft:hover{
    color: #fff;
}