/*
*
** Luxton Labs LLC
*
*/
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Muli', sans-serif; */
body {
    font-family: 'Muli', sans-serif; 
    color:  #104280;
	line-height:22px;
	padding-top: 0px;

}


.button {
  background-color: #ffffff;
  border: 1px solid black;
  color: #000000;
  font-weight: 600;
  border-radius: 0px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
  width: 180px;
}

.linkbutton {
            text-align: center;
        }

a.linkbutton {
  color: black; 
  text-align: center;
}

a.linkbutton:hover {#000000; font-weight: 700;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centertext {
  text-align: center;
  font-size: 18px;
}



.clearfix {
  overflow: auto;
}

.container {
  max-width:100%;
}


#floatright  {
float: right;    
 margin: 0 0 0 15px;
}


.main {
  padding-top: 120px;
  margin-top: 120px;
}

div.main {
  max-width:1920px;
  margin: auto;
  /*border: 2px solid #000000;*/
}


div.content {
  max-width:1020px;
  margin: auto;
}


ul {
    margin: 0;
    padding: 0;
    margin-left:20px;
}


li {
    list-style: none;
	float:left;
	margin-right:20px;
		 }


.list
{
    display: block;
    padding-left: 60px;
    color:  #000000;
}

.item
{
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.item:before
{
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #104280;
    position: absolute;
    left: -20px;
    top: 6px;
}

.highlight
{
font-size: 18px;
    color:  #104280;
    font-weight: 800;
}

img.rounded-corners {
  border-radius: 30px;
}

p{
	color:#000000;
	font-size: 18px;
	line-height: 26px;
	margin-left:20px;
	margin-bottom: 1em
	padding-left: 30px;
}
a,
span {
    /* color: inherit; */
    display: inline-block;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#000000;
    line-height:60px;
}
h1 {
	font-size:36px;
    font-weight: 800;
    text-align: center;
    padding: 30px 10px 30px 10px;

}
h2 {
    font-size: 24px;
    margin: 0 0 0px;
    padding: 20px 10px 20px 10px;
    font-weight: 800;
    text-align: center;
}
h3 {
    font-size: 20px;
    margin: 0 0 0px;
	font-weight: 800;
	text-align: center;
}
h4 {
    font-size: 18px;
}


header {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 1.0;
}
nav li a{
	opacity:0.75;
	font-weight:600;
	font-size: 18px;
	color: #000000;
}
nav li a:hover,nav li a:active{	
	opacity:1;
}
#demo {
    width: 100%;
}
.main-banner .carousel-indicators{
    bottom: 40px;
}
.main-banner .carousel-indicators li {
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 0 4px;
}
.main-banner .arrows {
	position: absolute;
	right: 0;
	bottom: 32px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.tel-phone img {
    max-width: 40px;
}
.arrows .carousel-control-prev{
	left: unset;
	margin-right: 60px;
}
.arrows .carousel-control-next{
    right: unset;
    margin-left: 60px;
}
.arrows a {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
    position: relative;
    width: 10%;
    border: 1px solid #fff;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    position: relative;
}
.arrows a span {
    font-size: 8px;
    color:#fff;
	width:12px;
}
.arrows a .carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 0.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.arrows a .carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M3.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 0.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.aboutme{
	background: url(../images/aboutback.png) no-repeat;
    background-position: right 80%;
    background-size: 20%;
}
.abouttext h2{
	font-size:36px;
    padding-left: 7px;
}
.abouttext p{
	margin-bottom: 40px;
}
.abouttext a{
	color:#003399;
	border: 1px solid #003399;
	padding: 10px 30px;
    font-weight: 700;
}
.polygon{
	/*background: url(../images/polygon.png) no-repeat;
	background-position: 0px 0;
	background-size: 35%;*/
	padding: 32px 20px 20px 55px;
}
.vidcontent{
	margin-bottom: 40px;
}
.vidcontent h3,
.vidcontent h4{
	line-height:24px;
}
.vidcontent h3{
	color:#333333;
	font-size: 18px;
}
.vidcontent h4{
	color:#101010;
	opacity: 0.5;
	margin-bottom: 20px;
	font-size: 16px;
}
/********/

.ourvideos .gallery {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
}
.ourvideos .gallery .video-gallery {
  text-align: center;
  position: relative;
  transition: border-color 0.4s ease 0s;
  overflow: hidden;
}
.ourvideos .gallery .video-gallery img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.ourvideos .gallery .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.4s ease 0s;
}
.ourvideos .gallery .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.ourvideos .gallery .video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.ourvideos .gallery .video-gallery .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.ourvideos .gallery .gallery-bg-img {
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: -1;
  margin-left: -25px;
}
.ourvideos .gallery .video-gallery:hover .overlay-gallery {
    background-color: rgba(0,123,255,.25);
}
.ourvideos .gallery .video-gallery:hover img {
  transform: scale(1.1);
}
.ourvideos .gallery .video-gallery .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}
/********/
.ourbooks{
	background: url(../images/booksback.png) no-repeat;
    background-position: left top;
    height: 100%;
    background-size: 50% 95%;
    background-attachment: fixed;
    background-size:cover;
}
.bookstext{}
.bookstext h1 {
    margin-bottom: 40px;
    font-weight: 600;
}
.bookstext p{
    margin-bottom: 70px;
}
.bookstext a{
	color:#003399;
	border: 1px solid #003399;
	padding: 10px 40px;
    font-weight: 700;
}
.owl-inner h3{
	font-weight:700;
	font-size: 18px;
	line-height: 22px;
}
.owl-inner ul{
}
.owl-inner a{
	color:#003399;
	font-size:13px;
	font-weight:700;
}
.owl-inner a img{
	width: auto !important;
}
.text-area i{
	color: #F09D3D;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    cursor: pointer;
}
.owl-nav {
    float: right;
    background: transparent;
    margin-top: 40px !important;
    margin-right: -20px;
}
.owl-nav button i:before {
    color: #111;
    border: 1px solid #000;
    padding: 10px 12px;
    font-size: 23px;
    font-weight: lighter;
    margin: 0 5px;
}
/****** Style Star Rating Widget *****/
.rating { 
  border: none;
  float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}
.bgcolor{
	background-color: #F4F4F4;
}

.article{
	margin-bottom: 40px;
}
.article h3{
	color:#333333;
	font-size: 18px;
    line-height: 23px;
    margin: 10px 0 13px;
}
.article h4{
	color:#101010;
	opacity: 0.5;
	font-size: 16px;
	line-height: 32px;
}
.article p{
	color:#7D7D7D;
    font-size: 16px;
    min-height: 108px;
}
.article a{
	color:#003399;
	font-size:13px;
	font-weight:700;
}
.readall a{
	color:#003399;
	border: 1px solid #003399;
	padding: 10px 30px;
    font-weight: 700;
}
.premium{
	background: url(../images/promo.png) no-repeat;
	background-position: left top;
	top:0;
	left:0;
	padding: 9px 8px 0 0px;
	width: 120px;
	height: 120px;
	background-size: 120px;
	text-align: left;
}
.premium span{
	transform: rotate(-45deg);
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.blogtext h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0;
    line-height: 23px;
}
.blogtext p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
}
.blogtext a {
    color: #003399;
    font-size: 16px;
    opacity: 1;
    margin: 15px 0 5px;
}
footer{
	background: linear-gradient(to bottom, #EAECEE,#808B96) !important;
}
footer h3{
	color:#fff;
}
.footmenu li {
    float: none;
}
.footmenu li a {
    color: #fff;
    opacity: 0.6;
    padding: 7px 0px;
}
.footlogo img {
    margin-bottom: 43px;
}
.footlogo p {
    color: #fff;
    opacity: 0.7;
	padding-right: 23%;
}
.copyrights p, .footlinks li a {
    font-weight: 700;
    opacity: 0.4;
    line-height: 8px;
    padding: 5px 0 0;
    font-size: 12px;
}
.footlinks li a {
    color: #000;
}
.secopyrights{}

.address a{
	color:#fff;
	opacity:1;
}
.address p{
    opacity: 0.6;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
}
.address p:before{
	margin-right: 5px;
	content: "";
	background-position: left bottom!important;
	padding: 5px 15px 0;
	margin-left: -35px;
}
.address p:first-child:before {
   background: url('../images/phone.png') no-repeat;
}
.address p:nth-child(2):before {
    background: url('../images/email.png') no-repeat;
}
.address p:nth-child(3):before {
    background: url('../images/location.png') no-repeat;
}
.contact-social li {
    margin-right:30px;
    margin-bottom: 20px;
}
.contact-social li a {
    color: #fff;
    opacity: 0.2;
    font-weight: 400;
    font-size: 24px;
}
.contact-social li a:hover{
    opacity: 1;
}
/*****About Page*****/
.carousel-item .position-absolute{
	bottom: 25%;
}
.carousel-item h2{
	font-weight:900;
	color:#fff;
	font-size:36px;
	position: relative;
    width: 230px;
    margin: 0 auto;
}
.carousel-item h2:before {
	opacity: 0.6;
	content: "";
	background: #fff;
	padding: 0.5px 38px;
	position: absolute;
	top: 61px;
	margin: 0 auto;
	width: 60px;
	text-align: center;
	left: 33%;
}
.thebio{
    background: none;
    margin-top: 40px;
}
.squareright{
    background: url(../images/squareright.png) no-repeat;
    background-position: right top;
    background-size: 62%;
    padding: 25px 25px 0 0;
}
.bio{}
.bio h2{
   padding : 0;
}
.bio p {
    margin-bottom: 25px;
}
.bio p+a{
    margin: 40px 0 0;
}
.squareleft{
    background: url(../images/squareright.png) no-repeat;
    background-position: left top;
    background-size: 90%;
    padding: 30px 0 0 30px;
}
.myvsion{
    background: url(../images/myvision.png) no-repeat;
    background-position: top center;
    background-size: 100%;
}
.bio a {
    padding: 10px 20px;
}
.bio a img {
    margin-left: 10px;
    margin-bottom: 4px;
}
.ourbook{
	background: url(../images/ourbookbg.png) no-repeat;
	background-position: right center;
	height: 100%;
	background-size: 70% 100%;
}
.singlebook h1 {
    margin-bottom: 20px;
}
.singlebook>div:first-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.singlebook i{
	color: #F09D3D;
    font-size: 18px;
}
.singlebook p {
    margin-top: 10px;
    margin-bottom: 70px;
}
.singlebook a {
    color: #003399;
    border: 1px solid #003399;
    padding: 10px 30px;
    font-weight: 700;
}
.owl-nav button:focus {
    outline: none;
}
.main-banner div { 
    position: relative;
}
.main-banner .arrows
{
    z-index: 9999;
    height: fit-content;
    bottom: 25px;
}
.carousel-item .position-absolute {
    position: relative;
    bottom: 0px;
    height: fit-content;
    top: 0;
    margin: auto;
}


.owl-item.active {
    opacity: 1;
}
.owl-item {
    opacity: 0.2;
}

.menubar{
    opacity:0.8;
}



/*************  Media Queries ****************/

@media (min-width: 1152px) and (max-width:1500px){
    .ourbooks .owl-stage {
       /* transform: translate3d(0px, 0px, 0px) !important;*/
    }
    .ourbooks .col-md-6.my-md-2.mt-5.py-2 {
        position: absolute;
        right: 0;
        padding: 0 !important;
    }
    .ourbooks .owl-item.active:nth-of-type(2) + .owl-item{
        /*opacity: 0.5 !important;*/
    }
    .owl-stage{
        padding-left: 10px !important;
    }
    /*.owl-blur {
        position: absolute;
        width: 6%;
        height: 386px;
        top: 78px;
        right: -1px;
        background: #ffffff78;
        z-index: 99;
    }
    */
    .owl-nav {
        margin-right: 6.5%;
    }
}
@media (max-width: 1199px){
    .abouttext h2{
        padding-left: 0px;
        font-size: 28px;
    }
    .myvsion {
        background-position: 85%;
        background-size: cover;
    }
}
@media (max-width: 991px){
	nav.navbar.navbar-expand-lg.navbar-dark.nav-top.p-0.float-right.text-right {
		position: relative;
	}
	#navbarSupportedContent {
		background-color: #ffffff;
		right: 15px;
		width: 170px;
		padding: 10px 20px !important;
		position: absolute;
		top: 27px;
		z-index: 99999999;
	}
	nav.navbar.navbar-expand-lg.navbar-dark.nav-top.p-0.float-right button {
		position: absolute;
		right: 0;
	}
	#navbarSupportedContent li{
		padding: 10px 0px 0!important;
		margin:0 !important;
	}
	#navbarSupportedContent li a,#navbarSupportedContent li a.active{
		color:#oooooo;
	}
	.owl-nav {
        margin-right: 0;
	}
	.polygon {
		padding: 7% 20px 20px 12%;
	}
	.aboutme{
		background-position: right bottom;
		background-size: 35%;
	}
	.article h3{
		min-height:50px;
	}
	.footlogo p {
		padding-right: 10%;
	}
	.contact-social li {
		margin-right: 20px;
	}
    h1 {
		font-size:32px;
	}
    h2,.carousel-item h2 {
		font-size: 36px;
        line-height: 38px;
    }
}
@media (max-width: 767px){
    
	.ourbooks {
		background-position: left top;
		/*background-size: 100% 47%; */
	}
	.article p {
		min-height: 1px;
	}
	.footlogo p {
		padding-right: 5%;
	}	
	h1 {
		font-size:27px;
	}
	h2,.carousel-item h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
		font-weight:bold;
	}
	h4,.vidcontent h3 {
		font-size: 16px;
	}	
    .vidcontent {
        margin-bottom: 10px;
    }
    .vidcontent h4 {
		font-size: 14px;
        margin-bottom: 10px;
	}	
    .aboutme {
        background-size: 45%;
    }
    .carousel-item .position-absolute {
        bottom: 40%;
    }
    .carousel-item h2:before {
        top: 55px;
        width: 45px;
        left: 35%;
    }
    .container.py-5 {
        background: #ece7e726;
    }
    .article h3 {
        min-height: 15px;
    }
}
@media (max-width: 575px){
    .ourbooks {
        /*background-size: 100% 44.5%;*/
    }
	.main-banner .carousel-indicators{
		bottom: 25px;
	}
	.arrows .carousel-control-prev{
		margin-right: 40px;
	}
	.arrows .carousel-control-next{
		margin-left: 40px;
	}
	.main-banner .arrows {
		bottom: 15px;
	}
    .ourbook{
        background: none;
    }
    .singlebook>div:nth-child(2){
        background: url(../images/ourbookbg.png) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .singlebook>div:first-child img {
        position: relative;
    }
     .aboutme {
        background-size: 60%;
    }
    .carousel-item h2 {
		font-size: 24px;
	}
    .carousel-item h2:before {
        width: 20px;
    }
    h1, .abouttext h2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700 !important;
    }
}