* {
	padding: 0;
	margin: 0;
}



body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #f5ae43;
}


button:focus{outline:none;}

.form-control:focus{
    border-color: #ced4da;
    outline: none !important;   
    box-shadow: none !important;
}

input:focus,textarea:focus,option:focus{
    outline: none !important;   
    box-shadow: none !important;
}

.form-group select{}

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

header{
	padding:10px 0;
    background: #fff;
	-webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.logo{
	width:200px;
}
.partner img{
    width:170px;
    margin-bottom: 15px;
}
.fixed {
    
    -webkit-animation: slide-down 1.0s;
    animation: slide-down 1.0s;
    position: sticky;
    right: 0;
    left: 0;
    z-index: 9999;
    top: 0 !important;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9882352941176471);
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}



.modal-lg {
    max-width: 400px;
    margin-top: 20vh;
}

.dpmi-btn{
	
	background: #0f6939;
       padding: 0 20px;
    outline: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    /* display: inline-flex; */
    line-height: 0;
    height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    cursor: pointer;
	
}


header .dpmi-btn{
cursor:pointer;
}

.logo-div{
	
	justify-content: space-between;
    display: flex;
    width: 100%;
	align-items: center;
	padding: 0 15px;
}


.banner{
	width:100%;
	background-size: cover !important;
    background-position: center center;
    height: 550px;
    /*background: url('../images/banner.jpg')no-repeat;*/
    background: url('../images/background-banner.jpg')no-repeat;
	
}


.banner-caption{
	display: flex;
    width: 100%;
	padding: 50px 0;
	
}
.banner-caption h1{
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 40px;
}
.banner-caption h3{
	font-weight:400;
	font-size:28px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 64px;
}

.banner-caption p{
	color:#fff;
	font-size:30px;
	line-height:50px;
	
}

.banner-form{
	background:#fff;
	padding:30px 20px;
	margin-top:17px;
	
}


.banner-form h4{
	
	font-size:20px;
    color: #000;
    font-weight: 600;
	margin: 5px 0;
}

.banner-form h5{
    font-size: 20px;
    font-weight: 700;
    color: #067f06;
	}
	
.banner-form p{color:#000;font-size:12px;line-height:20px;margin-bottom:30px;}


.banner-form .form-control, .modal-lg .form-control{
	border-radius: 0;
    font-size: 11px;
	color:#000;
	padding:10px;
}

.banner-form select, .modal-lg select{

    height: 35px;
    width: 100%;
	color: #6d6d6d;
	border:1px solid #ced4da;
	font-size:11px;
	padding:7px 5px;
	}
	
	

.modal-header {
    margin: 0;
    top: 0;
    position: absolute;
    right: 0;
    padding: 7px;
    border: 0;
    z-index: 22;
}

.modal-body	h4{font-weight:600;margin-bottom:30px;}
	
.pd-top{padding:40px 0;
    background: #ececec;
}	

.dpmi-box{
	background: #fff;
    box-shadow: 0 0 15px #ddd;
}


.title{
	width:100%;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding: 15px 20px;
	min-height:94px;
	display: flex;
    justify-content: center;
    align-items: center;
	
}

.title h2{
	font-size: 23px;
    color: #fff;
    font-weight: 600;
}


.abouttitle{
	width:100%;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding: 15px 20px;
	min-height:94px;
    align-items: center;
	
}

.abouttitle h2{
	font-size: 36px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}


.list{
	padding: 30px 20px;
}

.list ul{list-style: none;    margin-bottom: 0;}

.list li{
	font-size: 14px;
    color: #000;
    line-height: 30px;
}

.second-sec{background:#1d7fac}

.second-sec h2{
margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.circle img {border-radius: 100%;}


.discrip-part{
	background: #fff;
    box-shadow: 0 0 15px #ddd;
	padding:20px;
	min-height: 460px;
}

.discrip-part h3{
	margin:20px 0 15px;
	font-size: 20px;
}

.discrip-part p{
	margin-top:20px;
	font-size:14px;
	text-align:justify;
	
}

.discrip-part strong{
	    font-size: 16px;
}

.pd{margin-top: 43px !important;}

footer{background:#000}

footer p{
	color: #fff;
    font-size: 13px;
    text-align: center;
    opacity: .5;
    width: 100%;
	margin: 0;
    padding: 10px 0;
    clear: both;
}

.fixBottom {
    display: none;
  
}

.hospatility {
    background: url(../images/home5-trusted.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    padding: 4% 0;
}
.hospatility_desc {
    text-align: center;
    margin: 0 0 3%;
}
.hospatility_desc h1 {
    text-transform: uppercase;
    font-size: 38px;
    color: #ffffff;
}
.hospatility_desc h2 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 1% 0 1%;
    color: #F6D93F;
}

.stats_no {
    text-align: center;
    border: 2px solid #F6D93F;
    border-radius: 100px;
    padding: 45px 0;
    color: #ffffff;
    font-weight: bold;
    margin: 12% 0;
}
.stats_no h1 {
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.stats_nopara{
    text-align: center;
    font-weight: 600;
}
.studyatdpmi{
    width: 100%
}
.studyatdpmi1{
    width: 100%;
    display: none;
}
.studyatdpmi2{
    width: 100%;
    display: none;
}
.bottomaddress h2 {
    font-size: 22px;
    color: #0f6939;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.bottomaddress{
    width:100%;
    background-size:cover;
    background-position:center;
    text-align:center;
    padding: 24px 20px;
    min-height:94px;
    display: flex;
    align-items: center;
    
}
.bottomaddress p{
    font-size: 15px;
    color: #000;
        margin-top: 10px;
}
.bottomaddress2 {
    font-size: 15px;
    color: #000;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.bottomaddress i{
    font-size: 24px;
    width: 40px;
    padding: 7px;
    color: #fff;
    border-radius: 40px;
    border: 1px solid #0f6939;
    background: #0f6939;
        float: left;
}
@media (min-width: 768px){
.col-md-2 {
    float: left;
}
}
@media (max-width:980px){
	
	.logo {
    width: 120px;
}

.banner-caption h1 {
    
    font-size: 45px;
}

.banner-caption p {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
}

.banner-form h4 {
    font-size: 18px;
}

.dpmi-box{
margin-top: 15px;
}


.discrip-part{
margin-top: 15px;
}

.banner-form p {
    color: #000 !important;
	font-size: 12px !important;
	margin-bottom: 20px;
}


	
}


@media (max-width:480px){
	
	
	
.banner{
	
	height:auto;
}

.banner-caption{	
flex-wrap: wrap;
}	

.banner-caption h1 {
font-size: 30px;
  margin-bottom: 20px;
  line-height: 42px;
}

.banner-caption p {
    color: #fff;
    font-size: 22px;
}

.pd-top{padding:30px 0 0px}

.discrip-part{
    min-height: auto;
}

.list {
    padding: 20px 13px;
}

.list:last-child{padding-top:10px;}
	
}


@media (max-width:320px){
	
	.list {
    padding: 30px 13px;
}

	.list li {
    font-size: 13px;
	}
	
}

@media(max-width:768px) {
    
    .fixBottom {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 7px;
    color: #fff;
    background-color: #0f6939;
    z-index: 10;
    text-align: center;
}
.fixBottom a {
    background-color: #fff;
    color: #222;
    padding: 5px 8px;
    border-radius: 8px;
}
    
}

.call-us {
    display: none;
}
.work-img{
    width: 100%;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 15px #dadada;
    margin-bottom: 25px;
}
@media (max-width: 767px){
.call-us {
    display: block;
}
.call-us a {
    text-indent: -999em;
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: .25em;
    width: 50px;
    height: 50px;
    z-index: 999999999;
    background: url(https://www.digication.in/images/icon-call.png) no-repeat center #c30400;
    background-size: 50% auto;
    margin-right: 40px;
    float: right;
    -webkit-background-size: 50% auto;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgb(195, 4, 0);
}
.hospatility_desc h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
}
.hospatility_desc h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 1% 0 1%;
    color: #F6D93F;
}
.stats_no {
    text-align: center;
    border: 2px solid #F6D93F;
    border-radius: 100px;
    padding: 47px 34px 43px 43px;
    width: 160px;
    height: 160px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
        margin-bottom: 12px;
}
.stats_nopara {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.placestudent{
        margin-left: -30px;
}
.abouttitle h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.title h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.second-sec h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.studyatdpmi{
    width: 100%;
    display: none;
}
.studyatdpmi1{
    width: 100%;
    display: inline-block;
}
.studyatdpmi2{
    width: 100%;
    display: inline-block;
}
}



