ca/*-----------------font-family-------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700')
h1,h2,h3,h4,h5,h6,a
{
   font-family: 'PT Sans', sans-serif;
}
.san_font{
font-family: 'PT Sans', sans-serif;
}

ul li a{
font-family: 'Raleway', sans-serif;
}
p{
font-family: 'Raleway', sans-serif;
}

.font_robot{
    font-family: 'Roboto', sans-serif ! important;
}
.lato_font{
font-family: 'Lato', sans-serif ! important;

}
.open_font{
font-family: 'Open Sans', sans-serif ! important;

}
   

/*-------------------over-all-------------*/
.ls-3{
    letter-spacing: 3px;
}
.ls-2{
    letter-spacing: 2px;
}
.ls-1{
    letter-spacing: 1px;
}
.ls{
    letter-spacing: .5px;
}
.ws{
     word-spacing:.5px;
}
.ws-1{
     word-spacing:1px;
}
.ws-2{
     word-spacing:2px;
}
.lh-1{
     line-height: 140%;
}
.lh-2{
      line-height: 150%;
}
/*---------------logo-col----------------*/
.logo-col1{
color:#034EA2;
}

.logo-col2{
    color:#1AA59F;
}
.logo-col3{
    color:#EF3C1F ! important;
}
.logo-col4{
    color:#fff;
}
.logo-col5{
    color:#000;
}
.logo-col6{
    color:#449D44;
}
/*------------------------about-us-----------------------------------*/
.course_bg{
    background: rgba(0, 0, 0, 0) linear-gradient(24deg, #2FBF94 0px, #0870c4 100%) repeat fixed 0 0;
    color: #fff;
}

.new_box{
    box-shadow: 0px 0px 4px #0A75C1;
}
.fac_box{
	box-shadow: 5px 10px #888888:
}
/*** =============================================  over_all=============================================***/
.sec-title {
    padding-bottom: 36px;
    position: relative;

}
.sec-title .borderr {
    width: 152px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}
.sec-title .borderr span:before{
    color: #C43125;
    font-size: 30px;
    line-height: 30px;
    margin-left: 0px !important;
}
.sec-title .borderr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #C43125;
    content: "";
    margin: 14px 0;
}
.sec-title .borderr:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background: #C43125;
    content: "";
    margin: 14px 0;
}


.sec-title .borderr.mar0auto{
    margin: 0 auto;
}
/*---------------------------------rotation------------------------------*/
#loading {
		-webkit-animation: rotation 2s infinite linear;
}

@-moz-keyframes rotation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*---------------------------------courses------------------------------*/
.bg_course{
    background: url(../img/course_bg.jpg)   no-repeat fixed;
    background-size:cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    
}
.slider-layer{
	position:relative;
	width:100%;
	background: rgba(26, 169, 225, 0.5);
}


 .single-item{
    margin-bottom: 30px;
}
.single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-item:hover .img-holder img {}
.single-item .img-holder .overlay-style-one{
    border-radius: 50%;
}
.single-item .img-holder .overlay-style-one .icon-holder span:before {
    width: 75px;
    height: 75px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    color: #2acb35;
    font-size: 40px;
    line-height: 40px;
    padding: 17px 0;
}
.single-item:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-item .text-holder{
    position: relative;
}
.single-item .text-holder .show-content {
    padding: 5px 0 7px;
    background: transparent;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
 .single-item:hover .text-holder .show-content{
    transform: scale(0); 
}
 .single-item .text-holder .show-content .iocn-holder span:before {
    color: #2acb35;
    font-size: 40px;
    line-height: 40px;
}
 .single-item .text-holder .show-content h3 {
    margin: 15px 0 0;
}

 .single-item .text-holder .hover-content {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 500ms ease 0.5s;
}
.single-item:hover .text-holder .hover-content{
    -webkit-transform: scale(1);
    transform: scale(1);
}
 .single-item .text-holder .hover-content h3 {
    margin: 27px 0 17px;
    color: #121010;
}
 .single-item .text-holder .hover-content .border{
    width: 50px;
    height: 1px;
    background: #2acb35;
    display: block;
    margin: 0 auto;
}
.single-item .text-holder .hover-content p{
    margin: 14px 0 0;    
}



/*----------------------gallery--------------------------------------*/

	

/*-----------------------footer-------------------------------------*/
.footer {
    background: url(../img/footer.jpg);
    background-size: cover;
	position: relative;
    z-index: 0;
}
.footer ul li a:hover {
    color: #ee5a00 ! important;
    padding-left: 5px;
    text-decoration:none;
}
.footer ul li a {
    color: #d1dff7 ! important;
    transition: .3s ease-in-out;
}

.footer a:hover{
    text-decoration: none;
    color: #CE6021;
}
.quick_links_footer a{
    color:#fff;
}
.our_concern-footer a{
    color:#fff;
}
.footer p {
    color:#fff;
}
.address li i{
    color: #fff;

}
.about_footer i{
    color:#fff;
    border:2px solid #449D44 ;
    padding: 8px;
}
.about_footer ul li i:hover{
    background-color:rgba(222, 222, 222, .50);
}
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3, 11, 21, 0.7);
    z-index: -1;
}


.footer-head-bor {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 5px;
	background: #000;
}

/*** 
=============================================
    Latest blog area style
=============================================
***/
.latest-blog-area {
    position: relative;
    overflow: hidden;
}
.latest-blog-area .readmore-blog {
    margin-top: 5px;
}
.latest-blog-area .readmore-blog a {
    padding: 11px 40px 11px;
}
.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 240px;
    border-bottom: 1px solid #1ebfd2;
    background: #ddd;
}
.single-blog-item .img-holder{
    overflow: hidden;
    position: relative;
    display: block;
}
.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%; 
}
.single-blog-item:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}
.single-blog-item .img-holder .overlay-style-one .box .content a i{
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    transition: all 500ms ease 0s;
    width: 40px;        
}
.single-blog-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #ffffff;
    color: #252525;
}

.single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}
.single-blog-item .img-holder .categories {
    background: #044770;
    position: absolute;
    bottom: 45px;
    left: 15px;
    width: 110px;
    height: 35px; 
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
}
.single-blog-item:hover .img-holder .categories {
    transform: translate3d(0px, -89px, 0px);
}
.single-blog-item .img-holder .categories a {
    text-align: center;
    padding: 6px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
}
.single-blog-item .text-holder {
    border: 1px solid #1ebfd2;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    transition: all 500ms ease;
    bottom: -89px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    z-index: 3;
    transition: all 500ms ease;
}
.single-blog-item:hover .text-holder {
	bottom: 0;
    border-bottom: none;
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}
.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: none;
    line-height: 16px;
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
    margin-right: 5px;
}
.single-blog-item .text-holder .meta-info li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.single-blog-item .text-holder .meta-info li a{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-item .text-holder .meta-info li a:hover{
  color: #2acb35;
}

.single-blog-item .text-holder .blog-title {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover{
  color: #f51149;
}
.single-blog-item .text-holder .text {}
.single-blog-item .text-holder .text p {
    margin:0;
}

.latest-blog-area .single-blog-item:hover{}



/*--------------------testionial--------------------------------------------*/

.demo{ background:; }
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #151e7d;
    border-left: none;
    border-right: none;
    text-align: center;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #C43125;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 20px;
    color:#1AA59F;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #e12618; }



/*** 
=============================================
    choosing Area style
=============================================
***/
.choosing-area {
   
    padding-bottom: 10px;
}
.choosing-area ul{
    display: block;
    overflow: hidden;
}
.choosing-area .single-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 360px;
    float: left;
    margin-right: 20px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    padding-left: 90px;
}
.text-border 
{
    border-right:1px dashed #e9e9e9 !important;

}

.choosing-area li:last-child:after{
    display: none;
}
.choosing-area .single-item.bdr-btm:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 16px;
    height: 1px;
    border: 1px dashed #e9e9e9;
    content: "";
}
.choosing-area .single-item .iocn-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #2aafcb;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
}
.choosing-area .single-item .iocn-holder:before {
    content: "\f100";
    font-family: Flaticon;
    color: #2aafcb;
    font-size: 25px;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 900ms ease;
}
.choosing-area .single-item:hover .iocn-holder:before {
    transform: translate3d(0px, -10px, 0px);
    opacity: 0;
}

.choosing-area .single-item .iocn-holder:after {
    content: "\f100";
    font-family: Flaticon;
    height: 20px;
    color: #2aafcb;
    font-size: 25px;
    position: absolute;
    right: 0px;
    top: 50%;
    bottom: 0;
    text-align: center;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(270deg);
}
.choosing-area .single-item:hover .iocn-holder:after {
    right: -8px;
    opacity: 1;
}
.choosing-area .single-item .iocn-holder .inner-border {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 2px dashed #ffffff;
    border-radius: 50%;
}
.choosing-area .single-item .iocn-holder span:before {
    font-size: 35px;
    color: #fff;
    line-height: 30px;
    display: block;
    padding: 23px 0;
}
.choosing-area .single-item .text-holder{
    padding-left: 20px;
}
.choosing-area .single-item .text-holder h3 {
    margin: 0 0 16px;
    transition: all 0.7s;
}
.choosing-area .single-item:hover .text-holder h3{
    color: #2aafcb;
}
.choosing-area .single-item .text-holder p{
    margin: 0;
}

/*----------------------validation------------------------------------------*/
#modal 
{
    display: none;
    position: absolute;
    top: 25%;
    left: 45%;
    width: 100px;
    height: 100px;
    padding:30px 15px 0px;
    border: 3px solid #17A2B8;
    box-shadow:1px 1px 10px #FFAB40;
    border-radius:20px;
    background-color: white;
    z-index: 1000000002;
	  background-color:#17A2B8;
	  opacity:0.70;
    text-align:center;
    overflow: auto;
}
#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:#FFAB40;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
/*---------------banner-------------------------*/

.banner1 {
    background-image: url(../img/slider7.jpg);
    background-size: cover;
    height:400px;
}

.banner2 {
    background-image: url(../img/smcc1.jpg);
    background-size: cover;
    height: 400px;
}

.banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
}

.wthree-heading h2 {
    font-size: 3em;
    color: #8BC34A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    margin-top:9% ;
}
/*---------------------map------------------------------*/
.foot_top {
    padding: 0;
    background: url(../img/contact-map.png) fixed rgba(244,244,244,.3);
    color: #333;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.foot_top:hover a{
    text-decoration: none;

}
.foot_top:hover{
    background-color: rgba(31,84,122,.9);

}
.foot_top:hover h5{
    color:#fff;
}
/*---------contact-us-------------*/
.contact_button{
    background: #1F7EAF;
    color:#fff;
}
.contact_button:hover{
    background: #C43125;
}
/*---------------------about-us-----------------*/
.nav_home{
    background: #025889 !important;
    border-radius: 12px !important;
}
.nav_back{
    background: #C0FFFF!important;
}
.nav_submenu{
    background: #EDFFFF ! important;
    color: #000 ! important;
}
/*---------------swtc--------------*/
.course_nav_bg{
    background: #1AA59F ! important;
}
.nav .course_nav-bg:hover{
    background: #000 ! important;
}
/*---------------course-------------*/
.min_course_height1{
    height: 175px;
}
.min_course_height2{
    height: 170px;
}
.min_course_height3{
    height: 150px;
}
.min_course_height31{
    height: 131px;
}
.min_course_height4{
    height: 210px;
}
/*----------------admission-------------------*/
.adm_bg{
    background: #0057b4;
}
.form_adm_bg{
    background: #F5F5F5;
}
.dropdown-menu{
    position: absolute ! important;
}