body {
    padding: 0;
    margin: 0;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}


p {
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline-block;
}

.destination li{ 
    display:block;
    list-style:circle;
    padding:15px!;
    
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}


a {
    text-decoration: none;
    display: block;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}

.blank-div {
    height: 150px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.small-screen {
    display: none !important;
}

.sticky .call-to-action-wrapper {
    display: none;
}

.call-to-action-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*margin-top: -15px;*/
    margin-bottom: 25px;
}

.call-to-action-wrapper span i,
.call-to-action-wrapper a i {
    color: #2F4FA0;
    margin-right: 5px;
    font-size: 16px;
    border: 1px solid #002991;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.call-to-action-wrapper span {
    font-size: 14px !important;
    font-weight: 400 !important;
    color:  #6d6d6d !important;
}

.call-to-action-wrapper span,
.call-to-action-wrapper a {
    color: #6d6d6d;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    transition: 500ms ease all;
}

.call-to-action-wrapper a:hover {
    color: #e6bc00;
}

.dropdown-icon {
    display: none;
}

.test-arrow {
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 8px;
    color: #fff;
}

.sticky .top-head {
    margin-top: -36px;
}

.child_menu:hover .test-arrow {
    color: #424242;
}

.top-menu-bar {
    position: absolute;
    top: 55px;
    right: 15px;
    z-index: 22;
    transition: 500ms;
    display: none;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #424242;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active {
    top: 11px;
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}

.top-head {
    background: #2F4FA0;
    transition: 500ms ease all;
}

.top-head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-side li a {
    font-weight: 400;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
    transition: 500ms ease all;
    position: relative;
    z-index: 2;
}

.login-side li a:hover:before {
    height: 100%;
    transform: scaleX(1);
}

.login-side li {
    float: left;
}

.login-side li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #e2b901;
    z-index: -1;
    height: 0;
    transition: 500ms ease all;
}

.login-side li:last-child a {
    border-right: none;
}

.search-side li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 3px 10px;
    margin: 0 10px;
}

.search-side li:last-child a {
    background: #fdd006;
    border-radius: 30px;
    text-transform: uppercase;
    color: #424242;
    padding: 3px 15px;
    transition: 500ms ease all;
    font-size: 13px;
    font-weight: 600;
}

.search-side li:last-child a:hover {
    background: #0f0f10;
    color: #fff;
}

.form-wrapper input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.form-wrapper {
    display: flex;
}

.modal-dialog {
    width: 600px !important;
}

.form-wrapper button {
    background: #e84c3d;
    color: #fff;
    outline: none;
    border: none;
    padding: 7px 15px;
}

.modal-header .close {
    background: #e84c3d;
    opacity: 1;
    color: #fff;
}


/* top head ends */


/* main head starts */

.main-head {
    padding: 15px 0;
    background: #fff;
    transition: 500ms ease all;
}

.main-head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky .main-head {
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sticky .logo-wrapper img {
    height: 65px;
}

.sticky nav ul li a {
    padding: 0 3px;
    font-size: 13px;
}

nav ul li a i {
    font-size: 16px;
    padding: 2px;
}

.down-arrow {
    font-size: 20px;
}

.sticky .sub-menu {
    padding-top: 26px;
}

.sticky .sub-menu li a {
    padding: 10px 5px;
}

.logo-wrapper img {
    height: 85px;
    width: auto;
    transition: 500ms ease all;
}

.test-dropdown {
    display: flex;
}

nav ul li a {
    color: #4a4a4a;
    padding: 0 5px;
    transition: 500ms ease all;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

nav ul li a:hover {
    color: #2F4FA0;
    text-decoration: none;
}

.sub-menu li,
nav ul li {
    position: relative;
}

.sub-menu li:hover .sub-menu1,
nav ul li:hover .sub-menu {
    transform: scaleY(1);
}

nav ul li:last-child .sub-menu {
    right: 0;
    text-align: left;
}

.sub-menu1,
.sub-menu {
    position: absolute;
    /*top: 100%;*/
    top: 49%;
    min-width: 250px;
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    transition: 0.3s ease all;
    transform: scaleY(0);
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    padding-top: 28px;
    z-index: 3;
}

.sub-menu1 {
    left: 100%;
    top: 0;
    padding-top: 0;
}

.sub-menu1 li,
.sub-menu li {
    display: block;
}

.sub-menu1 li a,
.sub-menu li a {
    background: #2F4FA0;
    padding: 7px;
    color: #fff;
    border-bottom: 1px solid #4c6ab8;
    transition: 500ms ease all;
    font-weight:400;
    text-transform:none;
}

.sub-menu1 li a:hover,
.sub-menu li a:hover {
    background: #fff;
    color: #4a4a4a;
}


/* main head ends */


/* main slider section starts */

li.slider-wrapper.flex-active-slide .slider-content p,
li.slider-wrapper.flex-active-slide .slider-content h1 {
    animation-duration: 2.5s;
    animation-name: slideInLeft;
}

li.slider-wrapper.flex-active-slide .slider-btn-wrapper {
    animation-duration: 2.5s;
    animation-name: zoomIn;
}

.slider-wrapper figure {
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-wrapper figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.certificate-slider,
.testimonial-slider,
.home_slick_slider {
    /*overflow: hidden;*/
}

.flex-direction-nav a:before,
.certificate-slider .flex-direction-nav a:before,
.testimonial-slider .flex-direction-nav a:before,
.home_slick_slider .flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f105' !important;
    color: #FFF;
    background: #2F4FA0;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}
.flex-direction-nav .flex-prev,
.certificate-slider .flex-direction-nav .flex-prev,
.testimonial-slider .flex-direction-nav .flex-prev,
.home_slick_slider .flex-direction-nav .flex-prev {
    left: -50px;
    transform: rotate(179deg);
}

.slider-content {
    text-align: center;
    position: relative;
}

.slider-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.slider-btn-wrapper {
    display: flex;
    justify-content: center;
}

.slider-btn-wrapper a {
    background: #2F4FA0;
    padding: 10px 25px;
    color: #fff;
    margin: 0 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    transition: 500ms ease all;
    position: relative;
    z-index: 2;
}

.course-wrapper a::before,
.about-content-side a::before,
.destination-title a::before,
.slider-btn-wrapper a:last-child::before,
.slider-btn-wrapper a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: -1;
    transition: 500ms ease all;
}

.destination-title a::before,
.slider-btn-wrapper a:last-child::before {
    background: #e7bd00;
}

.destination-title a:hover,
.slider-btn-wrapper a:last-child:hover {
    color: #fff;
}

.course-wrapper a:hover,
.about-content-side a:hover,
.slider-btn-wrapper a:hover {
    color: #434343;
}

.course-wrapper a:hover:before,
.about-content-side a:hover:before,
.destination-title a:hover:before,
.slider-btn-wrapper a:hover:before {
    height: 100%;
}

.course-wrapper a:hover,
.slider-btn-wrapper a:last-child {
    background: #fff;
    color: #434343;
}

.home_slick_slider {
    margin: 0;
    border: none;
    display: flex;
    border-radius: 0;
}




/* main slider section ends */


/* work section starts */

.work {
    background: #fefbe5;
    /*padding: 85px 0;*/
     padding: 60px 0;
}

.title-wrapper {
    text-align: center;
    margin-bottom: 85px;
}

.title-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    border-bottom:1px solid #2F4FA0;
    text-transform:uppercase;
}




.title-wrapper h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 43%;
    width: 160px;
    height: 1px;
    background: #000;
}


.title-wrapper h2::before {
    top: 102%;
    left: 50%;
    display: block;
    background-color:#2F4FA0;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid rgba(255, 255, 255, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15), 10px -10px 0 rgba(255, 255, 255, 0.15);
}







.top-work-wrapper {
    text-align: center;
}

.top-work-wrapper ul {
    text-align: center;
    display: inline-block;
}

.certificate-slide-wrapp li:nth-child(2),
.equal-height:nth-child(2),
.top-work-wrapper ul li:nth-child(2) {
    animation-delay: 500ms;
}

.certificate-slide-wrapp li:nth-child(3),
.equal-height:nth-child(3),
.top-work-wrapper ul li:nth-child(3) {
    animation-delay: 1s;
}

.certificate-slide-wrapp li:nth-child(4),
.equal-height:nth-child(4),
.top-work-wrapper ul li:nth-child(4) {
    animation-delay: 1.5s;
}

.certificate-slide-wrapp li:nth-child(5),
.equal-height:nth-child(5),
.top-work-wrapper ul li:nth-child(5) {
    animation-delay: 2s;
}

.top-work-wrapper ul li {
    /*height: 200px;*/
    /*width: 200px;*/
    height: 140px;
    width: 140px;
    border: 1px solid #a6a6a6;
    display: inline-block;
    margin: 0 5px;
    /* float: left; */
    position: relative;
    transition: 500ms ease all;
    margin-bottom: 30px;
    vertical-align: middle;
}

.top-work-wrapper ul li a {
    /*margin-top: 60px;*/
        margin-top:20px;
}

.top-work-wrapper ul li img {
    margin-bottom: 20px;
    width: 40px;
    margin-top:20px;
}

.top-work-wrapper ul li a p {
    font-size: 14px;
    font-weight: 700;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    color: #333333;
    line-height:18px;
}

.white-icon {
    display: none;
    margin: 0 auto;
}

.top-work-wrapper ul li:hover {
    background: #2F4FA0;
    border-color: #001855;
    box-shadow: 0px 8px 8px #00000082;
    transform: translateY(-20px);
}

.top-work-wrapper ul li:hover .white-icon {
    display: block;
}

.top-work-wrapper ul li:hover .red-icon {
    display: none;
}

.top-work-wrapper ul li:hover p {
    color: #fff;
}

.second-work-wrapper ul li a span {
    font-weight: 600;
    font-size: 20px;
    color: #ab0534;
}

.ielts-icon {
    /*width: 80px !important;*/
}


/* work section ends */


/* destination section starts */

.destination {
    padding: 60px 0;
    overflow: hidden;
}

.destination-title {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.destination-title h2{
    display:block;
    text-align:center;
}

.destination-title a {
    color: rgb(0, 0, 0);
    border: none;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 200px;
    display: block;
    overflow: hidden;
    position: relative;
    float:right;
    margin:20px 0;
    background-color:#fdd006;
}



.destination-title a:hover{
    
    background-color:#2F4FA0;
    border:1px solid #eee;
    color:#fff;
}










.destination-title h2::before {
    display: none;
}


.destination-title  h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 43%;
    width: 160px;
    height: 1px;
    background: #000;
}


.destination-title  h2::before {
    top: 102%;
    left: 50%;
    display: block;
    background-color:#2F4FA0;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 4px 0;
    border: 4px solid rgba(255, 255, 255, 0.35);
    background-clip: padding-box;
    box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15), 10px -10px 0 rgba(255, 255, 255, 0.15);
}



.destination-content button{
    margin: 10px 0;
    background: #2F4FA0;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
}


.destination-content button:hover{
    
    background-color:#cfa123;
    border:1px solid #eee;
    color:#cfa902;
}






.destination-title p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    max-width: 330px;
}

.destination-wrap {
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);*/
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: 300ms ease all;
    transform: scale(1);
}

.destination-wrap:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    margin-top: -10px;
    transform: scale(1.01);
}

.destination-wrap:hover figure a,
.destination-wrap:hover figure::before {
    opacity: 1;
}

.destination-wrap figure {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.destination-wrap figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 207, 6, 0.4);
    opacity: 0;
    transition: 500ms ease all;
}

.destination-wrap figure a {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    position: relative;
    opacity: 0;
    font-weight: 300;
    background: #fff;
    color: #9c366c;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
    transition: 500ms ease all;
}

.destination-wrap figure a:hover {
    background: #9c366c;
    color: #fff;
}

.destination-content {
    padding: 30px 10px;
}

.destination-content a h3 {
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 15px;
       display:block;
    text-align:center;
}

.destination-content a p {
    color: #4c4c4c;
}


.country-flag{
    position: absolute;
    bottom: 218px;
  
    width: 100%;
    text-align: center;
    z-index: 1;
    /*left: 46%;*/
    /*background: #333;*/
    margin-bottom:10px;
    
}

.title-wrapper.destination-title{margin-bottom:60px;}

.country-flag img{
    
    max-height: 40px;
   max-width: 40px;
   width:40px;
   height:40px;
   border:4px solid #fff;
   border-radius:50%;
}

.equal-height {
    margin-bottom: 30px;
}



.certificate-slider a img{height:100px;}





.interview-content-wrapper{}




/* destination section ends */


/* about section starts */

.about-sec {
    padding-top: 60px;
   
    background: #fefbe5;
}

.about-title-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.about-image-side figure {
    height: 450px;
    background-size:contain;
}

.about-title-wrapper h2 {
    color: #424242;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}

.about-title-wrapper h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 47%;
    background: #e84c3d;
    height: 1px;
    width: 70px;
}

.about-title-wrapper h2::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 49.2%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e84c3d;
 
}

.about-wrapper {
    position: relative;
    display: flex;
}

.about-content-side {
    /*background: #fff;*/
    padding: 15px;
}

.about-content-side a {
    background: #2F4FA0;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    max-width: 140px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    transition: 500ms ease all;
    z-index: 2;
    border: 1px solid transparent;
}

.about-content-side a:hover {
    border-color: #002789;
    color: #c9a501 ;
}

.about-height {
    height: 100%;
}

.about-content-side h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #a10565;
    padding-bottom: 5px;
    display: inline-block;
}

.about-content-side p {
    margin-bottom: 20px;
    max-height: 293px;
    overflow: hidden;
}

.working-experiences ul {
    background: #f4f8ff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.working-experiences ul li:last-child {
    border: none;
    margin-right: 0;
}

.working-experiences ul li {
    text-align: center;
    border-right: 1px solid #b3b3b3;
    padding-right: 30px;
}

.working-experiences ul li span {
    font-size: 30px;
    font-weight: 800;
    color: #ac337e;
}

.working-experiences ul li p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}


/* about section ends */


/* blog section starts */

.blog-sec {
    padding: 60px 0;
}

.blog-title h2 {
    color: #434343;
    font-weight: 600;
}

.blog-title span {
    font-weight: 600;
    color: #e84c3d;
    margin-bottom: 15px;
    display: block;
}

.blog-wrapper {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: 500ms ease all;
    height: 100%;
    background: #fff;
}

.blog-wrapper:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.blog-wrapper figure {
    height: 250px;
    display: flex;
    align-items: flex-end;
}

.blog-wrapper figure span {
    background: #2F4FA0;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: fit-content;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 15px;
}

.blog-content {
    padding: 30px 10px;
}

.blog-slider .slides li {
    
    border:1px solid #f2f2f2;
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #434343;
    max-height: 45px;
    overflow: hidden;
}

.name-comment-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.name-comment-wrapper p {
    color: #777777;
    margin-right: 20px;
    border-right: 1px solid #b9ea91;
    padding-right: 20px;
}

.name-comment-wrapper span,
.name-comment-wrapper p span {
    color: #dfb602;
    font-size: 14px;
    margin-right: 5px;
}

.blog-content p {
    max-height: 148px;
    overflow: hidden;
}


/* blog section ends */


/* testimonial section starts */

.testimonial-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
/*background: rgb(171,51,125);*/
/*background: linear-gradient(180deg, rgba(171,51,125,1) 0%, rgba(171,51,125,1) 35%, rgba(109,35,82,1) 100%);*/
background-color:#fefbe5;
}

.testimonial-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(37, 37, 37, 0.7);*/
}

.testimonial-content {
    position: relative;
}

.testimonial-content p {
    /*color: #fff;*/
    margin-bottom: 20px;
}

.testimonial-slider {
    border: none;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.testimonial-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-title h2 {
    /*color: #fff;*/
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}

.testimonial-title h2 span {
    /*color: #e84c3d;*/
    /*color:#EF8FD2;*/
}

.testimonial-slider ul li .row {
    align-items: center;
}

.testimonial-side {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-side img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-content span {
    font-weight: 600;
    font-size: 20px;
    color: #2F4FA0;
}


/* testimonial section ends */


/* course signup section starts */

.course-signup {
    padding:60px 0;
}

.course-wrapper {
    text-align: center;
}
.course-wrapper form {
    
    display:flex;
    justify-content:center;
}
.course-wrapper form button,
.course-wrapper form input {
    
    padding:10px;
    font-size:14px;
    outline:none;
    border:1px solid #2F4FA0;
}

.course-wrapper form input {
    
    width:400px;
}

.course-wrapper form button {
    
    padding: 10px 35px;
    background: #2F4FA0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
        border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 1px;
    border:none;
    transition:300ms ease all;
    
}
.course-wrapper form button:hover {
    
    background:#2F4FA0;
}
.course-wrapper h2 {
    font-size: 29px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
}

.course-wrapper p {
    color: #777777;
    font-size: 18px;
    margin: 40px;
}

.course-wrapper a {
    background: #ac337e;
    color: #fff;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    transition: 500ms ease all;
    z-index: 2;
    border: 1px solid transparent;
}

.course-wrapper a:hover {
    border-color: #080808;
}


/* course signup section ends */


/* accredition section starts */

.accredition {
    padding: 20px 0;
}

.accreditiion-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.certificate-slide-wrapp li a img {
    width: 100%;
    border: 1px solid #c7c7c7;
}


/* accredition section ends */


/* footer section starts */

footer {
    /*background: #42092b;*/
    padding: 40px 0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}

.footer-col-wrapper {
    position: relative;
    z-index: 2;
}

/*footer::before {*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:#38052399;*/

/*}*/

.footer-col-wrapper h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
    border-bottom:1px solid #333;
    padding-bottom:10px;
}

.footer-col-wrapper h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.footer-address li>span{
    display:inline-block;
}







.search-form {
    position: relative;
    margin-bottom: 30px;
}

.search-form input {
    outline: none;
    border: none;
    padding: 7px 10px;
    border-radius: 30px;
    width: 100%;
}

.search-form button {
    position: absolute;
    background: #42092b;
    color: #fff;
    outline: none;
    padding: 0 15px;
    font-weight: 600;
    border: none;
    font-size: 13px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 1px;
    border-radius: 30px;
    transition: 500ms ease all;
}

.search-form button:hover {
    background: #a10565;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.footer-media li a {
    font-size: 25px;
    margin: 0 5px;
    transition: 500ms ease all;
    transform: scale(1);
    display: block;
    color: #2F4FA0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #022c97;
    border-radius: 50%;
}

.footer-media li a:hover {
    color: #ffffff;
    background: #e7bc00;
    border-color: #bd9b00;
}

.footer-address li i,
.footer-address li i {
    color: #2F4FA0;
    margin-right:12px;
    height: 35px;
    width: 35px;
    line-height: 25px;
    /*background: #fff;*/
    border-radius: 50%;
    text-align: center;
    /*border:1px solid;*/
    font-size:20px;
    line-height:35px;
}

.footer-address li {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    margin: 5px 0;
    display:inline-flex;
}

.footer-address li a {
    color: #676767;
    transition: 500ms ease all;
}

.footer-address li a:hover {
    color: #2F4FA0;
}

.footer-link li {
    display: block;
}


 .footer-link li:after {
    content: '';
    /*height: .4em;*/
    /*width: .4em;*/
  height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #2F4FA0;
    display: block;
    position: relative;
    top: -0.75em;
    left: -16px;
}




#return-to-top {
    position: fixed;
    bottom: 135px;
    right: 20px;
    background: #2F4FA0;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    z-index: 8;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
     background: #fff;
    color: #FECF06;
    border: 1px solid #e3ba02;
}

#return-to-top:hover i {
    color: #FECF06;
    top: 5px;
}

.modal-backdrop {
    z-index: 2;
}

.footer-content-wrapp p {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    text-align: center;
}

.footer-content-wrapp p a {
    display: inline-block;
    font-weight: 600;
    color: #ccc;
}

.footer-bottom-wrapper {
    background: #2F4FA0;
    padding: 7px 0;
}


/* footer section ends */


/* sticky social media and offline msz */

.theme-background-color {
    background-color: #00913e !important;
}

#sticky-social {
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 15%;
    display: none;
}

#sticky-social a {
    font: 16px 'Open Sans', sans-serif;
    line-height: 35px;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
}

#sticky-social a:hover span {
    left: 100%;
}

#sticky-social a span {
    line-height: 35px;
    position: absolute;
    left: -120px;
    width: 120px;
    text-align: center;
}

#sticky-social a[class*='facebook'],
#sticky-social a[class*='facebook']:hover,
#sticky-social a[class*='facebook'] span {
    background: #3b5998;
}

#sticky-social a[class*='twitter'],
#sticky-social a[class*='twitter']:hover,
#sticky-social a[class*='twitter'] span {
    background: #00aced;
}

#sticky-social a[class*='gplus'],
#sticky-social a[class*='gplus']:hover,
#sticky-social a[class*='gplus'] span {
    background: #dd4b39;
}

#sticky-social a[class*='linkedin'],
#sticky-social a[class*='linkedin']:hover,
#sticky-social a[class*='linkedin'] span {
    background: #007bb6;
}

#sticky-social a[class*='instagram'],
#sticky-social a[class*='instagram']:hover,
#sticky-social a[class*='instagram'] span {
    background: #517fa4;
}

#sticky-social a[class*='stumbleupon'],
#sticky-social a[class*='stumbleupon']:hover,
#sticky-social a[class*='stumbleupon'] span {
    background: #eb4924;
}

#sticky-social a[class*='pinterest'],
#sticky-social a[class*='pinterest']:hover,
#sticky-social a[class*='pinterest'] span {
    background: #cc2127;
}

#sticky-social a[class*='flickr'],
#sticky-social a[class*='flickr']:hover,
#sticky-social a[class*='flickr'] span {
    background: #ff0084;
}

#sticky-social a[class*='tumblr'],
#sticky-social a[class*='tumblr']:hover,
#sticky-social a[class*='tumblr'] span {
    background: #32506d;
}

.entypo-youtube {
    color: white;
    background-color: red !important;
}

.entypo-youtube span {
    background-color: red;
}

.padding_0 {
    padding: 0;
}

#sticky-social ul li {
    display: block;
}

.call_Mail span.fa.fa-phone,
.call_Mail span.fa.fa-envelope {
    font-size: 25px;
}

.call_Mail {
    display: none;
}

.theme-background-color {
    background-color: #e84c3d !important;
}

.round #tawkchat-minified-wrapper {
    bottom: 0 !important;
}


/*  */


/* translator  */
.flex-direction-nav a {
    
    opacity:1 !important;
    z-index:2 !important;
}
/*.flexslider {*/
    
/*    overflow:hidden;*/
/*}*/

.flexslider .slides {
    display: block;
    width: 100%;
}


ul.footer-address.footer-link {
    padding-left: 18px;
}



.la{
    min-height:285px;
}




/*New Css Added*/

.jobcategory-wrap h2 span{
    color: #9f0105;
}
.jobbox img{
  position: relative;
  width: 100%;
}
.jobbox-detail{
    position: absolute;
    top: 0;
    padding: 25px;
}
.overlay:after{
    position: absolute;
    background: #0a78bc;
    opacity: 0.61;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: '';
    width: 95%;
    height: 100%;
    top: 0;
    left: 14px;
}
.nop{
    /*padding: 0;*/
}
.jobbox h3{
    color: #fff;
    margin-bottom: 50px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
    position: relative;
}
.jobbox h3::after{
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 515px;
    bottom: -27px;
    left: 0;
    content: '';
}
.jobbox ul{
    padding-left:20px; 
}
.jobbox ul li{
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 3px;
    display:block;
    list-style:decimal;
    position:relative;
}
.jobbox ul li:after{
    position:absolute;
    content:'\f111';
    left:-20px;
    top:5px;
    font:normal normal normal 14px/1 FontAwesome;
    color:#fff;
    font-size:5px;
}
.enquiryform-wrap{
   background-color: #ededed;
   padding: 30px 0;
}
.enquiryform{
    width:70%;
    margin:0 auto;
}
.enquiryform h2{
    font-size: 2em;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    background: #0a78bc;
    padding: 5px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.enquiryform label{
   font-size: 1.1em;
    font-weight: 300;
}
.enquiryform label span.ask{
    color:#9f0105;
    padding-left: 5px;
}
.enquiryform input,.enquiryform textarea{
    background-color: #fff;
    border:1px solid #0a78bc;
    margin-bottom:10px; 
    border-radius:17px;
}
.jobcategory-wrap{
    margin-bottom: 75px;
}
.about-content-side a{
    padding:7px 19px;
}
.footernewsletter input,.footernewsletter button,.newbtn{
    width:100%!important;
    
}
.newsletter input{
  height:auto;
  border-radius:0;
}

.footer-col-wrapper img{
    width:100%;
    height:180px!important;
    object-fit:contain!important;
}
.new-work h4{
   margin-bottom:15px; 
}
.new-work ul{
    margin-top:20px;
}
.new-work ul li{
    display:block;
    list-style:list;
    font-size:14px;
}
.nw a{
    color: #fff;
background: #2F4FA0;
padding: 5px;
}
.nw ul li{
    height:200px;
    width:190px;
    padding:20px;
    min-height:270px;
}
.nw ul li:hover a{
    color:#fff;
}
.nw p{
    min-height:100px;
}
.client-slide img{
    height:100px!important;
    object-fit:fill;
}
.nw img{
    height:100px;
    object-fit:cover;
    width:100%!important;
}
.nw ul li:hover .white-icon{
    width:40px!important;
    height:auto;
}
.interview-content-wrapper p span{
    font-size:14px!important;
    }
@media (max-width: 767px) {
    .client-slide img{
        margin-bottom:20px;
    }
    .jobcategory-wrap{
        overflow:hidden;
    }
    .accredition{
        display:none;
    }
    
}












