* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 1.43;
	color: #29303B;
	background-color: #FFF;
	margin: 0;
}
h2 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'Sulphur Point', sans-serif;
    
    color: #193651;
}

a {
    transition: all 0.5s ease-out;
	text-decoration: none;
	color: #011e40;
}

a:active, a:hover {
    text-decoration: none;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.close-btn{
	background: #F16050 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 25px;
}
.apply-now-btn{
	background: #193651 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 25px;
}
section.nav_box {
    padding: 26px 0px;
    background: #e7e7e7;
    width: 61%;
    height: 115px;
    margin: 0 auto;
}
li.box-item.dropdown {
    padding: 6px 0px 0px 25px;
    font-size: 16px;
    font-family: system-ui;
}
.dropdown-menu-dark .dropdown-item {
    color: #000000;
    margin-left: 10px;
}
.box-item .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #ffffff;
    border-color: rgba(0,0,0,.15);
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #000;
    background-color: rgba(255,255,255,.15);
}
.box_button li a {
    background: #193651;
    padding: 7px 10px;
    margin-right: 7px;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
}
ul.box_button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.one_box {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* ----------NAV CSS----------*/

/* .navbar-fixed-top.stick{
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
} */

/* .navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
} */
nav button {
    font-size: 15px!important;
    white-space: pre;
}
a.btn.btn-light {
    font-size: 15px!important;
    white-space: pre;
}
nav.navbar.navbar-default.navbar-fixed-top {
    background: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #505763;
}

.nav > li {
    position: relative;
    display: block;
    padding: 10px 0px;
}

/* .navbar-nav {
    margin-left: 60px;
} */
.navbar-light .navbar-nav .nav-link {
    font-family: system-ui;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  width: 750px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 7px 5px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  font-size: 12px;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #f16050;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 5px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 250px;
}
/* .dropdown:hover .dropdown-menu {
  display: block;
} */

/* ----------Mobile NAV CSS----------*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #22253a !important;
    background-image: none;
    border: 1px solid #22253a;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*
Slider Section
======================*/
.all-slide .owl-item {
  height: 550px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 15px 15px;
	margin: 0px auto;
	height: 100%;
}
.slider-text {
left: 0;
position: relative;
right:0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
text-align:left;

}
.slider-text p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0px 25px 0px;
    font-weight: 500;
}
.slider-caption {
	width: 750px;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
  margin-top: 20px;
}
.slider-text h1 {
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 60px;
	margin-bottom: 10px;
	font-weight: bold;
}
.slider-text h1 > span{color:#F16050;}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #F16050;
	color: #193651;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin-right: 14px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
	border:1px solid #F16050;
}
.slider-text li a:before{
content: "\f178";
font-family: fontawesome;
float:right;top:0px;
position: relative;color:#011e40;padding-left:10px;transition: all 0.4s ease 0s;
margin-left: 10px;
}
.slider-text li:last-child a:before{
	color:#F16050;
}
.slider-text li a:hover{background:#fff;transition: all 0.4s ease 0s;border-color:#F16050;}
.slider-text li:last-child a {
	background: #0f1011;
    color: #ffffff;
    border-color: black;
}
.slider-text li:last-child a:hover{background:transparent;transition: all 0.4s ease 0s;border:1px solid #fff;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s;}

.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-next{transition: all 0.4s ease 0s;}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: transparent;
	color: #ffff;
	font-size: 48px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	font-weight: normal;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#F16050;color:#fff;border-color:#F16050;
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#F16050;color:#fff;border-color:#F16050;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.slider-overlay {
  background-color:rgba(0, 0, 0, 0.25);
  height: 100%;  width: 100%;
  position: absolute;
  top: 0;z-index:1
}

/*
About Us Section
=================*/
.about-img img{width:100%;position:relative;}
.about-img::before {
	border: 10px solid rgba(0, 0, 0, 0.30);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}
.about-desc img {
	margin-bottom: 30px;
}
.about-desc p{
	line-height: 26px;
}
.about-img {
	position: relative;
}
.about-desc h1 {
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 30px;
}
.about-desc h1::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #F16050;
}
.about-desc a.about-btn {
	background: #F16050;
	padding: 10px 26px;
	display: inline-block;
	text-transform: capitalize;
	color: #011e40;
	position: relative;
	margin-top: 25px;
}
.about-desc a.about-btn::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #011e40;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.about-sec{background:#fafafa}
.company-ceo-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.company-ceo-info span {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.company-mission {
	margin-top: 20px;
}
.company-mission h2 a {
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 600;
	color: #011e40;
}
.company-mission a {
	color: #F16050;
	text-transform: capitalize;
	font-weight: bold;
}
/*Video Inner CSS*/
.vedio-inner {
	position: relative;
	margin-bottom: 40px;
}
.vedio-overly{position:absolute;top:0;height:100%;width:100%;
background-color: rgba(0, 0, 0, 0.10);}
.vedio-button {
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.vedio-inner img {
	width: 100%;
}
.vedio-button {
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/icon/play_button.png');
  background-size:cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin:0px auto;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}

/*
Course Section
=================*/
.course-sec.index2-course.course-slider {
	background-image: none;
	background-color:#fff;
}
.course-sec.index2-course.course-slider .sec-title h1 {
	color: #011e40;
}
.course-sec-image {
	background: #193651 none repeat scroll 0 0;
	padding: 190px 0;
	background-image: url(../img/course-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.course-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 37, 58, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.course-sec {
	margin-top: -296px;
}
.course-sec .sec-title h1{
	color:#fff;
}
.course-inner {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 30px;
}
.readmore-button {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 4;
	visibility:hidden;
	opacity:0
}
.readmore-button a {
	background: #22253a;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.readmore-button a::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #fff;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.course-desc {
	padding: 10px 20px;
	margin-top: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.course-desc h2 a{
	position:relative;text-transform:capitalize
}
.course-desc h2 a::before {
	content: "";
	width:0px;
	height: 1px;
	bottom: -10px;
	position: absolute;
	left: 0;
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-desc h2 a::before {
	background: #F16050;
	width: 70px;	
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-desc h2 a{
	color:#F16050;
}
.course-thumb::before {
	position: absolute;
	content: "";
	background-color:#F16050E6;
	width:0%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
}
.course-thumb {
	position: relative;
	z-index:2
}
.teacher-thumb {
	position: absolute;
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -40px;
	border-radius: 100%;
	z-index: 3;
}
.course-inner:hover .course-thumb::before{
width:100%;
transition: all 0.4s ease 0s;	
}
.course-inner:hover .readmore-button{
visibility:visible;
opacity:1;
transition: all 0.4s ease 0s;	
}

.teacher-thumb img {
border-radius: 100%;	
}
.course-meta {
	padding: 10px 20px;
}
.course-price {
	font-weight: bold;
	color: #011e40;
	font-size: 24px;
}
.course-rating {
	float: right;
}
.course-rating i {
	color: #F16050;
	font-size: 14px;
	margin-left: 2px;
	transition: all 0.4s ease 0s;	
}
.course-info {
	padding: 10px 20px;
	transition: all 0.4s ease 0s;
	position: relative;
	background: #f2f2f2;
}
.course-info::before {
	position: absolute;
	content: "";
	background-color: #F16050;
	width: 0px;
	height: 1px;
	left: 0;
	bottom: 0;
	margin: 0px auto;
	right: 0;
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-info::before{
	width:100%;
	transition: all 0.4s ease 0s;
}
.course-info li {
	display: inline-block;
	padding-right: 10px;
	text-transform: capitalize;
}
.course-info li a i {
	color: #F16050;
	margin-right: 6px;
}
.course-list-sec .owl-stage-outer {
	padding: 15px 0;
}
.all-course .owl-item {
	padding: 0 20px;
}
.all-course .owl-controls {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.all-course .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-course .owl-controls .owl-prev {
  right: 70px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-course .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-course .owl-controls .owl-prev i, .all-course .owl-controls .owl-next i {
	background: #F16050;
	color: #011e40;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.all-course .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#fff;color:#011e40;border-color:#fff;
}
.all-course .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#fff;color:#011e40;border-color:#fff;
}
.another-course-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.another-course-sec .course-inner {
	box-shadow: none;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
}
.enroll_now{
	background: url(../img/contact-bg.jpg);
	padding: 30px 0px;
    color: #fff;
    font-size: 26px;
    background-size: cover;
    background-position: bottom;
}
.enroll_now a {
    background: #022c5e;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    border-bottom: 2px solid #011e40;
}
.enroll_now p {
    margin-bottom: 0px;
    line-height: 45px;
}
#course-inq .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #f05f4f;
}
#course-inq .modal-header h4{
	color: #fff;
}
.objective{

}
.main-nav ul.nav.navbar-nav.navbar-right li a {
    background: #193651;
    padding: 7px 10px;
    margin-right: 7px;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
}
.objective {
    background: url(../img/black.jpg);
    color: #fff;
    text-align: center;
    padding: 50px 0px;
    font-size: 24px; 
	line-height: 40px;
    font-weight: 400;
	background-size: cover;
}
.objective h3 {
    color: #fff;
        margin-top: 30px;
        font-size: 28px;
}
.objective .small-line {
    width: 150px;
    height: 1px;
    background: #f16050;
    margin: 25px auto;
}
.objective p {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}
/*
8.Title Section
=================*/
.sec-title {
	text-align: left;
	margin: 0 0px 50px 0px;
}
.sec-title  h1 {
  font-size: 36px;
  text-transform: capitalize;
  color: #011e40;
  font-weight: bold;
}
.sec-title h1 span {
  font-weight: normal;
}
.border-shape::before {
	background: #011e40 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	top: 3px;
	width: 90px;
	margin: 0px auto;
	left: 0;
}
.border-shape {
	background: #011e40;
	display: block;
	height: 1px;
	left: 0;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	top: 0;
	width: 330px;
}
.sec-title  p {
  margin-bottom: 0;
}

/*
Why Choose Us Section 
==========================*/
.why-choose-sec-image {
	background: #011e40 none repeat scroll 0 0;
	padding: 193px 0;
	background-image: url(../img/why-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.why-choose-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 37, 58, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.why-choose-us-sec {
	background: #f2f2f2;
}
.why-choose-us-sec .border-shape,
.why-choose-us-sec .border-shape::before,
.why-choose-us-sec .border-shape::after
{background:#fff;}
.why-choose-thumb {
	position: relative;
	z-index: 2;
}
.why-choose-inner:hover .readmore-button{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
}
.why-choose-inner:hover .why-choose-icon{
	border-color:#F16050;
	transition: all 0.4s ease 0s;
}
.why-choose-text {
	padding: 60px 15px 20px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top:0px;
	min-height: 195px;
}
.why-choose-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.why-choose-text p {
	margin-bottom: 0;
}
.why-choose-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
}
.why-choose-inner:hover .why-choose-text h2 a{
	color:#F16050;
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -40px;
	background: #fff;
	border-bottom: 3px solid #011e40;
	z-index: 99;
	transition: all 0.4s ease 0s;
}
.why-choose-icon i {
	font-size:30px;
	color:#F16050;
}
.why-choose-all.owl-carousel .owl-item .why-choose-icon img {
	width: auto;
	height: auto;
	text-align: center;
	margin: 0px auto;
	padding: 20px;
}
.why-choose-all .owl-controls .owl-nav {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.why-choose-all .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.why-choose-all .owl-controls .owl-prev {
  right: 60px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-next {
  right: 0px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-prev i, .why-choose-all .owl-controls .owl-next i {
	background: #F16050;
	color: #011e40;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.why-choose-all .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
.why-choose-all .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}

/*
Footer Section 
======================*/
footer.footer{
background: #22253a none repeat scroll 0 0;	
}
.footer-sec {
	padding-top: 100px;
	position: relative;
	padding-bottom: 50px;
}
.footer-sec h2 {
	color: #ddd;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.footer-sec h2::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	background: #F16050;
	bottom: -10px;
}
.footer-sec p {
  color: #c0bcbc;
}
.footer-wedget-one img {
	margin-top: -13px;
}
.footer-wedget-one i:hover{background:#F16050;color:#fff;border-color:#F16050; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.footer-wedget-one button {
background: #F16050 none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner:last-child{margin-bottom:0}
.footer-recent-inner span i {
	color: #F16050;
	margin-right: 10px;
}
.footer-recent-inner h2{margin-bottom:10px;padding-bottom:0}
.footer-recent-inner h2 a {
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 600;
	text-transform:capitalize;
}
.footer-recent-inner span {
	color: #f4f4f4;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-recent-inner span:last-child{padding-left:15px}
.footer-recent-inner span i {
	color: #F16050;
	margin-right: 10px;
}
	
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
	border: 1px solid #0f4376;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
	color: #f4f4f4;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#F16050;color:#fff;border-color:#F16050}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li:before{content: "\f101";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#c0bcbc;padding-right:10px}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
  color: #c0bcbc;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widget-menu li a:hover{color:#F16050;transition: all 0.4s ease 0s;}
.footer-wedget-four .inner-text {
	color: #c0bcbc;
}
.footer-wedget-four .icon i {
	color: #F16050;
	font-size: 18px;
}
.footer-bottom-sec {
	padding: 15px 0;
	background: #1d2033;
}
.footer-bottom-sec p {
color: #ddd;
margin: 0;
text-align: center;
}
.copy-right span,
.copy-right span a{
  color: #F16050;
}

/*
Scrollup
==============*/
#scrollUp {
	background: #F16050 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #011e40;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/* Forms */
.input-group .btn{
	box-shadow:none;
	padding: .375rem .75rem;
}

.input-group-text{
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}


.col-form-label{
   font-size: 13px;
}

.form-control{
	border: 1px solid #ced4da;
    background-color: rgba(0, 0, 0, 0);
    color: #495057 !important;
}

.form-control:focus{
  border: 1px solid #193651;
  background-color: rgba(0,0,0,.0);
  box-shadow: 0 0 0 0.2rem rgba(20, 171, 239, 0.0)
}

.form-control-rounded {
    border-radius: 30px !important;
}

.form-control-square {
    border-radius: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(158, 158, 158, 0.33);
    opacity: 1;
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important;
}

.position-relative {
    position: relative!important;
}


.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem;
}

.form-control-position {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0px;
}

.has-icon-right .form-control-position {
    right: 0px;
    left: auto;
}

.has-icon-right .form-control{
	padding-right: 37px;
}

form .form-header {
    color: #000000;
    line-height: 3rem;
    font-size: 16px;
    letter-spacing: 1.0px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

form .form-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 10px 0;
    margin-top: 20px;
}

form.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ebeff5;
}

form.form-bordered .form-group>div {
    padding: 20px;
    padding-right: 0;
    border-left: 1px solid #ebeff5;
}

form.form-bordered .form-group .col-form-label {
    padding-top: 30px;
}

form.striped-rows .form-group:nth-child(2n) {
    background-color: #f4f5fa;
}

form.striped-rows .form-group {
    margin: 0;
}
.search-input {
    margin-bottom: 10px;
}
.custom-header {
    background: rgba(255, 255, 255, 0.34);
    padding: 5px;
    color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 0px;
}

.wizard > .content{
  min-height: 400px;
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}
.dropzone .dz-message {
    font-size: 30px;
}

.border-radius {
    border-radius: 0px;
}

.payment-icons img {
    width: 100px;
}
.bootstrap-touchspin .input-group-text{
  border-radius: 0px;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.user-lock {
    height: 150px!important;
}

.user-lock-img {
    width: 130px;
    margin: auto;
}

.user-lock-img img {
    width: 100%;
    border-radius: 50%;
    margin-top: 80px;
    border: 4px solid white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/*
Software Program
============================*/
.software-program .header-left::before {
	position: absolute;
	content: "";
	background: #f2f2f2;
	width: 5000px;
	right: 0;
	top: 0;
	height: 100%;
	transform: skew(48deg);
}
.software-program .header-left li,
.software-program .header-left li i 
 {
color: #011e40;
}
.software-program .header-left li::before{background:#011e40}
.software-program {
	margin-top: 0px;
	background: #fff;
}
.software-program .sec-title h1 {
	color: #011e40;
}
.software-program .why-choose-text {
	background: #22253a;
	border-color: #22253a;
	position: relative;
	color: #fff;
}
.software-program .why-choose-icon {
	position: absolute;
	top: -39px;
	z-index: 99;
	background: #F16050;
	border-bottom: 0px;
}
.software-program .why-choose-inner {
	position: relative;
	overflow: visible;
	margin-top: 30px;
}
.software-program .why-choose-text h2 a {
	color: #fff;
}
.software-program .why-choose-text:hover.why-choose-text h2 a {
	color:#F16050;
}
.software-program .about-us-sec {
	background: #f2f2f2;
}
.software-program a.read-more {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    color: #F16050;
}
.course-slider .owl-controls .owl-prev i, .course-slider .owl-controls .owl-next i {
    border: 1px solid #f6c405;
    color: #011e40;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
    background: #f6c405;
}

.modal-content .course-slider .owl-controls .owl-prev {
    left:-65px;
	top: 600px;
    position: absolute;
}

.modal-content .course-slider .owl-controls .owl-next {
    right:-65px;
	top: 600px;
    position: absolute;
}

/* Model CSS */



label {
    color: #585858;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

button{
	background: #193651 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 40px;
	text-transform: capitalize;
	font-size: 16px;
}

/* The End */
