@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Philosopher');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********
RESET CSS
**************/
body {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    overflow-x : hidden;
    overflow-y: hidden;
    padding: 0px !important; font-size:15px;
}

body,
html,
ul,
li,
a {
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

/*--------------------
   Reset Css End
----------------------*/
small {
    font-size: 15px;
}
.btn{
    border-radius: 0px;
}
.pdlr{
    padding: 0;
}
.trendy-heading{
        text-transform: uppercase;
    letter-spacing: 2px;
    color: #083d5f; margin:50px 0 20px 0;
}
.underline{
    border-bottom: 3px solid #fff;
    width: 150px;
    margin: 0 auto;
    display: inherit;
}
/*affix menu*/
.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}

.forNavingation{background:#2e3092;}
.affix ~ .container-fluid {
 position: relative;
 top: 50px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 21px;
}
.nav>li:hover{background:#f5811e !important;}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
}
.navbar-inverse .navbar-brand {
    color: #fff; 
}
.navbar-header{margin:0 !important;}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    height: auto;    
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 0; margin:0 !important;
}
.navbar-brand img{
    width:107px;
	height:90px
}

.top-bar{
    background: #fff;
    color: #333;
    padding: 10px;
}
.top-bar .social a{
    color: #333;
}
.top-bar .social .fa{
    padding:0 10px; 
}
.top-bar .email{
    border-left: 0.5px solid #333;
}
.top-bar .phone, .top-bar .email{
    text-align: center;
}
.about-company{
    text-align: center;
    margin: 10px auto 50px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    background: #fff;
    color: #7fb949;
    text-shadow: none;
}
.about-company .btn-info{
        border-bottom: 3px solid #377cb8;
}

.forInformation{float:right; padding:9px 0;}
.forphone, .foremail, .forsocialLink{width:100%; float:right; text-align:right; padding:3px 0;}
.forphone a, .foremail a, .forsocialLink a, .forphone a:hover, .foremail a:hover, .forsocialLink a:hover, .forphone a.active, .foremail a.active, .forsocialLink a.active{color:#333;}
.navbar-nav{width:100%; display:flex; justify-content:space-between;}
.collapse.navbar-collapse{
    background: none;
    color: #7fb849;
    font-weight: bold;
    font-size: 17px;
}
.collapse.navbar-collapse li a{
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.team-area{
    background:url(../img/team.jpg);
    min-height:250px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat; padding:50px 0;
}
.content-team{
    text-align: center;
}
.content-team .btn-warning{
    border-bottom:3px solid #945a08;
}
.content-team .split-heading{
    color: #fff;
    text-align: center;
    padding: 0;
    letter-spacing: 2px;margin:0 0 10px 0;
}
.content-team .colored{
    color: #7fb949;
    font-weight: bold;
}
.content-team p{
    color: #fff;
    text-align: center;margin:30px 0 30px 0;
}
.about-company h3{margin:20px 0;}
.round{
    
}
.round:hover .fa{
    background: #7fb949;
    color: #fff;
    cursor: pointer;
    border: 2px solid #7fb949;
}
.round a{background: #f5811e;color: #fff; padding: 15px 30px; border-radius: 10px; display:inline-block;}
.round:hover{
-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.round .fa{
        font-size: 80px;
    border: 2px solid #1f487e;
    border-radius: 50%;
    padding: 20px 25px;
    background: #1f487e;
    color: #fff;
	margin:0 0 15px 0;
}
/*services-courses*/
.services-area{display:flex; justify-content:space-between; padding:10px 0 0 0;}
.services-area h4{line-height:31px; margin:10px 0 20px 0; min-height:92px;}
.services-area .round{
    background: #efefef;
    width:32%;
    margin:0;
    height:auto;
    padding: 25px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-align: center;
}

.newButton{background: #f5811e;color: #fff;padding: 15px 30px;border-radius: 10px;display: inline-block;}


/*testimonials*/
.testimonial{ margin: 0 auto; }
.testimonial{margin-top:30px !important;}
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 0 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
        margin: 5px 0;
}
.testimonial .description{
    padding: 20px 40px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
	margin:0 150px; min-height:94px;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }

footer a, footer a:hover, footer a.active{color:#fff;}
footer h4{margin-top:17px !important;}

.footer-div{
    background: url('../img/ft-bg.jpg');
    color: #fff;
    margin-top: 40px;
    border-top: 4px solid #7fb74c;
}
.footer-div .quick-links li{
    color: #fff;
    list-style: none;
    padding: 5px 0;
}
.footer-div .quick-links li a{
    color: #fff;
}
.footer-div .copy-right{
    background: #000;
    padding: 26px 0 0 0;
    vertical-align: middle;
}
.footer-div .social .fa,.footer-div .social a{
    padding: 05px 07px;
    color: #fff;
}
.footer-div .social a:hover{
    color: #fff;
}
/*testimonials page*/
/*Testimonials*/
.testimonial{
    margin-bottom: 10px; text-align:center;
}

.testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #cdcefa;
}
.testimonial-section:after {
    top: 100%;
    left: 49%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #cdcefa;
    border-width: 15px;
    margin-left: 0;
}

.testimonial-desc {
    margin-top: 20px;
    text-align:center;
    padding-left: 15px;
}
.testimonial-desc img {
    border: 1px solid #f5f5f5;
    border-radius: 150px;
    height: 70px;
    padding: 3px;
    width: 70px;
    display:inline-block;
    vertical-align: top;
}

.testimonial-writer{
    display: block;
    vertical-align: top;
    padding-left: 0px;
	text-align:center;
}

.testimonial-writer-name{
    font-weight: bold;
}

.testimonial-writer-designation{
    font-size: 85%;
}

.testimonial-writer-company{
    font-size: 85%;
}
.testimonial.testimonial-default-filled{

}
.testimonial.testimonial-default-filled .testimonial-section{
    color: #333;
    border-color: #cdcefa;
    background-color: #cdcefa;
}

.testimonial.testimonial-default-filled .testimonial-section:after{
    border-top-color: #cdcefa;
}

.testimonial.testimonial-default-filled .testimonial-desc{

}

.testimonial.testimonial-default-filled .testimonial-desc img{
    border-color: #777;
    background-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-writer-name{
    color: #777;
}
/*About us */
.about-academy{
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 12px 30px rgba(33, 33, 33, 0.32);
    margin: 15px 0;
}
.about-academy p{
    text-align: justify;
}
.vision-mission{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 25px 0;
    box-shadow: 0px 12px 30px rgba(33, 33, 33, 0.32);
}
/*contact page*/
.form-area{
    padding: 10px;
    border: 0.5px solid #e1e1e1;
    box-shadow: 0px 12px 30px rgba(33, 33, 33, 0.32);
	margin:15px 0;
}
.form-area .form-control{
    margin: 7px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
}
/*gallery*/
.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 150px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
/*faculty*/
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    margin:0;
    padding: 10px;
    height:350px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}

.card .container {
    padding: 2px 0;width: 100%; text-align:center;
}

.forteam{width:100%; background:#fc8622; text-align:center; color:#333; padding:20px;}

.testii{padding:20px 0 0 0;}


@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
	.card{margin-bottom:20px !important; height:auto !important;}
	.owl-theme .owl-controls{margin-top:0 !important;}
	.testimonial .post{margin: 5px 0 10px 0 !important;}
	.testimonial .testimonial-profile{top:5px !important;}
	.testimonial .description, .testimonial{margin:0 5px !important;}
	#tb-testimonial{margin-bottom:25px !important;}
	.services-area h4{margin-bottom:0;}
	.round{margin-bottom:20px !important;}
	.about-company h3{font-size:17px;}
	.about-company{padding:0 10px;}
	.navbar-inverse .navbar-toggle{background-color: #333 !important; margin-top:33px !important;}
	.forInformation{display:none;}
    .gal-container .modal-content{
        height:250px;
    }
	footer .container{padding-bottom:15px;}
	.navbar-nav {margin: 0;padding:0x; display:block;}
	.trendy-heading{margin:20px 0;}
	.services-area{display:block;}
	.services-area .round{margin:0;}
	
	footer .forPhone p{width:auto; display:inline-block; border-right:1px solid #666; padding:0 5px 0 0; margin-left:5px;}
	.lasttt{border:none !important; margin-left:0 !important;}
	.formb{padding-bottom:30px;}
	.footer-div .copy-right{padding-bottom:20px;}
	.copy-right, .copy-right p{ text-align:center; display:block !important;}
	
	.copy-right div{ text-align:center; padding:0;}
	.nav .open{background:#f6821f;}
	.dropdown-menu li{border-bottom:1px solid #CCC;}
	.dropdown .dropdown-menu li a:hover{background:#6163e0 !important;}
	.dropdown-menu > li > a{white-space:pre-wrap;}
	ul{list-style:inside disc;}
}
@media (max-width:480px){
    .services-area .round {
    background: #efefef;
    width: 100%;
    margin: 0;
    height: 330px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-area {
    height: auto;
}
.navbar-nav {
    margin: 0;
    padding:0x; display:block;
}
.Testimonial h2{
    font-size: 25px;
}
}