/*


******************************************* 
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Top header CSS
** - Navbar CSS
** - Hero slider CSS
** - About Us Area CSS
** - Popular Courses Area CSS
** - CTR Area CSS
** - Upcoming Events Area CSS
** - Why Choose us Area CSS
** - Counter Area CSS
** - Our Experienced Tutor Area CSS
** - Our Publications Area CSS
** - Latest News Area CSS
** - Our Feedback Area CSS
** - Footer area CSS
** - Re editing CSS
*/


/* ==============
    Default CSS 
==================================== */
/* @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700'); */
body {
    font-family: 'Raleway', sans-serif;;
    font-size: 15px;
}
a, a:hover, .btn {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #1f2d30;
}
h3 {
    line-height: 32px;
    font-size: 24px;
}
p {
    line-height: 30px;
    color: #666666;
    font-family: 'Raleway', sans-serif;;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 6px;
}
img {
    max-width: 100%;
}
button:focus {
    outline: 0;
}
.gdn-button{

background: #ff8200;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
}
/**/
.mt-100 {
    margin-top: 100px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-20 {
    margin-left: 20px;
}
/**/
/**/
.ptb-100_new {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-100 {
    
    padding-bottom: 18px;
}
.pb-180 {
    padding-bottom: 185px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-50_new {
    padding-top: 30px !important;
}

.pb-70 {
    padding-bottom: 70px;
}
.pb-50 {
    padding-bottom: 50px;
    margin-top: 30px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-180 {
    padding-bottom: 180px;
}
/**/
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.default-btn {
    background-color: #ef5f03;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.pay-btn {
    background-color: #ff8200;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 30px;
  border-radius:16px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
a .pay-btn:hover{

    color: #fff;
    
}
.demo-btn {
    background-color: #f58f00;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.demo-btn:hover {
    background-color: #f58f00;
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.default-btn:hover {
    background-color: #ff8200;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.white-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #172b56;
}
.white-bg {
    background-color: #fff !important;
}
.gray-bg {
    background-color: #fafafa !important;
}
.bor-right {
    border-right: 1px solid #ebebeb;
}
.bg-none {
    background-color: transparent !important;
}
.gray-border {
    border: 1px solid #ebebeb !important;
}
/* ==============
    End Default CSS 
==================================== */

/* ==============
    Preloader CSS 
==================================== */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.loader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.spinner {
	width: 60px;
	height: 60px;
	position: relative;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ff8200;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% { 
        -webkit-transform: scale(0.0) 
    }
    50% { 
        -webkit-transform: scale(1.0) 
    }
}
@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ==============
    End Preloader CSS 
==================================== */

/* ==============
    Top header CSS 
==================================== */
.top-header {
    background-color: #f1640a;
}
.top-header ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.top-header ul li {
    display: inline-block;
    color: #fff;
}
.top-header ul li a {
    color: #fff;
}
.top-header ul li a:hover {
    color: #172b56;
}
.top-info-links li {
    margin-right: 15px;
}
.top-info-links li i {
    padding-right: 3px;
    font-size: 20px;
}
.top-social-links li {
    margin-right: 15px;
}
.top-social-links li i {
    font-size: 16px;
}
.login-regi-links::before {
    background-color: #f1640a;
    width: 1px;
    height: 100%;
    content: "";
    left: -5px;
    top: 0;
    position: absolute;
}
.login-regi-links li {
    margin-left: 10px;
}
.login-regi-links a {
    font-weight: 600;
}
/* ==============
    End Top header CSS 
==================================== */

/* ==============
    Navbar CSS 
==================================== */


/*=======new css end=====*/



/*------course-list-----*/
.contest-img-box{
    margin-bottom: 60%;
}
.adviser p{
font-size: 18px;
font-weight: 600;
text-align: center;
color: #fff;
margin-top: 18px;
}
.course-box{
padding: 10px 5px 10px 5px;
background-color: #f2eee2;
text-align: center;
border-left: solid 3px #ed6e1e;
box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.10);
}
.course-box h6{
   color: #172b56;
   font-size: 14px;
   font-weight: 700;
   font-style: normal;

}
.course-box span{
    font-size: 12px;
    font-style: italic;
    color: #4a5c84;
}

.course-list h3{
text-align: center;
width: 100%; 
color: #172b56;
font-weight: 800; 
margin-top: 35px;
margin-bottom: 35px;
}

/*------course list end-----*/
.gdn-info-block{
    margin-top: 40px;
}

.about-us-box p{
    text-align: center;
}
.modal-btn{
    margin-top: 10px;
    background-color: #ed6e1e;
    border:none;
}
.modal-btn:hover{
background-color: #ff8335;
border:none;

}
.nurse_cont_btn{
font-weight: bold;
background-color: #ed6e1e;
border: none;
border-radius: 16px;
float: right;
margin-top: -8px;
}
.nurse_cont_btn:hover{
background-color: #ff8335;
border:none;
}
.menu_bar{
    float: right;
   width: 100%;
   background-color: #fff !important;
   padding-bottom: 10px !important;
   padding-top: 10px !important;

}
.navbar-expand-lg .navbar-collapse{
     display: inline !important;
}
.navbar-nav{
    float: right;

}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #000 !important;
}
/*------starts modal popup----*/
.reg-button{
    margin-top: -8px;
    background-color:  #ff8200;
    border: none;
    box-shadow: none;
    font-weight: 800;
    border-radius: 15px;
}
.reg-button:hover{
background-color:  #ef5f03;
border: none;
}
.reg-button:focus{
    box-shadow:  none;
}
.modal-title{
width: 100%;
text-align: center;
color: #27334d;
font-size: 30px;
font-weight: 800;

}

/*------end modal popup----*/

.reg-button2{
font-weight: bold;
background-color: #ed6e1e;
border: none;
border-radius: 16px;
}
.reg-button2:hover{
background-color: #ff8335;
}
.bg1{
    background-color: #27334d;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ed6e1e;
}
.bg2{
    background-color: #fff !important;
}

.bg_image{
    background-image: url(../img/gudjob/bg2.jpg);
    background-size: cover;
}
.blue_bar{
    float: left;
    width: 100%;
    background-color: #27334d;
    border-bottom: 2px solid #ed6e1e;


}
.blue_bar h2{
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    text-align: center !important;
    font-family: 'Raleway', sans-serif;
    display: inline;
    word-spacing: 5px;
    
}

.blue_bar h3{
    color: #fff;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
    display: inline;
}
.blue_bar span{
    font-weight: 900;
    font-style: italic;
}
.card-title{
    font-size: 17px;
    color: #172b56;
    font-weight: bold;
}

.video_btn{
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 16px;
    margin-bottom: 22px;
    margin-left: 15px;
    color: #fff;
    border:2px solid ;
    font-weight: 800;
    margin-right: 20px;
    display: inline;
}
.video_btn:hover{
    background-color: #ed6e1e;
    border:#fff;
    border:2px solid #ed6e1e;
}
.enroll_btn{
padding-left: 18px;
padding-right: 18px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
color: #172b56;
border:1px solid #172b56;
margin-right: 20px;
text-align: left;
}
.enroll_btn:hover{
    background-color: #172b56;
}
.flexi{
    display: flex;
}
.middl{
    text-align: center;
    width: 100%;
}
.bg3{
    background-color: #172b56;
}
.triangle-bottomright{
      width: 0;
      height: 0;
      border-bottom: 56px solid #172b56;
      border-left: 63px solid transparent;
      float: right;
      margin-right: -20px;
      margin-bottom: -34px;
}
.bg{
    margin-bottom: 40px;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.20);
}
.omg{
width: 100%;
text-align: center;
padding-bottom: 35px;
font-family: 'Raleway', sans-serif;}

.we-offer h4{
font-weight: 500;
margin-bottom: 23px;
}
/*----- rounded slider css------*/
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius:75px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 35px;
    padding-top: 35px;
}
.oversea{
    padding-top: 20px;
    color: #172b56;
}
.flags p{
    text-align: center;
    color: #172b56;
    font-size: 20px;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*------rounded slider end------*/ 



.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.edu-navbar {
	background-color: #fff;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-light .navbar-brand {
	padding: 0;
}
.navbar-light .navbar-brand img {
    width: 115px;
}
.edu-navbar .navbar-nav .nav-link {
	text-transform: capitalize;
	padding: 10px 15px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.edu-navbar .navbar-nav .dropdown-item {
    padding: 10px 15px;
}
/*
.edu-navbar .active a, 
.edu-navbar .active a:focus, 
.edu-navbar .active a:hover, 
.edu-navbar li a:hover, 
.edu-navbar li a:focus, 
.edu-navbar .navbar>.show>a, 
.edu-navbar .navbar>.show>a:focus, 
.edu-navbar .navbar>.show>a:hover{
    color: #000;
    background: transparent;
    outline: 0;
}*/
.edu-navbar .navbar-nav .active>.nav-link, 
.edu-navbar .navbar-nav .nav-link.active, 
.edu-navbar .navbar-nav .nav-link.show, 
.edu-navbar .navbar-nav .show>.nav-link {
    color: #ed6e1e;
}
.edu-navbar .dropdown-item.active, .edu-navbar .dropdown-item:active {
    color: #ed6e1e;
    background-color: #fff;
}
.edu-navbar i.icofont-search {
    font-size: 18px;
} 
.edu-navbar i.icofont-cart-alt {
    font-size: 20px;
}
/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*first level*/
.edu-navbar .collapse ul > li:hover > a {
    background: #f5f5f5;
}
.edu-navbar .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
	background: #fff;
	color: #172b56;
}
/*second level*/
.edu-navbar .collapse ul ul ul > li:hover > a {
	background: #fff;
	color: #172b56;
}
/*third level*/
.edu-navbar .collapse ul ul, .edu-navbar .collapse ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul, .edu-navbar .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul ul, .edu-navbar .collapse ul ul ul ul.dropdown-menu {
    background:#f5f5f5
}










/*Drop-down menu work on hover*/


@media only screen and (max-width: 991px) {
    .edu-navbar .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    
}
@media only screen and (min-width: 991px) {
    .edu-navbar .dropdown > .dropdown-menu, .edu-navbar .cart-item .dropdown-menu {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        display: block;
    }
    .edu-navbar .dropdown:hover > .dropdown-menu, .edu-navbar .cart-item:hover .dropdown-menu {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .edu-navbar .collapse ul li {
        position:relative;
    }
    .edu-navbar .dropdown ul li:hover> ul {
        display:block
    }
    .edu-navbar .collapse ul ul {
        position:absolute;
        top:100%;
        left:0;
        min-width:250px;
        display:none;
    }
    .edu-navbar .collapse ul .cart-item ul {
        right: 0; 
        left:auto; 
        width:300px;
    }
    .edu-navbar .collapse ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul li:hover> ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul {
        position:absolute;
        top:0;
        left:100%;
        min-width:250px;
        display:none
    }
    .edu-navbar .collapse ul ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul ul li:hover ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul ul {
        position:absolute;
        top:0;
        left:-100%;
        min-width:250px;
        display:none;
        z-index:1
    }
}
/**/
.cart-item .nav-link {
    position: relative;
}
.cart-item .nav-link span {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	background: #172b56;
	color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	top: 2px;
	border-radius: 50%;
	line-height: 20px;
	right: -1px;
	font-size: 12px;
}
.cart-item ul li {
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}
.cart-item ul li img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
}
.cart-item ul li .description a {
    color: #172b56;
    font-size: 15px;
}
.cart-item ul li .description a:hover {
    color: #000;
}
.cart-item ul li .price {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.cart-item ul li .price del {
    color: #777;
    font-weight: 300;
    padding-right: 5px;
}
.cart-item ul li .total {
    padding-left: 22px;
    font-size: 15px;
}
.cart-item ul li a.checkout {
    font-size: 14px;
    border: 1px solid #172b56;
    color: #172b56;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.checkout:hover {
    background-color: #ff007d !important;
    border: 1px solid #ff007d !important;
    color: #fff !important;
}
.cart-item ul li a.view-cart {
    font-size: 14px;
    border: 1px solid #172b56;
    color: #172b56;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.view-cart:hover {
    background-color: #ff007d !important;
    border: 1px solid #ff007d !important;
    color: #fff !important;
}
.cart-item .dropdown-toggle::after {
    display: none;
}
/**/

/**/
.edu-navbar2 .navbar-brand {
    z-index: 20;
}
.edu-navbar2:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar3 .navbar-brand {
    z-index: 20;
}
.edu-navbar3:before {
    content: "";
    position: absolute;
    background-color: #172b56;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar4 .navbar-brand {
    z-index: 20;
}
.edu-navbar4:before {
    content: "";
    position: absolute;
    background-color: #172b56;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    width: 340px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
@media only screen and (min-width: 1480px) {
    .edu-navbar2:before {
        width: 500px;
    }
    .edu-navbar3:before {
        width: 500px;
    }
    .edu-navbar4:before {
        width: 500px;
    }
}
@media only screen and (min-width: 1700px) {
    .edu-navbar2:before {
        width: 700px;
    }
    .edu-navbar3:before {
        width: 700px;
    }
    .edu-navbar4:before {
        width: 650px;
    }
}
/**/

/**/
.searchmodal {
    padding: 0 !important;
}
.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}
.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
 
    border: none;
    display: table-cell;
    vertical-align: middle;
}
.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
}
.search-form {
    position: relative;
}
.search-form .form-control {
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    height: 60px;
    font-size: 25px;
    padding: 0;
    border-color: #e9ecef;
}
.search-form .form-control:focus {
    border-color: #ff8200;
}
.search-form .search-btn {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.search-form .search-btn:hover {
    color: #ff8200;
}
.searchmodal button.close {
	border: 1px solid #ff3547;
	color: #ff3547;
	opacity: 1;
	padding: 0 !important;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}
.searchmodal button.close:hover {
    background-color: #ff3547;
    color: #fff !important;
    opacity: 1 !important;
}
.searchmodal .modal-header {
    border: none;
}
.modal-dialog{
    animation:modal-dialog 1s;
    -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);};
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-o-keyframes modal-dialog{
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/**/
/* ==============
    End Navbar CSS 
==================================== */

/* ==============
    Hero Slider CSS 
==================================== */
.hero-slider-item {
    height: 495px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.hero-slider-item::before {
    content: "";
    position: absolute;
   /*  background-color: #000; */
    width: 100%;
    height: 100%;
   /*  opacity: .7; */
    left: 0;
    top: 0;
}
/* .item-bg-1 {
    background-image: url("../img/slider/4jpg");
} */
.item-bg-1 {
    background-image: url("../img/slider/ielts-online.jpg");
} 
.item-bg-2 {
    background-image: url("../img/slider/gdn-slider.jpg");
}
.item-bg-3 {
    background-image: url("../img/slider/2.jpg");
}
.item-bg-4 {
    background-image: url("../img/slider/3.jpg");
}
.hero-slider-text {
    padding: 0 15px;
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.welcome-text {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.hst-text-center {
    text-align: center;
}
.hst-text-center p {
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero-slider-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}
.hero-slider-text p {
    color: #fff;
    font-size: 16px;
    margin: 30px 0 40px;
    max-width: 585px;
}
.hero-slider .owl-item.active h1, .hero-slider2 .owl-item.active h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
.hero-slider .owl-item.active p, .hero-slider2 .owl-item.active p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn, .hero-slider2 .owl-item.active .slider-btn {
    -webkit-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both;
}
.owl-theme-1 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 0 100px 100px 0 !important;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
}
.owl-theme-1 button.owl-prev i {
    padding-right: 5px;
}
.owl-theme-1 button.owl-prev:hover, .owl-theme-1 button.owl-next:hover {
    background-color: #FF007D !important;
    color: #fff;
}
.owl-theme-1 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 100px 0 0 100px !important;
    margin-top: -70px !important;
    margin-right: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
}
.owl-theme-1 button.owl-next i {
    padding-left: 5px;
}
.owl-theme-1 .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.owl-theme-1 .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background-color: rgb(255, 255, 255, .7);
    border-radius: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.owl-theme-1 .owl-dots .owl-dot.active span, .owl-theme-1 .owl-dots .owl-dot:hover span {
    background: #172b56;
}
/* Owl Theme Style Two */
.owl-theme-2 .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme-2 .owl-prev {
    margin: 0 -9px 0 0px !important;
    padding: 0 !important;
}
.owl-theme-2 .owl-prev i {
    background-color: #f2eee2;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    width: 80px;
    height: 40px;
    display: inline-block;
    color: #464e4e;
    line-height: 40px;
    font-size: 30px !important;
}
.owl-theme-2 .owl-prev:hover {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.owl-theme-2 .owl-next {
    margin: 0 0px 0 -9px !important;
    padding: 0 !important;
}
.owl-theme-2 .owl-next i {
    background-color: #ffff00;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 80px;
    height: 40px;
    display: inline-block;
    color: #000;
    line-height: 40px;
    font-size: 30px !important;
}
.owl-theme-2 .owl-next:hover {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.owl-theme-2 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.owl-theme-2 .owl-dot span {
    width: 17px !important;
    height: 7px !important;
    margin: 0 4px !important;
    background: #f2eee2 !important;
    border-radius: 0 !important;
    -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.owl-theme-2 .owl-dots .owl-dot.active span, .owl-theme-2 .owl-dots .owl-dot:hover span {
    background: #ff8200 !important;
}
/* End owl Theme Style Two */
/* ==============
    End  Hero Slide CSS 
==================================== */

/* ==============
    Hero Area CSS 
==================================== */
.hero-area {
    background-image: url(../img/hero-area-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 420px;
}
.hero-area:before {
    background-color: rgba(0, 0, 0, .6);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/**/
.hero-area_nw {
    background-image: url(../img/campusbest/our-process.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 485px;
}
.hero-area_nw:before {
    /* background-color: rgba(0, 0, 0, .6); */
  /*  background-image: linear-gradient(192deg,#ff63005c 0%,#85523280 100%);*/
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/**/
.hero-textarea {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}
.hero-title {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
    position: relative;
}
.search-course-form {
    position: relative;
    max-width: 650px;
    margin: 40px auto 0;
}
.search-course-form .form-control {
    height: 60px;
    padding: 10px 30px;
    font-family: 'Raleway', sans-serif;
}
.search-course-form .form-control:focus {
    border-color: #172b56;
}
.search-course-form .search-btn {
    background-color: #172b56;
    border: 1px solid #172b56;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    border-radius: 0px;
    cursor: pointer;
}
.search-course-form .search-btn:hover {
    background-color: #e62d88;
    border: 1px solid #e62d88;
}
.down-arrow {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 40px;
    margin: auto;
    max-width: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
/* ==============
    End  Hero Area CSS 
==================================== */

/* ==============
    End  Hero Area CSS 
==================================== */
.single-categorie {
    margin-bottom: 30px;
    background-size: cover;
    text-align: center;
    position: relative;
    border-radius: 0;
}
.em-bg {
    -webkit-clip-path: polygon(11% 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(11% 0, 100% 0%, 88% 100%, 0% 100%);
}
.single-categorie:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}
.single-categorie a {
    color: #fff;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    display: block;
    padding: 50px 10px;
}
.single-categorie a:hover {
    background-color: #172b56;
    color: #fff;
    opacity: .8;
    border-radius: 6px;
}
.cate-bg-1
{
    background-image: url(../img/gudjob/categ_im1.jpg);
}
.cate-bg-2
{
    background-image: url(../img/gudjob/categ_im2.jpg);
}
.cate-bg-3
{
    background-image: url(../img/gudjob/categ_im3.jpg);
}
.cate-bg-4
{
    background-image: url(../img/gudjob/categ_im4.jpg);
}


.cag-bg-1 {
    background-image: url(../img/categories/1.png);
}
.cag-bg-2 {
    background-image: url(../img/categories/2.png);
}
.cag-bg-3 {
    background-image: url(../img/categories/3.png);
}
.cag-bg-4 {
    background-image: url(../img/categories/4.png);
}
.cag-bg-5 {
    background-image: url(../img/categories/5.png);
}
.cag-bg-6 {
    background-image: url(../img/categories/6.png);
}
.cag-bg-7 {
    background-image: url(../img/categories/7.png);
}
.cag-bg-8 {
    background-image: url(../img/categories/8.png);
}
.categorie-slider button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5) !important;
    height: 100%;
    width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important; 
    font-size: 20px !important;
}
.categorie-slider button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5) !important;
    height: 100%;
    width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important; 
    font-size: 20px !important;
}
.categorie-slider .single-categorie {
    margin: 0;
}
/* ==============
    End  Hero Area CSS 
==================================== */

/* ==============
    About Us Area CSS 
==================================== */
.radius-5 {
    border-radius: 5px;
}
.about-us-text {
    padding-top: 15px;
}
.about-us-text1 {
    padding-top: 15px;
}
.about-us-text h4 {
    font-weight: 400;
    font-size: 23px;
    color: #ff8200;
}
.about-us-text hr{
background-color: #172b56;
width: 40%;
float: left;
padding: 1px;
}

.training-info h4 {
    font-weight: 400;
    font-size: 23px;
    color: #fff;
	background: #172b56;
	padding: 10px;
}
.about-us-text1 h4 {
    font-weight: 400;
    font-size: 23px;
    color: #ff8200;
}
.about-us-text1 P {
    text-align:justify
}
.about-us-text h2 {
    font-size: 33px;
    font-weight: 700;
    color: #172b56;   
}
.about-us-text1 h2 {
    font-size: 23px;
    font-weight: 700;
    color: #172b56;
}
.about-us-text1 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #172b56;
}
.about-us-text h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align:justify;
}
.about-us-text1 h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align:justify;
}
.about-us-text .default-btn {
    margin-top: 12px;
}
.about-us-text1 .default-btn {
    margin-top: 12px;
}
.about-video-intro {
    background-image: url(../img/about2.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    width: 95%;
    
}
.about-video-intro_new {
   /*  background-image: url(../img/trainning_img.jpg); */
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    width: 95%;
    margin-bottom: 20px;
}
.about-video-intro:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
   /*  background-color: rgba(0, 0, 0, .2); */
    left: 0;
    top: 0;
}
.about-video-intro_new:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
  /*   background-color: rgba(0, 0, 0, .2); */
    left: 0;
    top: 0;
}
.about-video-intro:after {
   /*  background-image: url(../img/pattern-bg.png); */
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 20px;
    top: 20px;
    z-index: -1;
}
.about-video-intro_new:after {
    /* background-image: url(../img/trainning_img2.jpg); */
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 20px;
    top: 20px;
    z-index: -1;
}
.about-us-box {
    margin-top: -72px;
    z-index: 900;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px #ebebeb;
    padding: 30px;
}
.about-us-box .about-video-intro:after {
    left: 10px;
    top: 10px;
}
.about-us-box .about-video-intro_new:after {
    left: 10px;
    top: 10px;
}
.about-us-box .about-video-intro {
    height: 365px;
    width: 99%;
    margin-bottom: 10px;
}
.about-us-box .about-video-intro_new {
    height: 365px;
    width: 99%;
    margin-bottom: 10px;
}
.about-us-box .about-us-text {
    padding-top: 25px;
    text-align:justify;
}
.page-banner {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.page-banner_new {
    background-image:url(../img/xcelcy/banner11.jpg);
    padding-top: 82px;
    padding-bottom: 82px;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.banner-bg-one {
    background-image: url(../img/page-banner-bg1.jpg);
}
.banner-bg-one:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-bg-one_new {
    background-image: url(../img/xcelcy/german-training.jpg);
    padding: 197px 0;
}
.banner-bg-one_new:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/*aus*/
/**/
.banner-ielts {
    background-image: url(../img/ielts.jpg);
    padding: 320px 0;
}
.banner-ielts:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**/

.banner-myfuture {
    background-image: url(../img/myfuture/banner.jpg);
    padding: 40px 0;
}
.banner-myfuture:before {
    content: '';
    position: absolute;
    background: linear-gradient(130deg,#ff8200 25%,#bdbdbdb3 86%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**/
.banner-mkt {
    background-image: url(../img/myfuture/banner_mkt.jpg);
    padding: 60px 0;
}
.banner-mkt:before {
    content: '';
    position: absolute;
    /* background: linear-gradient(130deg,#ff8200d4 25%,#bdbdbdb3 86%);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/

.banner-startup {
    background-image: url(../img/myfuture/banner_startup.jpg);
    padding: 80px 0;
}
.banner-startup:before {
    content: '';
    position: absolute;
    /*background: linear-gradient(130deg,#ff8200db  25%,#bdbdbdb3 86%);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-form {
    background-image: url(../img/myfuture/form_banner.jpg);
    padding: 80px 0;
}
.banner-form:before {
    content: '';
    position: absolute;
    /*background: linear-gradient(130deg,#ff8200db  25%,#bdbdbdb3 86%);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-business {
    background-image: url(../img/myfuture/banner_business.png);
    padding: 68px 0;
}
.banner-business:before {
    content: '';
    position: absolute;
    /*background: linear-gradient(130deg,#ff8200db  25%,#bdbdbdb3 86%);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-epic_75 {
    background-image: url(../img/xcelcy/epic_75.png);
    padding: 320px 0;
}
.banner-epic_75:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-short {
    background-image: url(../img/xcelcy/short_banner.jpg);
    padding: 90px 0;
}
.banner-short:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/

.banner-epic_125 {
    background-image: url(../img/xcelcy/epic_one.png);
    padding: 320px 0;
}
.banner-epic_125:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-bls {
    background-image: url(../img/xcelcy/heart.jpg);
    padding: 147px 0;
}
.banner-bls:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.banner-nurse {
    background-image: url(../img/xcelcy/nurse_banner.jpg);
    padding: 92px 0;
}
.banner-nurse:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**/
.banner-epic_cafe {
    background-image: url(../img/xcelcy/cafe.png);
    padding: 320px 0;
}
.banner-epic_cafe:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**/
.banner-bg-one_aust {
    background-image: url(../img/banner.jpg);
    padding: 155px 0;
}
.banner-bg-one_pay {
    background-image: url(../img/payment-banner.jpg);
    padding: 155px 0;
}
.banner-bg-one_ielts {
    background-image: url(../img/slider/demo4.jpg);
    padding: 155px 0;
}
.banner-bg-one_aust:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-bg-one_lelts:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-gudjob {
    background-image: url(../img/gudjob/nurse1.jpg);
    padding: 50px 0;
}
.banner-gudjob:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-myfuture1{
    background-image: url(../img/myfuture/myfuture_banner.jpg);
   padding: 40px 0;
}

.banner-ukraine {
    background-image: url(../img/campusbest/doctors-ukraine.jpg);
    padding: 70px 0;
}
.banner-ukraine:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-germany {
    background-image: url(../img/campusbest/banner_germany.jpg);
    padding: 155px 0;
}
.banner-germany:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**/

.banner-job_post {
    background-image: url(../img/gudjob/banner.jpg);
    padding: 80px 0;
}
.banner-job_post:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-hire {
    background-image: url(../img/gudjob/hire_bg.jpg);
    padding: 155px 0;
}
.banner-hire:before {
    content: '';
    position: absolute;
   /*  background-color: rgba(0, 0, 0, .7); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/**/
.banner-bg-two {
    background-image: url(../img/page-banner-bg_abt.jpg);
    padding: 80px 0px;
}
.banner-bg-two:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-text {
    position: relative;
}
.banner-text h1 {
    color: #fff;
    margin: 0;
    font-size: 33px;
    font-weight: 700;
   
}
.banner-text ol.breadcrumb {
    margin: 15px 0 0;
    display: block;
    background-color: transparent;
    padding: 0;
}
.banner-text ol.breadcrumb li {
    display: inline-block;
    font-size: 20px;
}
.banner-text ol.breadcrumb li a {
    color: #fff;
}
.banner-text ol.breadcrumb li a:hover {
    color: #ed6e1e;
}
.banner-text .breadcrumb-item.active {
    color: #ed6e1e;
}
/* ==============
    End About Us Area CSS 
==================================== */

/* ==============
    Popular courses CSS 
==================================== */
.popular-courses {
    background-color: #e0e0e0;
    padding-bottom:70px;
}
.banner-about{
	margin-left: 90px;
}
.section-header {
    margin-top:15px;
    margin-bottom: 35px;
    text-align: center;
}
.section-header i {
    color: #ff8200;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.section-header h2 {
    font-size: 33px;
    font-weight: 600;
    color: #172b56;
    margin: 0;
}
.section-header p {
   /*  max-width: 500px; */
    margin: 20px auto 0;
}
.single-course {
    background-color: #fff;
    position: relative;
}

span.free-course {
    font-family: 'Raleway', sans-serif;;
    position: absolute;
    right: 0;
    background-color: #172b56;
    color: #fff;
    height: 35px;
    width: 80px;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    padding-left: 18px;
    bottom: -4px;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 26% 50%);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 26% 50%);
}
.thumb-img {
    display: block;
    position: relative;
}
.thumb-img img {
    width: 100%;
}
.course-caption {
    padding: 25px 25px 30px;
    position: relative;

}
.course-position{
position: absolute;
top:-335%;
z-index: 999;
background: #fff;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
opacity: 0.8;
flex: 1;
min-height: 180px;
}

.rounded-corner{
background-color: #76c2af;
border-top-left-radius: 20px;
margin-left: 20px;
border-bottom-left-radius: 20px;
min-height: 298px;
margin-bottom: 20px;
}

.course-caption h3 {
    font-size: 19px;
    padding: 10px 5px 0px 10px;
    font-weight: 800;
}
.course-caption h3 a {
    color: #1f2d30;
}
.course-caption h3 a:hover {
    color: #172b56;
}
.course-caption h5{
    color: #172b56;
    padding: 0px 5px 5px 10px;
}
.course-caption p{
    color: #000;
    padding: 3px 5px 0px 10px;

}

.course-foot {
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
    margin-top: 15px;
}
.course-foot img {
    border-radius: 50%;
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #172b56;
}
.course-foot a {
    color: #1f2d30;
    font-size: 17px;
}
.course-foot a:hover {
    color: #172b56;
}
.course-foot .price {
    color: #172b56;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600; 
}
.course-foot .price del {
    color: #777;
    padding-right: 5px;
    font-weight: 500;
}
.owl-theme-s2 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 100px 0 0 100px !important;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    color: #ed6e1e !important;
}
.owl-theme-s2:hover button.owl-prev {
    left: -50px;
    opacity: 1;
}
.owl-theme-s2 button.owl-prev i {
    padding-left: 5px;
}
.owl-theme-s2 button.owl-prev:hover, .owl-theme-s2 button.owl-next:hover {
    background-color: #ff8200 !important;
    color: #fff !important;
}
.owl-theme-s2 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 0 100px 100px 0 !important;
    margin-top: -70px !important;
    margin-right: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    color: #ed6e1e !important;
}
.owl-theme-s2:hover button.owl-next {
    right: -50px;
    opacity: 1;
}
.owl-theme-s2 button.owl-next i {
    padding-right: 5px;
}
.owl-theme-s2 .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.owl-theme-s2 .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px; 
    background-color: rgb(255, 255, 255, .7);
}
.owl-theme-s2 .owl-dots .owl-dot.active span, .owl-theme-s2 .owl-dots .owl-dot:hover span {
    background: #172b56;
}
/* Single Courses */
.single-course-header {position: relative;}
.single-course-header span.free-course {
    height: 40px;
    width: 90px;
    line-height: 40px;
    padding-left: 25px;
    bottom: 25px;
}
.single-course-header h2 {
    font-size: 30px;
    margin-top: -8px;
}
ul.course-meta {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 15px;
}
ul.course-meta li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #ebebeb;
    padding-right: 20px;
    margin-bottom: 15px;
}
ul.course-meta li:last-child {
    border-right: none;
    margin-right: 0;
}
ul.course-meta .author {
    position: relative;
    padding-left: 80px;
}
ul.course-meta .author .thumb {
    position: absolute;
    left: 0;
    top: -5px;
    width: 60px;
}
ul.course-meta .author .thumb img {
    border-radius: 50%;
}
ul.course-meta a {
    color: #212529;
    font-weight: 500;
}
ul.course-meta a:hover {
    color: #172b56;
}
.review-stars i {
    color: #ffaa30;
    font-size: 14px;
}
.course-accordion {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
}
.course-accordion-list {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background-color: #fdfdfd;
}
.course-accordion-list:last-child {
    border-bottom: none;
}
.course-accordion-content {display: none;}
.ca-section-title {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 16px 35px 16px 25px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
.ca-section-title.active {
    background-color: #f2eee2;
    color: #172b56;
}
.ca-section-title:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 20px;
    content: " ";
    top: 27px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ca-section-title.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.course-section-content {
    padding: 5px 25px;
    margin: 0;
    list-style-type: none;
}
li.course-lesson {
    border-top: 1px solid #ebebeb;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
    padding-right: 200px;
    position: relative;
}
li.course-lesson:first-child {
    border-top: none;
}
li.course-lesson .lesson-title {
    color: #212529;
}
li.course-lesson .lesson-title:hover {
    color: #172b56;
}
li.course-lesson span.number {
    font-weight: 600;
    padding-right: 5px;
}
a.lesson-preview {
    background-color: #172b56;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 15px;
    border-radius: 30px;
    margin-left: 10px;
}
a.lesson-preview:hover {
    background-color: #000;
    color: #fff;
}
.lp-looked {
    background-color: #ccbebe;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 15px;
    border-radius: 30px;
    margin-left: 10px;
}
a.attrachment, a.attrachment-video, a.question {
    color: #000;
    padding-left: 10px;
}
a.attrachment:hover, a.attrachment-video:hover, a.question:hover {
    color: #172b56;
}
.fr {
    float: right;
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 0;
}
.fr i {
    color: #584f4f;
    font-size: 13px;
    padding-right: 2px
}
.fr i:hover {
    color: #172b56;
}
.single-course-info {
    background-color: #f2eee2;
}
.single-course-info .title {
    background-color: #172b56;
    color: #fff;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.single-course-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-course-info ul li {
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.single-course-info ul li .date {
    float: right;
}
.single-course-info ul li i {
    color: #172b56;
    padding-right: 5px;
    font-size: 17px;
}
.single-course-info .price {
    text-align: center;
    font-size: 16px;
    background-color: #172b56;
    color: #fff;
    display: block;
    width: 90px;
    height: 44px;
    line-height: 44px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    float: left;
    padding-right: 10px;
}
.single-course-info .se-info-foot {
    padding: 20px;
    overflow: hidden;
    text-align: right;
}
.about-instructor {
    background-color: #fafafa;
    padding: 25px;
}
.about-instructor .title {
    margin-bottom: 30px;
}
.about-instructor-content {
    position: relative;
    padding-left: 100px;
    padding-top: 11px;
    margin-bottom: 25px;
}
.about-instructor-content img {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
}
.about-instructor-content h6 {
    margin: 0;
}
.about-instructor-content h6 a {
    color: #000;
}
.about-instructor-content p {
    margin: 0;
}
.about-instructor-content ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.about-instructor-content ul li {
    display: inline-block;
    margin-right: 5px;
}
.about-instructor-content ul li:last-child {
    margin-right: 0;
}
.about-instructor-content ul li i {
    background-color: #172b56;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 5px;
    text-align: center;
    line-height: 30px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.about-instructor-content ul li i:hover {
    background-color: #000;
    color: #fff;
}
.comment-area .media {
    margin-top: 20px;
    background-color: #fafafa;
    padding: 25px;
}
.comment-area .media .media-body .media {
    margin-top: 20px;
    background-color: #fff;
}
.comment-area .media > .media-body > .media > img {
    height: 80px;
    width: 80px;
}
.comment-area .media img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.comment-area .media span.date {
    margin-bottom: 8px;
    display: block;
}
a.reply {
    background-color: #172b56;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    height: 30px;
    width: 70px;
    line-height: 30px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
a.reply:hover {
    background-color: #172b56;
    color: #fff;
}
.comment-form {
    margin-top: 20px;
}
.comment-form .form-control {
    border-radius: 0;
    background-color: #fafafa;
    border-color: #f1f1f1;
}
.comment-form .form-control:focus {
    border: 1px solid #172b56;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.widget .title {
    background-color: #f2eee2;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.categories-widget {
    border: 1px solid #ebebeb;
    background-color: #fdfdfd;
}
.categories-widget ul {
    list-style-type: none;
    padding: 10px 20px 20px;
    margin: 0;
}
.categories-widget ul li {
    position: relative;
    border-bottom: 1px solid #fbf1f1;
}
.categories-widget ul li:last-child {
    border-bottom: none;
}
.categories-widget ul li a {
    color: #212529;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-family: 'Raleway', sans-serif;
}
.categories-widget ul li a:hover {
    color: #172b56;
}
.categories-widget ul li:first-child a {
    padding-top: 0;
}
.categories-widget ul li:last-child a {
    padding-bottom: 0;
}
.categories-widget ul li a span {
    float: right;
}
.tags-widget {
    border: 1px solid #ebebeb;
    background-color: #fdfdfd;
}
.tags-widget ul {
    padding: 30px 20px 20px;
    margin: 0;
    list-style-type: none;
}
.tags-widget ul li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.tags-widget ul li a {
    display: inline-block;
    background-color: #f2eee2;
    padding: 6px 20px;
    color: #172b56;
    font-size: 14px;
    border-radius: 30px;
    font-family: 'Raleway', sans-serif;}
/* End Single Courses */
/* ==============
    End Popular courses CSS 
==================================== */

/* ==============
    CTR CSS 
==================================== */
.ctr-area {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.ctr-area_new {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.ctr-bg-1 {
    background-image: url("../img/ctr-bg1.jpg");
}
.ctr-bg-process {
    background-image: url("../img/campusbest/process_bg.jpg");
}
.ctr-bg-2 {
    background-image: url("../img/ctr-bg2.jpg");
}
.ctr-area:before {
    content: "";
    background-color: #000000e8;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}
.ctr-area_new:before {
    content: "";
   /*  background-color: #000000e8; */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}
.ctr-text-content {
    text-align: center;
    position: relative;
}
.ctr-text-content h1 {
    font-size: 34px;
    text-transform: uppercase;
    
}
.ctr-text-content p {
    color: #fff;
    font-size: 18px;
    max-width: 695px;
    font-weight: 500;
}
.ctr-text-content .default-btn {
    margin-top: 30px;
}
/* ==============
    End CTR CSS 
==================================== */

/* ==============
   Upcoming Events CSS 
==================================== */
.event-caption {
    height:400px;
    padding: 30px 20px;
    transition: .5s;
    -webki-transition: .5s;
    text-align: center;
}
.event-caption:hover {
    background-color: #f2eee2;
}
.event-caption .date i {
    color: #172b56;
    font-size: 15px;
    padding-right: 2px;
}
.event-caption h3 {
    margin: 5px 0 0;
    position: relative;
    padding-bottom: 10px;
}
.event-caption h3:before {
    content: "";
    background-color: #ff8200;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 60px;
    transition: .5s;
    -webki-transition: .5s;
}
.event-caption h3:hover:before {
    width: 100px;
}
.event-caption h3 a {
    color: #000;
}
.event-caption h3 a:hover {
    color: #f45e00;
}
.event-caption p {
    margin: 15px 0 0;
}
.event-caption .date {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: -4px;
    color: #666666;
}
.event-caption ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0;
    font-family: 'Raleway', sans-serif;
}
.event-caption ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #666666;
}
.event-caption ul li:last-child {
    margin-right: 0;
}
.event-caption ul li i {
    color: #172b56;
    font-size: 15px;
    padding-right: 2px;
}
.book-now-center {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -20px;
    left: 0;
}
.book-now-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #172b56;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.event-caption:hover .book-now-btn {
    background-color: #172b56;
    color: #fff;
    padding: 8px 28px;
}
.single-event-two {
   background-color: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 8px;
    border-radius: 16px;
    min-height: 261px;
    
}
.single-event-two:hover{
box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.12);
}

.single-event-two .event-img {
    position: relative;
    margin-right: 15px;
    width: 230px;
}
.single-event-two span.date {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #172b56;
    padding: 8px;
    left: 0;
    color: #fff;
    opacity: .9;
}
.single-event-two span.date i {
    padding-right: 4px;
    font-size: 18px;
}
.single-event-two h3 {
    margin: 5px 0 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
}
.single-event-two h3:before {
    content: "";
    background-color: #172b56;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    transition: .5s;
    -webki-transition: .5s;
}
.single-event-two h3:hover:before {
    width: 100px;
}
.single-event-two h3 a {
    color: #1f2d30;
}
.single-event-two h3 a:hover {
    color: #ed6e1e;
}
.single-event-two p {
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 26px;
}
.single-event-two ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-two ul li {
    display: inline-block;
    margin-top: 10px;
}
.single-event-two ul li i {
    color: #172b56;
    font-size: 17px;
    padding-right: 5px;
}
.single-event-two .speech-icon {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.ec-pb-50 {
    padding-bottom: 50px;
    position: relative;
}
.ec-pb-50 .b-absolute {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.se-mb-30 {
    margin-bottom: 30px;
}
.single-event > a > img {
    width: 100%;
}
/* Single Event */
.single-event-header {
    margin-bottom: 30px;
}
.single-event-header h2 {
    font-size: 30px;
}
.single-event-header .date i {
    color: #172b56;
    font-size: 17px;
    padding-right: 5px;
}
.single-event-info {
    background-color: #f3009212;
    margin-top: 1%;
}
.single-event-info .title {
    background-color: #172b56;
    color: #fff;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.single-event-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-info ul li {
    border-bottom: 1px solid #fff;
    padding: 15px 15px;
    position: relative;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.single-event-info ul li .date {
    float: right;
}
.single-event-info ul li i {
    color: #172b56;
    padding-right: 5px;
    font-size: 17px;
}
.se-info-foot {
    text-align: center;
    padding: 21px 10px;
}
.se-info-foot-1 {
    text-align: center;
    padding: 8px 10px;
}
.single-event-description {
    margin: 30px 0;
}
.single-event-description blockquote.blockquote {
    background-color: #fafafa;
    padding: 20px;
    border-left: 2px solid #ebebeb;
    font-size: 16px;
}
.single-event-tags {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-tags li {
    display: inline-block;
}
.single-event-tags li:first-child {
    font-weight: 600;
    padding-right: 5px;
}
.single-event-tags li a {
    background-color: #f2eee2;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}
.single-event-tags li a:hover {
    background-color: #172b56;
    color: #fff;
}
.single-event-share {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.single-event-share li {
    display: inline-block;
}
.single-event-share li:first-child {
    font-weight: 600;
    padding-right: 5px;
}
.single-event-share li a i {
    background-color: #f2eee2;
    color: #000;
    display: inline-block;
    height: 30px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0%, 88% 100%, 0% 100%);
}
.single-event-share li a i:hover {
    background-color: #172b56;
    color: #fff;
}
/* Single Event */
/* ==============
    End Upcoming Events CSS 
==================================== */

/* ==============
    Why Choose us CSS 
==================================== */
.single-reason {
    text-align: center;
    padding: 0 20px 20px;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
        
}

.single-reason.mb-50 {
    margin-bottom: 15px;
   
}
.single-reason.mb-30 {
    margin-bottom: 30px;
}
.single-reason:hover {
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.30);

}
.single-reason:hover .reason-icon {
    background-image: none;
}
.active-hover {
    background-color: #fff;
}
.active-hover .reason-icon {
    background-image: none;
}
.active-hover1 {
    background-color: #ffd2a3;
}
.active-hover1 .reason-icon {
    background-image: none;
}



.reason-icon {
    background-image: url(../img/reason-icon-bg.png);
    background-size: contain;
    background-position: center center;
    height: 120px;
    background-repeat: no-repeat;
    width: 120px;
    margin: auto;
    line-height: 120px;
}
.reason-icon i {
    font-size: 50px;
    color: #172b56;
}
.single-reason h3 {
    margin-top: -30px;
}
.mb-minus-355 {
    margin-bottom: -355px; 
}
.mb-minus-462 {
    margin-bottom: -462px; 
}
.video-content {
    background-image: url(https://i.ytimg.com/vi/5Hh-UMUuTRI/sddefault.jpg);
    max-width: 750px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 10px;
    text-align: center;
}
.video-content:before {
    background-color: #000;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    opacity: .2;
}
.play-icon i {
    text-align: center;
    position: relative;
    display: inline-block;
   /*  background-color: #fff; */
    color: #ff8200;
    font-size: 29px;
    height: 100px;
    line-height: 100px;
    width: 100px;
    border-radius: 50%;
    padding-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.play-icon i:hover {
    background-color: #172b56;
    color: #fff;
}
.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}
.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
   /*  background-color: #172b56; */
}
.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #172b56;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.sonar-wave {
    animation: sonarWave 3s linear infinite;
}
@keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}
/*extra added css*/





/*========modal css=========*/
.close{
    color: #fff !important;
    font-size: 3rem;
}
.modal-header{
    border-bottom: 0px !important ;
}
.modal-footer{
    border-top: 0px !important;
}
.modal-box{
    width: 90%;
    height: 550px;
   background: url("../img/slider/contest-img.jpg");
   background-repeat: no-repeat;
   background-color: #1f0232;
}
.mb-4 a{
cursor: pointer;
}

.form-box{
    float: left;
    text-align: left !important;
   
width: 100%;
padding: 20px;
position: absolute;
bottom: -478px;
}

.form-box p {
    
    text-align: center;
  font-size: 30px;
  margin-top: 0px;
  color:#fff;
  font-weight:bold;
  
  word-spacing:8px;

}

.modal_btn{
    width: 100%;
    text-align: center;
}

.form-horizontal{
    position: relative;
}
.form-box{

}




/*========modal css ends=====/
/*extra added css ends*/






.video-area {
    background-image: url(../img/video-area-bg.jpg);
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.video-area:before {
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .6;
}
.imac-mockup {
    background-image: url(../img/imac-pro.png);
    background-size: cover;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    padding: 25px 0 0;
}
.imac-mockup .video-content {
    max-width: 660px;
    height: 399px;
    border-radius: 0;
}
/* ==============
    End Why Choose us CSS 
==================================== */

 
/* ==============
    Counter Area CSS 
==================================== */
.counter-area {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #7d7d7d4d;
}
.pt-350 {
    padding-top: 355px;
}
.pt-450 {
    padding-top: 450px;
}
.single-counter {
    text-align: center;
    margin-bottom: 30px;
}
.single-counter h3 {
    color: #ff8200;
    font-size: 36px;
    font-weight: 600;
}
.single-counter .sub-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #2f3435;
    display: block;
    font-family: 'Raleway', sans-serif;
}
/* ==============
    End Counter Area CSS 
==================================== */
 
/* ==============
    Experienced Tutor CSS 
==================================== */
.experienced-tutor {
    background-color: #e0e0e0;
}
.single-tutor {
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 30px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.single-tutor:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.st-active-hover {
    /* -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    background: #fff;
}
.single-tutor img {
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
}
.single-tutor:hover img {
   /*  border: 1px solid #172b56; */
}
.st-active-hover img {
  /*   border: 1px solid #172b56; */
}
.tutor-title {
    margin-top: 20px;
}
.tutor-title h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.tutor-title p {
    font-size: 15px;
    color: #ed6e1e;
}
.single-tutor .email-link {
    margin-top: 5px;
    margin-bottom: 0;
}
.single-tutor .email-link a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    word-break: break-all;
}
.single-tutor .email-link a:hover {
    color: #172b56;
}
.single-tutor ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-tutor ul li {
    display: inline-block;
}
.single-tutor ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.single-tutor ul li a:hover {
    color: #172b56;
}
.single-tutor-two {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    min-height: 237px;
}
.single-tutor-two:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.single-tutor-two .tutor-img {
    margin-right: 20px;
    width: 130px;
    text-align: center;
}
.single-tutor-two .tutor-img img {
    width: 130px;
    height: 130px;
}
.single-tutor-two .tutor-title {
    margin-top: 0;
    font-size: 22px;
}
.single-tutor-two .description {
    margin: 5px 0 0;
}
.tutor-img ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}
.tutor-img ul li {
    display: inline-block;
}
.tutor-img ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.tutor-img ul li a:hover {
    color: #172b56;
}
.pagination-outer { 
    text-align: center; 
    margin-top: 10px;
}
.pagination { 
    display: inline-flex; 
    margin: 0;
}
.pagination li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: #1f2d30;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.pagination li a.page-link:hover,
.pagination .active a.page-link,
.pagination .active a.page-link:hover{ background: #172b56; }
/* ==============
    End Experienced Tutor CSS 
==================================== */

/* ==============
    Our Publication CSS 
==================================== */
.single-publication {
    border: 1px solid #f2eee2;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.single-publication figure {
    position: relative;
    margin: 0;
    text-align: center;
}
.single-publication figure > a {
    background-color: #fafafa;
    display: block;
}
.single-publication figure ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -50px;
    top: 20px;
    transition: .6s;
    -webkit-transition: .6s;
}
.single-publication:hover figure ul {
    right: 15px;
}
.single-publication figure ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    background: #172b56;
    margin-bottom: 7px;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
}
.single-publication figure ul li a:hover {
    color: #fff;
    background: #e50663;
}
.single-publication .publication-content {
    text-align: center;
    padding: 20px;
}
.single-publication .publication-content .category {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #172b56;
    font-weight: 600;
}
.single-publication .publication-content h3 {
    font-weight: 600;
    margin: 8px 0 10px;
    font-size: 20px;
}
.single-publication .publication-content h3 a {
    color: #1f2d30;
}
.single-publication .publication-content h3 a:hover {
    color: #172b56;
}
.single-publication .publication-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.single-publication .publication-content ul li {
    display: inline-block;
    font-size: 18px;
    color: #fec42d;
}
.single-publication .publication-content .price {
    font-size: 18px;
    color: #172b56;
}
.single-publication .publication-content .price span {
    color: #6f6f6f;
    text-decoration: line-through;
    padding-left: 5px;
    font-weight: 300;
}
.single-publication .add-to-cart {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    height: 105px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-publication:hover .add-to-cart {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.single-publication .add-to-cart .default-btn {
    margin-top: 28px;
    padding: 8px 25px;
    font-size: 14px;
}
.single-publication .category {
    margin: 0;
}
/* Single Shop */
.product-thumb {
    background-color: #f2eee2;
    text-align: center;
}
.product-info {
    margin-top: 55px;
}
.product-info .title {
    margin-bottom: 20px;
}
.product-info .price {
    font-size: 18px;
    color: #172b56;
}
.product-info .price span {
    color: #6f6f6f;
    text-decoration: line-through;
    padding-left: 5px;
}
.product-info .rating {
    list-style-type: none;
    padding: 0;
}
.product-info .rating li {
    display: inline-block;
    font-size: 18px;
    color: #172b56;
}
.product-info .rating li:last-child {
    color: #212529;
    font-size: 16px;
    padding-left: 10px;
}
.category {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
}
.category li {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.category li a {
    color: #212529;
}
.category li a:hover {
    color: #172b56;
}
.add-product-form {
    display: inline-flex;
}
.add-product-form .form-control {
    width: 100px;
    text-align: center;
    border-radius: 0;
}
.add-to-btn {
    background-color: #172b56;
    color: #fff;
    margin-left: 15px;
    border-radius: 0;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    padding: 0 15px 0 35px;
}
.add-to-btn:hover {
    background-color: #172b56;
}
.product-description {
    margin-top: 60px;
}
.product-description .tab-content {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 30px;
}
.product-description .nav-item.show .nav-link, 
.product-description .nav-link.active {
    color: #fff;
    background-color: #f45e00;
    border-color: #dee2e6 #dee2e6 #f45e00;
}
.product-description .nav-link {
    padding: 10px 50px 10px 30px;
    color: #000;
    font-size: 16px;
    border-radius: 0 !important;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background: #eaeaea;
}
.product-description .nav-tabs .nav-link:focus, 
.product-description .nav-tabs .nav-link:hover {
    background-color: #f45e00;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.product-description .title {
    margin-bottom: 15px;
}
.product-description .comment-area .media:first-child {
    margin-top: 0;
}
.product-description .rating {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}
.product-description .rating li {
    display: inline-block;
    font-size: 18px;
    color: #172b56;
}
.product-description .comment-area .media .media-body h5 {
    font-size: 18px;
}
.comment-form .rating {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
.comment-form .rating li {
    display: inline-block;
    font-size: 18px;
}
.comment-form .rating li a {
    color: #172b56;
}
.comment-form .rating span {
    display: block;
}
.related-product {
    margin-top: 60px;
}
.related-product .title {
    font-size: 25px;
    margin-bottom: 30px;
}
.related-product .single-publication {
    margin-bottom: 0;
}
.cart-table {
    text-align: center;
}
.cart-table .delete {
    color: #172b56;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #172b56;
}
.cart-table .delete:hover {
    background-color: #172b56;
    color: #fff;
}
.cart-table .item-list img {
    max-width: 60px;
}
.cart-table td, .cart-table th {
    vertical-align: middle;
}
.cart-table a {
    color: #172b56;
}
.add-product-form .form-control {
    width: 70px;
    margin: auto;
    text-align: center;
}
.cart-coupon-code form {
    position: relative;
    max-width: 370px;
    width: 100%;
}
.cart-coupon-code .btn-primary {
    position: absolute;
    top: 0;
    background-color: #172b56;
    right: 0;
    border-color: #172b56;
    height: 50px;
    padding: 0 20px;
    border-radius: 0;
}
.cart-coupon-code .btn-primary:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.update-cart {
    background-color: #172b56;
    border-color: #172b56;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.update-cart:hover {
    background-color: #333;
    color: #fff;
}
.cart-totals {
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.cart-totals td, .cart-totalth {
    width: 50%;
}
.cart-totals .title {
    margin-bottom: 20px;
}
a.checkout-btn {
    background-color: #172b56;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 5px;
    border: 1px solid #172b56;
}
a.checkout-btn:hover {
    background-color: #333;
    border-color: #333;
}
.warning-card {
    background-color: #eae5e5;
    border-top: 2.4px solid #ff8200;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.warning-card a {
    color: #ff8200;
}
.collapse-body {
    border-radius: 0;
}
.collapse-body p {
    font-size: 14px;
}
.collapse-body .login-btn {
    background-color: #172b56;
    color: #fff;
    padding: 6px 30px;
    border-radius: 0;
}
.collapse-body .login-btn:hover {
    background-color: #333;
    color: #fff;
}
.collapse-body label {
    font-size: 18px;
}
.collapse-body label sup {
    font-size: 18px;
    color: #172b56;
    top: 0;
}
.collapse-body .coupon-form {
    position: relative;
    max-width: 400px;
    width: 100%;
}
.apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #172b56;
    color: #fff;
    height: 50px;
    border-radius: 0;
    padding: 10px 20px;
}
.apply-coupon-btn:hover {
    background-color: #333;
    color: #fff;
}
.checkout-form {
    margin-top: 50px;
}
.checkout-form .title {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.checkout-form .form-group label {
    font-size: 16px;
}
.checkout-form .form-group label sup {
    top: 0;
    font-size: 18px;
    color: #172b56;
}
.checkout-form .form-group .form-control {
    border-radius: 0;
    height: 45px;
    font-size: 15px;
    padding: 6px 15px;
    box-shadow: none;
}
.checkout-form .form-group {
    margin-bottom: 25px;
}
.order-now-btn {
    display: block;
    background-color: #172b56;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 20px;
}
.order-now-btn:hover {
    background-color: #333;
    color: #fff;
}
/* End Single Shop */
/* ==============
    End Our Publication CSS 
==================================== */

/* ==============
    Blog CSS 
==================================== */
.latest-news {
    background-color: #f2eee2;
}
.flexi1{
display: flex;
flex: 1;

}
.single-blog-post {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    flex: 1;
}
.single-blog-post .blog-post-content {
    padding: 20px 20px 35px;
    
}
.single-blog-post .blog-post-content span {
    color: #172b56;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-blog-post .blog-post-content h3 {
    margin: 0;
    font-size: 20px;
}
.single-blog-post .blog-post-content h3 a {
    color: #1f2d30;
}
.single-blog-post .blog-post-content h3 a:hover {
    color: #ed6e1e;
}
.single-blog-post .blog-post-content .default-btn {
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0;
    visibility: hidden;
}
.single-blog-post:hover .blog-post-content .default-btn {
    opacity: 1;
    visibility: visible;
    bottom: -20px;
}
.text-blog {
    background-color: #fff;
    padding: 17px 20px;
    margin-bottom: 11px;
    border: 1px solid #f2eee2;
}
.text-blog h3 a {
    color: #1f2d30;
}
.text-blog h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.text-blog h3 a:hover {
    color: #ed6e1e;
}
.text-blog .date {
    color: #172b56;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}
.search-widget {
    position: relative;
}
.search-widget .form-control {
    border-radius: 0;
    height: 45px;
    padding: 5px 15px;
}
.search-widget .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px 5px 30px;
    height: 45px;
    background-color: #172b56;
    color: #fff;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 33% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 33% 100%);
    font-size: 20px;
    line-height: 16px;
}
.search-widget .search-btn:hover {
    background-color: #172b56;
}
.single-blog-header {
    margin-bottom: 30px;
}
.single-blog-header h2 {
    font-size: 30px;
    margin-top: -8px;
}
.single-blog-header .date i {
    color: #172b56;
    font-size: 17px;
    padding-right: 5px;
}
/* ==============
    End Blog CSS 
==================================== */


/* ==============
    Feedback CSS 
==================================== */
.single-feedback {
    position: relative;
    border: 1px solid #f2eee2;
    padding: 20px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-feedback:hover {
    background: #f2eee2;
}
.single-feedback:hover p {
    color: #333;
}
.single-feedback p {
    color: #333;
    font-weight: 600;
}
.single-feedback .client-info {
    position: relative;
    padding-left: 65px;
    margin-top: 25px;
}
.owl-carousel .single-feedback .client-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
}
.single-feedback .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.single-feedback .client-info span {
    color: #172b56;
    font-size: 15px;
}
.single-feedback .quote-icon {
    width: 60px !important;
    display: inline-block !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
}
.single-feedback-two {
    background-color: #f2eee2;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 30px 30px 80px;
}
.single-feedback-two .client-img {
    position: absolute;
    width: 110px;
    left: -50px;
    border: 5px solid #f2eee2;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.single-feedback-two .quote-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
}
.single-feedback-two p {
    color: #000;
}
.single-feedback-two .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.single-feedback-two .client-info span {
    color: #172b56;
    font-size: 15px;
}
/* ==============
    End Feedback CSS 
==================================== */

/* ==============
    Our Partner CSS 
==================================== */
.our-partner.pb-180 {
    padding-bottom: 180px;
}
.single-partner img {
    max-width: 130px;
    margin: auto;
}
.single-partner a {
    display: block;
    opacity: .8;
}
.single-partner a:hover {
    opacity: 1;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    End Our Partner CSS 
==================================== */
.contact-us-section {
    background-color: #f2eee2;
}
.contact-para{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #172b56;
}
.contact-para p{
    color: #172b56;
    font-weight: 600;
}
.contact-info {
    background-color: #f2eee2;
    padding: 20px;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    position: relative;
    z-index: 0;
    padding-left: 115px;
    margin-top: 30px;
}
.contact-info i {
    color: #ed6e1e;
    background-color: #fff;
    height: 55px;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 55px;
    left: 40px;
    top: 25px;
    line-height: 55px;
    font-size: 25px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.contact-info h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.contact-info p {
    margin: 0;
}
.contact-info p a {
    color: #666666;
}
.contact-info p a:hover {
    color: #172b56;
}
.form-control {
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ff8200;
}
textarea.form-control {
    height: auto !important;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.g-map {
    line-height: 0;
}
.g-map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.register-form .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.box-content {
    background-color: #c5c4c3;
    padding: 40px;
    max-width: 700px;
    margin: auto;
    -webkit-clip-path: polygon(6% 0, 95% 0, 100% 9%, 100% 93%, 95% 100%, 6% 100%, 0 93%, 0 8%);
    clip-path: polygon(6% 0, 95% 0, 100% 9%, 100% 93%, 95% 100%, 6% 100%, 0 93%, 0 8%);
}
.box-content .form-group {
    margin-bottom: 25px;
}
.form-foot {
    text-align: center;
}
.form-foot p {
    margin: 8px 0 0;
    font-size: 16px;
}
.form-foot p a:hover {
    color: #172b56;
}
.contact-form .h5.text-center, .contact-form .h4.text-center{
    margin-bottom: 0;
    font-size: 17px;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    End Our Partner CSS 
==================================== */
.error-section {
    background-color: #f1f1f1;
    padding: 30px 15px;
    height: 100vh;
    text-align: center;
}
.error-section h1 {
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
    margin: 0;
    color: #172b56;
}
.error-section h3 {
    margin: 30px 0 0;
}
.error-section p {
    margin: 5px 0 0;
}
a.back-button {
    display: inline-block;
    border: 1px solid #172b56;
    color: #172b56;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 25px;
}
a.back-button:hover {
    background-color: #172b56;
    color: #fff;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    Footer CSS 
==================================== */
.footer-area {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
}
.contact-information-box {
    background: #fff;
    position: relative;
    padding: 30px 60px;
    border-radius: 100px;
    z-index: 1;
    top: -75px;
    margin-bottom: 25px;
    margin-top: -105px;
    border: 1px solid #ffef00;
}
.contact-information-box .single-box i {
    font-size: 50px;
    color: #172b56;
}
.contact-information-box .single-box p {
    margin-bottom: 0;
    line-height: 25px;
}
.contact-information-box .single-box p a {
    display: inline-block;
    color: #666666;
}
.contact-information-box .single-box p a:hover {
    color: #172b56;
}
.single-footer-widget
{
    margin-top:-60px;
}
.single-footer-widget.pl-30 {
    padding-left: 30px;
}
.single-footer-widget h3 {
   color: #ff8200;
    margin-bottom: 25px;
    font-weight: 600;
}
.single-footer-widget p {
    color: #d8d8d8;
}
.single-footer-widget ul {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}
.single-footer-widget .quick-menu li a {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #d8d8d8;
}
.single-footer-widget .quick-menu li a:hover {
    color: #ff8200;
}
.single-footer-widget .quick-menu li:first-child a {
    margin-top: 0;
}
.single-footer-widget .instagram-feed li {
    float: left;
    width: 33.33%;
    padding: 3px;
}
.single-footer-widget .instagram-feed li img {
    width: 100%;
}
.newsletter form {
    position: relative;
    margin-top: 20px;
}
.newsletter .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    padding: 6px 15px;
    color: #fff;
}
.newsletter .form-control:focus {
    border-color: #172b56;
}
.newsletter form .submit-btn {
    background-color: #ff8200;
    border: 1px solid #ff8200;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 30px;
    padding: 0 10px;
    line-height: 25px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
}
.newsletter form .submit-btn:hover {
    background-color: #e0177a;
    border: 1px solid #e0177a;
}
/* ==============
    End Footer CSS 
==================================== */

/* ==============
    End Footer CSS 
==================================== */
.bottom-footer {
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer p a {
    color: #ff8200;
}
.bottom-footer p a:hover {
    text-decoration: underline;
}
.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.social-links li {
    display: inline-block;
    margin-left: 10px;
}
.social-links li i {
    background-color: #172b56;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
}
.social-links li i:hover {
    background-color: #333;
    color: #fff;
}
.help-block ul.list-unstyled li {
    color: #ff0000;
    margin-top: 10px;
}
#map iframe {
    height: 450px;
    width: 100%;
    border: 0;
}
/* ==============
    End Footer CSS 
==================================== */

/* ==============
    Scrolltop CSS 
==================================== */
#toTop{
	position: fixed;
	bottom: 20px;
	right: 0px;
	cursor: pointer;
	display: none;
    z-index: 999999;
}
#toTop i {
    background-color: #172b56;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}
#toTop i:hover {
    background-color: #ff8200;
    color: #fff;
}

.table_sty
{
    padding: 28px !important;
    font-size: 19px;
}
.services_img
{
    margin-top: 18px;
    margin-bottom: 21px;
    width: 175px;
}
/**/
.video_pdg
{
    padding: 35px 0;
}

.opa_remove
{
    opacity: 1 !important;
}
.img_line
{
    border:1px solid #ff820063
}
.job_place
{
    padding: 17px 12px;
    background: #ececec;
    box-shadow: -1px 4px 3px 0.5px #c2c2c2;
}
.clrwhite
{
	color:#fff;
	
}
.brdr
{
	border-top:1px solid white;
	
}
.business
{
    padding: 15px 5px;
}
.business1
{
    padding: 15px 5px;
    margin-left: 7%;
    background: #190b0182;
}
.txt_clr
{
    color: #fff;
}
.txt_clr-ielts
{
    color: #000;
}
.txt_clr-ielts img
{
   padding-right:10px
}
.pdg_sty
{
    padding: 9px 48px 26px;
}
.key
{
    font-size: 33px;
    font-weight: 700;
    color: #172b56;
    padding: 10px 0px 25px 0px;
}
.key-1
{
    font-size: 23px;
    font-weight: 700;
    color: #172b56;
    padding: 10px 0px 25px 0px;
}

.key_new
{
    
    font-weight: bold;
   
    text-shadow: 0px 2px #c5c5c5;
}
.key_n
{
    
    font-weight: bold;
   
   
}
.contact_pdt
{
    padding-bottom: 80px;
}

.txt_left
{
    text-align: left;
}
.txt_clr_wt
{
    color: #fff;
}

.read-more
{
    color:#172b56;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.txt_member
{
    font-size: 20px !important;
    margin-bottom: 0;
    font-weight: bold;
    color: #040404;
}
.line-hgt
{
    line-height: 22px;
}
.lin_gen p
{
    line-height: 18px;
}
.new_single
{
    padding: 25px 10px;
    background: #eaeaea;
}
.abt_new
{
    padding-top: 160px !important;
}

/*destop menu*/
.des_padding
{
padding: 0px 0;
}
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.bar1, .bar2, .bar3 {
  width: 33px;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  transition: 0.4s;
  
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-47deg) translate(-3px, 8px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-2px, -8px);
}
.font_sty
{
    padding-top: 9px;
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
}
.high_lit
{
    color: #ff6300;
   /*  text-decoration-line: underline; */
    font-weight: 900;
}
.high_lit_nw
{
    color: #172b56;
   
    font-weight: 900;
}
/**/
/*phmenu*/
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative; }

.topnav #myLinks {
  display: none; }

.topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block; }

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

.topnav a:hover {
  background-color: #orange;
  color: fff; }

.nav_sty {
  list-style: none !important; }

.myLinks a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #fe5f00;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none; }

.myLinks a:hover, .dropdown-btn:hover {
  color: #fe5f00; }

.dropdown-container {
  display: none;
  background-color: #f1f3f7;
  padding-left: 8px; }

.fa-caret-down {
  float: right;
  padding-right: 8px;
  font-size: 25px !important;
  margin: 0 10px 10px; }

@media screen and (max-height: 450px) {

  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
/**/
.para_sty
{
    padding: 15px;
}
.icon_clr
{
    color: #ed6e1e;
}
.font_size
{
    font-size: 25px;
}
.tbl_h
{
    padding: 42px !important;
}
.its_left
{
    padding-left: 45px;
}
.para_left
{
    padding-left: 50px;
}
.epic_h1
{
    font-size: 50px;
}
.theory_h1
{
    font-size: 20px;
    margin-top: 15px;
}
.theory_h1_nw
{
    font-size: 15px;
    margin-top: 15px;
}
.epic_p
{
    font-size: 16px;
    text-align:justify;
}
.epic_ukraine
{
   font-size: 25px;
font-weight: 800;
color: #172b56;
margin-top: 70px;
}
.epic_p1
{
    font-size: 14px;
}
.box_sty
{
    
    padding: 20px 15px;
    box-shadow: 0px 1px 0px 0px #ff6201
}

.box_sty_new
{
    background: #f7f7f7;
    padding: 20px 15px;
    box-shadow: 0px 0px 2px 2px #ff6201;
}

.fea_img
{
    width: 120px !important;
    text-align: center;
    padding: 15px 0;
}
.batch_sty
{
    border: 2px solid #5a5a5a;
    box-shadow: 0px 0px 2px 2px #5a5a5a;
}
.border_left
{
    border-right:1px solid #76c2af38;
}
.banner_sty
{
    padding:25px 0;
}
.gud_sty
{
    float: left;
    border: solid 1px #172b56;
    border-radius: 5px;
    padding: 15px;
    /* color: #fff; */
    box-shadow: 0px 2px 2px #a5a5a5;
    margin-bottom: 15px;

}
/**/
.hot_heading
{
    padding: 21px 0 5px 15px;
}
.hot_para
{
    padding: 0 0 10px 15px;
}
.opper_btn
{
    padding: 0px 15px 18px;
}
.yrs_sty
{
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight :Bold;
}
/**/

/**/


.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #e91c5e;
}

.testim .wrap {
    position: relative;
    width: 100%;
   padding: 10px 0px;
}

.testim .arrow {
    display: block;
position: absolute;
color:
#abd5cd;
cursor: pointer;
font-size: 23px;
top: 35%;
z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #057441;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 0px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    height: 12px;
    z-index: 100;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
 display: block;

width: 100px;

height: 100px;

border-radius: 50%;

border: 8px solid
#05744130;

float: left;
margin-right: 10px;
}

.testim .cont div .h4 {
    color: #fff;
    font-size: 1.2em;
margin: 0px 0px;
text-align: left;
}

.testim .cont div p {
font-size: 14px;
color:
#fff;
margin: auto;
font-style: italic;
text-align: justify;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}


.timeline {
  display: grid;
  grid-template-columns: 10% 80% 10%;
}
.timeline section {
  min-height: 50px;
}
.timeline .info {
  background-clip: padding-box;
  border-top: 2px solid #ff8200;
}
.timeline .info h2 {
  color: #364652;
  font-size: 1.5rem;
  margin-bottom: 1px;
  margin-top: 20px;
}
.timeline .info span {
  color: #071108;
}
.timeline .info:nth-of-type(2n) {
  padding-right: 2em;
  text-align: right;
}
.timeline .info:nth-of-type(2n) span {
  max-width: 50%;
  display: inline-block;
  animation: slideInRight 1.5s forwards 0s ease-in-out;
}
.timeline .info:nth-of-type(2n+1) {
  padding-left: 2em;
  text-align: left;
}
.timeline .info:nth-of-type(2n+1) span {
  max-width: 50%;
  display: inline-block;
  animation: slideInLeft 1.5s forwards 0s ease-in-out;
}
.timeline .circle-container:nth-child(2n) .tl {
  grid-area: tl;
  border-top: 2px solid #ff8200;
  border-right: 2px solid #ff8200;
  border-top-right-radius: 20px;
  margin-bottom: -2px;
}
.timeline .circle-container:nth-child(2n) .bl {
  grid-area: bl;
  border-bottom: 2px solid #ff8200;
  border-right: 2px solid #ff8200;
  border-bottom-right-radius: 20px;
  margin-bottom: -2px;
}
.timeline .circle-container:nth-child(2n + 1) .tr {
  grid-area: tr;
  border-top: 2px solid #ff8200;
  border-left: 2px solid #ff8200;
  border-top-left-radius: 20px;
  margin-bottom: -2px;
}
.timeline .circle-container:nth-child(2n + 1) .br {
  grid-area: br;
  border-bottom: 2px solid #ff8200;
  border-left: 2px solid #ff8200;
  border-bottom-left-radius: 20px;
  margin-bottom: -2px;
}

.circle-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto 2.5em 2.5em auto;
  grid-template-areas: "tl tl tr tr" "cr cr cr cr" "cr cr cr cr" "bl bl br br";
}
.circle-container div {
  grid-area: cr;
}

.circle {
  width: 5em;
  height: 5em;
  background: #172b56;
  border-radius: 50%;
  margin-left: 1em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1em;
}

.no-border {
  border-top: 0px !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
}

@keyframes slideInRight {
  0% {
    transform: translateX(-50%);
    opacity: 0.1;
  }
  100% {
    transform: rotate(xx) translateX(0%);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(50%);
    opacity: 0.1;
  }
  100% {
    transform: rotate(xx) translateX(0%);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .info span {
    padding-bottom: 1em;
  }
}

.new_para:first-of-type {
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.new_para:first-of-type:first-letter {
  float: left;
  color: #ff8200;
  text-shadow: 2px 2px 0px #FFF, 6px 5px 0px #DCDCDC;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  padding: 0 1rem 0.5rem 0;
}

.accordion {

  
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
    color: #fff;
    background: #172b56;
    border: 2px solid #fff;
}
button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
.accordion:hover {
  background-color: #d6720a; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.start_up
{
    padding: 48px 0 0;
}
.icon_size
{
    font-size: 50px;
}
.space_icon_tp
{
    padding-top:40px;
}
.float_left
{
    float: left;
}
.crm_bg
{
    /*background-image: url(../img/myfuture/banner_sec.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.form_pding
{
    padding: 40px;
}
.process_fnt
{
    font-size: 80px;
    font-weight:800;
    color: #fff;
}
/*our process*/
.timeline_nw {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline_nw::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container_nw {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container_nw::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left_nw {
  left: 0;
}

/* Place the container to the right */
.right_nw {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left_nw::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right_nw::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right_nw::after {
  left: -16px;
}

/* The actual content */
.content_nw {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.content_nw hr{
border-top: 2px solid #27334d;
width: 60%;
text-align: center;
padding: 1px;

}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 767px) {
  /* Place the timelime to the left */
  .timeline_nw::after {
  left: 31px;
  }
  .yrs_sty {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: Bold;
    text-align: center;
}
  /* Full-width containers */
  .container_nw {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  position: none;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container_nw::before {
  /* left: 60px; */
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  position: none;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
  .right_nw {
     left: 0%; 
}
.container_nw::after
{
        left: 0px;
}
.right_nw::after
{
    left: 0px;
}
.right_nw::before
{
    left: 0;
}
}


/**/

.mbbs_list li
{
    padding-top:15px;
}

/**/

/* <source :http://webdesignerhut.com/examples/pure-css-tabs/> */

.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: block;
    float: left;
    width: 18.3333%;
    color: #636363;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.style1
{
	border-bottom:2px solid #ed6e1e;
	font-size:16px;
}
.style2
{
	border-bottom: 1px dotted #3b3c3a;
    font-size: 12px;
	color:#ed6e1e;
}

.tabs label span {
    display: none;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #ff8200;
    box-shadow: inset 0 4px #ff8200;
    border-bottom: 4px solid #ff8200;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color:#ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #172b56;
    border-bottom: 4px solid #172b56;
    color: #ff8200;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3, 
#tab4:checked ~ #tab-content4, 
#tab5:checked ~ #tab-content5 {
    display: block;
}

.box{
    display: flex;
}

.wid{
    width:100%;
    margin-top: 4%;
}
.boxin{
    float:left;
    flex: 1;
    height:44%;
}







@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width:100%;
    margin: 0px auto;
    }
}
.hd_sty
{
    font-size: 50px;
    font-weight: bold;
    color:#172b56;
}

/*Re editting css*/

.social-media-icons-fixed{
    position: fixed;
    top: 250px;
    z-index: 999;
}
.fixed-icons{
    width: 50px;
    height: 50px;
}
.fixed-icons i:hover{
    background: #ed6e1e;
}
.icofont-facebook{
    background:  #3b5998;
    font-size: 25px;
    font-weight: 500;
    padding: 8px;
    margin: 1px 0px 1px 0px;
    color: #fff;
    transition: width 2s;
}
.icofont-twitter{
    background:  #00acee;
    font-size: 25px;
    font-weight: 500;
    padding: 8px;
    color: #fff;
}
.icofont-instagram{
    background:   #3f729b;
    font-size: 25px;
    font-weight: 500;
    padding: 8px;
    color: #fff;
}
.icofont-linkedin{
    background:   #0e76a8;
    font-size: 25px;
    font-weight: 500;
    padding: 8px;
    color: #fff;
}
.icofont-brand-youtube{
    background:   #c4302b;
    font-size: 25px;
    font-weight: 500;
    padding: 8px;
    color: #fff;                
}
.icofont-swoosh-left{
    display: none;
}
.icofont-swoosh-right{
    display: none;
 }
 .single-event{
    height: 600px;
    border: 1px solid #ecebeb;
 }
 .additional-bg{
    background:  url("../img/job_newbg.jpg");
    padding: 20px 15px 0px 15px;
    background-size: cover;
    border-radius: 8px;
 }
 .courses-aditional{
    padding: 15px;
 }
 .courses-aditional ul li{
    text-align: left;
    color:#fff;
    line-height: 2;
    font-size: 16px;
 }
 .learn-under-new-sec{
    background: #fff;
    box-shadow: 5px 4px #ecebeb;
    margin: 1px 0px 15px 0px;
    cursor: context-menu;
 }
 .learn-under-new-sec h2{
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
    padding-bottom: 8px;
    margin: 8px;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
 }
 .learn-under-new-sec p{
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
    padding: 8px;
 }
.why-learn{
    background: #fff;
    padding-top: 15px ;
}
.why-learn ul li{
     list-style: none;
     color:#000;
     font-size: 17px;
     line-height: 2;
     border-bottom: 1px solid #f7f5f5;
     padding-left:25px;
}
.whatsapp{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
}


/***** OnClick PopUp Email Subscription Form CSS *****/ 
#popup-wrap .popup-button { background:#172b56;color:#fff; border-radius: 10px; bottom: 110px;right: -46px;text-align: center;
cursor: pointer;transform: rotate(-90deg); height: 30px;  position: fixed; width: 120px;font-size: 15px;font-weight: 400;line-height: 2;
z-index: 99998; } 
#popup-wrap .popup-button:hover { background-color:#ff8200 ;}

#popup-wrap .popup-bg { opacity: 0; visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0, .8); transition: opacity .25s ease; z-index: 999999; }
#popup-wrap .popup-bg-close { position: absolute; top: 0; right: 0; bottom: 0; left: 0; cursor: pointer; }
#popup-wrap .popup-trigger { display: none; }
#popup-wrap .popup-trigger:checked + .popup-bg { opacity: 1; visibility: visible; }
#popup-wrap .popup-trigger:checked + .popup-bg .popup-form { top: 0; }

#popup-wrap .popup-form { transition: top .25s ease; position: absolute; top: -20%; right: 0; bottom: 0; left: 0; max-width: 400px; margin: auto; overflow: auto; padding: 2.5em; max-height: 435px; background:#f3009252; text-align: center; }
#popup-wrap .popup-inner { color: #fff; font-size: 15px; font-family: "Century Gothic", sans-serif; font-weight: bold; line-height: normal; }
#popup-wrap .popup-title { display: block; font-size: 2em; font-weight: normal; margin-bottom: 20px; }
#popup-wrap .popup-content { font-size: 16px; line-height: 26px; }
#popup-wrap .popup-footer { font-size: 75%; font-style: italic; }
#popup-wrap #mailbox, 
#popup-wrap #subbutton { background: #A1362A; border: none; border-radius: 3px; box-sizing: border-box; color: #fff;  font-size: 12px; font-weight: bold; line-height: 30px; padding: 10px 20px; width: 100%; }
#popup-wrap #mailbox { margin: 0 0 10px; text-transform: lowercase; }
#popup-wrap #subbutton { cursor: pointer; margin: 0; text-transform: uppercase; }
#popup-wrap #subbutton:hover { background: #70261D; }

#popup-wrap .popup-form-close { position: absolute; right: 1em; top: 1em; width: 1.1em; height: 1.1em; cursor: pointer; }
#popup-wrap .popup-form-close:after,
#popup-wrap .popup-form-close:before { content: ''; position: absolute; width: 5px; height: 1.5em; background: #fff; display: block; transform: rotate(45deg); left: 50%; margin: -3px 0 0 -1px; top: 0; }
#popup-wrap .popup-form-close:hover:after,
#popup-wrap .popup-form-close:hover:before { background: #ccc; }
#popup-wrap .popup-form-close:before { transform: rotate(-45deg); }

input[type=text],input[type=number],input[type=email], select, textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  outline: none;
  margin: 2px 0px 2px 0px; 
}


figure.snip1162 {
  position: relative;
  overflow: hidden;
  max-height: 310px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1162 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1162 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1162 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;
}
figure.snip1162 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1162 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  color: #ff8200;
  background: #000;
  font-size: 18px;
  font-weight: 400;
}
figure.snip1162 h3 span {
  font-weight: 800;
}
figure.snip1162 h3:before,
figure.snip1162 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1162 h3:before {
  left: -1000%;
}
figure.snip1162 h3:after {
  right: -1000%;
}
figure.snip1162 p {
  top: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  opacity: 0;
}
figure.snip1162 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1162:hover img,
figure.snip1162.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1162:hover figcaption,
figure.snip1162.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.snip1162:hover p,
figure.snip1162.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}




/*table*/
.new-phase h2{
    text-align: left;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}
#editedtable, table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #f5f5f5;
}
th{
  text-align: left;
  padding: 18px;
  color: #ec6812;
  font-weight: 600;
}
td {
  text-align: left;
  padding: 18px;
  font-weight: 600;
}

tr:nth-child(odd){background-color: #f2f2f2}
.admission-edit li{
    text-align: left;
    line-height: 2;
}
.admission-edit{
    line-height: 2;
}
.for-hover{
    background:#ff82002b;
}
.mar-text{
    background: #000000f2;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
marquee{
    padding:2px;
    font-family: sans-serif;
}

/*Ourservices section*/
.our-services-main {
    background-image: url(../img/ourservices.jpg);
}
.our-services{
    padding: 50px 0px 100px 0px;
}
.services-cntnt-new{
    padding: 10px;
}
.services-cntnt-new h4{
    font-size: 16px;
    font-weight: 800;
    color: #172b56;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: #ff8200;
}
.services-cntnt-new p{
    line-height: 2;
    color: #000;
    text-align: center;
    font-size: 16px;
}
.scrl{
    height: 100px;
    overflow: scroll;
}
#campus-best-sec{
    margin:40px 0px 20px 0px;
}
.abt-campus-best{
    background: transparent;
    padding: 15px;
    
}
.abt-campus-best h2{
    font-size: 24px;
    color: #172b56;
    font-weight: bold;
    text-align: left;
}
.abt-campus-best p{
    line-height: 2;
    color: #000;
    font-size: 16px;
    text-align: justify;
}
.campus-best-banner{
    background-image: url(../img/campusbest/campus-best-banner.jpg);
}
.nursing-banner{
    background-image: url(../img/nursing.jpg);
}
.dual-banner{
    background-image: url(../img/dual.jpg);
}
.civil-banner{
    background-image: url(../img/banner09.jpg);
}


.under-line{
  margin-top: -19px;  
}
#counsiling-sec{
    background-image: url(../img/campusbest/Career-Counselling.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0px 30px 0px;
    margin: 50px 0px 30px 0px;
}
#counsiling-sec1 h2{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    color:  #ff8200;
    letter-spacing: 1px;
}
#counsiling-sec1 h5{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.career-adviser p{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    text-align: justify;
}
.career-adviser ul li{
    color: #ff8200;
    line-height:50px;
}
.overseas-section h2{
   font-size: 33px;
    color: #172b56;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: 700;
}
.overseas-section{
    margin: 30px 0px 30px 0px;
}

figure.snip0046 {
  position: relative;
  float: left;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  text-align: left;
}
figure.snip0046 img {
  max-width: 100%;
  position: relative;
  top: 0;
  opacity: 1.0;
  left: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.snip0046 h3 {
  top: 0;
  position: absolute;
  color: #ffffff;
  padding: 1px 5px;
  margin: 0;
}

figure.snip0046.yellow .icons i,
figure.snip0046.yellow h3 {
  background: #ff8200;
  font-size: 14px;
  font-weight: 400;
}
.our-course-img-cntnt a {
  font-size: 15px;
  color:  #ff8200;
}

.our-course-img-cntnt{
    border:1px solid #f9f9f9;
    background: #fff;
}
.our-course-img-cntnt p{
    font-size: 16px;
    padding: 15px;
    text-align: justify;
    line-height: 2;
}
.our-courses-section{
    background: #f3009212;
    padding: 30px 0px 30px 0px;
}
#university-logo-sec{
     padding: 30px 0px 30px 0px;
}
#university-logo-sec h2{
    font-size: 33px;
    color: #172b56;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: 700;
}

figure.snip1407 {

  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
figure.snip1407 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1407 img {
  opacity: 1;
  width: 100%;
}
figure.snip1407:after,
figure.snip1407:before,
figure.snip1407 figcaption:after,
figure.snip1407 figcaption:before {
  background: #0a0a0a;
  height: 25%;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  left: 50%;
  right: 50%;
}
figure.snip1407:before {
  top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1407:after {
  top: 25%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1407 figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}
figure.snip1407 figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  z-index: -1;
}
figure.snip1407 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px;
}
figure.snip1407 h2,
figure.snip1407 p,
figure.snip1407 .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1407 h2 {
  font-weight: 500 !important;
  font-size: 25px !important;
  color: #ff8200 !important;
}
figure.snip1407 p {
  font-weight: 300;
  color: #fff;
  font-size: 20px;
}
figure.snip1407 .icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
figure.snip1407 i {
  padding: 0px 10px;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
figure.snip1407 i:hover {
  opacity: 1;
}
figure.snip1407:hover:after,
figure.snip1407.hover:after,
figure.snip1407:hover:before,
figure.snip1407.hover:before,
figure.snip1407:hover figcaption:after,
figure.snip1407.hover figcaption:after,
figure.snip1407:hover figcaption:before,
figure.snip1407.hover figcaption:before {
  left: 0;
  right: 0;
  opacity: 0.8;
}
figure.snip1407:hover figcaption h2,
figure.snip1407.hover figcaption h2,
figure.snip1407:hover figcaption p,
figure.snip1407.hover figcaption p,
figure.snip1407:hover figcaption .icons,
figure.snip1407.hover figcaption .icons {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1407:hover figcaption h2,
figure.snip1407.hover figcaption h2,
figure.snip1407:hover figcaption .icons,
figure.snip1407.hover figcaption .icons {
  opacity: 1;
}
figure.snip1407:hover figcaption p,
figure.snip1407.hover figcaption p {
  opacity: 0.7;
}
#who-can-sec{
   background-image: url(../img/campusbest/man-questionmark.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0px 200px 0px;
    width: 100%; 
}
#who-can-sec h2{
    font-size: 41px;
    color: #ff8200;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
#who-can-sec p{
    font-size: 16px;
    text-align: left;
    line-height: 2;
    color: #fff;
    padding: 15px 0;
}
.uk-welcome{
    margin: 40px 0px 20px 0px;
}
.uk-welcome h2{
    font-size: 30px;
    color: #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
}
.uk-welcome p{
    font-size: 16px;
    text-align: justify;
    line-height: 2;
}
.uk-welcome li{
    color: #666666;
    line-height: 2;
    font-size: 16px;
    list-style: disclosure-closed;
}
.bogo-bg h2{
    font-size: 30px;
    color: #fff;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
.bogo-bg p{
    font-size: 15px !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600 !important;
}
.bogo-bg{
    background: #172b56;
    padding: 5px 0px 5px 0px;
    box-shadow: #aba9a6eb 1px 3px 7px 0px;
    margin: 20px 0px 20px 0px;
}
.bogomolets-sec p{
    font-size: 16px;
    line-height: 2;
    text-align: left;
}
#some-features{
    margin: 20px 0px 20px 0px;
    background: #172b56;
    padding: 10px 0px 10px 0px;
}
#some-features h2{
    font-size: 30px;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-weight: bold;
}
#some-features ul li{
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    list-style: disclosure-closed;
}
#vinnytsia h2{
    font-size: 30px;
    color: #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
}
#vinnytsia p{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.vnmu-sec{
    padding: 20px 0px 35px 0px;
    background: #f9f9f9;
    margin: 20px 0px 00px 0px; 
}
.vnmu-sec p{
    line-height: 2;
    font-size: 16px;
}
.vnmu-sec ul li{
    line-height: 2;
    font-size: 16px;
    color: #666666;
}
.study-europe {
    background-image: url(../img/campusbest/gen_img1.jpg);
    background-size: cover;
    background-position: bottom; 
}
#europe-sec{
    padding: 40px 0px 40px 0px;
}
#europe-sec h2{
   font-size: 30px;
    color: #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold; 
}
.euro-icon{
    padding: 10px;
    text-align: center;
}
.euro-icon i{
    font-size: 50px;
}
.euro1 i{
    color: #000;
}
.euro-icon h3{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ff8200;
    text-transform: capitalize !important;
}
#more-rsns{
    padding: 40px 0px 80px 0px;
    background: #f3009212;
}
#more-rsns h2{
    font-size: 30px;
    color: #ff8200;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold; 
}
.numbers{
    color: #fff;
}
.color-fff{
    columns: #775cd7;
    -webkit-text-stroke-color:#ff8200 ;
    -webkit-text-fill-color:transparent ;
    -webkit-text-stroke-width: 2px;
}
.fs-35{
    font-size: 50px;
    margin-bottom: 20px;
}
.color-aaa{
    text-transform: uppercase;
    font-family: 'oswald',sans-serif;
    margin-bottom: 20px;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
}
.numbers .fa{
    font-size: 55px;
    margin-bottom: 20px;
}
.german-bg{
    background-image: url(../img/campusbest/banner_process.jpg);
    background-size: cover;
    background-position: bottom; 
}
#german-nursing{
    padding: 40px 0px 40px 0px;
}
#german-nursing h2{
    font-size: 30px;
    color: #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
}
.ger-hdng{
    background:  #172b56;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.ger-hdng p{
    font-size: 17px;
    color: #fff ;
}
.health-sector{
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}
.german-job{
    background: #f7f7f7;
    padding: 0px 0px 80px 0px;
}
.german-job ul li{
    line-height: 2;
    font-size: 16px;
}
.overview h3{
    font-size: 18px;
    color:#003e58;
    font-weight: 600;
}

.home-img-sec img{
    height:150px !important;
    width: 150px !important;
    margin: 0 auto !important;
}
.single-tutor{
    height: 332px;
    width: auto;
	
}
.job-placement1{
    background: #f5f5f5;
    padding-top: 15px;
    border-right: 1px solid #ffff00;
}
#job-placement1 h3{
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    border-bottom:1px solid #fff;
    color: #ff8200;
}
.pt-501{
    padding: 15px 0px 25px 0px;
}
  .contain-logo {
    margin: auto;
    width: 64px;
    height: 64px;
    background: white;
    border: 1px solid #efefef;
    padding: 18px 0;
    color: #172b56;
    text-align: center;
    position: relative;
    bottom: -32px;
    border-radius: 100px;
}
.cont-hr{
  border-bottom: 1px solid #efefef;
}
.media-btn{
    margin-top: 8px;
}
.media-btn a{
    background: orange;
    color: #fff;
    border-radius: 30px;
    padding: 5px 25px 5px 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}
#mision-just ul li p{
    text-align: justify;
}
#pad-last{
    padding-bottom: 185px;
}
.we-are-absolutely{
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 50px;
    border-bottom: 1px solid #5b5b5b38;
    padding-bottom: 35px;
    color: #ef5f03;
    font-weight: 600;
}


@media only screen and (max-width: 1920px){
.small-device-only{
    display: none;
  }
}

/*End our services section*/
@media only screen and (max-width: 1000px) {
  .social-media-icons-fixed{
    display: none;
  }
}
@media only screen and (max-width: 500px){
.small-device-only{
    display: block;
  }
  .small-device-only a{
    margin-bottom: 15px;
  }
  .web-only{
    display: none;
  }
  .respo{
    margin-left: 20px;
  }
  #pad-last{
    padding-bottom: 35px;
}
#who-can-sec{
    padding: 30px 0px 45px 0px !important;
    width: 100%;
}
}





/**/


/*slider*/
/* .container1 {
  margin: 0 auto;
 margin-top: 20px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  user-select: none;
  background-color: #1c1c1c;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.24);
}
.container1 input {
  display: none;
}
.container1 .slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container1 .slide_img img {
  width: inherit;
  height: inherit;
}
.container1 .slide_img .prev, .container .slide_img .next {
  width: 12%;
  height: inherit;
  position: absolute;
  top: 0;
  background-color: rgba(255, 82, 82, 0.2);
  z-index: 99;
  transition: .45s;
  cursor: pointer;
  text-align: center;
}
.container1 .slide_img .next {
  right: 0;
}
.container1 .slide_img .prev {
  left: 0;
}
.container1 .slide_img .prev:hover, .container .slide_img .next:hover {
  transition: .3s;
  background-color: rgba(255, 82, 82, 0.8);
}
.container1 .slide_img .prev span, .container .slide_img .next span {
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 20px;
  top: 50%;
  transform: translateY(-50%);
}
.container1 .slide_img .prev span {
  border-color: transparent #fff transparent transparent;
  right: 35%;
}
.container1 .slide_img .next span {
  border-color: transparent transparent transparent #fff;
  left: 35%;
}
.container1 #nav_slide {
  width: 100%;
  bottom: 12%;
  height: 11px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: default;
}
.container1 #nav_slide .dots {
  top: -5px;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .4s;
  cursor: pointer;
}
.container1 #nav_slide #dot1:hover {
  background: #795548;
}
.container1 #nav_slide #dot2:hover {
  background: #F44336;
}
.container1 #nav_slide #dot3:hover {
  background: #2196F3;
}
.container1 #nav_slide #dot4:hover {
  background: #4CAF50;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four {
  z-index: 9;
  animation: scroll 1s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1 {
  background: #795548;
}

#i2:checked ~ #nav_slide #dot2 {
  background: #F44336;
}

#i3:checked ~ #nav_slide #dot3 {
  background: #2196F3;
}

#i4:checked ~ #nav_slide #dot4 {
  background: #4CAF50;
}

@keyframes scroll {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 685px) {
  .container1 {
    border: none;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
  }
  .container1 .slide_img .prev, .container .slide_img .next {
    width: 15%;
  }
  .container1 .slide_img .prev span, .container .slide_img .next span {
    border: solid 12px;
  }
  .container1 .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
  }
  .container1 .slide_img .next span {
    border-color: transparent transparent transparent #fff;
  }
  .container1 #nav_slide .dots {
    width: 12px;
    height: 12px;
  }
}
.yt {
  margin: 0 auto;
  margin-top: 30px;
  width: 80px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  background: #2196F3;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.24);
  transition: .4s;
  opacity: .4;
}
.yt a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  top: 4px;
}

.yt:hover {
  transition: .3s;
  box-shadow: none;
  opacity: .8;
}

.slider_sty
{
    position: absolute;
    top: 30%;
    width: 250px !important;
    left: 25%;
}

.slider_read
{
     position: absolute;
   top: 45%;
    left: 50%; 
} */


/*end slider*/
/* .crm_bg:before
{
    position: absolute;
    background: linear-gradient(130deg,#ff8200db 25%,#bdbdbdb3 86%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
} */
/**/
/* ==============
    End Scrolltop CSS
==================================== */
.branches h2{
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    color: #172b56;
    padding: 20px 0px 20px 0px;
}

.trnd-last{
    padding-bottom: 170px;
}
.card-header:first-child{
     border-radius: 0px;
}
.card-header{
    background-color: #172b56;
}
.card-body{
    line-height: 2;
    font-size: 16px;
    color: #666666;
    text-align: justify;
}
.popular-courses {
    
    padding-bottom: 168px;
}
.card-header h2{
    cursor: pointer;
    padding: 2px 0px 2px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    color: #fff;
    background: #172b56;
}
.ptb-185 {
    padding-bottom: 185px;
}
.single-last{
    height: 350px;
    border: 1px solid #f2eee2;
}
.serv-sec{
    padding: 50px 0px 200px 0px;
}
.pdng-top{
    padding-top: 25px;
}
.pdng-btm{
    padding-bottom: 25px;
}
.process_sty{
    line-height: 2;
    font-size: 18px !important;
    padding-top: 8px;
    text-align: center !important;
}

/*TABLE*/
#customers-branch {
  border-collapse: collapse;
  width: 100%;
}

#customers-branch td, #customers-branch th {
  border: 1px solid #eaeaea;
  padding: 8px;
}

#customers-branch tr:nth-child(even){background-color: #fff;}


#customers-branch tr:hover {background-color: #ddd;}
#customers-branch td{
    text-transform: uppercase;
}
#customers-branch tr{
    text-transform: capitalize;
}
#customers-branch th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #172b56;
    color: #fff;
}

#course-g{
  border-collapse: collapse;
  width: 100%;
}

#course-g td, #course-g th {
  border: 1px solid #eaeaea;
  padding: 8px;
}

#course-g tr:nth-child(even){background-color: #fff;}


#course-g tr:hover {background-color: #ddd;}
#course-g td{
    text-transform:none;
}
#course-g tr{
    text-transform: none ;
}
#course-g th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #172b56;
    color: #fff;
}
#certifiedprogram {
  border-collapse: collapse;
  width: 100%;
}

#certifiedprogram td, #certifiedprogram th {
  border: 1px solid #eaeaea;
  padding: 8px;
}

#certifiedprogram tr:nth-child(even){background-color: #fff;}


#certifiedprogram tr:hover {background-color: #ddd;}
#certifiedprogram td{
    text-transform: uppercase;
}


#certifiedprogram th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: #172b56;
}
#certifiedprogram tr{
    text-transform: capitalize;
}
#certifiedprogram td{
    text-transform: uppercase;
}
/*END TABLE*/

@media only screen and (max-width: 500px)
{
.popular-courses{
    padding-top: 32px;
    padding-bottom: 5px !important;
}
.serv-sec{
    padding: 30px 0px 20px 0px;
}
.card-link{
    color:#fff !important;
}
.ex-dng{
    padding-bottom: 30px !important;
}
}




@media (min-width: 320px) and (max-width: 1000px) {
   .d-md-none{display: block !important;}
   #navbar{display: none;}
   .menu_bar{display: none;}
}