/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    /* font-family: 'Martel Sans', sans-serif;
    font-family: 'Oswald', sans-serif; */
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #3f3f3f;
}

p {
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}

.carousel,
.item,
.active {
    height: 100%;
}
.carousel2{
    height: 300px;
}
.carousel-inner {
    height: 100%;
}

.carousel-inner2 {
    height: 300px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill2 {
    width: 100%;
    height: 300px;
   
}

.fill::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel-main{
    position: relative;
    z-index: 2;
}

footer {
    margin: 50px 0;
}

.page-top{
    background: #1e2251;
    color: #bfbfd0;
    padding: 12px 0;
}

.page-top .fa::before {
    margin-right: 8px;
    color: #64667f;
    font-size: 14px;
}
.logo-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.top-box {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    color: #d6d6d6;
    font-weight: 300;
    font-family: sans-serif;
}

.top-box a{
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 15px;
}

.top-box .fa {
    margin-right: 8px;
}

.top-box a:first-child{
    padding-right: 14px; 
}

.top-box a:last-child{
    border-right: 0;
}

.top-logo{
    margin-left: -30px;
}

.navbar-default {
    background: rgba(0,0,0,0);
    clear: both;
    border: 0;
    margin-right: -75px;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 46px;
}

.navbar-nav{
    float: right;
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 18px;
    border-radius: 25px;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #a2a2a2;
}

.donate{
    margin-left: 12px;
}

.donate a{
    background: #d72121;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-bottom: 12px !important;
}

.donate a:hover{
    background: #d72121 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background: transparent;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.navbar-default .navbar-nav a .fa-angle-down::before{
    margin: 2px 0 0 4px;
}
.navbar-default .navbar-nav>.active>a .fa-angle-down::before{
    margin: 2px 0 0 4px;
}
.navbar-default .navbar-nav>.active>a>.menu-text, .navbar-default .navbar-nav>.active>a>.menu-text:focus, .navbar-default .navbar-nav>.active>a>.menu-text:hover {
    border-bottom: 1px solid #8f8f9e;
    display: inline-block;
}
.dropdown-menu>li>a{
    padding: 6px 16px;
}


.carousel-main {
    text-align: center;
}
.carousel-main h2{
    margin-top:28%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 48px;
    padding: 0 145px;
    line-height: 22px;
    font-weight: normal;
}

.carousel-main2 h2{
    margin-top:18%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 48px;
    padding: 0px;
	text-align:left;
    line-height: 22px;
    font-weight: normal;
}
.carousel-main h2 > span{
    display: block;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding: 5px 0;
    line-height: 55px;
}

.carousel-main h2 > span > strong{
    border-bottom: 1px solid #f47629;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 2px;
}

.carousel-main a{
    color: #fff;
    background: transparent;
    padding: 13px 30px 14px;
    border: 1px solid #d72121;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
}

.carousel-main a:hover{
    text-decoration: none;
    background: rgba(255,255,255,0.2);
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li{
    background-color: #bdbdbd;
    border: 0;
    border-radius: unset;
    width: 9px;
    height: 9px;
    margin-right: 8px;
}

.carousel-indicators .active{
    background-color: #f47629;
    width: 9px;
    height: 9px;
    margin-right: 8px;
}

.carousel-control {
    /* opacity: unset; */
}

.carousel-control span {
    margin-left: -10px;
    color: #f47629;
    width: 50px !important;
    height: 50px !important;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    padding: 6px;
}

.carousel-control span.icon-prev {
    margin-left: -80px;
}

.carousel-control span.icon-next {
    margin-right: -80px;
}

h2{
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #1e1e25;
    margin-bottom: 60px;
}

.main-heading {
    margin: 0;
    font-size: 30px;
    line-height: 28px;
    color: #1e1e25;
    margin-bottom: 60px;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.main-heading span{
    border-bottom: 1px solid red;
    display: inline-block;
}

.main-wrap {
    padding: 70px 120px 70px 0;
}

.about-box {
    border: 3px solid #000000;
    padding: 40px 100px 40px 35px;
    float: left;
    min-height: 406px;
}

.about-box p {
    line-height: 28px;
	letter-spacing:1px;
}

.about-us img{
    margin: 30px 0 20px 35px;
}

.product-section h2{
    text-align: center;
    margin-bottom: 55px;
}

.product-boxes {
    background: #ffffff;
    color: #414141;
    text-align: center;
    min-height: 450px;
}

.product-boxes img {
    width: 100%;
}

.product-boxes p {
    padding: 25px 25px 10px 25px;
	letter-spacing: 1px;

}

.product-boxes a {
    color: #393939;
    margin-bottom: 27px;
    display: inline-block;
}

.product-boxes h3{
    position: relative;
    background: #f47629;
    font-size: 19px;
    font-family: 'Martel Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    padding: 13px 10px 11px;
    width: 245px;
    margin: -23px auto 0;
}

.main-button {
    color: #fff;
    background: #f47629;
    padding: 9px 32px;
    text-transform: uppercase;
    font-weight: normal;
    clear: both;
    display: inline-block;
    font-size: 13px;
    margin-top: 50px;
}

.main-button:hover{
    text-decoration: none;
    color: #fff;
}

.main-header{
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    font-weight: bold;
    color: #1e1e25;
    margin-bottom: 60px;
}


.product-section{
    background: url(../images/product-bg.png) center center;
    padding: 60px 0;
    min-height: 300px;
}

.product-section h2{
    color: #fff;
}


.product-section .main-button{
    margin: 70px auto 10px;
    padding: 12px 48px;
}

.logo-section {
    background: #f0f0f0;
    padding: 75px;
}

#sepl-logos .owl-nav{
    width: 100%;
}

#sepl-logos .owl-nav [class*='owl-']{
margin: 0;
padding: 0;
background: transparent;
position: absolute;
}

#sepl-logos .owl-nav .owl-prev{
top: 30%;
left: -60px;
}

#sepl-logos .owl-nav .owl-next{
top: 30%;
right: -62px;
}

#sepl-logos .item {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    height: 115px;
}


#sepl-logos .item img{
    width: unset;
    max-height: 75px;
    max-width: 230px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sepl-map iframe {
    width: 100%;
    height: 440px;
}

footer{
    background: #1c191b;
    margin-bottom: 0;
    color: #cacaca;
    padding-top: 40px;
}

footer .info-footer{
    margin-bottom: 40px;
}

footer .info-footer .col-md-4{
    border-right: 1px solid #4a494a;
    min-height: 162px;
}

footer.footer-copy {
    background: #1f1f1f;
    margin-top: 0;
    padding: 30px 0 0;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

footer li {
    list-style-type: none;
}

footer.footer-copy .fa {
    font-size: 16px;
}

footer h3{
    margin: 0;
    font-size: 18px;
    color: #fff;
    margin: 20px 0 40px;
}

footer ul{
    padding: 0;
    margin:0;
}

footer ul li{
    margin-bottom: 20px;
}

footer ul li a{
    color: #a3a3a3;
}

footer ul li a:hover{
    color: #fff;

}

footer .get-social a{
    background: #696668;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    margin-left: 4px;
}

footer .fa{
    color: #858585;
    width: 20px;
    font-size: 14px;
}

.main-heading-footer {
    color: #fff;
    font-size: 21px;
    margin-bottom: 25px;
}

footer h4 {
    color: #f47629;
    font-family: 'Martel Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

footer .fa-map-marker {
        height: 85px;
    float: left;
}

footer input[type="text"] {
    color: #eeeeee;
    background: #3f3f3f;
    border: 1px solid #4d4d4d;
    padding: 2px 10px;
    width: 46%;
    margin: 0 8px 10px 0;
}

footer input[type="submit"] {
    color: #ffffff;
    background: #f47629;
    border: none;
    padding: 11px;
    width: 94%;
    margin: 15px 0 40px;
    text-transform: uppercase;
}

footer textarea {
    color: #eeeeee;
    background: #3f3f3f;
    border: 1px solid #4d4d4d;
    padding: 2px 10px;
    width: 94%;
    height: 120px;
    margin: 0 8px 10px 0;
}

.scholar-links{
    width: 100%;
    padding: 12px 30px;
    background: #3b3b3c;
    color: #d4d4d4;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.tright {
    text-align: right;
}

.footer-social .fa{
    color: #858585;
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
}

.footer-social {
    color: #fff;
}

.footer-social a {
    margin-right: 10px;
    border-right: 1px solid #3f3f3f;
    display: inline-block;
}

.footer-social a:last-child {
    border-right: unset;
}

.footer-top {
    padding: 20px 0;
}

.footer-bottom {
    background: #1b1b1b;
    padding: 15px 0 10px;
}

@media only screen and (max-width: 480px){
    #myCarousel{
        height: 520px;
    }
	.carousel2{
        height: 220px !important;
    }
	
	.about-box {
     padding: 10px !important; 
    
}
    .carousel-main h2 {
        margin-top: 200px;
        font-size: 18px !important;
        color: #fff;
        font-weight: normal;
        margin-bottom: 40px;
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }
    .carousel-main span{
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    .carousel-main h2 > span > strong {
        line-height: 30px;
    }
    .top-social{
        margin-bottom: 8px;
    }
    .top-box {
        padding-left: 10px;
    }
    .top-box a{
        padding: 0 6px;
    }
    .top-box a:first-child {
        padding-right: 8px;
    }
    .vk-search {
        margin-right: 0;
    }
    .top-logo {
        margin-left: -15px;
    }
    .main-wrap {
        padding: 0;
    }
    .about-box {
        border: unset;
        padding: 40px;
    }
    .about-us img {
        margin: 0;
        width: 100%;
    }
    .product-boxes {
        margin-bottom: 40px;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        background: #000;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border-color: #fff;
        background: #000;   
    }
    .navbar-default{
        float: right;
        margin-right: -40px;
        margin-top: 10px;
		    z-index: 11111;
    }
    .navbar-collapse{
        background: #000;
        width: 200px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .logo-top{
        margin-bottom: 20px;
    }
    .about-section p {
        padding: 0 0 20px;
    }
    .about-section h2::before{
        left: 35%;
    }
    .what-section a{
        margin-bottom: 20px;
    }
    .what-section img {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .welcome-right{
        bottom: -38px;
    }
    .welcome-left {
        position: relative;
        max-height: 250px;
        margin: 0 auto;
    }
    .logo-top img{
        display: block;
        width: 80px;
        margin: 0 auto;
    }
    .text-right{
        text-align: left;
    }
    #sepl-logos .item img{
        max-width: 100px;
    }
    .main-heading-footer {
        margin-top: 40px;
    }
    .navbar-nav{
        float: left;
        margin-left: -5px;
    }
    .navbar-toggle{
        float: right;
        
    }
    
    footer .row{
        margin-right: -5px;
        margin-left:  -5px;
    }
    .footer-copy, .footer-copy .text-right{
        text-align: center !important;
    }
}

#contact-google-map {
  width: 100%;
  height: 600px;
}
.contact-box-wrapper {
  margin-top: -315px;
  position: relative;
  z-index: 999;
  margin-bottom:30px;
}
@media (max-width: 1150px) {
  .contact-box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-box-wrapper .thm-container {
  padding: 0;
  max-width: 1110px;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: drop-shadow-converter(#8b8b8b);
}
.contact-box-wrapper .thm-container .contact-info-wrapper {
  background: #0f0f1b;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 64px;
  padding-left: 70px;
  padding-bottom: 70px;
  position: relative;
}
.contact-box-wrapper .thm-container .contact-info-wrapper > i.fa-map-marker-alt {
  font-size: 200px;
  color: #1a1a27;
  position: absolute;
  top: 30px;
  right: 30px;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .title {
  position: relative;
  z-index: 9;
  margin-bottom: 35px;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .title h2 {
  margin: 0;
  font-size: 40px;
  color: #fff;
  font-family: 'Merriweather';
  font-weight: bold;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .title h2 span {
  color: #e73b00;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info {
  position: relative;
  z-index: 9;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info + .single-contact-info {
  margin-top: 30px;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .icon-box, .contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .text-box {
  display: table-cell;
  vertical-align: top;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .icon-box i {
  color: #e73b00;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .text-box {
  padding-left: 10px;
}
.contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .text-box h3 {
  margin: 0;
  color: #aaaabe;
  font-size: 14px;
  line-height: 24px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper {
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 65px;
  background: #fff;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .title {
  margin-bottom: 40px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .title h3 {
  margin: 0;
  font-size: 40px;
  color: #0f0f1b;
  font-family: 'Merriweather';
  font-weight: bold;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .title h3 span {
  color: #e73b00;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .row [class*='col-'] {
  padding: 0 10px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper input, .contact-box-wrapper .thm-container .contact-form-wrapper textarea {
  border: none;
  outline: none;
  border: 2px solid rgba(0, 0, 0, .1);
  width: 100%;
  height: 50px;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper textarea {
  padding-top: 10px;
  height: 120px;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .thm-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 30px;
}
.thm-container {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.contact-box-wrapper .thm-container .contact-form-wrapper .thm-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-top: 30px;
}

.thm-btn:hover, .thm-btn.black {
    background: #0F0F1B;
    color: #fff;
}
.thm-btn {
    display: inline-block;
    border: none;
    outline: none;
    background: #E73B00;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 14px;
    padding: 19px 52.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 200px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #fdfdfd;
    border: 2px solid #FF9800;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #FF9800;
}

.btn-slide:hover {
    background-color: #FF9800;
}

.btn-slide2:hover {
    background-color: #FF9800;
}

.btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #fdfdfd;
    color: #FF9800;
}

.btn-slide2:hover span.circle2 {
    color: #FF9800;
}

.btn-slide:hover span.title, .btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

.btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: #FF9800;
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
}

.btn-slide2 span.circle2 {
    background-color: #FF9800;
}

.btn-slide span.title,
  .btn-slide span.title-hover, .btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    position: absolute;
    left: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    transition: .5s;
}

.btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    color: #FF9800;
    left: 80px;
  }

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #fff;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
       background-color: #FFF;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}



.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	border: 1px solid #ff9800;
	border-radius:0px;
}
.btn3 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 13px 25px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn3:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn3:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #803c12;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #803c12;
	top: 6px;
}

/* Button 2 */
.btn-2 {
	background: #f47629;
    color: #fff;
    box-shadow: 0 6px #803c12;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/* General button style (reset) */
