

@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700");
*{
	margin:0;
	padding:0;
}
body {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
	line-height:24px;
    color: #6e6e6e;
	background:#fff;
}
.floatleft {float:left}
.floatright {float:right}
#cssLoader3 {display:none;}
img {
	max-width:100%;
	height:auto
}
.fix {overflow:hidden}
p {
	color: #6e6e6e;
    margin: 0px;
    line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	color: #2a2a2a;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height:auto;
}
input:focus,select:focus{
	outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
	transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	text-decoration:none;
	color:#002147;
}
a:hover{
	color:#f1992d;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration:none;
}
button:focus{
	outline:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.bg-1{
    background: #5a4bda;
}
.bg-2{
    background: #f2f1f1;
}
.bg-3{
    background: #002147;
}
.bg-img-1{
    background: url(../images/bg/4.jpg) no-repeat center center/ cover;
}
.ptb-120{padding: 120px 0px;}

.mb-30{margin-bottom: 30px}
.mb-100{margin-bottom: 100px}
.mb-60{margin-bottom: 60px;}

.black-opacity{
    position: relative;
    z-index: 9;
}
.black-opacity::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    content: "";
    height: 100%;
    z-index: -9;
    opacity: .7;
}

/*preloader-area */
.preloder-wrap {
  background-color: #002147;
  color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:center;
  align-items:center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px;
}
.loader .siteref {
    bottom: 16px !important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.preloder-wrap .child-common
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite;
}

.preloder-wrap .child1
{
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.preloder-wrap .child2
{
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloder-wrap .child3
{
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloder-wrap  .child4
{
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate3
{
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate3 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*-----------------header-area start-------------*/
.header-top{
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 15px 0px;
}
.header-top::before{
    position: absolute;
    right: -100px;
    top: 0;
    width:40%;
    height: 100%;
    background: #002147;
    content: "";
    z-index: -9;
    transform:skewX(125deg);
    -Moz-transform:skewX(125deg);
    -webkit-transform:skewX(125deg);
}
.header-top-left {
    margin: 3px 0;
}
.header-top-left li{
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.header-top-left li:last-child{
    margin-right: 0px;
}
.header-top-left li i{
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-right: 5px;
    background: #0088cc;
    display: inline-block;
    text-align: center;
}
.header-top-right li{
    display: inline-block;
}
.header-top-right li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #cccccc;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #808080;
}
.header-top-right li a:hover{
    background:#5a4bda;
    border-color: #5a4bda;
    color: #fff;
}

.header-bottom{
    background: #fff;
}
.logo {
    padding: 5px 0px;
}
.logo img {width:40%;}
.mainmenu ul li {
	display:inline-block;
	position:relative;
}
.mainmenu ul li:first-child  a{padding-left:0px;}
.mainmenu ul li:last-child a{padding-right:0px;}
.mainmenu ul li a{
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    display: block;
    text-transform: capitalize;
}
.mainmenu ul li:hover a,.mainmenu ul li.active a{
	color:#f1992d;
}
.mainmenu ul li a i{
	font-size:12px;
	position:relative;
	top:1px;
}
.mainmenu ul li > ul.submenu{
	position:absolute;
	left:0;
	top:100%;
	background:#5a4bda;
	box-shadow:0px 1px 1px rgba(0,0,0,.15);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,.15);
	box-shadow:0px 1px 1px rgba(0,0,0,.15);
	width:200px;
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	z-index:999;
	text-align:left;
    color: #fff;
}
.mainmenu ul li:hover > ul.submenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.submenu.right{
	left:auto;
	right:0;
}
.mainmenu ul li > ul.submenu li{
	display:block;
	margin:0px;
}
.mainmenu ul li > ul.submenu li > a{
	text-transform:capitalize;
	padding:10px 15px;
	font-size:13px;
    color: #fff;
}
.mainmenu ul li > ul.submenu li:hover > a{
	background:#002147;
}
.mainmenu ul li > ul.submenu li.active > a{
	color:#fff;
    background:#002147;
}
.mainmenu ul li > ul.submenu li > ul {
    left: 100%;
	top:0px;
}
.mainmenu ul li > ul.megamenu{
	position:absolute;
	right:0;
	z-index:999;
	opacity:0;
	visibility:hidden;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	width:700px;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,.15);
	box-shadow:0px 1px 1px rgba(0,0,0,.15);
	padding:10px ;
	background:#fff;
	text-align:left;
    border-top:2px solid #5a4bda;
}
.mainmenu ul li:hover > ul.megamenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.megamenu li{
	width:33.33%;
	float:left;
	display:block;
	margin:0px;
	padding:0px 15px;
}
.mainmenu ul li > ul.megamenu li a{
	color:#6c6c6c;
	text-transform:capitalize;
	padding:3px 0px;
	font-size:13px;
}
.mainmenu ul li > ul.megamenu li a.mega-title{
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px dotted #a1a1a1;
    margin-bottom: 5px;
    font-size: 15px;
}
.mainmenu ul li > ul.megamenu li > ul li:hover a{
	color:#002147;
}
.mainmenu ul li > ul.megamenu li.megatitle a{
	margin-bottom:5px;
	border-bottom:1px solid #f1f1f1;
	text-transform:uppercase;
}

.mainmenu ul li > ul.megamenu li > ul li{
	width:100%;
    padding:0px;
}
.mainmenu ul li > ul.megamenu li > ul li.active a{
	color:#002147;
}

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
	position:relative;
}
.responsive-menu-wrap .slicknav_btn {
	background-color: transparent;
	border-radius: 0;
	display: block;
	float: right;
	margin: 18px 0;
	padding: 7px 0;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
	height: 30px;
	width: 50px;
}
.slicknav_menu .slicknav_icon {
	margin: 2px 12px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none;
}
.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 19px 0;
	position: absolute;
	right: 0;
	top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #002147;
}
.responsive-menu-wrap .slicknav_nav {
    border-radius: 0px;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 20px;
    width: 720px;
    z-index: 99;
    right: 0px;
    z-index: 9999999;
    position: relative;
    background: #002147;
}
.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow:0px 3px 5px rgba(0,0,0,.5);
	color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/

/*-----------------header-area end-------------*/

/*-----------------slider-area start-------------*/
.slider-area{
    overflow: hidden;
}
.slider-area img {width:100%;}
.slider-items {
    position: relative;
}
.slider-items img{
    visibility: hidden;
}
.slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    left: 0;
    top: 0;
}
.slider-content h2{
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}
.slider-content p{
    font-size: 24px;
    color: #fff;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 40px;
}
.slider-content a{
    display: inline-block;
    padding: 10px 25px;
    background: #5a4bda;
    color: #fff;
    text-transform: uppercase;
}
.slider-content a:hover{
    background: #5a4bda;
}
.slider-active .owl-nav div{
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 40px;
    width: 50px;
    background: #5a4bda;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.slider-active .owl-nav div:hover{
    background: #002147;
}
.slider-active:hover .owl-nav div{
    left: 0;
}
.slider-active .owl-nav div.owl-prev{
    left: auto;
    right: -100px;
}
.slider-active:hover .owl-nav div.owl-prev{
    left: auto;
    right:0px;
}
/*-----------------slider-area end-------------*/

/*-----------------featured-area start-------------*/
.featured-area{
    margin-top: -50px;
    position: relative;
    z-index: 999;
}
.featured-wrap {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 310px;
    background: #002147;
    width: 25%;
    float: left;
    padding:0px 25px;
}
.featured-wrap:nth-child(2){
    background: #5a4bda;
}
.featured-wrap:nth-child(3){
    background: #F1992D;
}
.featured-wrap:nth-child(4){
    background: #A422E6;
}
.featured-wrap i{
    height: 75px;
    width: 75px;
    line-height: 75px;
    display:block;
    background: #002d61;
    color: #fff;
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 25px;
}
.featured-wrap:nth-child(2) i{
    background: #F09423;
}
.featured-wrap:nth-child(3) i{
    background: #002D61;
}
.featured-wrap:nth-child(4) i{
    background: #0088CC;
}
.featured-wrap i::before{
    font-size: 35px;
}
.featured-wrap h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.featured-wrap p{
    color: #fff;
    font-weight: 300;
}
/*-----------------featured-area end-------------*/

/*-----------------service-area start-------------*/
.service-area{
    padding: 120px 0px 90px;
}
.section-title{
    margin-bottom: 60px;
}
.section-title h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
	
	
	background: linear-gradient(90deg,#5a4bda,#eb427e);
  background-clip: border-box;
background-clip: border-box;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section-title p{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}
.section-line{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.section-line::before{
    position: absolute;
    left: 50%;
    top: 4px;
    width: 150px;
    height: 2px;
    background: #95b7c9;
    content: "";
    z-index: -9;
    transform: translateX(-50%);
}
.section-line li{
    height: 10px;
    width: 10px;
    background: #325d73;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin: 0px 1.5px;
    position: relative;
}
.section-line li.second{
    background: #f1992d;
}

.line-service{
    position: relative;
    z-index: 9;
}
.line-service::before{
    position: absolute;
    right: -100px;
    top: 55px;
    width: 80%;
    content: "";
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
    z-index: -9;
}
.service-wrap{
    margin-bottom: 30px;
}
.service-icon {
    height: 110px;
    width: 110px;
    background: #002147;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    margin: 0px auto 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.service-icon span::before{
    font-size: 40px;
    color: #fff;
}
.service-wrap h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-wrap p{
    color: #6e6e6e;
    margin-bottom: 0px;
}
/*-----------------service-area end-------------*/

/*-----------------about-area start-------------*/
.about-wrap {
    /*padding-left: 50px;*/
	/*margin-top:80px;*/
}
.about-img img{
    
}
.about-wrap .panel {
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.about-wrap .panel-heading {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.about-wrap .panel-heading a {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  padding: 20px 20px 20px 40px;
  text-decoration: none !important;
  position: relative;
}
.about-wrap .panel-heading a:hover {
  text-decoration: none;
}
.about-wrap .panel-heading .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #f1992d;
    border: 2px solid #dc800f;
    position: absolute;
    left: -23px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.about-wrap .panel-heading .collapsed .icon {
    background-color: #5a4bda;
    border: 2px solid #0088cc;
}
.about-wrap .panel-heading .icon i:before {
    font-size: 20px;
    color: #fff;
}
.about-wrap .panel-body {
  padding: 25px 30px 25px 40px !important;
}
.about-wrap .panel-body p {
  margin: 0;
}
/*-----------------about-area end-------------*/

/*-----------------service-area start-------------*/
.popular-courses-area{
    padding: 120px 0px 90px;
}
.popular-courses-wrap{
    margin-bottom: 30px;
}
.popular-courses-area{
    background: #F5F5F5;
}
.popular-courses-wrap{
    background: #fff;
	margin-top:20px;
}
.popular-courses-img{
    position: relative;
    overflow: hidden;
	border: 1px solid #ccc;
	border-radius:10px;
	box-shadow:0px 0px 2px 2px #ccc;
}
.popular-courses-img::before{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    top: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}
.popular-courses-wrap:hover .popular-courses-img::before{
    opacity: .2;
}
.popular-courses-content{
    border: 1px solid #d9d9d9;
}
.author-review{
    padding: 7px 20px;
    border-bottom: 1px solid #d9d9d9;
}
.author-review ul li{
    display: inline-block;
}
.author-review ul li i{
    color: #f1992d;
}
.popular-course-info{
    padding: 18px 20px 22px;
	min-height:285px;
}
.popular-course-info h3{
    text-transform: capitalize;
    font-size: 16px;
}
.course-footer{
    border-top: 1px solid #d9d9d9;
}
.course-footer ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.course-footer ul li span{
    display: block;
    margin: 5px 0;
    margin-left: 20px;
}
.course-footer ul li span strong{
    font-weight: 400;
    color: #000;
}
.course-footer ul li a{
    height: 35px;
    padding: 0px 10px;
    display: block;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    line-height: 35px;
}
.course-footer ul li a:hover{
    background: #0088cc;
    color: #fff;
    border-color: #0088cc;
}
.course-sidebar{
    background: #fff;
    padding: 35px;
}
/*-----------------service-area end-------------*/

/*-----------------free-account-area start-------------*/
.free-account-area{
    min-height: 650px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}
.free-account-area .section-title h2 {color:#fff;}
.free-account-info {
    padding: 55px 0px;
}
.free-account-info h2{
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.free-account-info h3{
    font-size: 22px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}
.free-account-info p{
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.free-account-info a{
    display: inline-block;
    padding: 10px 30px;
    background: #f1992d ;
    color:#fff;
    text-transform: capitalize;
}
.free-account-info a:hover{
    background: #002147;
}
.free-account-form h2{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 5px;
    text-transform: capitalize;
    background: #002147;
}
.free-account-form form{
    background-color: #fff;
    padding: 40px 35px;
}
.free-account-form  input, .free-account-form  select{
    width: 49%;
    height: 35px;
    margin-bottom: 20px;
    padding-left: 15px;
    border: 1px solid #d9d9d9;
	color:#333;
}
.free-account-form  input:focus{
    outline: 1px solid #002147;
}
.free-account-form button{
    width: 150px;
    height: 40px;
    border: none;
    background: #002147;
    color:#fff;
    text-transform: capitalize;
}
.free-account-form button:hover{
    background: #F1992D;
}
/*-----------------free-account-area end-------------*/
/*----------- teacher-area start --------------*/
.teacher-wrap{
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.teacher-img{
	position:relative;
	z-index:9;
}
.teacher-img img{
	width:100%;
}
.teacher-content{
	height: 80px;
	width: 100%;
	bottom: 0;
	position: absolute;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	z-index:9;
	background:#5a4bda;
}
.teacher-wrap:hover .teacher-content{
	height:150px;
}
.teacher-info{
	background:#5a4bda;
	padding: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.teacher-wrap:hover .teacher-content .teacher-info{
    background: #f1992d;
}
.teacher-content h3{
	text-transform:uppercase;
	margin-bottom:0px;
	color:#fff;
	font-size:16px;
}
.teacher-content p{
	color:#fff;
	font-style:italic;
	margin-bottom:10px;
	font-size:12px;
	font-weight:300;
	letter-spacing:1px;
}
.teacher-content ul{
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.4s;
	-moz-transition: -moz-transform 0.6s, opacity 0.4s;
	transition: transform 0.6s, opacity 0.4s;
}
.teacher-wrap:hover .teacher-content ul{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.4s;
	-moz-transition: -moz-transform 0.6s, opacity 0.4s;
	transition: transform 0.6s, opacity 0.4s;
    margin-bottom: 10px;
}
.teacher-content ul li{
    opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.1s;
    -moz-transition: -moz-transform 0.6s, opacity 0.1s;
    transition: transform 0.6s, opacity 0.1s;
	display:inline-block;
}
.teacher-wrap:hover .teacher-content ul li{
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.teacher-wrap:hover .teacher-content ul li:nth-child(1){
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.teacher-wrap:hover .teacher-content ul li:nth-child(2){
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.teacher-wrap:hover .teacher-content ul li:nth-child(3){
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.teacher-wrap:hover .teacher-content ul li:nth-child(4){
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.teacher-wrap:hover .teacher-content ul li:nth-child(5){
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
.teacher-content ul li a{
	border:1px solid #fff;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	display:block;
    border-radius: 50%;
    color: #fff;
}
.teacher-content span a{
    color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    bottom: -20px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.teacher-wrap:hover .teacher-content span a{
    bottom: 0;
}
.teacher-content span a:hover{
    color: #002147;
}
.teacher-active{
    padding-bottom: 60px;
}
.teacher-active .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.teacher-active .owl-dot{
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #002147;
    margin: 0px 8px;
    outline: 2px solid #002147;
    outline-offset: 2px;
}
.teacher-active .owl-dot.active{
    background: #5a4bda;
    outline: 2px solid #5a4bda;
}

.reg-active .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.reg-active .owl-dot{
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #5a4bda;
    margin: 0px 8px;
    outline: 2px solid #5a4bda;
    outline-offset: 2px;
	border-radius:50%;
}
.reg-active .owl-dot.active{
    background: #5a4bda;
    outline: 2px solid #5a4bda;
}
/*----------- teacher-area end --------------*/

/*----------- event-area start --------------*/
.teacher-area{
    background: #edecec;
}
.event-title{
    margin-bottom: 40px;
}
.event-title h2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom:15px;
    text-transform: uppercase;
    position: relative;
}
.event-title h2::before{
    content: "";
    background-color: #f1992d;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.event-items{
    
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	text-align: center;
	box-shadow: 2px 2px 10px #ccc;
border-radius: 20px;
	
}
.event-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 20px;
  background: linear-gradient(to bottom,rgba(125,185,232,0) 0%,rgba(78,115,144,0) 38%,rgba(73,108,135,0) 42%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8",endColorstr="#000000",GradientType=0);
}
.event-items img{
    border-radius:20px;
}
.event-content {position:absolute; bottom:20px; z-index: 9; width: 100%; text-align: center;}
.event-area .video-wrap img{
    visibility: hidden;
}
.event-date {
    position: relative;
    margin-bottom: 20px;
}
.event-date ul.date {
    position: absolute;
    left: 50%;
    top: -1px;
    width: 74px;
    height: 50px;
    background: #5a4bda;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    padding: 3px 0px;
}
.event-date ul.date li{
    color:#fff;
    font-size: 26px;
}
.event-date ul.date li:last-child{
    font-size: 14px;
}
.event-date span::before{
    font-size: 80px;
    color: #fff;
}
.event-content h3{
    font-size: 17px;
}
.event-content h3 a{
    color:#fff;
}
.event-content ul li{
    display: inline-block;
    margin:0px 5px;
    color: #fff;
    font-size: 14px;
}
.video-wrap{
    position: relative;
}
.video-wrap.black-opacity::before{
    background: #002147;
    opacity: .5;
    z-index: 9;
}
a.video-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
a.video-popup span::before{
    color:#fff;
    font-size: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a.video-popup:hover span::before{
    color: #5a4bda;
}
/*----------- event-area end --------------*/

/*----------- fanfact-area start --------------*/
.white-section-title h2{
    color: #fff;
}
.white-section-title p{
    color: #fff;
}
.funfact-wrap {
    text-align: center;
    padding: 30px 5px;
    background: #fff;
    border: 5px solid #5a4bda;
}
.funfact-wrap h3{
    font-size: 50px;
    margin: 0px ;
}
.funfact-wrap p{
    color: #002147;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
/*----------- fanfact-area end --------------*/

/*----------- testmonial-area start --------------*/
.test-active .test-items{
    overflow: hidden;
    margin-bottom: 15px;
    padding: 25px;
    border: 1px solid rgba(0, 33, 71, 0.2);
	margin-right:20px;
}
.test-img{
    float: left;
	margin-right:20px;
}
.test-img img{
    
}
.test-info{
    margin-left: 115px;
}
.test-info p{
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}
.test-info h3{
    font-size: 14px;
    margin-top: 15px;
    font-weight: 400;

}
.test-info h3 span{
    color: #f1992d;
}
.test-active .slick-dots li {
    margin: 0 2px 0 0;
}
.test-active .slick-dots li button {
    background: rgba(0, 33, 71, 0.6);
    width: 12px;
    height: 12px;
}
.test-active .slick-dots .slick-active button{
    background: #002147;
}
.test-active .slick-dots li button::before{
    display: none;
}
div:focus{
    outline: none;
}

/*----------- testmonial-area end --------------*/

/*----------- news-area start --------------*/
.news-area{
    padding: 120px 0px;
}
.news-wrap{
    margin-bottom: 30px;
}
.news-img img{
    width: 100%;
}
.news-content{
    background-color: #fff;
   /* margin: -35px 28px 0 28px;*/
    padding: 35px 30px;
    border: 1px solid #c6e1ff;
    position: relative;
    z-index: 9;
	min-height: 400px;
}
.news-content h3{
    font-size: 17px;
    line-height: 1.4em;
    margin: 0 0 0.5em;
}
.news-content ul{
    overflow: hidden;
    margin-bottom: 15px;
}
.news-content ul li{
    float: left;
    margin-right: 15px;
    font-size: 13px;
}
.news-content ul li a{
    color: #ef8d15;
}
.news-content ul li a:hover{
    color: #dc800f;
}
.news-content P{
    line-height: 1.8em;
    margin: 0 0 15px;
}
.news-content a.readmore{
    color: #ef8d15;
}
.news-content a.readmore:hover{
    color: #dc800f;
}
.see-all-btn a{
    height: 40px;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #002147;
    color: #fff;
    text-transform: capitalize;
    margin: 0px auto;
    margin-top: 20px;
}
.see-all-btn a:hover{
    background: #ef8d15;
}
/*----------- news-area end --------------*/
/*----------- newslatter-area start --------------*/
.newsletter-area{
    padding-top: 120px;
    background: #002147;
    text-align: center;
}
.newsletter{
    border-bottom: 1px dashed #003675;
    padding-bottom: 50px;
}
.newsletter-wrap p{
    color: #b3b3b3;
    margin: 10px 0 2em;
}
.newsletter-wrap h2{
    display: inline-block;
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.newsletter-wrap form{
    width: 250px;
    margin: 0px auto;
    position: relative;
}
.newsletter-wrap input{
    width: 100%;
    height: 40px;
    padding: 0px 55px 0px 15px;
    border: 1px solid #ccc;
    background: #fff;
}
.newsletter-wrap button{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    background: #f3a545 ;
    color: #fff;
    border: none;
    height: 40px;
}
.newsletter-wrap button:hover{
    background: #5a4bda;
}
/*----------- newslatter-area end --------------*/

/*----------- footer-area start --------------*/
.footer-area{
    background: #123763;
}
.footer-top{
    padding: 70px 0px;
}
.footer-widget{
    font-size: 14px;
}
.footer-widget h2{
    font-size: 18px;
    color: #fff;
    margin: 0 0 1.5em;
    padding-bottom: 0.7em;
    text-transform: uppercase;
    position: relative;
}
.footer-widget h2::before{
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #b3b3b3;
}
.contact ul li i{
    position: absolute;
    left: 0;
    top: 0;

}
.footer-menu ul li{
    margin-bottom: 10px;
}
.footer-menu ul li a{
    display: block;
    color: #b3b3b3;
}
.footer-menu ul li a i{
    display: inline-block;
    padding-right: 5px;
}
.recent-post ul li{
    overflow: hidden;
    margin-bottom: 15px;
}
.recent-post ul li:last-child{
    margin-bottom: 0px;
}
.post-img{
    float: left;
    width: 30%;
}
.post-ceontent{
    float: right;
    width: 65%;
}
.post-ceontent h3{
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 1.5em;
}
.post-ceontent h3 a{
    display: block;
    color: #b3b3b3;
}
.footer-menu ul li a:hover,.post-ceontent h3 a:hover{
    text-decoration: underline;
    color: #f1992d;
}
.post-ceontent span{
    font-size: 12px;
    color: #b3b3b3;
}
.event-gallery ul{
    overflow: hidden;
}
.event-gallery ul li{
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
}
.event-gallery p{color:#b3b3b3;}
.footer-bottom{
    border-top: 1px dashed #003675;
    padding: 30px 0px;
}
.footer-bottom p{
    color: #b3b3b3
}
.footer-bottom a {color:#fff;}
.footer-bottom ul li{
    display: inline-block;
    margin: 0px 2px;
}
.footer-bottom ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ccc;
    border: 2px solid gray;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.footer-bottom ul li a:hover{
    background: #5a4bda;
    border-color: #5a4bda;
}
/*----------- footer-area end --------------*/

/*======================================                           home2 style here
======================================*/
.header-style-2 .header-bottom {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header-style-2 .menu-style{
    background: rgba(255,255,255,.7);
    padding: 0px 20px;
}
.header-style-2 .mainmenu ul li a {
    padding: 40px 18px;
}
.header-style-2 .mainmenu ul li:last-child a{
    padding-right: 0px;
}
.slider-items.black-opacity::before{
    opacity: .5;
}

/*------------about-2-------------*/
.about-wrap2 {
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}
.about-wrap2 h2{
    padding: 20px 35px;
    color:#fff;
    text-transform: capitalize;
    font-size: 24px;
    background: #002147;
}
.about-wrap2 ul{
    overflow: hidden;
    padding: 30px 30px 20px 30px;
}
.about-wrap2 ul li{
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}
.about-wrap2 a{
    height: 50px;
    width: 100%;
    display: block;
    background: #002147;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
.about-wrap2 a:hover{
    background: #f1992d;
}
.about-info {
    padding: 70px 0;
}
.about-info h2{
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-info h2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #f1992d;
    content: "";
}
.about-info p{
    line-height: 30px;
    margin-bottom: 30px;
}
.about-info a{
    height: 40px;
    width: 145px;
    background: #f1992d;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    font-size: 14px;
    text-align: center;
}
.about-info a:hover{
    background: #002147;
}

/*------------quote-area start--------*/
.quote-area{
    padding: 100px 0px;
}
.quote-wrap{
    border: 2px solid rgba(0,33,71,.3);
    height: 140px;
}
.quote-content {
    float: left;
    width: 75%;
    background: url(../images/bg/5.jpg) no-repeat center center/ cover;
}
.quote-img{
    float: left;
    width: 20%;
    text-align: center;
    height: 140px;
    line-height: 140px;
    border-right: 2px solid rgba(0,33,71,.3);
}
.quote-text {
    float: right;
    width: 80%;
    height: 140px;
    line-height: 140px;
    padding: 25px 80px 25px 30px;
}
.quote-text p{
    font-size: 18px;
    font-style: italic;
    color: #2a2a2a;
}
.quote-info{
    float: right;
    width: 25%;
    background: #fff;
}
.quote-info-img {
    float: left;
    margin: 19px 0;
    margin-left: -45px;
}
.quote-items {
    margin: 49px 0px 49px 85px;
}
.quote-items h2{
    font-size: 15px;
    margin: 0px;
}
.quote-items span{
    display: block;
    font-size: 12px;
    color: #2a2a2a;
}

/*======================================                           home3 style here
======================================*/
.news-style-2 .news-content {
    background-color: transparent;
    margin: 0;
    padding: 20px 0px 0px;
    border: none;
}
.news-style-2 .news-content ul li a{
    color: #716c6c;
    font-weight: 700;
}
.section-title2 h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.section-title2 h2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 3px;
    background: #f1992d;
    content: "";
}
.home-sidebar{
    padding: 25px;
    border: 4px solid rgba(0,33,71,.3)
}
.home-sidebar ul li.home-item{
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c2c2;
}
.home-sidebar ul li.home-item:last-child{
    margin-bottom: 0px;
}
.home-deat {
    height: 55px;
    width: 55px;
    background: #002147;
    color: #fff;
    float: left;
    padding: 9px 0;
    text-align: center;
    border: 2px solid #bac0c8;
    border-radius: 3px;
}
.home-deat ul li {
    line-height: 18px;
    font-size: 10px;
}
.home-deat ul li:first-child{
    font-size: 20px;
    font-weight: 500;
}
.home-info {
    margin-left: 70px;
}
.home-info a{
    display: block;
    line-height: 20px;
    color: #002147;
    font-size: 14px;
}
.home-info a:hover{
    color: #f1992d;
}
.dotted-style .owl-dots {
    position: absolute;
    left: 15px;
    bottom: -45px;
    overflow: hidden;
}
.dotted-style .owl-dot{
    height: 15px;
    width: 15px;
    background: #f1992d;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}
.dotted-style .owl-dot.active{
    background: #002147;
}
.featured-area2{
    margin: 100px 0px;
}
.featured-area2 .featured-wrap {
    padding: 35px 15px;
    background: #002147;
    height: auto;
}
.featured-area2 .featured-wrap:nth-child(even){
    background: #1a314f;
}
.featured-area2 .featured-wrap p {
    color: #a9a9a9;
    font-size: 14px;
    margin-bottom: 20px;
}
.featured-area2 .featured-wrap i {
    background: transparent;
    border: 1px solid #fff;
}
.featured-area2 .featured-wrap a {
    background: #f1992d;
    color: #fff;
    height: 40px;
    width: 120px;
    line-height: 40px;
    margin: 0px auto;
}
.featured-area2 .featured-wrap a:hover{
    background: #5a4bda;
}


.popular-courses-area .home-deat {
    height: 65px;
    width: 60px;
    background: url(../images/calendar.png) no-repeat center center/ cover;
    color: #fff;
    padding: 23px 0 9px;
    border: none;
}
.popular-courses-area .home-info a{
    color: #fff;
    margin-bottom: 9px;
    display: block;
    line-height: 21px;
}
.popular-courses-area .home-info span{
    display: block;
    color: #c4c4c4;
}
.popular-courses-area .home-sidebar{
    padding: 0px;
    border: none;
}
.popular-courses-area .home-sidebar > ul{
    padding: 25px;
}
.popular-courses-area .home-sidebar a.all-event{
    height: 40px;
    width: 100%;
    background: #f1992d;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
}
.popular-courses-area .home-sidebar a.all-event:hover{
    background: #5a4bda;
}
.test-info2{
    background: #fafafa;
    height: 165px;
    border: 1px solid #ccd6dc;
    padding: 30px 0px 0px 30px;
    position: relative;
}
.test-info2::before{
    position: absolute;
    right: 15px;
    bottom: 20px;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 24px;
    color: #002147;
    opacity: .2;
}
.test-info2 p{
    font-size: 16px;
    font-style: italic;
    color: #6e6e6e;
    line-height: 24px;
}
.test-img2.fix {
    margin-top: -35px;
    margin-left: 25px;
    position: relative;
    z-index: 99;
}
.test-items2{
    margin-bottom: 30px;
}
.test-images{
    float: left;
}
.test-images img{
    border-radius: 50%;
}
.client-info {
    width: 170px;
    text-align: center;
    margin-top: 5px;
    margin-left: 45px;
    background: #f7f7f7;
    border: 1px solid #cecdcd;
    padding: 10px 0px;
}
.client-info h3{
    font-size: 14px ;
    margin: 0px;
    font-weight: 700;
    color: #4e4f50;
    text-transform: uppercase;
}
.client-info span{
    font-size: 12px;
    color: #4e4f50;
}
.test-form{
    background: #002147;
    padding: 45px;
}
.test-form h3{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
.test-form input,.test-form textarea{
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
    padding-left: 10px;
    background: #001229;
    border: 1px solid #001229;
    font-style: italic;
    color: #fff;
}
.test-form textarea{
    height: 120px;
}
.test-form button{
    padding: 10px 35px;
    background: #f1992d;
    color: #fff;
    font-weight: 700;
    border: 1px solid #f1992d;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.test-form button:hover{
    background: #5a4bda;
    border-color: #5a4bda;
}
.sylabus-img{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.sylabus-img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.sylabus-wrap:hover .sylabus-img img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.sylabus-img::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 9;
}
.sylabus-wrap:hover .sylabus-img::before{
    opacity: .4;
}
.sylabus-info h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}
.sylabus-info p{
    margin-bottom: 15px;
}
.sylabus-info a{
    color: #002147;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.sylabus-info a:hover{
    color: #f1992d;
}
.quote-area2{
    position: relative;
    padding: 50px 0px;
    background: #5a4bda;
    border-bottom: 1px solid #254a60;
    z-index: 9;
    overflow: hidden;
}
.quote-area2::before {
    position: absolute;
    right: -60px;
    top: 0;
    width: 45%;
    background: #002147;
    transform: skewX(-40deg);
    content: "";
    z-index: -9;
    height: 100%;
}
.quote-wrap2 p{
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    margin: 4px 0px;
}
.quote-wrap2 ul li{
    display: inline-block;
    margin-left: 30px;
}
.quote-wrap2 ul li:first-child{
    margin-left: 0px;
}
.quote-wrap2 ul li a{
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    background: #f1992d;
    color: #fff;
    display: block;
    font-weight: 500;
}
.quote-wrap2 ul li a:hover{
    background: #5a4bda;
}

/*------------breadcumb-area start------------*/
.breadcumb-area{
    padding: 120px 0px 0px;
    overflow: hidden;
}
.breadcumb-wrap h2{
    font-size: 40px;
    color: #fff;
    margin-bottom: 100px;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcumb-wrap ul {
    display: inline-block;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    padding: 10px 50px;
    margin-bottom: -8px;
}
.breadcumb-wrap ul li{
    float: left;
    font-style: italic;
    color: #f1992d;
    font-size: 13px;
    margin: 0px 2px;
}
.breadcumb-wrap ul li a{
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #f1992d;
}
/*===========================================
            about page style here
===========================================*/
.about-style-wrap h3{
    margin: 0px 0px 20px;
}
.about-style-wrap p{
    margin-bottom: 20px;
    line-height: 30px;
}
.about-style-wrap p:last-child{
    margin: 0px;
}
.about-style-wrap p span{
    font-style: italic;
}
.about-images img{
    visibility: hidden;
}
/*-----------service-our-company start-------------*/
.service-our-company{
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #f1f1f1;
    padding: 120px 0px 70px;
}
.company-service-img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/service/service.jpg) no-repeat center center / cover;
}
.company-service-img img{
    visibility: hidden;
}
.service-items {
    overflow: hidden;
    margin-bottom: 50px;
}
.company-service-icon{
    float: left;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #002147;
    border: 1px solid #f1992d;
    border-radius: 50%;
}
.company-service-icon span::before{
    color: #fff;
    font-size: 30px;
}
.service-info{
    margin-left: 80px;
}
.service-info h2{
    font-size: 18px;
    margin-bottom: 15px;
}
/*-----------service-our-company start-------------*/
.teacher-area2{
    padding: 120px 0px;
}
.teacher-area2 .teacher-wrap{
    margin-bottom: 30px;
}
/*-----------pagination-wrap start-------------*/
.pagination-wrap ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination-wrap ul li a{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #002147;
    margin-left: -1px;
    font-weight: 700;
}
.pagination-wrap ul li.active a,.pagination-wrap ul li:hover a{
    background: #002147;
    color: #fff;
}
/*-----------pagination-wrap end-------------*/

/*--------------event-details-area-------------*/
.event-details-wrap img{
    margin-bottom: 60px;
}
.event-details-wrap h3{
    margin-bottom: 5px;
}
.event-details-wrap span{
    display: block;
    color: #f1992d;
    font-size: 14px;
    margin-bottom: 25px;
}
.event-details-wrap span a{
    color: #5c5b5b;
}
.event-details-wrap span a:hover{
    color: #f1992d;
}
.event-details-wrap p{
    margin-bottom: 25px;
}
/*--------------event-details-area-------------*/
.event-time-wrap{
    background: #002147;
    padding: 35px;
    margin-bottom: 60px;
    border-top: 5px solid #f1992d;
}
.event-time-wrap h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.event-time-wrap ul li{
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #2a5165;
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.event-time-wrap ul li:last-child{
    margin-bottom: 0px;
}
.event-time-wrap ul li span{
    position: absolute;
    left: 0;
    top: 0;
}
.event-author-wrap{
    background: #002147;
    padding: 35px;
    border-top: 5px solid #f1992d;
	min-height: 440px;
}
.event-author-wrap p{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
}
.event-author-wrap p span{
    font-size: 12px;
    margin-left: 5px;
    color: #f1992d;
}
.event-author-wrap h3{
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
}
.event-author-wrap ul li{
    display: inline-block;
}
.event-author-wrap ul li a{
    height: 35px;
    width: 35px;
    background: #fff;
    color: #002147;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 17px;
}
.event-author-wrap ul li a:hover{
    background: #f1992d;
    color: #fff;
}
.event-author-wrap a.register-btn{
    display: block;
    background: #f1992d;
    padding: 20px 0px;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-top: 35px;
}
.event-author-wrap a.register-btn:hover{
    background: #fff;
    color: #f1992d;
}
.popular-courses-list-area .popular-courses-wrap{
    overflow: hidden;
}
.popular-courses-list-area .popular-courses-img{
    float: left;
}
.popular-courses-img img{
    width: 100%;
}
.popular-courses-list-area .popular-courses-content {
    margin-left: 270px;
    border-left: none;
    height: 242px;
}
.popular-courses-list-area .popular-course-info {
    padding: 30px 30px 37px 30px;
}
.sidebar-title{
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    margin-bottom: 25px;
}
.sidebar-title::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #f1992d;
    content: "";
}
.search-wrap form{
    position: relative;
}
.search-wrap input{
    height: 40px;
    width: 100%;
    padding-left: 20px;
    font-style: italic;
    border: 1px solid #dcdddd;
    padding-right: 40px;
}
.search-wrap button{
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #002147;
    color: #fff;
    border: 1px solid #002147;
    top: 0;
}
.sidebar-menu li a{
    display: block;
    padding-left: 20px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdddd;
    position: relative;
}
.sidebar-menu li:last-child a{
    margin-bottom: 0px;
}
.sidebar-menu li a:hover{
    color: #002147;
}
.sidebar-menu li a::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome;
    color: #002147;
}
.related-post-wrap ul li{
    margin-bottom: 20px;
    overflow: hidden;
}
.related-post-wrap ul li:last-child{
    margin-bottom: 0px;
}
.related-post-img{
    float: left;
}
.related-post-content{
    margin-left: 100px;
}
.related-post-content p{
    font-weight: 700;
    color: #002147;
    font-size: 13px;
    margin-bottom: 5px;
}
.related-post-content{
    display: block;
}
.tag-wrap ul li{
    display:inline-block;
}
.tag-wrap ul li a{
    display: block;
    padding: 8px 13px;
    border: 1px solid #dcdddd;
    margin-bottom: 5px;
    color: #6e6e6e;
    font-size: 14px;
}
.tag-wrap ul li a:hover{
    background: #002147;
    border-color: #002147;
    color: #fff;
}
.text-wrap p{
    color: #999;
}
/*-----------------courses-details-area start-----------------*/
.course-details-wrap h3{
    text-transform: uppercase;
    font-size: 22px;
}
.course-details-wrap  p{
    margin-bottom: 25px;
}
.review{
    margin-bottom: 25px;
}
.review li{
    display: inline-block;
}
.review li i{
    color: #f1992d;
}
.course-details-wrap img{
    margin-bottom: 30px;
}
.coures-details-info{
    overflow: hidden;
    margin-bottom: 55px;
}
.coures-details-info li{
    width: 20%;
    float: left;
    text-align: center;
    border: 1px solid #a9a8a8;
    margin-left: -1px;
    padding: 20px 0px;
}
.coures-details-info li:first-child{
    margin-left: 0px;
}
.coures-details-info li p{
    font-size: 12px;
    margin-bottom: 0px;
    color: #575757;
}
.coures-details-info li span{
    color: #f1992d;
    display: block;
    font-size: 12px;
}
.course-details-wrap h4{
    color: #343434;
    font-size: 17px;
    margin-bottom: 20px;
}
.course-details-list {
    overflow: hidden;
    margin-bottom: 40px;
}
.course-details-list li{
    float: left;
    width: 33.33%;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    line-height: 30px;
}
.course-details-list li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    color: #f1992d;
    font-family: fontawesome;
}

.coures-details-content .panel-title {
    margin: 0px;
}
.coures-details-content .panel-group .panel+.panel {
    margin-top: 0;
}
.coures-details-content .panel-default>.panel-heading {
    background-color: #002147;
    border-color: #f2f1f1;
    padding: 0px;
    border-radius: 0px;
}
.coures-details-content .panel-default>.panel-heading a{
    color: #fff;
    font-size: 15px;
    position: relative;
    display: block;
    padding: 15px 55px;
}
.coures-details-content .panel-default>.panel-heading a::before,.coures-details-content .panel-default>.panel-heading a::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    content: "\f01d";
    color: #f1992d;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    font-family: fontawesome;
    font-size: 15px;
}
.coures-details-content .panel-default>.panel-heading a::after{
    left: auto;
    right:0;
    content: "\f107";
    border-left: 1px solid #fff;
    color: #fff;
    border-right: none;
}
.coures-details-content .panel-default>.panel-heading a span.pull-right{
    font-size: 13px;
    position: relative;
}
.coures-details-content .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #fff;
}
.coures-details-content .panel {
    margin-bottom: 0px;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    margin-bottom: -1px;
}
.coures-details-content .panel-default {
    border-color: #fff;
}
.coures-details-content{
    margin-bottom: 60px;
}
.tutor-img{
    float: left;
}
.tutor-img img{
    margin-bottom: 0px;
}
.tutor-content{
    margin-left: 140px;
}
.tutor-content h5{
    margin-bottom: 0px;
    font-size: 17px;
    color: #343434;
}
.tutor-content  span{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.tutor-content p{
    margin-bottom: 15px;
}
.tutor-content ul li{
    display: inline-block;
}
.tutor-content ul li a{
    display: block;
    height: 30px;
    width: 30px;
    background: #002147;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.tutor-content ul li a:hover{
    background: #f1992d;
}
/*-----------------courses-details-area end-----------------*/

/*-----------------teacher-details-area start-----------------*/
.teacher-details-img img{
    visibility: hidden;
}
.teacher-details-content{
    padding: 30px;
    border: 1px solid #e0e0e0;
}
.teacher-details-content h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #585858;
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}
.teacher-details-content h3::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #f1992d;
}
.teacher-details-content h3 span{
    display: block;
    color: #6e6e6e;
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.teacher-details-content p{
    margin-bottom: 25px;
}
.teacher-details-wrap{
    margin-bottom: 10px;
}
.teacher-details-wrap h3{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 30px;
    background: #002147;
    position: relative;
    margin-bottom: 0px;
}
/*.teacher-details-wrap h3::before{
    height: 100%;
    width: 50px;
    border-left: 2px solid #092b52;
    color: #fff;
    content: "\f067";
    font-family: fontawesome;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 55px;
    position: absolute;
}*/
.teacher-details-info{
    padding: 30px ;
    border: 1px solid #bbcad1;
    border-top: none;
	min-height:360px;
	overflow: hidden;
}
.teacher-details-info p{
    margin-bottom: 30px;
}
.teacher-details-info p:last-child{
    margin-bottom: 0px;
}
.teacher-details-info ul li{
    line-height: 35px;
    padding-left: 25px;
    position: relative;
}
.teacher-details-info ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: fontawesome;
    color: #f1992d;
}
.teacher-details-info input,.teacher-details-info textarea{
    height: 35px;
    width: 100%;
    border: 1px solid #bbcad1;
    margin-bottom: 15px;
    padding-left: 15px;
}
.teacher-details-info input:focus,.teacher-details-info textarea:focus{
    outline: none;
    border: 1px solid #002147;
}
.teacher-details-info textarea{
    height: 135px;
}
.teacher-details-info button{
    padding: 12px 40px;
    border:none;
    background: #002147;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.teacher-details-info button:hover{
    background: #f1992d;
}
.teacher-details-sidebar{
    padding: 40px ;
    background: #002147;
    border: 5px solid #123c6b;
}
.teacher-details-sidebar ul.location{
    margin-bottom: 50px;
}
.teacher-details-sidebar ul.location li{
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    color: #fff;
}
.teacher-details-sidebar ul.location li i{
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
}
.teacher-details-icon li{
    display: inline-block;
}
.teacher-details-icon li a{
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #0d2c4e;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}
.teacher-details-icon li a:hover{
    background: #f1992d;
}
/*-----------------teacher-details-area end-----------------*/

.news-page-area .news-wrap {
    margin-bottom: 60px;
}
.news-img-active .owl-nav div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 40px;
    width: 45px;
    background: rgba(0,33,71,.7);
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.news-img-active .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.news-img-active .owl-nav div:hover{
    background: #f1992d;
}
.news-img.black-opacity::before{
    z-index: 9;
    opacity: .5;
}

/*----------news-details-area start-------------*/
.news-details-content {
    background: #fafafa;
    margin: -35px 90px 0 30px;
    padding: 60px 35px;
}
.news-details-content.news-content ul {
    margin-bottom: 35px;
}
.news-details-content.news-content ul li a{
    color: #716c6c;
}
.news-details-content p{
    margin-bottom: 20px;
}
.col-md-4.news-detsils-images {
    width: 30%;
    margin-left: 15px;
    margin-right: 5px;
}
.news-details-content blockquote{
    padding: 30px 30px 30px 100px;
    background: #002147;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border: none;
    position: relative;
    margin: 50px 0px;
}
.news-details-content blockquote::before{
    position: absolute;
    left:30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    content: "\f10d";
    font-family: fontawesome;
    font-size: 36px;
    color: #d9d7d7;
}
.news-details-content .news-detsils-images img{
    visibility: hidden;
}
.news-details-content .news-details-text p{
    margin-bottom: 10px;
}
.news-details-content .news-details-text p:last-child{
    margin-bottom: 0px;
}
.news-details-content ul.news-details{
    margin: 35px 0px;
}
.news-details-content ul.news-details li{
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    padding-bottom: 10px;
}
.news-details-content ul.news-details li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: fontawesome;
    color: #f1992d;
}
.mtb-40{
    margin: 40px -15px;
}
.news-author-wrap{
    background: #d0d8dd;
    padding: 25px 30px;
    margin: 40px 0px 50px;
}
.news-author-img{
    float: left;
}
.news-author-content{
    margin-left: 120px;
}
.news-author-content h4{
    font-size: 16px;
    color: #2a2a2a;
}
.news-author-content p{
    margin-bottom: 0px;
}

ol{
	list-style:none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply a{
    font-style: italic;
    color: #777778 !important;
    font-size: 14px;
}
.comment-wrap {
    border: 1px solid #b2c1c9;
    padding: 20px;
    margin-bottom: 10px;
}
.comment-theme{
	float:left;
}
.comment-main-area {
    margin-left: 100px;
}
.comment-wrap1 {
    margin-left: 25px;
}
.comment-wrap2{margin-left:50px;}
.sewl-comments-meta h4 {
    font-weight: 700;
    font-size: 14px;
}
.sewl-comments-meta h4 span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #777778;
    font-style: italic;
}
.comment-main{
	margin-bottom:50px;
}
.comment-image img {
    border-radius: 50%;
}
.comment-area p{
    margin-bottom: 5px;
    font-size: 14px;
}
h3.blog-title {
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sewl-form-inputs input,.sewl-form-inputs textarea{
    height: 40px;
    width: 100%;
    border: 1px solid #a8b9c2;
    margin-bottom: 30px;
    padding-left: 15px;
    font-style: italic;
    color: #a19696;
}
.sewl-form-inputs textarea {
    height: 140px;
    padding-top: 10px;
}
.form-submit input{
    padding: 10px 40px;
    background: #002147;
    color: #fff;
    border: 1px solid #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.form-submit input:hover{
    background: #f1992d;
    border-color: #f1992d;
}
ul.children li {
    margin-right: 0 !important;
}
/*----------news-details-area end-------------*/

/*----------contact-area start-------------*/
.contact-wrap h3{
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-wrap input,.contact-wrap textarea{
    height: 55px;
    width: 100%;
    border: 1px solid #c7c2c2;
    padding-left: 15px;
    margin-bottom: 15px;
}
.contact-wrap textarea{
    height: 220px;
    padding-top: 10px;
}
.contact-wrap button{
    padding: 15px 30px;
    background: #002147;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-wrap button:hover{
    background: #f1992d;
}
.contact-info ul li{
    background: #002147;
    padding: 40px 25px 40px 100px;
    position: relative;
    font-size: 15px;
    color: #fff;
}
.contact-info ul li:nth-child(odd){
    background: #072950;
}
.contact-info ul li span{
    position: absolute;
    left: 25px;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.contact-info ul li span::before{
    font-size: 50px;
}
#googleMap{
    width: 100%;
    height: 500px;
    background: #002147;
    margin-top: 120px;
}
/*----------contact-area end-------------*/
/*----------academic-calendar-area start-------------*/

.academic-calendar-wrap.coures-details-content .panel-default>.panel-heading a {
    padding-left: 20px;
}
.academic-calendar-wrap.coures-details-content .panel-default>.panel-heading a::before{
    display: none;
}
.academic-calendar-wrap.coures-details-content .panel-default {
    border-color: #fff;
    border: 1px solid #043d7f;
    margin-bottom: 5px;
}
.academic-calendar-wrap.coures-details-content .panel-default>.panel-heading a::after{
    content: "\f068 ";
    border-left:2px solid #173456;
}
.academic-calendar-wrap.coures-details-content .panel-default>.panel-heading a.collapsed::after {
    content: "\f067";
}
.academic-calendar-wrap{
    margin: 0px;
}
.academic-calendar-wrap .panel-group {
    margin-bottom: 0;
}
.academic-calendar-wrap .panel-body {
    padding:30px 20px;
}
.academic-calendar-wrap .panel-body ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #2a2a2a;
}
.academic-calendar-wrap .panel-body ul li:last-child{
    margin-bottom: 0px;
}
.academic-calendar-wrap .panel-body ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f274";
    font-family: fontawesome;
    color: #f1992d;
    font-size: 24px;
}
.academic-calendar-wrap h3{
    font-size: 30px;
    margin-bottom: 25px;
}
/*----------academic-calendar-area end-------------*/
.admision-wrap h2{
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 40px;
}
.admision-wrap h2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #002147;
    content: "";
}
.admision-wrap h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.admision-wrap ul li{
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}
.admision-wrap ul li::before{
    position: absolute;
    left: 5px;
    top: 0;
    height: 10px;
    width: 10px;
    content: "";
    background: #f1992d;
    border-radius: 50%;
}
.admision-wrap p{
    margin-bottom: 30px;
}
.admision-wrap strong{
    font-size: 14px;
}

.ministry-area{
    padding: 95px 0px 120px;
}
.ministry-items {
    overflow: hidden;
}
.ministry-images{
    float: left;
}
.ministry-info{
    margin-left: 120px;
}
.ministry-info h3{
    font-size: 16px;
    margin-bottom: 15px;
}
.ministry-info li{
    margin-bottom: 5px;
}
.ministry-info li:last-child{
    margin-bottom: 0px;
}
.ministry-info li span::before{
    color: #f1992d;
    margin-right: 10px;
}
.ministry-wrap p{
    margin-top: 30px;
}
.ministry-img img{
    width: 100%;
}

/*-----------------alumni-area start-----------------*/
.alumni-text{
    position: relative;
    margin: -40px 55px 45px 55px;
    padding: 30px;
    background: #002147;
}
.alumni-text blockquote{
    border: none;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 30px;
}
.alumni-text blockquote span{
    color: #f1992d;
    font-size: 14px;
}
.alumni-content p{
    margin-bottom: 30px;
}
.alumni-content img{
    margin-bottom: 50px;
}
.alumni-content ul{
    overflow: hidden;
}
.alumni-content ul li{
    float:left;
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
}
.alumni-content ul li:first-child{
    margin-right: 15px;
}
.alumni-content ul li a{
    height: 40px;
    width: 40px;
    font-size: 13px;
    color: #fff;
    background: #002147;
    border-left: 1px solid #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.alumni-content ul li a:hover{
    background: #f1992d;
}
.alumni-menu ul li a{
    display: block;
    padding: 20px 30px;
    background: #002147;
    border-bottom: 1px solid #234759;
    color: #fff;
}
.alumni-menu ul li.active a,.alumni-menu ul li a:hover{
    background: #f1992d;
    border-color: #f1992d;;
}
.mb-50{margin-bottom: 50px;}
.brand-img{
    overflow: hidden;
}
.alumni-brand img{
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.alumni-brand:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.alumni-brand h3{
    background: #002147;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 17px;
}
/*-----------------alumni-area end-----------------*/
/*-----------------apply-online-area start-----------------*/
.apply-online-wrap{
    padding: 45px;
    background: #f1f1f1;
}
.apply-online-wrap h3{
    margin-bottom: 30px;
}
.form-style input[type="text"],.form-style textarea,.form-style input[type="email"],.form-style select,.form-style input[type="password"]{
    width: 100%;
    height: 45px;
    border: 1px solid #b8c4cb;
    padding-left: 20px;
    margin-bottom: 30px;
    background: transparent;
   
}
.form-style input[type="text"]:focus,.form-style textarea:focus,.form-style input[type="email"]:focus,.form-style select:focus,.form-style input[type="password"]:focus{
    outline: none;
    border-color: #002147;
}
.form-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}
.form-style button{
    padding: 10px 30px;
    background: #002147;
    color: #fff;
    border: none;
    margin-top: 30px;
	width:49%
}
.form-style button:hover{
    background: #f1992d;
}
.apply-online-wrap ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
}
.apply-online-wrap ul{
    margin: 10px 0px;
}
.apply-online-wrap ul li input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 5px solid #002147;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
    outline: none;
    position: relative;
    top: 5px;
    background: #002147;
    margin-right: 5px;
}
.apply-online-wrap ul li input:focus{
    outline: none;
}
.apply-online-wrap  ul li input:checked {
  border: 5px solid #002147;
  background-color: #5a4bda;
}
.apply-online-sidebar {
    padding: 45px 40px;
    background: #5a4bda;
}
.apply-online-sidebar p{
    color: #fff;
    font-style: italic;
    line-height: 30px;
    font-size: 17px;
}
.apply-online-sidebar p span{
    display: block;
    margin-bottom: 35px;
    color: #2a2a2a;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}
.apply-online-sidebar h3{
    font-size: 17px;
    margin-bottom: 30px;
}
.apply-online-sidebar .ministry-info{
    margin-left: 90px;
}
.apply-online-sidebar .ministry-info h4{
    color: #fff;
    font-size: 15px;
}
.apply-online-sidebar .ministry-info li{
    color: #fff;
    margin-bottom: 0px;
}
.apply-online-sidebar .ministry-info li span::before {
    font-size: 12px;
}
/*-----------------apply-online-area end-----------------*/

/*-----------------login-area start-----------------*/
.login-wrap{
   
	width:100%;
	margin:0 auto;box-shadow: 0px 1px 1px 2px #ccc;
border-radius: 8px;
	margin-top:20px;
}
.login-wrap h3{
    background: #002147;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 17px 0px;
    text-align: center;
    margin-bottom: 0px;
	border-radius: 8px 8px 0 0;
}
.login-wrap form{
    padding:30px 45px 45px;
}
.form-style.login-wrap p{float:left; width:49%; margin-right:0.5%;
	
	
}
.form-style.login-wrap p input{
    padding-left: 40px;
}
.login-wrap p {
    position: relative;
}
.login-wrap p i{
    position: absolute;
    left: 15px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 20px;
}
.login-wrap p span{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.form-style.login-wrap button{
    /*margin-right: 20px;*/
    text-transform: uppercase;
}
.login-wrap a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #6e6e6e;
    margin-top: 30px;
}
/*-----------------login-area end-----------------*/
/*---------------project-area start---------------------*/
.project-area{
    padding: 120px 0px 90px;
}

.portfolio-menu button{
    padding: 10px 25px;
    background: transparent;
    color: #2a2a2a;
    font-size: 17px;
    margin-bottom: 5px;
    border: 2px solid #5a4bda;
}
.portfolio-menu button:hover,.portfolio-menu button.active{
    background: #5a4bda;
    color: #fff;
}
.portfolio-items{
    margin-bottom: 30px;
}
.portfolio-items a{
    display: block;
    position: relative;
}
.portfolio-items a::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.portfolio-items a:hover:before{
    opacity: .5;
}
.portfolio-items a img{
    width: 100%;
}
/*---------------project-area end---------------------*/

/*---------------pricing-area start---------------------*/
.pricing-table-area{
    padding: 120px 0px 90px;
}
.pricing-wrap{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}
.pricing-info{
    padding: 35px 0px;
    background: #002147;
}
.pricing-wrap:nth-child(2) .pricing-info{
    background: #5a4bda;
}
.pricing-wrap:nth-child(3) .pricing-info{
    background: #f1992d;
}
.pricing-wrap:nth-child(4) .pricing-info{
    background: #a422e6;
}
.pricing-info p{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.pricing-info h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
}
.pricing-info span{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.pricing-wrap ul{
    border: 1px solid #c8d3d9;
    margin-left: -1px;
}
.pricing-wrap ul li{
    padding: 20px 0px;
    border-bottom: 1px solid #c8d3d9;
}
.pricing-wrap ul li:last-child{
    border-bottom: 0px;
}
.pricing-wrap ul li i{
    margin-right: 10px;
    color: #8cc302;
}
.pricing-wrap ul li i.fa-times{
    color: #ff0000;
}
.pricing-btn{
    padding: 20px 0px;
    text-align: center;
    border: 1px solid #c8d3d9;
    border-top: none;
    margin-left: -1px;
}
.pricing-btn button{
    padding: 10px 40px;
    color: #fff;
    background: #f1992d;
    border: 1px solid #f1992d;
    font-weight: 700;
}
.pricing-btn button:hover{
    background: #002147;
    border-color: #002147;
}
/*---------------pricing-area end---------------------*/

/*---------------shop-area start---------------------*/
.product-wrap{
    margin-bottom: 30px;
}
.product-img{
    position: relative;
    text-align: center;
}
.product-img img{
    width: 100%;
}
.product-img span{
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    background: rgba(0,33,71,.7);
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.product-img ul{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background:  rgba(0,33,71,.7);
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom ;
    -moz-transform-origin: bottom;
    transform-origin: bottom ;
}
.product-wrap:hover .product-img ul{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.product-img ul li{
    float: left;
    padding: 10px 20px;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(0,33,71,.7);
}
.product-img ul li:first-child{
    width: 60%;
    text-align: left;
}
.product-img ul li:first-child a i{
    margin-right: 5px;
}
.product-img ul li a{
    color: #fff;
    display: block;
}
.procudt-info{
    padding: 30px 0px;
    text-align: center;
    border: 1px solid #b7c6ce;
    border-top: none;
}
.procudt-info h3{
    font-size: 17px;
    margin-bottom: 5px;
}
.procudt-info ul li{
    display: inline-block;
    color: #f1992d;
}
.procudt-info p{
    color: #002147;
    font-weight: 600;
    margin-top: 2px;
}
.procudt-info p del{
    color: #2a2a2a;
    margin-right: 10px;
}
/*---------------shop-area end---------------------*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999;
}
.event-wrap {height:auto !important;}
.text_ceo {border:1px solid #ccc; margin-bottom:40px;padding:10px 20px;}

.develop-faq-sec {
 min-height:415px;
 position:relative;
overflow: hidden;
 padding-bottom:50px;
 padding-top:50px
}


.develop-faq-sec .faq-title:before {
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 width:100px;
 height:4px;
 background-color:#fff;
 border-radius:10px;
 -webkit-border-radius:10px;
 -moz-border-radius:10px
}
.develop-faq-sec p.subtext {
 line-height:24px;
 color:#fff
}
.develop-faq-sec .faq-container {
 padding:30px;
 background-color:#f1992d;
 margin-top:30px;
width:100%;
 position:relative;
 border-radius:10px;
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 box-shadow:0 10px 25px 0 rgba(139,180,226,.4);
 -webkit-box-shadow:0 10px 25px 0 rgba(139,180,226,.4);
 -moz-box-shadow:0 10px 25px 0 rgba(139,180,226,.4)
}
.develop-faq-sec .faq-ineer-container {
 text-align:left
}
.develop-faq-sec .faq-ineer-container .card {
 border:none;
 margin-bottom:0;
 background-color:#fff;
 border-radius:4px;
 box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.develop-faq-sec .faq-ineer-container .card .card-header {
 background-color:transparent;
 box-shadow:none;
 padding:15px;
 color:#333;
 border-color:#ddd;
 border-bottom:none !important;
 border-top-left-radius:3px;
 border-top-right-radius:3px
}
.develop-faq-sec .faq-ineer-container .card .card-header .panel-title {
 padding-left:10px;
 margin-top:0;
 margin-bottom:0;
 font-size:16px;
 color:inherit
}
.develop-faq-sec .faq-ineer-container .card .card-header .panel-title a {
 position:relative;
 font-weight:700;
 color:#333;
	background: transparent;
border-radius: 0;
box-shadow: none;
	margin-bottom: 0;
padding: 10px;
	letter-spacing: 1px;
}
/*.develop-faq-sec .faq-ineer-container .card .card-header .panel-title a:before {
 position:absolute;
 left:-27px;
 top:10px;
 font-family:FontAwesome;
 content:"\f068";
 padding-right:5px;
 color:#f90369
}
.develop-faq-sec .faq-ineer-container .card .card-header .panel-title a.collapsed:before {
 content:"\f067";
 color:#f90369
}*/
.develop-faq-sec .faq-ineer-container .card .card-body {
 margin-left:40px;
 border-left:#f90369 solid 2px;
 padding-left:30px;
 border-top:none;
 padding:15px
}
.develop-faq-sec .faq-ineer-container .card .card-body p {
 margin-top:0;
 line-height:24px;
 margin-bottom:20px
}
.develop-faq-sec .faq-side {
 background-image:url(../images/faq-side.png);
 background-repeat:no-repeat;
 max-width:449px;
 height:310px;
 margin:70px auto 0;
 background-size:100%
}
.develop-faq-sec .faq-mail {
 background-image:url(../images/faq-mail.png);
 background-repeat:no-repeat;
 max-width:395px;
 height:223px;
 margin:-10px auto 0;
 background-size:100%
}
.develop-faq-sec .mCntr {
 text-align:center;
 margin-top:50px
}
.develop-faq-sec .mCntr .btn-default {
 color:#fff;
 font-weight:700;
 padding:18px 50px;
 border:none;
 background:#f55fa7;
 background:-moz-linear-gradient(to right,#5fa1f5 0%,#f77a30 100%);
 background:-webkit-linear-gradient(to right,#5fa1f5 0%,#f77a30 100%);
 background:linear-gradient(to right,#5fa1f5 0%,#f77a30 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fa7',endColorstr='#b87ae3',GradientType=1 )
}
.develop-faq-sec .card+.card {
 margin-top:5px
}
.test-items {background:#fff;}
.bg-primary {background:#5a4bda;}
.team_1 {color:#fff !important; background:none !important; -webkit-text-fill-color : #fff !important;}
.abt_cont {padding:20px 40px;}
.abt_cont p {font-size:18px; text-align: justify;}
.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
	height:173px;
}
ul.abt {list-style:disc;}
ul.abt li {margin-bottom:10px;}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.timeline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(100%, 100%);
  margin-inline: auto;
}

/* line */
.timeline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline ul li .date {
 /* --dateH: 3rem;*/
  
  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 2rem;
  font-weight: 700;
	padding:10px;
  display: grid;
  place-content: center;
  position: relative;

  
}
.free_login a {color: #123763;
padding: 8px;
background: #ffda00;
border-radius: 10px;
box-shadow: 2px 2px 10px #0d0d0d;
font-size: 20px;}
/* date flap */
.timeline ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeline ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timeline ul li .title,
.timeline ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timeline ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.timeline ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
	background:#fff;
}

/* shadows */
.timeline ul li .title::before,
.timeline ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.timeline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timeline ul::before {
    grid-column: 2;
  }
  .timeline ul li:nth-child(odd) {
    grid-column: 1;
  }
  .timeline ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timeline ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timeline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}



#timeline {
  /*padding: 100px 0;
  background: #f7f7f7;*/
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1475px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
.enq_now {background:url("../images/enq.jpg") no-repeat; background-position: center; background-size:cover;}
.abt_p_cont p {margin-bottom:10px;}
.pt-40 {padding-top:40px;}

.pricing_wrap {background: #fff; padding:20px 10px; overflow:hidden; border-radius:10px;}
.pricing_wrap .pricing_radio {float:left; width:5%; margin-top:50px;}
.pricing_wrap .pricing_box {float:right; width:100%;}
.pricing_wrap .pricing_box h3 {
color: #00acff;font-size:21px;}
.pricing_wrap .price_list { width:15%; float:left; border:1px solid #ccc; border-radius:40px; margin-top:50px; text-align: center; margin-left:5px;} 
.pricing_holder {border:1px solid #ccc; padding:20px 10px; margin-bottom:40px; border-radius:10px;border-radius: 10px;
box-shadow: 0px 1px 2px 3px #ccc; width:80%; margin-left:auto; margin-right:auto;}
.btn_price {text-align:center;}
.btn_price a {display:inline-block; padding:8px 40px; background:#00acff; box-shadow: 1px 0px 1px 5px #fff; color:#fff; font-weight:bold;border-radius: 8px;
box-shadow: 1px 1px 1px 1px #333;}
.descr img {width:100%;}
.free_join_select select {padding-left:40px;}
.sbsi7l-0 {display:none;}
.news-details-img {text-align:center;}


/*Dynamic Form*/


.form_dy .stages {
	font-size: 0;
	text-align: justify;
}

.form_dy .stages:after {
	content: '';
	display: inline-block;
	font-size: 0;
	text-align: justify;
	width: 100%;
}

.form_dy input[type="radio"] {
	display: none;
}

.form_dy .stages label {
	background: #ffffff;
	border: solid 5px #c0c0c0;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 50px;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_dy .stages label:after {
	content: '\2713';
	color: #0cc39f;
	display: inline-block;
	font-size: 16px;
}

.form_dy #one:checked ~ .stages label[for="one"],
.form_dy #two:checked ~ .stages label[for="two"],
.form_dy #three:checked ~ .stages label[for="three"],
.form_dy #four:checked ~ .stages label[for="four"],
.form_dy #five:checked ~ .stages label[for="five"],
.form_dy #six:checked ~ .stages label[for="six"] {
	border-color: #0cc39f;
}

.form_dy .stages label.active{
	border-color: purple !important;
}

.form_dy #one:checked ~ .stages label,
.form_dy #two:checked ~ .stages label[for="one"] ~ label,
.form_dy #three:checked ~ .stages label[for="two"] ~ label,
.form_dy #four:checked ~ .stages label[for="three"] ~ label,
.form_dy #five:checked ~ .stages label[for="four"] ~ label,
.form_dy #six:checked ~ .stages label[for="five"] ~ label {
	font-size: 1rem;
}

.form_dy #one:checked ~ .stages label:after,
.form_dy #two:checked ~ .stages label[for="one"] ~ label:after,
.form_dy #three:checked ~ .stages label[for="two"] ~ label:after,
.form_dy #four:checked ~ .stages label[for="three"] ~ label:after,
.form_dy #five:checked ~ .stages label[for="four"] ~ label:after,
.form_dy #six:checked ~ .stages label[for="five"] ~ label:after {
	display: none;
}

.form_dy .progress > span {
	background: #c0c0c0;
	display: inline-block;
	height: 5px;
	transform: translateY(-2.75em);
	transition: 0.3s;
	width: 0;
}

.form_dy #two:checked ~ .progress span {
	width: calc(100% / 6 * 1);
}

.form_dy #three:checked ~ .progress span {
	width: calc(100% / 6 * 2);
}

.form_dy #four:checked ~ .progress span {
	width: calc(100% / 6 * 3);
}

.form_dy #five:checked ~ .progress span {
	width: calc(100% / 6 * 4);
}

.form_dy #six:checked ~ .progress span {
	width: calc(100% / 6 * 5);
}
.form_dy #six:checked ~ .progress span {
	width: calc(100% / 6 * 6);
}
.form_dy .panels div {
	display: none;
}

.form_dy #one:checked ~ .panels [data-panel="one"],
.form_dy #two:checked ~ .panels [data-panel="two"],
.form_dy #three:checked ~ .panels [data-panel="three"],
.form_dy #four:checked ~ .panels [data-panel="four"],
.form_dy #five:checked ~ .panels [data-panel="five"],
.form_dy #six:checked ~ .panels [data-panel="six"],
.form_dy #seven:checked ~ .panels [data-panel="seven"]{
	display: block;
}
/* Custom code for the demo */


/*
.form_dy {
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
	margin: 4em;
	min-width: 80%;
	padding: 1em;
}
*/
.form_dy h2 {text-align:center; margin-bottom:40px; color:#fff;}
.form_dy .panels div {
	/*border-top: solid 1px #c0c0c0;*/
	margin: 1em 0 0;
	padding: 1em 0 0;
}
.form_dy h4 {color:#333; margin-bottom:20px; text-transform:uppercase;}
.form_dy input {
	box-sizing: border-box;
	display: block;
	padding: .4em;
	width: 100%;
	background: transparent;
	border:none;
	border-bottom:1px solid #ddd;
	color:#333;
	
}

.form_dy button {
    background-color: #40d951;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    margin: 1em 0 0 0;
    padding: 1em;
    display: inline-block;
    width: 181px;
    border-radius: 10px;
 
    left: 23%;
    bottom: 27px;
    margin-top: 248px;
}

.form_dy button:hover {
	opacity: 0.8;
}


/*.popup-gallery a {
  display: inline-block;
  width: 24%;
	margin-bottom:20px;
}*/
.popup-gallery a img {
  height: auto;
  width: 100%;
}
/*radio Button*/

.radio-with-Icon {
  display: block;
}
.radio-with-Icon p.radioOption-Item {
  display: inline-block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  margin: 25px 15px;
  border: none;
}
.radio-with-Icon p.radioOption-Item label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f1992d;
  color: #f1992d;
  cursor: pointer;
  opacity: .8;
  transition: none;
  font-size: 13px;
  padding-top: 25px;
  text-align: center;
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item label:hover, .radio-with-Icon p.radioOption-Item label:focus, .radio-with-Icon p.radioOption-Item label:active {
  opacity: .5;
  background-color: #f1992d;
  color: #fff;
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item label::after, .radio-with-Icon p.radioOption-Item label:after, .radio-with-Icon p.radioOption-Item label::before, .radio-with-Icon p.radioOption-Item label:before {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item label i.fa {
  display: block;
  font-size: 50px;
}
.radio-with-Icon p.radioOption-Item input[type="radio"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
  opacity: 1;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
  opacity: 1;
  border: none;
  background-color: #f1992d;
  color: #fff;
}
.radio-with-Icon p.radioOption-Item input[type="radio"]:hover, .radio-with-Icon p.radioOption-Item input[type="radio"]:focus, .radio-with-Icon p.radioOption-Item input[type="radio"]:active {
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="radio"] + label:before, .radio-with-Icon p.radioOption-Item input[type="radio"] + label:after {
  margin: 0 !important;
}





.radio-with-Icon p.radioOption-Item input[type="checkbox"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="checkbox"]:active ~ label {
  opacity: 1;
}
.radio-with-Icon p.radioOption-Item input[type="checkbox"]:checked ~ label {
  opacity: 1;
  border: none;
  background-color: #f1992d;
  color: #fff;
}
.radio-with-Icon p.radioOption-Item input[type="checkbox"]:hover, .radio-with-Icon p.radioOption-Item input[type="checkbox"]:focus, .radio-with-Icon p.radioOption-Item input[type="checkbox"]:active {
  margin: 0 !important;
}
.radio-with-Icon p.radioOption-Item input[type="checkbox"] + label:before, .radio-with-Icon p.radioOption-Item input[type="checkbox"] + label:after {
  margin: 0 !important;
}

/*text Radio*/

.txtRadio label {
  padding: 10px 40px;
  display: inline-block;
  border: 1px solid #333;
  cursor: pointer;
	color:#333;
}

.txtRadio .blank-label {
  display: none;
}

/* The '+' is the adjacent sibling selector.
It selects what ever element comes right after it,
as long as it is a sibling. */
.txtRadio input[type="radio"]:checked + label {
  background: #f1992d;
  color: #fff;
}
#other-field {display:inline-block;width:200px;}

.view_all a {
  height: 40px;
  width: 120px;
  text-align: center;
  line-height: 40px;
  background: #f1992d;
  color: #fff;
  display: block;
  font-weight: 500;
}
.gal_title {margin-bottom:40px;}
.dis {padding:10px 20px; border:1px solid #ccc;}
.dynamic-area {background: #f6f8f9;}
.card1 {color:#fff;}
.card1 h2, .card1 p {color:#333;}
.form-card input[type=text] {margin-bottom:15px;}

.form-card ::-webkit-input-placeholder { color:#333; opacity: 1.0;}
.form-card ::-moz-placeholder { color:#333; opacity: 1.0; } /* firefox 19+ */
.form-card :-ms-input-placeholder { color:#333; opacity: 1.0;} /* ie */
.form-card input:-moz-placeholder { color:#333; opacity: 1.0;}

.form_dy {padding:20px; background:#fff; border-radius:8px; box-shadow:2px 2px 2px 2px #ccc; min-height:500px;}
.ptb-40 {padding:40px 0;}
.free-account-form {box-shadow:0 0 2px 2px #ccc;}