/*
Theme Name: Custom Theme
Theme URI: customadesing.com
Author: Litix @ customadesign
Author URI: customadesign.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: custom
*/
@font-face{
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	font-family: 'Roboto', sans-serif;
}

body{
	background-color: #151515;
	
}
p{
	font-family: 'Roboto';
	color: #656567;
	-moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */
    transition: all 2s;
}
.panel-body a:hover{
	text-decoration: none;
}
#return-top{
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    bottom: 45px;
    right: 60px;
    background-color: #fff;
}
#return-top i {
    color: black;
    margin: 0;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#fixed-nav {
    width: 100%;
    max-width: 1908px;
    height: auto;
    padding: 0;
    z-index: 99;
    height: 75px;
    display: none;
    background: #fff;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}

#fixed-nav ul{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
#fixed-nav ul a{
    padding: 0px 10px;
}
#fixed-nav ul > li {
    padding: 30px 30px 0 30px;
    margin-top: 0;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}

/*---------------------  HEADER  --------------*/
.main-logo{
	position: absolute;
	/*width: 150%;*/
	z-index: -9999px;
}

.logo{
	padding-bottom: 41px;
}
@media (min-width: 812px){
	.col-sm-offset-1 {
	    margin-left: 14.333333%;
	}
	.col-sm-8 {
	    width: 60.666667%;
	}
}
@media (max-width: 768px){
	.main-logo{
	position: relative;
	width: auto;
	z-index: auto;
}
}
@media (max-width: 414px){
	.inner-container ul.programs-list {
	    float: unset !important;
	}
	.inner-container ul.programs-list.first {
	    padding-left: 40px !important;
	}
}

@media (max-width: 375px){
	img.alignleft {
	    width: 100%;
	}
}

.header-info{
	padding-top: 5px;
}
.navbar-header{
	background-color: #1c1f28;
	margin-bottom: 40px;
}
.navbar-navigation{
	background-color: #191b22;
}
.header-navigation .current-menu-item a {
    color: #0098d7;
}
.header-navigation .current-menu-item a:hover {
    color: #fff;
}

.header-navigation{
	background-color: #1b1e27 !important;
	border-top:1px solid #2f3546  !important;
	border-bottom:1px solid #2f3546  !important;
	font-family: 'Yanone Kaffeesatz'  !important;
	font-size: 20px  !important;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, top bottom, right bottom, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
}
.header-navigation li a{
	color: #ffffff;
	/*background-color: #1c1f28;*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, top bottom, right bottom, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
}
.header-navigation li a:hover{
	background-color: #0397d6;
}
.social-icons{
	padding-left: 5px;

}
.info-header{
	padding-top: 15px;
}

.item{
	min-height: 420px;
}

/*---------------------  FOOTER  --------------*/

.footer-navigation{
	background-color: #131519;
	border-top: 1pt solid #1d212b;
	margin-top: 11px;
}

.footer-category ul li a{
	color: #78797a;
	font-size: 12px;
}
.footer-category ul li a:hover{
	background-color: #131519;
	color: #ffffff;
}

.footer-info-1{
	padding: 18px;
}
.footer-info-1:hover{
	text-decoration: none;
	color: #fff;
}
.footer-info-2{
	padding-top: 35px;
}
.footer-info-3{
	padding-top: 18px;
}
.footer-logo{
	padding-top: 30px;
}

.footer-navigation .site-by a img {
    width: 80px;
}


/*---------------------  CAROUSEL  --------------*/

.atm{
	position: absolute;
	z-index: -9999px;
}

.btn-get-started{
	background-color: #0397d6;
	color: #ffffff;
}

@media (max-width: 973px){
	.banner{
		position: relative !important;
	}
}

#myCarousel{
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
 }

#myCarousel h2{
	font-family: 'Yanone Kaffeesatz';
	color: #ffffff;
	font-size: 43px;
	text-shadow: 2px 2px 5px black;
	margin-left: 10px;
}

p.details {
	color: #ffffff;
	font-weight: 300;
	font-size: 24px;
	text-shadow: 2px 2px 5px black;
	padding: 10px 114px 10px 10px;
}

.carousel-info{

}

.btn-get-started{
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    box-shadow: 3px 3px 10px black;
    margin-left: 10px;
    position: absolute;
	right: 38%;
	bottom: 11%;
}

.carousel-control{
	width: 56px;
	height: 56px;
	top: 43%;
	opacity: 1;
}

.carousel-control.left{
	left: -5%;
}

.carousel-control.right{
	right: -5%;
}

.carousel-control.right img{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}

.item{
	padding-top: 23px;
	text-align: center;
}

.item .col-md-5 img{
	margin-bottom: 10px;
}

#banner{
	background-image: url(images/banner.jpg);
	background-size: cover;
	border-bottom: 1px solid black;
}
/*---------------------  CONTENT  --------------*/
hr{
	border: 1px dashed #0f3057;
	margin-top: 0px;
	margin-bottom: 0px;
}

.phone{
	color: #ffffff;
	font-size: 18px;
}
.e-mail{
	color: #0385bc;
	font-size: 18px;
}
p.copyright p.site-by{
	font-size: 12px;
}
.no-cost{
	color: #0385bc;
	font-family: 'Yanone Kaffeesatz';
	font-size: 21px;
}

.top-info{
	margin-top: -20px;
}

.circle-icon{
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid black;
	background-color: #1d212b;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, top bottom, right bottom, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	margin: 0 auto;
	font: 0/0 a;
	-moz-transition: all 3s; /* Firefox 4 */
    -webkit-transition: all 3s; /* Safari and Chrome */
    -o-transition: all 3s; /* Opera */
    transition: all 3s;
}

.circle-icon:before{
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.circle-icon img{
	vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;
    opacity: .5;
    -moz-transition: all 5s; /* Firefox 4 */
    -webkit-transition: all 5s; /* Safari and Chrome */
    -o-transition: all 5s; /* Opera */
    transition: all 5s;
}

.bottom-info{
	background-color: #161920;
	margin-top: 40px;
	-webkit-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 11px 3px rgba(0,0,0,0.75);
	padding: 17px;
}

.no_bullet{
	list-style-image: url(images/p.png);
}

.box{
	border: 1px solid #000000;
	background-color: #161920;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 326px;
	height: 338px;
	padding: 21px 15px;
	margin-bottom: 28px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -moz-transition: all 5s; /* Firefox 4 */
    -webkit-transition: all 5s; /* Safari and Chrome */
    -o-transition: all 5s; /* Opera */
    transition: all 5s;
}
.b2{
	color: #ffffff;
}

h3{
	font-family: 'Yanone Kaffeesatz';
}
h3.info-bottom{
	color: #ffffff;
}

.btn-read-more{
	opacity: 0;
	background-color: #0397d6;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0px;
	margin-top: 13px;
	padding: 6px 19px 6px 19px;
	position: absolute;
	bottom: -15px;
	left: 32%;
	right: 32%;
	box-shadow: 0px -2px 125px white;
	-moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */
    transition: all 2s;

}

.btn-read-more:hover{
	box-shadow: 0px -2px 125px black;
	color: white;
}

.box:hover{
	background-color: #1d212b;
	border: 1px solid #2f3546;
}

.box:hover p, .box:hover h3{
	color: white;
}

.box:hover .btn-read-more{
	opacity: 1;
}

.box:hover .circle-icon{
	border: 3px solid #2f3546;
}

.box:hover .circle-icon img{
	opacity: 1;
}

.content-main{
      margin-top: 80px;
}

/** Inner Pages **/

.inner-container h1 {
	font-family: 'Yanone Kaffeesatz' !important;
	margin: 0;
}
.inner-container, .inner-container p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
}

.inner-container p  { 
	margin-bottom: 30px;
}


.inner-container .panel-footer {
	background: #0397d6;
}

.inner-container .img-txt {
	color: #656567;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 120%;
	font-style: italic;
}

.inner-container .panel-footer p {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 0;
}
.inner-container h3 {
	font-size: 24px;
	color: #0385bc;
}

.inner-container ul.programs-list  {
	float: left;
}

.inner-container ul.programs-list.first {
	padding-left: 0;
}

.inner-container ul.programs-list li {
	list-style: none;
}

.inner-container ul.programs-list li {
	font-weight: 700;
}

.inner-container img.bradius {
	border-radius: 10px;
	-moz-border-radius:10px;
}

.nav-tabs { 
	margin-bottom: 25px; 
	border-bottom: 2px solid #0397d6; 
	padding-bottom: 1px;
}

.nav-tabs>li>a {
	border:0;
	font-weight: 700;
	color: #333;
	background: #c2c2c2;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover { 
	background: #0385bc;
	color: #FFF;
	border:0;
}

/*Contact Form*/

.contact-panel { 
	border-color:#0397d6; 
}
.contact-panel .panel-heading {
	background:#0397d6; 
	color: #FFF;
}

.contact-panel .panel-title {
	font-size: 30px;
}

.contact-form input, .contact-form textarea {
	border-radius: 8px;
	-moz-border-radius: 8px;
	border:1px solid #e1e1e1;
	padding: 3px 10px !important;
	font-size: 17px !important;
} 

.contact-form .gform_footer input.button, .contact-form.gform_footer input[type=submit] {
	background: #0397d6;
	color: #FFF !important;
	padding:5px 15px !important;
}

.contact-form textarea {
	height: 150px !important;
}

p.footer-content-inner a {
    color: #fff;
    text-decoration: none;
}

p.footer-content-inner a:hover {
	color:#052b50;
}

.col-sm-8 a:hover,
.col-md-6.footer-info-1 a:hover {
    text-decoration: none;
    color:#fff;
}

.navbar-header button.navbar-toggle {
    display: none;
}

img.alignright.bradius.size-full.wp-image-78 {
    margin: 5px 0 0 5px!important;
}

/*06-19-18*/
.footer-info-1 {
    text-align: center;
}
