body{

}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
/*-------------------------------------------banner------------------------*/
.banner{
    background: #f5f5f5;
    width: 100%;
    height: 100vh;
    background: url('../images/banner.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner_img img{
    width: 100%;
    object-fit: cover;
}

.campuslogo{
   /* position: absolute;
    z-index: 9;
    left: 50%;
    top: 5%;
    transform: translate(-50%,-5%);*/
    text-align:center !important;
    
}
.logo{
    text-align:center;width: 100%;
}
/*.campuslogo img{ width: 100%; }*/
.about_course p{
    text-align: justify;
}
/*-------------------------------------------banner------------------------*/
/*-------------------------------------contact form----------------------------*/
.contact_cover{
    margin-right: -15px;
    margin-left: -30px;
    padding: 6pc;
    background: #1f2a5c9c;
        margin-top: 14px;
}
.contact_form{
    padding: 40px;
    background: #1f2a5cb8;
}
.head{
    text-align: center;
}
.banner_img{
    margin-left: 0px;
    margin-right:-15px;
    position: relative;
}
.banner_content{
    padding: 30px;
    position: absolute;
    top: 47%;
    right: 13%;
    transform: translate(-2%,-40%);
    text-shadow: 4px 4px 4px #000;
    color: #eee;
    /*text-transform: uppercase;*/
    font-family: 'Lora', serif;
    font-weight: bold;
    font-style: italic;

}
.banner_content h2{
    font-size: 3pc;
}
.banner_content h1{
    font-size: 5pc;
}
.contact_form .form-control{
    background: transparent;
    border:unset;
    border-radius: unset;
    border-bottom: 1px solid #c2bdbd;
    color:#fff;
    height:calc(2.5em + 1rem + 2px);
    padding-left: 30px;
}
#filtersubmit {
    position: absolute;
    left: 25px;
    top: 20px;
    color: #c2bdbd;
    cursor: pointer;
}
.contact_form .form-control::placeholder{ color: #c2bdbd; }
.head h5{
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
.head p{
    font-size: 18px;
    letter-spacing: 2px;
    color: #c2bdbd;
}
.submit{
    background: #fff;
    border-radius: 0px;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
}
/*-------------------------------------contact form----------------------------*/
/*-------------------------about course------------------------------------*/
.about_course{
    padding :60px;
    position: relative;
    background-attachment: fixed;
}
.about_course img{
    float: right;
    
        width: 70%;
    object-fit: contain;
}
.title{
    text-align: center;
    /*color: #1f2a5c;*/
    margin-bottom: 30px;
    /*background: antiquewhite;*/
    padding: 1%;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
   /* text-shadow: 0px 0px 1px #f97132;*/
}
/*.title:after{
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,-15%);
    border-bottom: 2px solid #1f2a5c;
    width: 80px;
}*/
/*-------------------------about course------------------------------------*/
/*-------------------------services------------------------------------*/
.services{
    padding: 60px;
    position: relative;
    background: #f5f5f5;
    background-attachment: fixed;
}
.mycard{
    text-align: left;
    padding: 20px;
}
.mycard h4{
    font-size: 1.1rem;
    margin-top: 15px;
}
.mycard ul{
    text-align: left;
    list-style-type: circle;
    margin-left: -20px;
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}
.mycard img{
        border: 2px solid #ccc;
    border-radius: 50%;
    padding: 10px;
}
.mycard img:hover{
        background-color: #124a84;
        border: 2px solid #124a84;
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(75,186,45);
    box-shadow: 0 0 0 0 rgb(75,186,45);
}
@-webkit-keyframes itg_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
        box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
        box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
        box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(18,74,132, 0.1);
        box-shadow: 0 0 0 20px rgba(18,74,132, 0.1);
    }
}
@-o-keyframes itg_pulse {
     0% {
        -webkit-box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
        box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
        box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
        box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(18,74,132, 0.1);
        box-shadow: 0 0 0 20px rgba(18,74,132, 0.1);
    }
}
@keyframes itg_pulse {
     0% {
        -webkit-box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
        box-shadow: 0 0 0 5px rgba(18,74,132, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
        box-shadow: 0 0 0 10px rgba(18,74,132, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
        box-shadow: 0 0 0 15px rgba(18,74,132, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(18,74,132, 0.1);
        box-shadow: 0 0 0 20px rgba(18,74,132, 0.1);
    }
}
.specialization{     margin-left: 50px; }

/*-------------------------services------------------------------------*/
/*-------------------------scope------------------------------------*/
.scope{
    padding: 60px;
    background:linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url('../images/scope-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}
.scope .overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;left:0;
}
.scope p{
    color: #000;
    text-align: justify;
        padding-left: 40px;
}
.scope h2{
    color: #000;
    text-align: center;
    padding-bottom: 25px;
    /*text-shadow: 2px 2px 2px #000;*/
    text-shadow: 2px 2px 2px #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.scope_img {
    float: right;
}
ul.scop_ul{
    list-style-type: circle;
    margin-left:40px;
}
ul.scop_ul li{color: #000; }
.scopecont{
    font-size:1.5rem;
font-weight:500;
    color: #000;
}
/*-------------------------scope------------------------------------*/
/*----------------------------footer-------------------------------------*/
.footer{
    padding: 20px;
    background: #555;
}
.footer p{ color: #aaa; }
.sm-footer{
	margin-top: 20px;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0!important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
    border: none;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: #eee;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #3cf;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}
.social-network a.icoPinterest:hover {
    background-color: #F56505;
}
.footer a img{
    width: 100%;
}
/*------------------------------footer-------------------------------*/

@media only screen and (max-width: 768px){
    .banner{
        height:100%;
    }
    .banner_content h2{
        font-size:25px;
    }
    .banner_content h1{
        font-size: 40px;
    }
    .contact_cover {
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }
    .contact_form {
        padding: 10px;
    }
    .about_course {
        padding: 10px;
    }
    .services {
        padding: 10px;
    }
    .campuslogo{
       position: relative;
        text-align: center;
        left: 50px;
    }
    .campuslogo img {
    width: 200px;
    }
    .banner_content{
        position: relative;
        top: 0;
        left:0;
        z-index: 99;
        transform: none;
    }
    #filtersubmit{ top:14px; }
    .contact_form .form-control{
        height: calc(1.5em + 1rem + 2px);
    }
    .about_course img {
        float: none;
        width: 100%;
    }
    .scope{
        padding: 10px;
    }
    .specialization{
        margin-left:0px;
    }
} 