@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,700");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');
*{
margin:0;
padding:0;
}
body {
/*font-family: 'Roboto Condensed', sans-serif;*/
/*font-family: 'PT Sans Narrow', sans-serif;*/
/*font-family: 'Source Sans Pro', sans-serif;*/
font-family: 'Varela Round', sans-serif;
font-size: 15px;
-webkit-font-smoothing: antialiased;
line-height:22px;
color: #6e6e6e; background:#fff;
}
.floatleft {float:left}
.floatright {float:right}
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:#175887;
margin-bottom: 10px;
margin-top: 0px;
line-height:1.4;
}
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:black
}
a:hover{
color:#175887;
}
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: #175887;
}
.bg-2{
background: #f2f1f1;
}
.bg-3{
background: #002147;
}
.bg-img-1{
background: ;
}
.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: 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: 5px 0px;
}
.header-top::before{
position: absolute;
right: -100px;
top: 0;
width:40%;
height: 100%;
background: #175887;



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: 30px;
height: 30px;
font-size: 12px;
color: #fff;
text-align: center;
border-radius: 50%;
border: 2px solid #808080;
}
.header-top-right li a:hover{
background:#00aaff;
border-color: #00aaff;
color: #fff;
}

.header-bottom{
background:linear-gradient(90deg, rgba(147,178,221,1) 0%, rgba(180,207,238,1) 0%, rgba(103,143,190,1) 60%, rgba(31,82,144,1) 78%); height:46px;
}
.logo-1 {height:46px;}
.logo {
padding: 15px 0px;
}
.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: 14px;
font-weight: 400;
padding: 15px 12px;
display: block;
text-transform: uppercase;
color:white;
}
.mainmenu ul li:hover a,.mainmenu ul li.active a{
color:#ff8c00;
}
.mainmenu ul li a i{
font-size:12px;
position:relative;
top:1px;
}
.mainmenu ul li > ul.submenu{
position:absolute;
left:-5%;
top:100%;
background:#7399c5;
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:190px;
opacity:0;
visibility:hidden;
transition: all 0.3s ease 0s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
z-index:999;
text-align:center;
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-left:0px;
font-size:15px;
color: #fff;
padding-top:-5px;
}
.mainmenu ul li > ul.submenu li:hover > a{
background:#175887;
}
.mainmenu ul li > ul.submenu li.active > a{
color:#fff;
background:#175887;
}
.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:2px ;
background:#fff;
text-align:left;
border-top:2px solid #00aaff;
}
.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: 0px 0;
padding: 7px 0;
text-decoration: none;
text-shadow: none;
vertical-align: middle;
height: 30px;
width: 50px; z-index:99
}
.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: 5px 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: #fff;
}
.responsive-menu-wrap .slicknav_nav {
border-radius: 0px;
font-size: 15px;
margin: 0;
padding: 5px 0;
position: relative;
top: 12px;
width: 720px;
z-index: 99;
right: 0px;
z-index: 9999999;
position: relative;
background: #002147;
}
.slicknav_nav a {
color: #cee0f4;
text-decoration: none;
text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
background: #cee0f4;
border-radius: 0;
color:#002147;
}
.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-items {
position: relative;
}
.slider-items img{
visibility: hidden;
}
.slider-content {
position: absolute;
width: 100%;
height: 100%;
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: #002147;
color: #fff;
text-transform: uppercase;
}
.slider-content a:hover{
background: #00aaff;
}
.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: #00aaff;
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: flex;
flex-direction: column;
justify-content: center;
height: 310px;
background: #002147;
width: 25%;
float: left;
padding:0px 25px;
}
.featured-wrap:nth-child(2){
background: #00AAFF;
}
.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;
}
.section-title p{
font-size: 16px;
font-style: italic;
margin-bottom: 20px;
}
.section-line{
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: #ff8c00;
}

.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;
}
.about-img img{
visibility: hidden;
}
.about-wrap .panel {
background-color: rgba(255, 255, 255, 0.6);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 1px;
}
.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: #ff8c00;
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: #00aaff;
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;
}

.a:focus, a:hover {
color: #23527c;
text-decoration:none !important; 

}
}
a:focus, a:hover {
color: #23527c;
text-decoration:none !important;
}

a:active, a:hover {
outline:0 !important;
}

.accordion .acc-panel { margin-bottom: 10px; }
/*-----------------about-area end-------------*/

/*-----------------service-area start-------------*/
.popular-courses-area{
padding: 0px 0px 0px;
width:100%;

}
.popular-courses-wrap{
margin-bottom: 30px;
}
.popular-courses-area{
background:#FFFFFF;
}
.popular-courses-area1{
background:white;
}
.popular-courses-area2{
background:#f2f2f2;
}
.popular-courses-wrap{
background: #fff;
}
.popular-courses-img{
position: relative;
overflow: hidden;
}
.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;
border-top: none;
}
.author-review{
padding: 7px 5px;
border-bottom: 1px solid #d9d9d9;
}
.author-review ul li{
display: inline-block;
}
.author-review ul li i{
color: #ff8c00;
}
.popular-course-info{
padding: 18px 20px 22px;
}
.popular-course-info h3{
text-transform: capitalize;
font-size: 16px;
}
.course-footer{
border-top: 1px solid #d9d9d9;
}
.course-footer ul{
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{
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
}
.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: #ff8c00 ;
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{
width: 100%;
height: 35px;
margin-bottom: 20px;
padding-left: 15px;
border: 1px solid #d9d9d9;
}
.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:#00aaff;
}
.teacher-wrap:hover .teacher-content{
height:150px;
}
.teacher-info{
background:#00aaff;
padding: 20px;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
}
.teacher-wrap:hover .teacher-content .teacher-info{
background: #ff8c00;
}
.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: #00aaff;
outline: 2px solid #00aaff;
}
/*----------- teacher-area end --------------*/

/*----------- event-area start --------------*/
.event-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: #ff8c00;
width: 50px;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
}
.event-items{
padding: 0px 10px;
background: #002147;
display: flex;
flex-direction: column;
justify-content: center;
height: 260px;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
}
.event-items:hover{
background: #0f3a6b;
}
.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: #00aaff;
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: #00aaff;
}
/*----------- 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 #00aaff;
}
.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);
}
.test-img{
float: left;
}
.test-img img{
border-radius: 50%;
border: 2px solid rgba(0, 33, 71, 0.5);
}
.test-info{
margin-left: 115px;
}
.test-info p{
font-size: 17px;
font-weight: 300;
font-style: italic;
}
.test-info h3{
font-size: 14px;
margin-top: 15px;
font-weight: 400;

}
.test-info h3 span{
color: #ff8c00;
}
.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: 40px 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;
}
.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: #00aaff;
}
/*----------- newslatter-area end --------------*/

/*----------- footer-area start --------------*/
.footer-area{
background: #002147;
}
.footer-top{
padding: 30px 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: #dbdbdb; line-height:23px;
}
.contact ul li i{
position: absolute;
left: 0;
top: 0;

}
.contact3 ul li{
position: relative;
padding-left: 25px;
margin-bottom: 10px;
color:black;
}
.contact3 ul li i{
position: absolute;
left: 0;
top: 0;

}
.contact2 ul li{
position: relative;
padding-left: 30px;
margin-bottom: 10px;
color: #6e6e6e; font-size:16px; line-height:20px;
}
.contact2 ul li i{
position: absolute;
left: 0;
top: 0; color:#175887; font-size:18px;
}
.footer-menu ul li{
margin-bottom: 10px;
}
.footer-menu ul li a{
display: block;
color: #dbdbdb;
}
.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: #ff8c00;
}
.post-ceontent span{
font-size: 12px;
color: #b3b3b3;
}
.event-gallery ul{
overflow: hidden;
}
.event-gallery ul li{
float: left;
margin-bottom: 10px;
padding-right: 10px;
}
.footer-bottom{
border-top: 1px dashed #003675;
padding: 10px 0px;
}
.footer-bottom p{
color: #dbdbdb
}
.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: #00aaff;
border-color: #00aaff;
}
/*----------- 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;
background-color:#175887;
width:100%;
height:10%;
}
.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: #ff8c00;
}
.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: #ff8c00;
content: "";
}
.about-info p{
line-height: 30px;
margin-bottom: 30px;
}
.about-info a{
height: 40px;
width: 145px;
background: #ff8c00;
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: ;
}
.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;
padding-left:2px;
padding-bottom:-2em;

}
.section-title2 h2::before{
position: absolute;
left: 3;
bottom: 0;
width: 90px;
height: 3px;
background:;
content: "";
}

.sidebar-title2 {
position: relative;
margin-bottom:20px;
padding-top:-1em;
font-size::12pt;
/*margin-left:1em;*/
}
.sidebar-title2 h3{
margin-top:19px;

}
.sidebar-title3 {
position: relative;
margin-bottom:0px;
padding-top:-1em;
font-size::12pt;
/*margin-left:1em;*/

}
.sidebar-title3 h3{
margin-top:19px;

}
.sidebar-widget popular-posts{
margin-top:-1em;
padding-top:1em;
}
.sidebar-title2 h2{
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
/*padding-bottom: 10px;*/
position: relative;
}


.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: #ff8c00;
}
.dotted-style .owl-dots {
position: absolute;
left: 15px;
bottom: -45px;
overflow: hidden;
}
.dotted-style .owl-dot{
height: 15px;
width: 15px;
background: #ff8c00;
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: #ff8c00;
color: #fff;
height: 40px;
width: 120px;
line-height: 40px;
margin: 0px auto;
}
.featured-area2 .featured-wrap a:hover{
background: #00AAFF;
}


.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: #ff8c00;
color: #fff;
display: block;
text-align: center;
line-height: 40px;
}
.popular-courses-area .home-sidebar a.all-event:hover{
background: #00AAFF;
}
.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: #ff8c00;
color: #fff;
font-weight: 700;
border: 1px solid #ff8c00;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.test-form button:hover{
background: #00AAFF;
border-color: #00AAFF;
}
.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: #ff8c00;
}
.quote-area2{
position: relative;
padding: 50px 0px;
background: #00AAFF;
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: #ff8c00;
color: #fff;
display: block;
font-weight: 500;
}
.quote-wrap2 ul li a:hover{
background: #00AAFF;
}

/*------------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: #ff8c00;
font-size: 13px;
margin: 0px 2px;
}
.breadcumb-wrap ul li a{
color: #fff;
}
.breadcumb-wrap ul li a:hover{
color: #ff8c00;
}
/*===========================================
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:;
}
.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 #ff8c00;
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: 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: #ff8c00;
font-size: 14px;
margin-bottom: 25px;
}
.event-details-wrap span a{
color: #5c5b5b;
}
.event-details-wrap span a:hover{
color: #ff8c00;
}
.event-details-wrap p{
margin-bottom: 25px;
}
/*--------------event-details-area-------------*/
.event-time-wrap{
background: #002147;
padding: 35px;
margin-bottom: 60px;
border-top: 5px solid #ff8c00;
}
.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 #ff8c00;
}
.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: #ff8c00;
}
.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: #ff8c00;
color: #fff;
}
.event-author-wrap a.register-btn{
display: block;
background: #ff8c00;
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: #ff8c00;
}
.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: #ff8c00;
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: #ff8c00;
}
.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: #ff8c00;
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: #ff8c00;
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: #ff8c00;
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: #ff8c00;
}
/*-----------------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: #ff8c00;
}
.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;
}
.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: #ff8c00;
}
.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: #ff8c00;
}
.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: #ff8c00;
}
/*-----------------teacher-details-area end-----------------*/

.news-page-area .news-wrap {
margin-bottom: 60px;clntfeed
}
.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: #ff8c00;
}
.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: #ff8c00;
}
.mtb-40{
margin: 40px -15px;
}
.mtb-50{
margin: 70px -30px;
}
.mtb-60{
margin:90px -30px;
}
.mtb-20{
margin: 20px -15px;
}
.mtb-10{
margin: 10px -5px;
}

.mb-10{margin-bottom:10px;}

.mb-20{margin-bottom:20px;}

.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;
}
.pd-1{padding-right:90px;}
.pd-2{padding-right:80px;}
.pd-3{padding-right:85px;}
.pd-4{padding-right:73px;}
.pd-5{padding-right:90px;}
.pd-6{padding-right:102px;}
.pd-7{padding-right:68px;}




.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: #ff8c00;
border-color: #ff8c00;
}
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: #ff8c00;
}
.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: #ff8c00;
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: #ff8c00;
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: #ff8c00;
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: #ff8c00;
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: #ff8c00;
}
.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: #ff8c00;
border-color: #ff8c00;;
}
.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 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;
font-style: italic;
}
.form-style input[type="text"]: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: 20px;
}
.form-style button:hover{
background: #ff8c00;
}
.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: #00aaff;
}
.apply-online-sidebar {
padding: 45px 40px;
background: #00aaff;
}
.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{
border: 1px solid #002147;
}
.login-wrap h3{
background: #002147;
color: #fff;
font-size: 18px;
text-transform: uppercase;
padding: 17px 0px;
text-align: center;
margin-bottom: 0px;
}
.login-wrap form{
padding:30px 45px 45px;
}
.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 #00aaff;
}
.portfolio-menu button:hover,.portfolio-menu button.active{
background: #00aaff;
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: #00aaff;
}
.pricing-wrap:nth-child(3) .pricing-info{
background: #ff8c00;
}
.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: #ff8c00;
border: 1px solid #ff8c00;
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: #ff8c00;
}
.procudt-info p{
color: #002147;
font-weight: 600;
margin-top: 2px;
}
.procudt-info p del{
color: #2a2a2a;
margin-right: 10px;
}


.main{
width:100%;
}

.main .boxes1{
width:50%;
float:left;
border:0px solid gray;
padding-right:0px;

}

.imp-margin{
margin-top:1em;
}
.main .boxes2{
width:50%;
border:0px solid gray;
padding-left:0em;
padding-right:0em;
}
.main .boxes-bar{
width:50%;
border:0px solid gray;
background:#e6e6ff;
padding-left:0em;
padding-right:0em;

}

.lbox{width:48%; float:none; text-align:center;}
.page-heading{
background-color:#175887;
color:#fff !important;
text-align:center;
padding:10px 0 1px 0; margin-bottom:15px;}

.page-heading h3{color:#fff; font-size:20px;}

.boxes1 h3{
background-color:#175887;
color:white;
text-align:center;
font-size:17pt;
padding:11px;
}
.boxes-bar h3{
background-color:#175887;
color:white;
text-align:center;
font-size:17pt;
padding:11px; /*border-radius:50px;*/
}
.boxes2 h3{
color:white;
text-align:center;
padding:11px;
font-size:17pt;
background-color:#175887;
}
.author{
text-align:center;
padding-top:20px;
padding-bottom:-1em;

}
.author1{
color:#175887;
}

.imagetag{
padding-top:1em;
}
.readcls{
padding-top:-2em;
padding-left:1em;
padding-right:-20px;
}
.readcls2{
padding-top:-2em;
padding-left:15px;
}
.readcls21{
padding-top:-2em;
padding-left:5px;
}
.imp-tag2{
margin-top:1em;
}
.testm-box2 .clntfeed2 {
padding-top:-2em;
padding-right:-25px;
padding-left:0;
}
.testm-box  .clntfeed {
padding-top:-2em;
padding-right:-15px;
padding-left:2em;
}
.mami{
padding-left:10px;
}
.sec-padding {
padding: 10px 0!important;
}
.testm-wrp {
padding-right:25px;
text-align: left;
height: 100%;
}

.quoteicon {
font-size: 20px;
color: #01305e;
padding: 10px;
border: 1px solid #01305e;
width: 40px;
height: 40px;
border-radius: 100%;
line-height: 21px;
margin: 0 0 20px;
}
.col-sm-7 h5{
padding-bottom:2em;
padding-top:-1em;
}
.clntfeed {
margin-bottom:10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding-bottom: -40px;
}
.testm-wrp2 .textmitem {
padding: 20px;
background: #fff;
border:1px solid #eee;
}
.testm-wrp2 .textmitem::after {
clear: both;
display: table;
content: "";
}
.boxes1 h5{
padding-top:0em;
}

.image-box img{width:150px; height:auto; display:none}

.boxes3 i{
color:#ff8c00;
font-size:13pt;
font-weight:bold;
}
.boxes4 i{
color:#ff8c00;
}
.main .boxes4{
width:50%;
float:left;
border:0px solid gray;
padding-right:1em;
padding-left:12px;
}
.boxes4 h5{
padding-top:15px;
}

.boxes3 h2{
background-color:#000066;
color:white;
text-align:center;
font-size:17pt;
padding:11px;
width:50%;
}
.boxes3 ul{
padding-bottom:15px;
padding-left:5px;

}

.mar-sec{
margin-right:2em;
}
.boxes3 li{
padding-top:12px;
}
.row .memo{
margin-bottom:1em;
margin-left:10px;
}
.memo em{
color:#175887;
}
.font-sm{padding-left:10px;margin-bottom:2px;}


.font-sm2{padding-left:10px;font-size:18px; padding-top:10px;}


.training{
border:0px solid gray;
padding-left:10px;
padding-top:1em;
}

.training-bar{
padding-left:10px;
padding-top:1em;
padding-bottom:2em;
}

} 
.boxes3 .listed list-unstyled{
padding-bottom:10px;
}

.contact_grids .text-right {
text-align:left!important;
margin-bottom:0.5em;
}
.contact_grids h5, .contact_grids h5 a {
font-size: 14px;
}
}
h3.tittle {
font-size: 3em;
}
.contact input[type="submit"], .btn-banner {
padding: 5px 10px;
font-size: 10px;
letter-spacing: 15px;
}
.margin{
margin-left:-2em;
}

.contact input[type="email"],
.contact input[type="text"],
.contact select,
.contact textarea {
outline: none; 
width: 100%;
box-sizing: border-box;
height: auto !important;
background: transparent;
color: #777;
letter-spacing: 1px;
font-weight: 500;
border: none;
border: 1px solid #ccc;
/*text-transform: capitalize;*/
font-size: 14px;
padding: .8em 1em;
margin: 0px 0px 10px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.contact textarea {
min-height: 130px;
}

.contact input[type="submit"],
.btn-banner {
background: #f53b57;
border: 2px solid #f53b57;
padding: 10px 30px;
outline: none;
color: #fff;
cursor: pointer;
font-size: 16px;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
}

.contact input[type="submit"]:hover,
.btn-banner:hover {
background: transparent;
color: #f53b57;
}
.section-title2 h2{
padding-top:1em;
}
.inner-page{
height:100px;
width:100%;
background-color:#e0e0eb;
}
.sec-1{
padding-top:1em;

}
.sec-11{
padding-bottom:1em;
}
.active-point{
padding-top:2em;

}
.margin-img{
margin-top:1em;
}

.orange-color{
color:#ff8c00;
}
.mrg-1-1{margin-left:3em;}
.marg-lft{margin-left:0em;}
.marg-lft2{margin-left:10em;}
.footer-top{
margin-top:10px;
}
.boxes4{
padding-left:10px;
}
.boxes3{
padding-right:5px;
}
.form-left{
padding-left:0px;
}
.form-left2{
padding-left:25px;
}
.form-left3{
padding-left:15px;
}
ul.listed {margin:15px 0 0 0;}
.listed li{margin:10px 0; position:relative; padding: 0 0 0 25px; /*color:#000;*/ font-size:15px;}
.listed li:before{content: "\f105"; font-family:'FontAwesome', Arial, sans-serif; margin-right:5px; position: absolute; left: 0px; top:3px; color:#e75c63; border-radius:50%; border:1px solid #e75c63; width:15px; height:15px; line-height:13px; text-align:center; padding-left:2px;}
.last{
text-align:right;
padding-right:5px;
}
.pad-sec1{
-webkit-box-shadow: 8px 6px 39px -9px rgba(0,0,0,0.61);
-moz-box-shadow: 4px 3px 32px -6px rgba(0,0,0,0.61);
box-shadow: 4px 3px 32px -6px rgba(0,0,0,0.61); border:1px solid #CCCCCC; padding:8px; border-radius:20px; margin-top:20px; margin-bottom:30px; margin-left:5em;

}
.mr-rgt{margin-right:80px;}
.pad-sec-1{margin-left:0em;}
.pad-sec1 p{line-height:24px;}
.pad-sec1-0{
padding-top:6px;
padding-bottom:6px;
padding-left:10px;
padding-right:10px;
box-shadow: 2px 2px 2px 2px gray;
border-radius: 10px;
margin-top:2em;
margin-bottom:2em;
}
.pad-sec13{
padding-left:1em;
margin-top:6em;
width:160%;
}
.pad-sec12{
padding-left:1em;
margin-top:6em;
width:160%;
}
.inr-bg{
background-color:#F2F2F2;
width:100%;
border:1px solid #DDDDDD;
padding-left:10px;

} 
.course-pad{
margin-bottom:1em;
}
.pad-sec15{
margin-top:5em;
margin-left:3em;
}

margin-left:17px;
}
.sec-22{
button-size:50%;
}
.imp-sec{
padding-left::1em;
}
.space-bar{
text-align:center;
margin-top:10px;
}
.space-bar3{
text-align:right;
margin-right:5em;
}
.space-bar1{
margin-bottom:15px;
margin-top:-3em;
margin-left:10em;
}
.space-bar11{
margin-bottom:15px;
margin-top:-3em;
margin-left:-5em;
}
.space-bar12{
margin-bottom:15px;
margin-top:-3em;
margin-left:6em;
}
.space-bar13{
margin-bottom:15px;
margin-top:-3em;
margin-left:-3em;
}
.space-bar14{
margin-bottom:15px;
margin-top:-3em;
margin-left:-12em;
}
.space-bar15{
margin-bottom:15px;
margin-top:-3em;
margin-left:10em;
}
.btn-impbut{
background-color:#00FF99;
}
.sec-24{
border:0px solid black;
background-color:#FFFFCC;
width:50%;
}
.imp-clas{
width:50%;
}
.imp-lock1{
width:50%;
}
.imp-lock2{
width:50%;
}

.main-wraper { position: relative; width: 100%; overflow: hidden; display: block;}

.main-wraper.color-2 .second-title h2 { color: #fff; }
.padd-90 { padding-bottom: 50px; }

.dropdown-wrap .drop-wrap {margin-bottom: 20px;}
.dropdown-wrap .drop-wrap.type-2 {background: #222; height: 35px;}
.drop-wrap.type-2 .drop b {padding: 0px 10px; line-height: 35px;}
.drop-wrap.type-2 .drop b img {margin-right: 5px;}
.drop-wrap.type-2 .drop .drop-list {line-height: 35px; right: 10px;}
.drop-wrap.type-2 .drop span a img {margin-right: 5px;}
.drop-wrap.type-2 .drop span a {font-size: 12px;}
.drop-wrap.type-2 .drop span a i {position: absolute; right: 10px; line-height: 35px; top: 0px;}
.drop-wrap.type-2 .drop span {padding: 0px;}
.drop-wrap.type-2 .drop-list.act {margin-top: 0px;}
.drop-wrap-s-4.color-6 {background: #F60; color: #fff;}
.drop-wrap.type-2.no-bg {background: none; border: 1px solid #eee; color: #333; border-radius: 5px;}
.drop-wrap.type-2.no-bg .drop {color: #333;}

.vertical-align.margin-160 {margin-top: 80px;}  
.baner-tabs.style-2 .drop-wrap-s-3 {height: 40px; line-height: 40px;}
.baner-tabs.style-2 .drop-wrap-s-3 .drop b {line-height: 40px;}
.baner-tabs.style-2 .drop-wrap-s-3 .drop .drop-list {line-height: 40px;}

.drop-wrap-s-4 { height: 50px; -moz-border-radius: 25px; border-radius: 25px; line-height: 50px; }

.drop-wrap-s-4 .drop { font-size: 14px; padding: 0px 20px; }
.drop-wrap.color-5 { background: #f8f8f8; border: 1px solid #f8f8f8; }

.drop-wrap.color-5 .drop { color: #b9b9b9; opacity: 1; }

.drop-wrap.color-5 .drop span { background: #f8f8f8; }

.drop-wrap.color-5 .drop span a:hover { background: #8b8b8b; }

.drop-wrap.color-5 .drop-list { color: #022c54; }

.drop-tabs b { display: none; }
.choose-hotel .drop-wrap-s-2 .drop .drop-list { right: 20px; top: 10px; }



.sidebar-category.color-3 a { color: #222; }

.sidebar-category.color-3 a:hover, .sidebar-category.color-3 li.active > a { color: #022c54; }

.sidebar-category.color-3 li li a { color: #b9b9b9; }
.sidebar-category.color-5 li { margin-bottom: 1px; }

.sidebar-category.color-5 a { background: #f8f8f8; color: #b9b9b9; padding: 13.5px 20px 13.5px 22px; }

.sidebar-category.color-5 a:hover, .sidebar-category.color-5 li.active > a { background: #022c54; color: #fff; }

.sidebar-category.color-5 ul { padding-left: 0px; padding-top: 0px; }

.sidebar-category.color-5 ul a { color: #b9b9b9; padding: 13.5px 20px 13.5px 44px; }

.sidebar-category.color-5 ul a { color: #b9b9b9; padding: 13.5px 20px 13.5px 44px; }

.sidebar-category.color-5 ul a:hover, .sidebar-category.color-5 ul li.active a { background: #fff; color: #2d3e50; }

.input-entry.color-6 .checkbox-form + label span.sp-check { background: #f8f8f8; border: 1px solid #ebebeb; }

.input-entry.color-6 .checkbox-form:checked + label span.sp-check i { color: #022c54; }

.input-entry.color-6 .checkbox-text { color: #222222; cursor: pointer; }

.drop-wrap { position: relative; float: left; width: 100%; display: block; height: 19px; transition: all ease .2s;}

.drop-wrap-rect{
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

.drop { position: absolute; display: block; left: 0px; top: 0px; width: 100%; color: rgba(255, 255, 255, 0.6); font-size: 13px; font-weight: 400; height: 100%; cursor: pointer; }

.drop b { position: relative; float: left; text-transform: capitalize; width: 100%; font-family: 'Varela Round', sans-serif; font-weight: 400; }

.drop .drop-list { position: absolute; font-size: 13px; top: 0px; right: 0px; padding-left: 10px; }

.drop span { position: absolute; left: 0; top: 31px; width: calc(100% + 2px); display: none; z-index: 50; border: 1px solid rgba(255, 255, 255, 0.6); margin: 0; margin-left: -1px; background: #fff; padding: 10px 0px; min-width: 100px; border: 1px solid rgba(219, 219, 219, 0.6); border-top: none;}

.drop-list.act { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); z-index: 51; margin-top: 3px; color: #777; }

.drop span { -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1); }

.drop span a { display: block; font-family: 'Varela Round', sans-serif; float: left; position: relative; width: 100%; text-decoration: none; text-align: left; line-height: 20px; color: #777; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; z-index: 52; text-transform: capitalize; padding: 6px 18px; }

.drop span a:hover { background: #f8f8f8; color: #222; }

.drop-wrap-s-2 { height: 40px; border: 1px solid rgba(255, 255, 255, 0.5); -moz-border-radius: 5px; border-radius: 5px; }

.drop-wrap-s-2 .drop { font-size: 16px; padding: 9px 20px; }

.drop-wrap-s-2 .drop .drop-list { font-size: 16px; }

.drop-wrap-s-3 { height: 60px; border: 1px solid #91d8f4; -moz-border-radius: 25px; border-radius: 25px; line-height: 60px; }
.contact-form .drop-wrap-s-3 .drop {font-size: 16px;}
.drop-wrap-s-3 .drop { font-size: 13px; line-height: 60px; font-weight: 400; color: rgba(255, 255, 255, 0.6); padding: 0px 20px; }

.drop-wrap-s-3 .drop .drop-list { right: 20px; }

.drop-wrap-s-4 { height: 50px; -moz-border-radius: 25px; border-radius: 25px; line-height: 50px; }

.drop-wrap-s-4 .drop { font-size: 14px; padding: 0px 20px; }
.drop-wrap-s-5 .drop {font-size: 16px;}

.drop-wrap-s-4 .drop .drop-list { right: 20px; }

.drop-wrap.color-2 { border: 1px solid rgba(219, 219, 219, 0.6); }

.drop-wrap.color-2 .drop { color: rgba(34, 34, 34, 0.6); opacity: 1; }

.drop-wrap.color-2 .drop-list { color: #1593d0; }

.drop-wrap.color-3 { border: 1px solid #2D3E50; }

.drop-wrap.color-3 .drop { opacity: 1; }

.drop-wrap.color-3 .drop b { color: #2D3E50; }

.drop-wrap.color-3 .drop-list { color: #2D3E50; }

.drop-wrap.color-4 { background: #fff; border: 1px solid #fff; }

.drop-wrap.color-4 .drop { color: #b9b9b9; opacity: 1; }

.drop-wrap.color-5 { background: #f8f8f8; border: 1px solid #f8f8f8; }

.drop-wrap.color-5 .drop { color: #b9b9b9; opacity: 1; }

.drop-wrap.color-5 .drop span { background: #f8f8f8; }

.drop-wrap.color-5 .drop span a:hover { background: #8b8b8b; }

.drop-wrap.color-5 .drop-list { color: #022c54; }

.tab-pane .c-button { margin-top: 30px; }

.drop-tabs b { display: none; }
.drop-wrap {
position: relative;
float: left;
width: 100%;
display: block;
height: 19px;
}
.drop-wrap-s-4 {
height: 50px;
-moz-border-radius: 25px;
border-radius: 25px;
line-height: 50px;
}

.drop-wrap.color-2 {
border: 1px solid rgba(219, 219, 219, 0.6);
}
.dropdown-wrap .drop-wrap {
/* margin-bottom: 20px; */
}

.drop b {
position: relative;
float: left;
text-transform: capitalize;
width: 100%;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
}
.section-full {
margin-top:2em;
}
.mainimp{
padding-left:1em;
font-size:20pt;
text-align:center;
padding-right:1em;

}

.pad-sec9{
padding-top:10px;
padding-left:9px;
border-radius:10px;
}
<style>
body {font-family: Arial;}

/* Style the tab */
.tab {
overflow: hidden;
/*  border: 1px solid #f1f1f1;
background-color: #f1f1f1;*/
width:100%;
margin-left::10px;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 15px 35px;
transition: 0.3s;
font-size: 17px;
width:100%;

}

/* Change background color of buttons on hover */
/*.tab button:hover {
background-color: #ddd;
}
*/
/* Create an active/current tablink class */
/*.tab button.active {
background-color: #ccc;
}*/


/* Style the tab content */
.tabcontent {
display: none;
padding: 15px 0px;
border: 0px solid #ccc;
border-top: none;
}

.imp-sec{
width:100%;
}
.pannll {
margin-bottom:10px;
}

.panel {
margin-bottom:8px !important;
background-color:#f8faf9;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
padding-top:8px;

}
.panel2 {
margin-bottom: 10px !important;
background-color:#f8faf9;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
padding-top:-10px;

}
.imp-space{
margin-left:0em;
background-color:#fafcfc;
}	
.row {
margin-right: 0px;
margin-left: 0px;

}
.pad-main{
margin-top:3em;
}
.pad-main2{
margin-top:2em;
}
.dropdown-menu{
margin-left:15%;
}

@media screen and (max-width:1066px){
.dropdown-menu{
margin-left:19%;
}
}
.space-bar{
margin-bottom:15px;
}
.pad-bar{
hight:150px;
padding-top:25px;
padding-bottom:20px;
}

.item-bar{
padding-top:10px;
}

.acod-title{
font-size:15px; padding-left:15px;
}
.acod-title a{color:#175887;}
.acod-title a:hover{color:#ff8c00;}
.read-room{
margin-top:2em;
}

.pad-img{
margin-right:1em;
}
.course-pad2{
margin-top:5px;
}

.pad-btn
{
padding-right:7em;
}

.pad-btn2{
padding-right:5em;
}
.pad-btn3{
padding-right:9em;
}
.pad-btn4{
padding-right:6em;
}
.pad-btn5{
padding-right:8em;
}
.pad-btn6{
padding-right:3em;
}

.crl-bar{
color:#FFFFFF;

}

.links {
transition: all 0.3s ease 0s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
text-decoration:none;
color:#ffffff;
}
.links:hover{
color:#ff8c00;
}
.links:active, a:hover, a:focus {
outline: none;
text-decoration:none;
}
.btn-lg {
padding: 10px 16px;
/* font-size: 18px; */
line-height: 1.3333333;
border-radius: 6px;
}

.font-sm{
font-size:10pt;
}

.imp-text{
line-height:25px;}

.cls-mar{
margin-top:3em;
}
.cls-mar0{
margin-top:3em;
margin-left:21em;
}
.cls-mar2{
margin-top:4em;
padding-left:4em;
}
.cls-mar4{
margin-top:4em;
padding-left:4em;
}
.cls-mar3{
margin-top:6em;
padding-left:5em;
}
.font-erp{
font-size:25pt;
color:red;
}
.text-sm{
font-size:10pt;
}
.imp-bor{
padding-top:1em;
padding-bottom:1em;
padding-left:10px;
padding-right:10px;
border: 1px solid #175887;
border-radius:5px;
}
.imp-bor2{
border-radius:5px 20px 5px;
background-color:#63C5CF;
padding-top:10px;
margin-top:-1em;
margin-right:1em;
}
.mt-10{margin-top:10px;} 
.mt-24{margin-top:15px;}
.mt-30{margin-top:30px;}
.mt-20{margin-top:20px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-40{margin-top:40px;}

.ml-10{margin-left:10px;}
.a:active,a:hover{outline:0}

 a.inner-links{color:#175887; text-decoration:underline;}
 a:hover.inner-links{color:#FF6600;}
 
 
 a.inner-links2{color:#fff; text-decoration:none;}
 a:hover.inner-links2{color:#FF6600;}
 
 a.read-links{color:#ffffff; text-decoration:none; font-size:20px;}
 a:hover.read-links{color:#FF9900;}


.spc-2{font-size:13pt;color:#175887;}
.book-1{margin-top:1em;}

.bp-1{padding-top:15px;}
.left-bar{margin-left:6em;}

.top-pad{font-size:16px; border-radius:5px;}

.txt-2 {margin-left:8em;}

.txt-lft{margin-left:3em;}


.brd-5{border:1px solid #CCCCCC; padding:3px; /*padding-left:10px; padding-right:10px; padding-top:5px;*/}
.brd-6{border:1px solid #CCCCCC; margin-top:4px;/*padding-left:10px; padding-right:10px; padding-top:5px;*/}

.brd-4{padding-top:2px;}
/*.collapse.in {
    display: block;
}
.collapse {
    display: none;
}*/

.course_grids .text-right {
text-align:left!important;
margin-bottom:0.2em;
}
.course_grids h5, .contact_grids h5 a {
font-size: 14px;
}
}
h3.tittle {
font-size: 3em;
}
.course input[type="submit"], .btn-banner {
padding: 2px 5px;
font-size: 10px;
letter-spacing: 15px;
}
.margin{
margin-left:0em;
}

.course input[type="email"],
.course input[type="text"],
.course select,
.course textarea {
outline: none; 
width: 80%;
box-sizing: border-box;
height: auto !important;
background: transparent;
color: #777 !important;
letter-spacing: 1px;
font-weight: 500;
border: none;
/*border: 1px solid #ccc;*/
border-bottom:1px solid  #EEEEEE;
text-transform: capitalize;
font-size: 13px;
padding: .3em 1em;
margin: 0px 0px 3px;
border-radius: 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

.course textarea {
min-height: 90px;
}

.course input[type="submit"],
.btn-banner {
background: #f53b57;
border: 2px solid #f53b57;
padding: 5px 10px;
outline: none;
color: #fff;
cursor: pointer;
font-size: 16px;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
}

.course input[type="submit"]:hover,
.btn-banner:hover {
background: transparent;
color: #f53b57;
}

.next-1{ padding-right:7em;}
.downloads{width:100% !important; }
.downloads li a{display:block; width:50%; float:left; padding:5px; }
.downloads li a div {background:#e6f0fc; border:1px solid #e6e4f8; padding:10px;  width:100%;}
.downloads li a:hover div {background:#FFC7CA; border:1px solid #FAB1B5; color:#333;}
.downloads li a div i {float:left; margin-right:10px; font-size:2.50em; line-height:45px;}
.downloads li a div p {margin-bottom:0; float:left;}
.downloads li a div p span{font-weight:bold;}

.accordion {
  background-color: #f8faf9;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #f4f4f4; 
}

.panel {
  padding: 0 0px;
  display: none;
  margin-top:5px;
  background-color: white;
  overflow: hidden;
}
.mt-5{margin-top:5px;}
.mr-25{margin-right:25px;}

.org-1 a {
    color: #175887;
}
.org-1 a:hover {
    color: #ff8c00;
}
button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}

.list-course li{float:left; width:100%; background-color: #f8faf9;
color: #444;
padding: 1px 15px;
width:;
border: none;
text-align: left;
outline: none;
font-size: 16px;
transition: 0.4s; margin-top:13px; vertical-align:middle;
line-height:30px;}
.list-text-course{vertical-align:middle !important;
}
#txt_city{ display:none; }

.imp-br{border: 1px solid #8fb1d7; text-align:center; padding:25px; color:#175887;}
.dap-8{border: 1px solid #8fb1d7; padding-left:20px; padding-right:20px; font-size:15px; color: #FF0066;}
.dap-9{padding-left:20px; padding-right:20px; font-size:16px; color: #FF0066;}
.fnt-sz{ color:#175887; font-size:16px;}
.fnt-size:{ font-size:24pt;  color:#175887;}
/*---------------shop-apaddingrea end---------------------*/

/*********************
****TESTIMONIAL CSS***
***********************/

.testimonial_area_page {
    margin-top: 0px;
}

.page_single_testimonial {
    background: hsl(204, 61.4%, 88.8%) none repeat scroll 0 0;
    border-bottom: 5px solid hsl(205.2, 70.9%, 31%);
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 5px;
}	

.page_single_testimonial > p {
    color: hsl(205.2, 70.9%, 31%);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
}
.page_single_testimonial > h3 {
    color: #175887;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
}
.page_single_testimonial span {
    color: hsl(0, 0%, 53%);
    font-size: 13px;
    font-weight: 400;
}
.page_single_testimonial:hover  p {
    color: #333;
}
.page_single_testimonial:hover  h3 {
    color: #000;
}
.page_single_testimonial:hover  span {
    color: #333;
}
.cta_area.testimonial_cta_area {
  margin-top: 61px;
}

.color-box span.default-color { background-color: #175887 }

.layout_mood .wide_mood {
  border-radius: 5px;
  color: #175887;
  background: #ffb72f;
  cursor: pointer;
  font-size: 13px;
  margin-right: 11px;
  padding: 4px 26px;
}

.site-button.button-3d {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*border-bottom: 4px solid rgba(0,0,0,.2);*/
    border-left: none;
    border-right: none;
    border-top: none;
	background-color: #fdc716;

}

.site-button, .site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}

.site-button {
    background-color: #efbb20;
}
.site-button.blue {
    background-color: #287dbb;
    color: #fff;
}
.site-button.blue:hover, .site-button.blue:active, .site-button.blue:focus {
    background-color: #175887;
    color: #fff;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.read-button.button-3d {
    color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    /*border-bottom: 4px solid rgba(0,0,0,.2);*/
    border-left: none;
    border-right: none;
    border-top: none;
	/*background-color: #fdc716;*/
	background: linear-gradient(90deg, rgba(147,178,221,1) 0%, rgba(180,207,238,1) 0%, rgba(103,143,190,1) 60%, rgba(31,82,144,1) 78%);

}

.read-button, .read-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
}

.read-button {
    background-color: #efbb20;
}
.read-button.blue {
    background-color: #287dbb;
    color: #fff;
}
.read-button.blue:hover, .read-button.blue:active, .read-button.blue:focus {
    background-color: #175887;
    color: #fff;
}