@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');

* {margin : 0; padding : 0; outline: none !important;}
.clear, .clr { clear : both;}
.gap { clear : both; height : 15px;}
.frt {float : right;}
.flt {float : left;}
img {border : 0;}
form {margin : 0;}
/*ol, ul {list-style:none;}*/
ul {list-style-position: inside;}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {text-decoration : none;}
a:hover {color: #33ace5;}

/*a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#c00;
}

a:hover {
	color: #1f201f;
}*/

/*****
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
*****/

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

.result {width:100px; text-align:left;margin-left:10px; display:inline-block;}
.captcha { float:left; padding-top:2px;}
form em { color:#FF0000;}

.map-content  {height:400px; position:relative; overflow:hidden; margin-top:10px; }
.map-content iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

.gcaptcha { margin-bottom:10px; text-align:left; display:inline-block;}

.breadcrumb { justify-content: center; }
.breadcrumb li a { color:#fff}
.breadcrumb li a:hover { color:#33ace5;}
.breadcrumb-item + .breadcrumb-item::before  {color: #33ace5;}
.breadcrumb-item.active { color: #33ace5; }


:root {
    --primary-color:#271956;
    --secondary-color:#6a64e8;
}



h1, h2, h3, h4, h5 {font-family: 'Poppins', sans-serif; margin-top:5px;}

h1 { font-size:36px; font-weight: 600; line-height:42px; color:var(--primary-color); }
h2 { font-size:28px; font-weight: 500; line-height:32px; color:#fff;}
h3 { font-size:24px; font-weight: 500; line-height:32px; color:#fff;}
h4 { font-size:20px; font-weight: 500; line-height:26px; color:#000;}
h5 { font-size:18px; font-weight: 500; line-height:22px; color:#000;}

body { font-family: 'Open Sans', Helvetica, sans-serif; font-size:16px; color:#333; line-height:24px; background:#fff;}

h2 span {font-weight: 400; font-size: 22px; }


/*Back to Top*/
#back-top {position: fixed; bottom:40px;z-index:99; right:25px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#333; }
#back-top span {width:41px;height:41px; display: block;	background:url(../images/up-arrow.gif) no-repeat center center #333;border-radius: 50%; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}

.limit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.limit.two-lines {
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      white-space: normal;
  }

/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:15px;  list-style: outside disc;}
ul.listing li:before {    
font-family: 'Font Awesome 5 Free'; font-weight: 900;
content: '\f105';
position:absolute;
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px; overflow: hidden; margin-bottom:10px;}

ul.list { list-style:none; margin-left:0; padding-left:0;}
ul.list li { background:url(../images/sqr.jpg) no-repeat 0 7px; padding-left:16px;}
ul.list li a { color:#333;}
ul.list li a:hover { color:#3399cc;}
ul.list li li {list-style:none; padding-left:15px; margin-left:-20px; background:url(../images/subsqr.jpg) no-repeat 0 7px;}

ul.list li+li {
    margin-top: 7px;
}

main ul {margin-left:12px;}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn {border-radius: 0; font-size: 16px; font-family: 'Poppins', sans-serif;
padding: 10px 24px;}

.btn-default, a.btn-default { background:var(--primary-color); color:#fff; border-color:var(--primary-color);
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#333; color:#fff; border-color:#000}

.btn-outline-default {color: var(--primary-color); border-color: var(--primary-color); background: none;}

.banner { position:relative; margin-bottom:15px;}

main { margin:10px 0;}

.socialmedia {white-space:nowrap; text-align:right; margin:10px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:2px; vertical-align:middle;}
.socialmedia li img { width:32px;}

footer {background:#271956; color:#F3F3F3; }
.footer {padding:25px 0 10px;}
.footer, .footer a {  color:#F3F3F3;  }
.footer a:hover { color:#fff;}

.footlist{ text-align:center }                      
.footlist li{ display: inline; list-style-type: none; padding: 0; margin:0; color:#cccccc;}
.footlist a { padding: 0px 2px; }
.footlist a:link, .footlist a:visited {color: #cccccc; text-decoration: none;}
.footlist a:hover{color: #2cafe5; text-decoration: none;}

.footlt { float:left;}
.footrt { float:right;}

.footer h3, .footer h5 {color: #fff;}
.footer ul.list-unstyled li { margin-bottom: 5px;  }
.footer ul.list-unstyled li a {}
.footer ul.list-unstyled li a:hover {color: var(--secondary-color);}

.footer .social-icons { margin-top: 15px;}
.footer .social-icons a {
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	margin-right: 3px;
	text-align: center;
	width: 42px;
  background-color:#fff;
	color: #111;
	transition: all 0.3s ease;
}
.footer .social-icons a:hover { background:var(--secondary-color); }

.footer-logo { margin: 2px 0; }
.copywrite { text-align: center; color: #ccc; font-size: 14px; }
.copywrite a { color: #fff; }
.copywrite a:hover { color: #33ace5; }

.navigation { float:right; position:relative; z-index:99;}

.thumb { margin-bottom:7px;}
.thumb img { max-width:100%;}
.thumblt { float:left; width:450px; margin:2px 15px 5px 0;}
.thumbrt { float:right; width:450px; margin:2px 0 5px 15px;}
.thumblt img, .thumbrt img { max-width:100%;}

.search { display:inline-block; margin-left:10px; float:right; margin-top:7px; }

.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;}
.searchpanel { }
.searchpanel .btn-default { background:#fff; border:1px solid #ccc;}
.searchpanel .input-group .form-control { float:right;}
.searchpanel .input-group-btn .fa { color:#1b4279;}


/*** Carousel Fade Effect ***/
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity;  overflow:hidden;}
.carousel-fade.zoomin .carousel-inner .item.active img { transition: transform 5000ms linear 0s; transform: scale(1.05, 1.05);}
.carousel-fade .carousel-inner .active { opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-control { z-index: 2;}
.carousel-control { padding-top:30%;}
/* Carousel Fade Effect */


.headertxt  { text-align:center; margin-bottom:10px;}
.headertxt::after { display: block; content: ""; background: #23377e;	width: 150px; height: 2px; margin:5px auto 5px; }

.midlinetxt {}
.midlinetxt { position: relative; text-align: left;}
.midlinetxt span { background: #fff; padding: 0 15px 0 0; position: relative; z-index: 1;}
.midlinetxt::before { background: #4277d3; content: ""; display: block; height: 1px; position: absolute; top: 50%; width: 100%; left: 0; }


.blockdetail .thumb {  width:350px; float:left; overflow:hidden; margin:5px 15px 5px 0;}
.blockdetail .thumb img { max-width:100%;}
.blockdetail ul.thumb li { display:none; position:relative;}
.blockdetail ul.thumb li:first-child { display:block;}

.blockdetail ul.thumb li span { padding:5px; position:absolute; z-index:999; width:100%; left:0; bottom:0; background:rgba(0,0,0,0.70); color:#fff; text-align:center; font-size:12px;}
.blockdetail .date { font-weight:bold; font-size:16px; padding-top:5px; color:#949494}

.clr-rt { clear:right;}
.clr-lt { clear:left;}


.speech {
  background: #f9f9f9;
  padding:10px 0;
}
.speech:before {  font-family: Georgia, serif;
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.20em;
  vertical-align: -0.4em;
}
.speech:after {  font-family: Georgia, serif;
  color: #999;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.20em;
  vertical-align: -0.5em;
}

/**/
blockquote.testi2 {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.35em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border-left:0;
}

blockquote.testi2:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote.testi2 cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote.testi2 cite:before {
content: "\2014 \2009";
}


/* Gallery */
.gallery { margin-bottom:25px;}

.galblock { margin-bottom:25px; list-style:none; overflow:hidden; background:#fff; position:relative; text-align:center; overflow:hidden; 
/*height:170px;*/
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
-moz-box-shadow: 0 5px 3px -3px #6e6e6e;
-webkit-box-shadow: 0 5px 3px -3px #6e6e6e;
box-shadow: 0 5px 3px -3px #6e6e6e;}

.galblock .video { position:absolute; top:50%; left:50%; z-index:999; transform: translateX(-50%) translateY(-50%);}
.galblock span.video { background:url(../images/video.png) no-repeat; height:64px; width:64px;}

.galblock img{  max-width: 100%; /*max-height:100%;*/
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.galblock img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.galblock a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.galblock_image a .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.galblock_image a .overlay h5{
	color: #FFF;
	position: absolute;
	height: 70px; overflow:hidden;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -25px;
	line-height: 24px;
	text-align:center;
	letter-spacing:1px;
}
.galblock_image a:hover .overlay { opacity: 1;
-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);}



blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

a.more { font-size:18px; color:#800000;}
a.more:after { font-family: 'FontAwesome'; content: '\f105'; padding-left:5px; }
a.more:hover { color:#cc0000}


.top-bar { padding: 5px 0; background: #dfdfdf; }
ul.toplink { list-style: none; margin: 0; }
ul.toplink li { display: inline-block; margin-right: 15px; font-size: 16px; padding:5px 0; }
ul.toplink li .fa { font-size: 18px; }
.toprt { text-align: right }
.toprt .social-icons a {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px; margin-bottom: 5px;
	text-align: center;
	width: 32px;
    background-color:#151515;
	color: #fff;
	transition: all 0.3s ease;
}
.toprt .social-icons a:hover { background: #ff8400; }


#logo { float: left; width: 350px; padding: 10px 0; }
.nav_right { float: right; }


.aboutbg { margin: 40px 0; position: relative; }




/**************/
.box1 {
 position: absolute;
 box-sizing: border-box;
 background:url(../images/icon-trianle.png) no-repeat center;
 width: 64px;
 height: 60px;
 animation: spin 10s infinite linear;
 right:10%;
}
@keyframes spin {
 100% { transform: rotate(360deg); }
} 
.box2 {
 position: absolute;
 box-sizing: border-box;
 background:url(../images/icon-trianle.png) no-repeat center;
 width: 64px;
 height: 60px;
 animation: zoom 10s infinite;
 right:20%;
}
@keyframes zoom {
 0% {transform: scale(1);}
 50% {transform: scale(0.5);}
 100% {transform: scale(1);}
} 


/*Page Loading*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff url(../images/loading.png) center no-repeat;
}
.se-pre-con img { position: absolute; top: 0; bottom: 0; left: 0; right: 0;}



/*Slider*/
.slider_div { position: relative; background: #d6d4ff;  }
.slider_div .owl-nav { position: absolute; width:100%; top: 40%; transform: translateY(-50%); font-size: 30px; color: var(--secondary-color);}
.owl-theme .owl-nav [class*="owl-"]:hover {color: var(--secondary-color)}
.slider_div .owl-prev { position: absolute; left:0; display: block !important; background: red;   }
.slider_div .owl-next { position: absolute; right:0 } 
.slider_div .owl-theme .owl-nav [class*="owl-"] {  padding: 10px !important; opacity: 0.3; transition: all 0.3s ease-in-out;}
.slider_div .owl-theme .owl-nav [class*="owl-"]:hover{ background: none; padding: 10px !important; opacity: 1.0}

.slider_div .owl-theme .owl-nav.disabled + .owl-dots { position: relative; bottom: 100px; }
.slider_div .owl-theme .owl-dots .owl-dot span {transition: all 0.3s ease; width: 10px; background: var(--secondary-color); }
.slider_div .owl-theme .owl-dots .owl-dot.active span {
	background: var(--secondary-color); width: 40px;
}

.slider_div .owl-theme .owl-nav [class*="owl-"] {  padding: 10px !important; }
.slider_div .owl-theme .owl-nav [class*="owl-"]:hover{ padding: 10px !important; }


.slider_div2 .owl-theme .owl-nav.disabled + .owl-dots { position: relative; bottom: 100px; }
.slider_div2 .owl-theme .owl-dots .owl-dot span {transition: all 0.3s ease; width: 10px; background: var(--secondary-color); }
.slider_div2 .owl-theme .owl-dots .owl-dot.active span {
	background: var(--secondary-color); width: 40px;
}

.slider_div2 .owl-theme .owl-nav [class*="owl-"] {  padding: 10px !important; }
.slider_div2 .owl-theme .owl-nav [class*="owl-"]:hover{ padding: 10px !important; }



.slide .image {  display: block; padding: 5%; width: 50rem; }
.slide .image img {max-width: 100%;}



.caption {  display: block; padding: 2% ; width: 50rem; }
.caption-content {  margin: auto;  }
.caption-content .title {font-size: 50px; line-height: 52px; font-weight: 700;}
.caption-content h3 {font-size: 28px; line-height: 32px;}

.caption .title small { font-size: 28px; margin-bottom: 10px; display: block; font-weight: 400;}
.caption .slidedesc { margin: 10px 0 20px; font-size: 16px; line-height: 24px; }
.caption .slidebtn a { background: var(--secondary-color); color: #fff;
    padding: 15px 35px; font-size: 16px; border-radius: 40px;
} 
.slidebtn { display: inline-block; }
.slidebtn a { display:block; }

.slider_div .owl-item.active .caption .title { animation: 0.8s 0.2s fadeInDown both; }
.slider_div .owl-item.active .caption .slidedesc {animation: 0.8s 0.4s fadeInDown both; }
.slider_div .owl-item.active .caption .slidebtn { animation: 0.8s 0.4s fadeInRight both; }




.slide {}

.slide {
  padding-top: 4rem; display: flex; flex-direction: row; align-items: center;
  min-height: 100vh;
  /* background: url(../images/home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; */
  position: relative;
}




.header {
  position: absolute; width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: all 0.3s ease-in-out;;
}
.header.fixed { position: fixed; 
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.aboutSection {margin: 65px 0;}
.lightSection { margin: 65px 0; padding: 55px 0; background: #d6d4ff; }
.lightSection2 {margin: 65px 0 0; padding: 55px 0; background: #d6d4ff; }
.brandSection {background: #F2F2F2; margin:0; padding: 30px;}

.transbox { margin-left: -100px; padding: 15px 25px;
background-color: rgba(255, 255, 255, 0.3);
-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
box-shadow: -1px 6px 10px 2px rgba(0,0,0,0.1);
border: 0; }

.skills { text-align: center; padding: 15px; transition: 0.5s ease; border-radius: 10px; }
.skills:hover { background: #d6d4ff; box-shadow: 1px 4px 15px -2px rgba(0, 0, 0, 0.2); }
.skills .thumb { width: 60px; height: 60px; margin: 25px auto; background: var(--primary-color); padding: 10px; border-radius: 50%; }
.skills .thumb img {filter: brightness(0) invert(1);}
.skills .details {}

.aboutbox { background: var(--primary-color); position: relative; z-index: 1;
border: 6px solid #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 18px 26px rgba(30, 74, 153, 0.5);
border-radius: 24px; padding: 35px 25px 25px; margin: 15px; }
.headtxt { text-align: center; margin-top: 30px; }
.headtxt h2 {}
h2.backbigtxt { color: rgba(106, 100, 232, 0.1) !important; text-transform: uppercase;
	font-weight: 700; position: relative; z-index: -1;top: 7px;
font-size: 82px;
line-height: 10px;}
.aboutbox h2, .aboutbox h5 { color: #fff; }
.aboutbox p, .aboutbox p a { color:#F3F3F3 }
.aboutbox p a:hover { color:#fff }

.coursebox {
	display: flex; 
flex-direction: column;
align-items: flex-start;
 margin: 15px 0;
gap: 10px;
background: #FFFFFF;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
}

.coursebox:hover {box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);}

.coursebox .thumImage {}
.coursebox .thumImage img { max-width: 100%; }
.coursebox .thumShort { background: #b9dceb; padding: 15px; width: 100%; }
.coursebox .thumShort h4 a{ color: var(--primary-color); }
.coursebox .thumShort .shortxt { margin-bottom: 10px; }

.brands { margin: 30px 0; }
.brands .item { background: #fff; padding: 5px; margin: 5px; }

.innerbanner { background: #d6d4ff;
  background-size:cover; padding-top: 100px; padding-bottom: 30px; text-align: center; }

.sm-text {font-size: 14px; line-height:20px; margin-top:-15px; margin-bottom: 0; color: var(--secondary-color);}

.feedback .form-control { min-height: 44px; border-radius: 0; }
.feedback .form-group {position: relative;}
.form-control-feedback { color:#ccc;}
.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 34px;
    z-index: 2;
}
.required-field {
    color: #f45858;
    display: inline;
    font-size: 18px;
    line-height: 12px;
}

.date { font-size:14px; color: var(--secondary-color); margin-bottom:0 }


/* .text::before {
    font-family: "Font Awesome 5 Free";
    content: "\f041;"
}
 */
 
/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	/*.wrapper { background:#F50B0B }*/ /*red*/
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:339px; }
	
}

@media (max-width: 991px) {
 
 .header { position: relative; 	}
 .header.fixed { position: relative;  background: #fff;}

 h2.backbigtxt { top: 7px; font-size: 55px; line-height: 10px; }

 .thumblt, .thumbrt { float:none; width:100%; margin:2px 0 10px 0;}
}



/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	.posts4content p { height: 80px;overflow-x: hidden;}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:259px; }
	

	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.footlt, .footrt { float:none; text-align:center;}

	
	.blockdetail .thumb {  width:100%; float:none; overflow:hidden; margin:5px 0 10px 0;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }
	
	ul.toplink { text-align: center; margin-bottom: 10px; }
	.toprt { text-align: center; }

	#logo { float: none; text-align: center; width: auto; }
	.nav_right { float: none; }

	.caption-content {text-align: center;}
	
	.caption-content .title {font-size: 30px; line-height: 32px; font-weight: 600;}
	.caption-content h3 {font-size: 22px; line-height: 22px;}

	.slide {
	  padding-top: 9rem; display: flex; flex-direction: column; align-items: center;
	  min-height: 100vh;
	}
	.slide .image {  display: block; padding: 5%; width: 100%; }
	.slide .caption {  display: block; padding: 2% ; width: 100%; }

	.transbox { margin-left:0; padding: 15px 25px;
		background-color: rgba(255, 255, 255, 0.3);
		-webkit-backdrop-filter: blur(10px);
		  backdrop-filter: blur(10px);
		box-shadow: -1px 6px 10px 2px rgba(0,0,0,0.1);
		border: 0; }

	h2.backbigtxt { top: 7px; font-size: 55px; line-height: 10px; text-indent:-10%}

}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}
	.post_block_style4_thumb { height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	.col-xs-6 { width:100%; float:none;}
	
	.frt, .flt {float : none; text-align:center;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }

	
}