@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333333;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:28px;
}
.btn-warning{
	background-color:#ffb72b !important;
}
.btn-warning:hover{
	background-color:#fda804 !important;
}
.hero-text h1{
	font-family: 'Open Sans', sans-serif;
	font-size:42px !important;
}
table th {
  padding: 6px 15px !important;   
}
table td {
  padding: 12px 15px !important;   
}
table h5{
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
}
ul li{
	line-height:26px;
	}
.top-bar{
	width:100%;
	padding:6px 0px;
	margin:0px;
	font-size:14px;
}
input[type="text"], input[type="submit"], input[type="name"], input[type="phone"], input[type="email"],input[type="textarea"]{
	margin:8px 0px;
}
.top-bar-left{
	padding:0px;
	margin:0px;
	text-align:right;
	color:#ffffff;
}
.top-bar-right{
	padding:0px;
	margin:0px;
	color:#ffffff;
}
.my-wraper{
	width:100%;
	padding:0px;
	margin:0px;
}
.azad-wraper{
	width:100%;
	padding:30px 0px 20px 0px;
	margin:0px;
}

.navlink{
	margin:0px;
	padding:0px;
}
.top-navlink{
	width:100%;
	padding:5px 5px 5px 5px;
	border-radius:0px 0px 0px 0px;
	margin-bottom:10px;
}
.top-navlink ul li{
	list-style:none;
	text-decoration:none;
	float:left;
	padding:0px 15px;
	margin:0px;
}
.top-navlink ul li a{
	color:#000000;
	text-decoration:none;
	font-size:13px;
	transition:0.4s;
}
.top-navlink ul li a:hover{
	color:#006bdd;
}

.openBtn {
  background: #f1f1f1;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
#search{
	background:none;
	color:#333333;
	border:none;
	font-size:13px;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding: 0px 10px 0px 10px;
}
.openBtn:hover {
  background: #bbb;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  margin-top:8px;
}

.overlay button:hover {
  background: #bbb;
}

.navbar{
	padding:0px;
}
.navbar-expand-lg .navbar-collapse{
	padding:0px;
}
.navbar-expand-lg .navbar-nav{
	margin-top:0px;
}
.bm-nav{
	width:100%;
	padding:0px;
	margin-top:0px;
	background-color:#f28500;
}
.navbar-brand::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2000px;
	background: #fff;
	z-index: -18;
}
.navbar-brand::before{
	content: '';
	position: absolute;
	width: 60px;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -56px;
	background-image:url(.img/logo-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
}
.navbar-brand{
	background-color:#ffffff;
	z-index:199;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-size:13px;
	font-weight:600;
	color:#000000;
	margin-top:0px;
}
.navbar-toggler{
	background-color:#ffffff;
	font-size:14px;
	line-height:0.7;
}
.navbar-toggler-icon{
	height:2px;
	background-color:#000000;
	width:2em;
}

.dropdown-item{
	font-family:"Open Sans";
	font-size:13px;
	font-weight:600;
	padding:4px 9px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	background-color:#ffffff;
-webkit-box-shadow: 0 0 5px 1px #E3E3E3;
box-shadow: 0 0 5px 1px #E3E3E3;
}
#sub-dropdown-menu{
	display:none;
	position:absolute;
	background-color:#ffffff;
	margin-left:158px;
	margin-top:-35px;
}
#sub-dropdown-menu1{
	display:none;
	position:absolute;
	background-color:#ffffff;
	margin-left:158px;
	margin-top:-35px;
}
#sub-dropdown a{
    padding: 4px 9px;
}
#sub-dropdown2:hover #sub-dropdown-menu1{
	display:block;
}

#sub-dropdown-menu a .dropdown-menu a{
	color:#333;
	font-size:15px;
}
.dropdown:hover .dropdown-menu{
	display:block;
	transition:all 0.5s ease-in-out;
}
.dropdown .dropdown-menu a:hover{
	background-color:#ececec;
}
#sub-dropdown:hover #sub-dropdown-menu{
	display:block;
}
.apply{
	font-size:13px;
	color:#ffffff;
	padding:7px 12px;
	font-weight:600;
	text-align:center;
	margin-top:2px;
}
.apply a{
	text-decoration:none;
	color:#000000;
}
.breadcrumb-container{
	width:100%;
	background-color:#ebebeb;
}
.breadcrumb-item a{
	text-decoration:none;
	color:#333333;
	font-weight:500;
}
.breadcrumb-item.active{
	color:#0579e7;
	font-weight:600;
}
.carousel-caption{
	left:10%;
	right:10%;
	bottom: 10px;
	top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quick-fact{
	width:100%;
	padding:40px 0px;
	margin:-100px 0px 0px 0px;
	position:absolute;
}
.devider1{
	width:10%;
	height:2px;
	background-color:#0585eb;
	padding:0px;
	margin:15px auto;
}
.my-facts{
	width:100%;
	padding:15px;
	background-color: rgba(0,0,0, 0.5);
}
.quick-fact-box{
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
}
.quick-fact-box2{
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
}
.quick-fact-box h6{
	font-size:16px;
	color:#333333;
	font-weight:600;
}
.welcome{
	width:100%;
	margin:0px;
	padding:20px 0px 10px 0px;
	margin-top:0px;
	background-image:url(.img/life-at-azad.jpg);
	background-size:cover;
}
.welcome-box{
	width:100%;
	margin:0px;
	padding:0px;
}
.welcome-box2{
	width:100%;
	margin:0px;
	padding:20px;
	display:none;
}
.job-news{
	width:100%;
	height:430px;
	background-color:#ececec;
	padding:0px;
	border:1px solid #007bff;
}
.job-news h3{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#007bff;
	color:#ffffff;
	padding:12px;
	text-align:center;
}
.job-news ul li a{
	font-size:13px;
	font-weight:700;
	color:#000000;
	text-decoration:none;
	padding:0px 10px 0px 0px;
}
.job-news ul li a:hover{
	color:#f28500;
	text-decoration:underline;
}
.form-group{
	margin-bottom:0px;
}
.choose{
	width:100%;
	padding:0px 0px;
	margin:0px;
	background-image:url(.img/why-choose-bg3.jpg);
	background-size:cover;
	margin-top:130px;
}
.choose-box{
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#000000;
	background-color: #f28500;
	border:1px solid #999;
	height:290px;
	border-radius:6px;
	transition:0.4s;
}
.choose-box:hover{
	background-color: rgba(25,54,130, 0.8);
	color:#ffffff;
}
.choose-box h4{
	font-size:20px;
	font-weight:bold;
}
.azad-life{
	background-color:#007bff;
	padding:30px 30px 30px 130px;
	color:#ffffff;
	font-weight:700;
	max-width:400px;
	text-transform:uppercase;
	font-size:36px;
}
.card-title{
	font-size:16px;
	font-weight:bold;
}
.program{
	width:100%;
	margin:0px;
	padding:25px 0px;
	background-color:#ffffff;
}
.program-box{
	width:100%;
	padding:30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transition: all .12s ease-in;
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 30px;
	background-color:#f4f4f4;
	height:340px;
}




.program-box2{
	width:100%;
	padding:30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transition: all .12s ease-in;
	border-bottom: 3px solid #f28500;
	margin-bottom: 20px;
	background-color:#f28500;
	height:340px;
}
.program-box:hover{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
	border-bottom: 3px solid #f28500;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.15);
}
.program-box2:hover{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
	border-bottom: 3px solid #0485eb;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.15);
}
.program-head{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.program-head p{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0px;
	font-weight:400;
}
.program-head p span{
	font-size:22px;
	font-weight:700;
	color:#193682;
	display:inherit;
}
.program .courseIcon{
	width:60px;
}

.speci-head {
    display: flex;
}

.speci-one {
    width: 60%;
    border-right: 1px dashed #00448b;
}

.speci-one ul {
        padding-inline-start: 0px;
    }

.speci-one ul li {
    list-style-type: none;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 90%;
}
.speci-one ul li a{
	text-decoration:none;
	color:#000000;
}
.speci-one ul li img {
      padding-right: 10px;
}

.speci-one a {
        font-size: 14px;
        color: #193682;
        text-decoration: underline;
        font-weight: 700;
        padding-top: 10px;
}

.speci-two {
    width: 40%;
    text-align: center;
    position: relative;
	padding:0px 5px;
}

.speci-two p {
        font-size: 16px;
        color: #000;
		margin-bottom:5px;
		font-weight:500;
		line-height:18px;
    }

.speci-two span {
        font-size: 12px;
        color: #000;
        display: inline-block;
        padding-top: 2px;
    }

.speci-two-link {
        font-size: 12px;
        color: #000;
        text-decoration: none !important;
        border: 1px solid #00448b;
        border-radius: 50px;
        padding: 6px 18px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        left: 20%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
		margin-top:10px;
    }
.speci-two-link:hover
{
    color:#fff !important;
    background-color:#00448b;
    border: 1px solid #00448b;
    padding: 6px 18px;
	cursor: pointer;
}
.azad-speci{
	font-size:14px;
	color:#000000;
	font-weight:600;
	text-decoration:none !important;
}
.azad-speci:hover{
	color:#00448b;
}
.news-events{
	width:100%;
	padding:40px 0px;
	margin:0px;
	background-image:url(.img/news-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}
.news-events .news-event-row{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #193682}
.news-events .event-thumb{width:25%}
.news-events .event-thumb img{width:100%}
.news-events .event-thumb .calender-date{width:120px;height:50px;background:rgba(25,54,130,0.8);border-left:5px solid #f28500;color:#ffffff;font-size:12px}
.news-events .event-thumb .calender-date strong{font-size:14px}
.news-events .event-thumb img ~ .calender-date{margin-top:-24px;z-index:2;position:relative}
.news-events .event-short-desc{width:75%;padding:0 20px}
.news-events .event-short-desc h5{font-size:18px;min-height:38px;max-height:42px;margin-bottom:5px;overflow:hidden}
.news-events .event-short-desc h5 a{color:#000000; font-weight:bold}
.news-events .event-short-desc h5 a:hover{color:#000000;text-decoration:underline}
.news-events .event-short-desc p{line-height:16px;font-size:15px;min-height:34px;max-height:34px;overflow:hidden; color:#000000}
.news-events .event-short-desc .read-more-btn{color:#193682;font-weight:600}
.news-events .event-short-desc .read-more-btn:hover{color:#193682;text-decoration:underline}
.news-events .btn-primary{background:#f28500;border-color:#ffb72b;color:#000;border-radius:10px;font-size:16px;max-width:120px;}
.news-events .btn-primary span{font-weight:600}
.news-events .btn-primary2{background:#f28500;border-color:#ffb72b;color:#000;border-radius:10px;font-size:13px;max-width:100px}
.news-events .btn-primary2 span{font-weight:600}
.justify-content-md-start{
	justify-content: flex-start !important;
}

.glance{
	width:100%;
	padding:30px 0px;
	margin:0px;
	background-color:#ebebeb;
}
.blog-section{
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#ebebeb;
}
.blog-box{
	width:100%;
	height:auto;
	padding:0px;
	margin:10px 0px 10px 0px;
	background-color:#ffffff;
	transition:0.6s;
}
.blog-box:hover{
	box-shadow: 0px 5px 6px rgba(150, 150, 150, 1);
	margin-top:-0px;
}
.my-carousel{
	background:url(.img/testi-bg.jpg);
	padding:0px;
	margin:35px 0px 0px 0px;
	background-size:cover;
}
.carousel-box{
	width:100%;
	padding:0px;
	margin:0px;
}

.carousel-box2{
	width:100%;
	padding:0px 30px 0px 30px;
	margin:30px 0px 0px 0px;
	color:#ffffff;
}
.carousel-box2::before{
	content:url(.img/quote-icon.png);
	position: relative;
	z-index: 10;
	left: -50px;
	top: 30px;
}
.carousel-box2::after{
	content:url(.img/quote-icon.png);
	position: absolute;
	z-index: 10;
	left: 500px;
	top: 200px;
	transform: rotate(180deg);
}
.carousel-indicators li{
	background-color: #0485eb;
}
.testimonial-tab{
	background-color:#fff;
	padding:0px;
	margin-left:33%;
	margin-bottom:-20px;
}
.testimonial-tab li a{
	background-color:#0585eb;
	padding:10px 20px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
}
.testimonial-tab li:last-child a{
	background-color:#28a0ff;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
}
.testimonial-tab li a:hover{
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
}
.testimonial-tab li.active a:before{content: ""; background-image:url(.img/home-testi-hover.png); width:15px; height:12px;    position: absolute;bottom: 50px; right: 0;}

.punchline{
	width:100%;
	padding:30px 0px;
	background-color:#f28500;
	background-repeat:no-repeat;
	background-size:cover;
	color:#ffffff;
	margin-top:30px;
}
.punch-box{
	width:100%;
	alignment-adjust:middle;
	margin:0px;
}
.punch-box2{
	width:100%;
	alignment-adjust:middle;
	margin:0px;
	text-align:right;
}
.enroll{
	border:1px solid #ffffff;
	padding:8px 25px;
	background-color:transparent;
	color:#ffffff;
	text-align:right;
}
.enroll a{
	text-decoration:none;
}
.enroll:hover{
	border:1px solid #ffffff;
	padding:8px 25px;
	background-color:#ffffff;
	color:#333333;
}
.footer-light{
	width:100%;
	background-color:#333333;
	padding:10px 0px 20px 0px;
	margin:0px;
	color:#ffffff;
}
.footer-light-box{
	width:100%;
	padding:0px;
	margin:30px 0px 0px 0px;
	color:#ffffff;
}
.footer-light-box h5{
	font-size:20px;
	color:#ffffff;
	font-weight:600;
	margin-bottom:20px;
}
.footer-light-box ul{
	padding:0px;
	margin:0px;
}
.footer-light-box ul li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer-light-box ul li a{
	list-style:none;
	padding:0px 0px 0px 5px;
	margin:0px;
	line-height:26px;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	transition:0.4s;
}
.footer-light-box ul li a:hover{
	color:#0585eb;
	padding:0px 0px 0px 10px;
}
<!--email newsletter-->
form {
  border: 3px solid #f1f1f1;
  margin-top:20px;
}

input[type=text], input[type=submit], select, form-check {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


input[type=submit] {
  background-color: #0585eb;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
input:focus { 
    border: 1px solid #508bc9 !important;
    box-shadow: 0 0 2px #508bc9 !important;
 }
<!--end email newsletter-->
.footer-box1{
	width:100%;
	padding:0px;
	margin:0px;
	color:#ffffff;
	line-height:18px;
}
.footer-box2{
	width:100%;
	padding:0px;
	margin:0px;
	text-align:right;
}
.footer{
	width:100%;
	padding:15px 0px 5px 0px;
	margin:0px;
	background-color:#222222;
	color:#ffffff;
	line-height:18px;
}
.footer-box1 a{
	color:#399;
	text-decoration:none;
}
.footer-box1 a:hover{
	color:#0585eb;
}
					
.fab {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}
.fa-twitter{
  background: #55ACEE;
  color: white;
}
.fa-whatsapp{
  background: #3B5998;
  color: white;
}
.fa-instagram{
  background: #ff39a4;
  color: white;
}
.fa-youtube{
  background: #bb0000;
  color: white;
}
.fa-linkedin{
  background: #007bb5;
  color: white;
}

.button-bar {
  position: fixed;
  top: 36%;
  right:0;
  z-index:99999;
  text-align:center;
  font-weight:600;

}

.button-bar a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.3s ease;
  color:#000;
  font-size: 13px;
  margin-right:-2px;
  text-decoration:none;
}

.button-bar a:hover {
  color:#000000;
  cursor: pointer;
}
.modal-header{
	background-color:#f28500;
	color:#000000;
}
.modal-footer{
	background-color:#f28500;
	color:#000000;
}
.enq-form{
	width:100%;
	background-color:#f28500;
	padding:20px;
	border-radius:6px;
}
.azd-box{
	width:100%;
	height:150px;
	padding:25px;
	background-color:#00aaf5;
	color:#ffffff;
	border-radius:8px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	margin:10px 0px;
}
.azd-box2{
	width:100%;
	height:150px;
	padding:25px;
	background-color:#f28500;
	color:#ffffff;
	border-radius:8px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	margin:10px 0px;
}
@media only screen and (max-width: 767px){

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333333;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:26px;
}
h1{
    font-size:32px;
}

h3{
	font-size: 24px;
}
.top-bar-left{
	text-align:center;
}
.top-navlink{
	width:100%;
	height:80px;
	padding:5px 5px 5px 5px;
	background-color:#0585eb;
	border-radius:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
}
.top-navlink ul{
	padding:0px;
	margin:0px;
	text-align:center;
}
.top-navlink ul li{
	padding:0px;
	margin:0px;
	text-align:center;
}
.top-navlink ul li a{
	color:#000000;
	padding:7px;
	text-align:left;
	font-size:12px;
}
.top-navlink ul li a:hover{
	color:#000000;
}
#search{
	background:none;
	color:#ffffff;
	border-left:none;
	border-right:none;
	padding: 0px 5px;
}
.navbar{
	padding:6px 0px;
}
.navbar-brand{
    width:80%;
}
.navbar-brand img{
	width:60%;
	display:block;
}
.navbar-brand::before{
	width: 40px;
	right: -36px;
}
.apply{
	width:100%;
}
.quick-fact{
	width:100%;
	padding:20px 0px;
	margin:0px 0px 0px 0px;
	position:inherit;
}
.quick-fact-box img{
	width:60%;	
}
.quick-fact-box2 img{
	width:60%;	
}
.welcome{
	margin-top:0px;
	padding:0px;
}
.welcome-box2{
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
}
.azad-life{
	padding:30px 30px 30px 30px;
	max-width:300px;
	font-size:30px;
}
.choose-box{
	margin-top:-20px;
}
.choose-box p{
	font-size:5px;
}
.choose{
	width:100%;
	margin-top:0px;
}
.program-box{
	width:100%;
	padding:5px;
	height:auto;
}
.program-box2{
	padding:20px;
	height:auto;
}
.fa-arrow-right::before{
	content: "\f061";
	font-size:11px;
}
.speci-one ul li {
    font-size: 10px;
    line-height: 26px;
}

.speci-one a {
    font-size: 13px;
	line-height:18px;
}
.speci-two a{
	margin-top:10px;
}
.speci-two span{
	font-size:13px;
}
.news-events .event-thumb .calender-date strong{
	font-size:11px;
}
.news-events .event-thumb .calender-date{
	width:90px;
}
.news-events .btn-primary2{
	display:none !important;
}
.punch-box{
	width:100%;
	text-align:center;
	margin:0px;
}
.punch-box h3{
	font-size:20px;
}
.punch-box2{
	text-align:center;
}
.testimonial-tab{
	padding:0px;
	margin:0px 0px 20px 0px;
	text-align:center;
}
.testimonial-tab ul li a{
	text-align:center !important;
}
.carousel-box{
	text-align:center;
}
.carousel-box2{
	padding:0px 30px 30px 30px;
	margin:0px;
	color:#ffffff;
	background-color:#323232;
}
.carousel-box img{
	width:50%;
	text-align:center;
}
.carousel-box2::before{
	left: -20px;
	top:0px;
}
.carousel-box2::after{
	left: 300px;
	top: 220px;
}
.testi{
	padding:0px;
	margin:0px;
}
.footer-box1{
	text-align:center;
}
.footer-box2{
	text-align:center;
	margin-bottom:20px;
}
.enq-form{
	margin:20px 0px;
}
.azd-box{
	padding:10px;
}
.azd-box2{
	padding:10px;
}
}