@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

body {
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	font-family:'Open Sans', sans-serif !important;
	}


h1, h2, h3, h4, h5, h6, p {
	padding:0px ;
	margin:0px;
    font-family:'Open Sans', sans-serif !important;
}





.header-cls {
	background:#000;
	 width: 100%;
    position: relative;
	
}


.logo-cls {
	width: 300px;
    float: left;
}

.logo-cls .dgl-logo {
	width:300px;
}
.header-cls .header-menu {
    float: right;
    padding: 30px 15% 30px 20px;
    font-size: 16px;
}
.header-cls .header-menu a {
	color:#FFF;
}


.homepage-cont {
	padding:40px 0px;
	width:100%;
}

.homepage-cont h1 {
	font-size: 26px;
    color: #ff7e00;
    padding: 10px 0px;
    font-weight: bold;
}

.homepage-cont h4 {
	font-size: 24px;
    color: #000;
    padding: 40px 0px 10px 0px;
    font-weight: bold;
}


.phone-no {
	    text-decoration: none;
    color: #08669b;
    font-size: 22px;
    margin-top: 60px;
    display: block;
    text-align: center;
}

.phone-no span {
	color:#000;
}

.footer-cls {
	background:#08669b;
	padding:40px 0px;
	text-align:center;
	color:#fff;
}

.about-cont {
	padding:40px 0px;
	width:100%;
}



.about-cont h1 {
	font-size: 40px;
    color: #000;
    padding: 10px 0px 40px 0px;
    font-weight: bold;
}


.about-cont h2 {
	font-size: 30px;
    color: #000;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
}

.about-cont .bold-txt {
		font-weight:bold;
		font-size:30px;
}

.about-cont p {
	font-size: 16px;
    color: #000;
       padding: 5px 0px 10px 0px;
    font-weight: bold;
}

.about-ul {
	margin:20px 0px;
}

.about-ul li {
	font-size: 16px;
    color: #000;
    padding: 3px 0px 3px 0px;
    font-weight: bold;
	list-style-type:none;
}

.project-methodology {
	margin-top:45px;
	margin-bottom:25px;
}

.project-methodology h3 {
	padding: 0px 0px 15px 0px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.project-methodology p {
	font-size: 14px;
    padding: 15px 0px;
}

.project-methodology h2 {
	 font-size: 28px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.our-research-heading {
	    background: #08669b;
    padding: 15px;
}
	
.our-research-heading h2 {
	    font-size: 34px;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.about-cont h5 {
	    font-size: 20px;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    color: #ae03d2;
    font-weight: bold;
}

.contact-us {
	padding:40px 0px;
}

.contact-us h1 {
	font-size: 34px;
    padding: 20px 0px 20px 0px;
    color: #000;
    font-weight: bold;
}

.contact-us h2 {
	font-size: 24px;
    padding: 20px 0px 20px 0px;
    color: #000;
    font-weight: bold;
}

.contact-us p {
	font-size: 15px;
    padding: 10px 0px;
}
.contact-form label {
	color: #939393;
    font-size: 15px;
    padding: 15px 0px 0px 0px;
	
}
.contact-form .form-control {
	background:#f2f2f2;
	padding:15px;
	border:none;
	height:40px;
	border-radius:0px;
	width:100%;
}

.contact-form .btn-submit {
	margin:20px 0px;
	background:#08669c;
	color:#fff;
	font-size:16px;
	height:40px;
	border-radius:0px;
	width:140px;
	outline:none;
}





@media only screen and (max-width:991px) {
    
  
    
    
}


@media only screen and (max-width:767px) {
.our-research-heading h2, .about-cont h1 {
	font-size: 24px;
	    padding: 0px 0px 10px 0px;
}


.homepage-cont h1 {
	font-size: 16px;
}

.homepage-cont h4 {
	font-size: 14px;
}


}