@charset "UTF-8";
@font-face {
    font-family: 'Ubuntu', sans-serif;
    src: url(../../fonts/Ubuntu-Regular.ttf)
}

body, * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body::-webkit-scrollbar {
    width: 0
}

ul {
    list-style-type: none
}
.call_button_fix{
    position: fixed;
    left: 18pt;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    outline: none!important;
    font-size: 24px;
    background: #5ba600;
    color: #fff!important;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999999999;
    transition: .3s all;
}
.call_button_fix:hover{
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
    color: #fff!important;
}
.call_button_fix svg{
    filter:drop-shadow(0px 1px 3px #777);
}

.fix-btns {
    position: fixed;
    right: 0;
    top: 220px;
    /* height: 120px; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    width: 141px;
    /* width: 50px; */
    -webkit-transition: .5s width;
    -o-transition: .5s width;
    transition: .5s width
}

.fix-btns a {
    padding: 10px;
    font-size: 14px;
    background: #052b47;
    /* background: #053a53; */
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    white-space: nowrap;
    /* line-height: 24px; */
    line-height: 40px;
    margin-bottom: 10px;

}

.fix-btns a:last-child {
    font-size: 13px
}

.fix-btns a svg {
    margin: 0 12px
}

.fix-btns:hover {
    width: 141px !important
}

.fix-btns a::after {
    content: '';
    width: 25px;
    display: inline-block;
    height: 58px;
    position: absolute;
    background-color: #fff;
    top: 0;
    -webkit-transform: skew(-30deg) translateX(-170px);
    -ms-transform: skew(-30deg) translateX(-170px);
    transform: skew(-30deg) translateX(-170px);
    opacity: .3;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.fix-btns a:hover::after {
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-transform: skew(-30deg) translateX(40px);
    -ms-transform: skew(-30deg) translateX(40px);
    transform: skew(-30deg) translateX(40px)
}

.fix-btns a:hover {
    color: #58f0f5;
}

.fix-btns a i {
    -webkit-filter: drop-shadow(0px 3px 2px black);
    filter: drop-shadow(0px 3px 2px black)
}

.h {
    height: 116px;
    /* background: rgba(43, 43, 43, 0.86) */
}

body {
    overflow-y: scroll;
    background: #f3f3f3 !important
}

.over {
    overflow: hidden
}

a {
    text-decoration: none !important;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

a:hover, a:focus {
    color: #03396B
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

header nav {
    height: 80px
}

header nav a {
    text-transform: uppercase
}


/* Class for hiding the image */
.rocketHide {
    opacity: 0; /* Hide the image */
    transform: translateY(100px); /* Move the image off-screen */
}

/* Additional class for any other transformation */
.rocketGo {
    /* You can define any specific style for this class as needed */
    transform: translateY(-100px); /* Example transformation */
}


main .imgScroll{
    height: 70px;
    /* background: #ffffff6e; */
    transition: .3s background;
    position: fixed;
    right: 0;
    bottom: 20px;
}

main .imgScroll:hover{
    /* background: rgba(92, 168, 0,.2); */
    cursor: pointer;
}
main{
    /* position: relative; */
}
/* .imgScroll{
    height: 100%;
    background: #ffffff6e;
    transition: .3s background;
    position: absolute;
    right: 0;
    bottom: 0;
} */
/* Define the initial state of the image */
.imgScroll {
    height: 100px;
    /* background: #ffffff6e; */
    transition: 0.3s background, 0.3s transform, 0.3s opacity;
    position: fixed;
    right: 0;
    bottom: 20px;
    opacity: 0; /* Initially hidden */
    transform: translateY(100px); /* Initially positioned off-screen */
}

/* Class for showing the image */
.rocketShow {
    opacity: 1;
    transform: translateY(0);
    /* transition: 0.3s background, 0.3s transform, 0.3s opacity; */
}

/* Class for hiding the image */
.rocketHide {
    opacity: 0; /* Hide the image */
    transform: translateY(100px); /* Move the image off-screen */
}

/* Additional class for any other transformation */
.rocketGo {
    /* You can define any specific style for this class as needed */
    transform: translateY(-100px); /* Example transformation */
}


.open{
    width: 150px;
    transform: translate(0);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.open {
    width: 75vw;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#burger {
    position: relative;
    width: 50px;
    height: 35px;
    cursor: pointer
}

#burger:before {
    content: '';
    position: absolute;
    background-color: #052b47;
    width: 100%;
    height: 4px;
    top: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

#burger:after {
    content: '';
    position: absolute;
    background-color: #052b47;
    width: 100%;
    height: 4px;
    bottom: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

#burger i {
    opacity: 1;
    position: absolute;
    background-color: #052b47;
    width: 100%;
    height: 4px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2S all;
    -o-transition: .2S all;
    transition: .2S all
}

#burger:hover i {
    width: 90%;
    -webkit-transition: .2S all;
    -o-transition: .2S all;
    transition: .2S all
}

.burgeractive i {
    opacity: 0 !important;
    width: 0 !important
}

.burgeractive:before {
    top: 50% !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.burgeractive:after {
    top: 50% !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 4px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.menubtn {
    display: none;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    padding: 20px;
    margin-right: 40px
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, .25);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-transition: 1s border-bottom ease-in-out, 2s -webkit-box-shadow ease-in-out;
    transition: 1s border-bottom ease-in-out, 2s -webkit-box-shadow ease-in-out;
    -o-transition: 2s box-shadow ease-in-out, 1s border-bottom ease-in-out;
    transition: 2s box-shadow ease-in-out, 1s border-bottom ease-in-out;
    transition: 2s box-shadow ease-in-out, 1s border-bottom ease-in-out, 2s -webkit-box-shadow ease-in-out;
    border-bottom: 2px solid transparent
}

header nav a img {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-filter: drop-shadow(0px 10px 5px black);
    filter: drop-shadow(0px 10px 5px black);
}

header nav a:hover img {
    -webkit-filter: drop-shadow(0px 10px 5px black);
    filter: drop-shadow(0px 10px 5px black)
}

header img.logo {
    width: 300px
}

header ul {
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style-type: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 45px 0 */
}

header ul li {
    margin: 0 6px
}
header ol li{
    float: left;
    color: #fff;
    list-style: none;
    margin-left: 10px;
}

header ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: none;
    letter-spacing: 1px;
}

header ul li a:hover {
    padding: 5px 0;
    border-bottom: 3px solid #03396B;
}
header ol li a:hover {
    color: #fff;
    border-bottom: 3px solid #ffffff;
}
.font-bold-700{
    font-weight: 700!important;
}
.atag{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: none;
}
.atag:hover{
    padding: 0!important;
    border-bottom: none!important;
}
.section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #202020
}

.section1 > div {
    width: 50%
}

.section1 div div {
    position: relative
}

.section1 div:nth-child(1) {
    padding: 60px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.head_title {
    color: #fff;
    padding-right: 30px;
    border-right: 5px solid #5BA600;
    font-size: 30px
}

.section1 span {
    color: #5BA600;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block
}

.section1 p {
    font-size: 14px;
    color: #fff
}

.section1 svg {
    width: 70px !important;
    color: #5BA600;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: absolute;
    background: #fff;
    top: -2%;
    right: -95px;
    line-height: 30px;
    text-align: center;
    height: 70px
}

.section_white {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
    -webkit-box-shadow: 0 0 3px #e8e8e8;
    box-shadow: 0 0 3px #e8e8e8
}

.section_white h2 {
    margin: 10px;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 22px;
}

.section_white img {
    /* border-radius: 50%;
    width: 70px;
    height: 65px;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5)) */
}

.section_white em {
    margin: 10px;
    font-family: 'JosefinSans', sans-serif !important
}

.hr {
    position: relative
}

.section_white .hr::before {
    content: "";
    width: 40vw;
    background: #ddd;
    height: 1px;
    position: absolute;
    left: 100px;
    top: 30px
}

.section_white .hr::after {
    content: "";
    width: 40vw;
    background: #ddd;
    height: 1px;
    position: absolute;
    right: 100px;
    top: 30px
}

.section_white span {
    color: #49a2bb;
}
.courses{
    padding-bottom: 30px;
}

.courses .wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course_item {
    width: 32%;
    text-align: center;
    color: #202020;
    border: solid rgba(157, 157, 157, 0.36) 1px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: .66666666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}

.plan_item {
    padding: 1rem;
    width: 32%;
    color: #202020;
    /*border: solid rgba(157, 157, 157, 0.36) 1px;*/
    border: solid rgb(157 157 157 / 70%) 1px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: .66666666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    /*height: 530px;*/
    height: 100%;
}
.price-apply{
    background-color: #49a2bb;
    color: #fff;
    font-weight: 600;
    margin: 0 auto 15px;
    font-size: 17px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    width: 90%;

    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.c-red{
    /*color: red;*/
}
.price-apply:hover {
    color: #fff;
    box-shadow: 0px 1px 5px 0px #0000009c;
}
.price-apply:focus{
    color: #abe0ef;
    border: none;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
.price-apply:active{
    border: none;
}
.price-apply:active:focus{
    color: #abe0ef;
    border: none;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

.course_item:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.42)
}

.course_item img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    /* box-shadow: 0px 2px 1px 0px #1c3b57b8; */
}

.plan_item:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.42)
}

.plan_item img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    /* box-shadow: 0px 2px 1px 0px #1c3b57b8; */
    padding:16px;
}
.price-in{
    font-size: 21px;
    margin: 20px 0;
    font-weight: 700;
    color: #052b47;
    text-align: center;
}
/*.price-in-title{*/
/*    font-size: 24px;*/
/*    margin: 20px 0;*/
/*    font-weight: 700;*/
/*    color: #052b47;*/
/*    text-align: center;*/
/*}*/
.price-in-title {
    font-size: 22px;
    margin: -1rem -1rem 20px -1rem; /* Negative margins for top, left, and right */
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #052b47; /* Your desired background color */
    padding: 3rem; /* Padding to ensure proper spacing inside */
    position: relative; /* Keeps the element positioned properly */
    z-index: 1; /* Prevent overlapping issues */
    border-radius: 10px 10px 0 0; /* Optional: Add rounded corners for top edges */
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 33px;
}
.price-dur{
    font-size: 20px;
    margin: 12px 0 0 0;
    font-weight: 700;
    color: #052b47;
    text-align: center;
}

.course_item h2 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 400;
    color: #000
}

.course_item p {
    font-size: 14px;
    margin: 10px
}

.plan_item h2 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: 400;
    color: #000
}

.plan_item p {
    font-size: 14px;
    margin: 10px
}

.btns {
    margin: 10px
}

.course_item .view {
    color: #fff;
    background-color: #1c3b57;
    border-radius: 6px !important;
    display: inline-block;
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.course_item .view:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.plan_item .view {
    color: #fff;
    background-color: #1c3b57;
    border-radius: 6px !important;
    display: inline-block;
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center;
}

.plan_item .view:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.course_item .apply {
    color: #fff;
    background-color: #49a2bb;
    border-radius: 6px !important;
    display: inline-block;
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.course_item .apply:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.plan_item .apply {
    color: #fff;
    background-color: #49a2bb;
    border-radius: 6px !important;
    display: inline-block;
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center;
}

.plan_item .apply:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.apply_course_name {
    display: inline-block;
    width: 40%
}

#apply-image-div label {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.event-time svg {
    margin: 0
}

.events strong {
    width: 100%
}
.careers strong {
    width: 100%
}
.w-50{
    width: 50%!important;
}

.w-45 {
    width: auto!important;
}

/* Desktop only */
@media (min-width: 992px) {
    .w-45 {
        width: 45%!important;
    }
}
@media (max-width: 992px) {
    .see_more_careers{
        width: 60%!important;
    }
}
.w-100{
    width: 100%!important;
}
.w-80{
    width: 80%!important;
}

.event_item {
    background-color: #fff;
    padding: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.09);
    box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.09);
    border: 2px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .2s box-shadow;
    -o-transition: .2s box-shadow;
    transition: .2s box-shadow;
    border-radius: 10px;
}

.event_item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.42)
}

.events .wrapper,
.careers .wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.events .wrapper .apply, .courses  .viewallCourses,
.careers .wrapper .apply, .courses  .viewallCourses {
    color: #fff;
    background-color: #2d6c8d;
    border-radius: 6px;
    display: block;
    margin: 10px auto;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center
}

.se_all_btn{
    color: #fff;
    background-color: #2d6c8d;
    border-radius: 6px;
    display: block;
    margin: 10px auto;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center
}
.se_all_btn:hover{
    color: #fff;
}
.events .wrapper .apply:hover, .careers .wrapper .apply:hover, .courses .wrapper .viewallCourses:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.event_item div:nth-child(1) div {
    background-color: #2d6c8d;
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px #717171;
    box-shadow: 0 2px 5px #717171
}

.event_item h2 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    line-height: 40px;
    font-family: 'JosefinSans', sans-serif !important;
    padding: 15px
}

.event_item div:first-child h2 {
    text-shadow: 2px -2px 2px #2d2d2d
}

.event_item h2 span {
    display: block;
    text-shadow: none;
    color: #1c3b57;
    font-size: 10px;
    font-family: 'JosefinSans', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 8px;
    margin-top: 10px;
    line-height: 10px
}

.event_item div:nth-child(1) a {
    display: block;
    line-height: inherit;
    padding: 10px 5px;
    text-align: center;
    background-color: #2d6c8d;
    color: #fff;
    margin: 5px 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    font-weight: 700;
    text-shadow: 1px -1px 2px #2d2d2d;
    -webkit-box-shadow: 0 1px 4px #717171;
    box-shadow: 0 1px 4px #717171;
    border-radius: 6px;
}

.event_item div:nth-child(1) a:hover {
    -webkit-box-shadow: 0 0 1px 1px #000;
    box-shadow: -2px 4px 7px 1px #6c6c6c;
}

.event_item div:nth-child(2) {
    padding: 0 14px;
    width: 80%
}
.portfolio-title{
    background-color: #fff!important;
    color: #215a7b!important;

    padding: 0 !important;
    font-weight: 700;
    text-shadow: 0px 0px 0px #fff !important;
    -webkit-box-shadow: 0px 0px 0px #fff !important;
    box-shadow: 0px 0px 0px #fff !important;
    border-radius: 0px!important;
}
.event_item .event-details .apply {
    width: 150px;
    height: 40px;
    display: block;
    line-height: inherit;
    padding: 10px 5px;
    text-align: center;
    background-color: #49a2bb;
    color: #fff;
    margin: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    font-weight: 700;
    text-shadow: 1px -1px 2px #2d2d2d;
    -webkit-box-shadow: 0 1px 4px #717171;
    box-shadow: 0 1px 4px #717171;
    border-radius: 6px;
}

.event_item .event-details .apply:hover {
    -webkit-box-shadow: -2px 4px 7px 1px #6c6c6c;
    box-shadow: -2px 4px 7px 1px #6c6c6c;
}

.event-details h2 {
    padding: 0;
    margin: 0
}

.event-details h2 a {
    font-size: 22px;
    font-family: 'JosefinSans', sans-serif !important;
    color: #232322;
    text-align: left;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    font-weight: 700;
}

.event-details h2 a:hover {
    color: #2d6c8d;
}

.event-details ul {
    color: #5a5a5a;
    text-decoration: none;
    list-style: none;
    padding: 0
}

.event-details * {
    margin-bottom: 5px
}

.event-details p {
    color: #5a5a5a
}

.event_item div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45%
}

.event_item img {
    width: 100%;
    /*-webkit-box-shadow: 0 2px 5px #717171;*/
    /*box-shadow: 0 2px 5px #717171*/
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.feedback {
    background: #fff;
    padding: 40px 0 100px
}

.feedback h2 {
    font-weight: 400;
    text-align: center;
    color: #2d6c8d;
}

.feedback p.whatsay {
    text-align: center;
    font-size: 50px
}

#testimonial {
    background-position: center center;
    width: 80%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    position: relative;
    text-align: center
}

.container-inf2 {
    width: 92%;
    margin: 0 auto
}

#textslides {
    overflow: hidden;
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto
}

#textslides ul {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

#textslides li {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    /* font-family: lato, sans-serif; */
    font-family: "Josefin Sans", sans-serif !important;
}

.btn-bar {
    width: 100%;
    display: block;
    position: relative;
    top: 40%
}

#buttons {
    padding: 0 0 5px
}

#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    outline: 0;
    color: #5BA600;
    text-decoration: none;
    padding: 9px;
    width: 35px
}

a#textprev {
    float: left
}

a#textnext {
    float: right
}

#textslides i {
    font-size: 30px
}

#textslides img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    float: left
}

.mini {
    font-size: 12px;
    font-style: italic;
    padding-top: 10px
}

.test {
    width: 180px;
    margin: 5% auto
}

.quote_slider {
    position: relative;
    padding-top: 50px
}

.quote_slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;
    border-bottom: 2px solid transparent
}

.quote_slider h2 {
    margin: 0
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: .4;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#quote-carousel .carousel-indicators .active {
    background: #333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #5BA600;
    opacity: 1;
    overflow: hidden
}

.carousel-inner {
    min-height: 300px
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote p span {
    -webkit-transform: scale(3.5) translate(-5px, 5px);
    -ms-transform: scale(3.5) translate(-5px, 5px);
    transform: scale(3.5) translate(-5px, 5px);
    font-size: 20px;
    display: inline-block
}

.portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolio-item {
    width: 25%;
    position: relative;
    overflow: hidden;
    border: solid rgba(255, 255, 255, 0) 8px;
    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.53);
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.53)
}

.portfolio-item img {
    width: 100%;
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.portfolio-item:hover::after {
    opacity: 1
}

.portfolio-item .zoom {
    width: 60px;
    height: 60px;
    background: #5BA600;
    color: #fff;
    padding: 15px;
    border-radius: 50px 0 50px 50px;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    opacity: 0;
    text-align: center;
    font-size: 21px
}

.portfolio-item .zoom:hover {
    background: #fff;
    color: #5BA600;
    cursor: pointer
}

.portfolio-item .link {
    width: 60px;
    height: 60px;
    background: #5BA600;
    color: #fff;
    padding: 15px;
    border-radius: 0 50px 50px 50px;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    opacity: 0;
    text-align: center;
    font-size: 21px
}

.portfolio-item .link:hover {
    background: #fff;
    color: #5BA600;
    cursor: pointer
}

.portfolio-item:hover .link {
    right: 27%;
    opacity: 1;
    z-index: 1
}

.portfolio-item:hover .zoom {
    left: 27%;
    opacity: 1;
    z-index: 1
}

.videos .apply {
    color: #fff;
    background-color: #5BA600;
    border-radius: 0 !important;
    display: block;
    margin: 10px auto;
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center
}

.videos .apply:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.videos .wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.videos-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    overflow: hidden
}

.videos-item div {
    background: #5BA600;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videos-item img {
    width: 80%;
    height: 100%
}

.videos-item div img {
    width: 60px;
    height: 60px
}

.secaccordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px
}

section {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.secaccordion h2 {
    font-size: 18px !important
}

.accordionWrapper {
    background: transparent;
    float: left;
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif !important;
    opacity: 1 !important
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0 0 10px;
    padding: 10px;
    background: #fff;
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ddd
}

.open .accordionItemContent {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 2px solid #5BA600; */
    border: 2px solid #49a2bb;
}

.open .accordionItemHeading {
    margin: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #49a2bb;
    color: #fff;
    text-shadow: none !important
}

.close .accordionItemContent {
    display: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px
}

.mapsection ul {
    margin: 20px
}

.mapsection .wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tabs_slider {
    min-height: 330px
}

.containet {
    margin: 0px auto;
    width: 60%
}

.containet label {
    display: block !important
}

#tabs {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#tabs li::before {
    color: #1c3b57;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-table;
    white-space: nowrap;
    font-weight: 700;
}

#tabs li:hover::before {
    color: #1c3b57
}

#tabs li.taben:nth-child(1)::before {
    content: "ENROLL"
}

#tabs li.taben:nth-child(2)::before {
    content: "EMAIL"
}

#tabs li.taben:nth-child(3)::before {
    content: "MESSAGE"
}

#tabs li.taben:nth-child(4)::before {
    content: "CALL BACK"
}

#tabs li.tabam:nth-child(1)::before {
    content: "ԳՐԱՆՑՎԵԼ"
}

#tabs li.tabam:nth-child(2)::before {
    content: "ԷԼ․ ՓՈՍՏ"
}

#tabs li.tabam:nth-child(3)::before {
    content: "ՆԱՄԱԿ"
}

#tabs li.tabam:nth-child(4)::before {
    content: "ՀԵՏ․ ԶԱՆԳ"
}

#tabs li.tabru:nth-child(1)::before {
    content: "ЗАЯВКА"
}

#tabs li.tabru:nth-child(2)::before {
    content: "ЭЛ. ПОЧТА"
}

#tabs li.tabru:nth-child(3)::before {
    content: "ПИСЬМО"
}

#tabs li.tabru:nth-child(4)::before {
    content: "ТЕЛ."
}

.form_header_text {
    padding: 10px 20px
}

#tabs li {
    background: #1c3b57;
    color: #fff;
    border: 2px solid #1c3b57;
    border-radius: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    position: relative
}

#tabs li.disable:hover {
    background: #d5dfde;
    -webkit-box-shadow: 0 0 2px #3c3c3c;
    box-shadow: 0 0 2px #3c3c3c;
    font-size: 16px;
}

#tabs li.disable {
    background: #fff;
    color: #1c3b57;
    border: 2px solid #1c3b57;
    /* border-radius: 0 50px 50px 50px; */
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.containet > div {
    min-height: 100px;
    border: solid #1c3b57 1px;
    margin: 30px 15px;
    border-radius: 10px;
}

.containet div.tab_item:not(:first-of-type) {
    display: none
}

div.tab_item .apply {
    color: #fff;
    border: none;
    background-color: #1c3b57;
    border-radius: 5px !important;
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: 15px auto
}

div.tab_item .apply:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.tabs_slider form {
    width: 60%;
    margin: 20px auto
}

.tabs_slider .roww {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.tabs_slider .roww input {
    padding: 5px 0;
    width: 100%;
    text-indent: 20px
}

.tabs_slider .roww select {
    width: 100%;
    padding: 5px 0;
    text-indent: 20px
}

.tabs_slider a {
    display: block;
    width: 100%;
    margin: 0 auto
}

#tab1 {
    position: relative
}

#tab1::after {
    content: '';
    border-top: 2px dashed #1c3b57;
    left: 49px;
    height: 2px;
    display: block;
    width: 30vw;
    top: 50%;
    z-index: 9;
    position: absolute
}
.tabam{
    z-index: 999!important;
}
.roww div {
    width: 47%
}

.tabs_slider form {
    /* border: 1px solid #ccc; */
    padding: 10px
}

footer {
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
}

footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

footer > div img {
    height: 70px
}
.footer-logos{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright {
    font-size: 12px;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: 5px 0px;
}

footer .footer_icons a {
    background: transparent;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: 2px
}

footer .footer_icons a:hover {
    background: #76d600
}

.footer-text {
    color: #fff;
    margin-right: 120px
}

.course_detail {
    width: 85%;
    margin: 20px auto
}

.couse_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px #65656569;
    box-shadow: 0 2px 5px #65656569;
    margin: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center
}

.course_detail > div > img {
    width: 30%;
    -webkit-box-shadow: 0 4px 9px #656565;
    box-shadow: 0 4px 9px #656565
}

.course_detail > div > div:last-child {
    width: 20%
}

.course_img {
    width: 200px
}

.cert_img {
    width: 30%;
    height: 100%;
    text-align: center
}

.cert_img h2 {
    margin: 0;
    font-size: 37px;
    padding-bottom: 10px;
    text-shadow: 0 0 23px #2d3540
}

.cert_img img {
    width: 50%;
    -webkit-box-shadow: 0 4px 9px #656565;
    box-shadow: 0 4px 9px #656565
}

.course_detail .apply {
    color: #fff;
    background-color: #5BA600;
    border-radius: 0 !important;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center;
    margin: 10px 0
}

.course_detail .apply_now {
    color: #fff;
    background-color: #5BA600;
    border-radius: 0 !important;
    display: inline-block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center;
    margin: 10px 0
}

.course_detail .apply:hover, .apply_now:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.couse_left {
    width: 75%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #00000038;
    box-shadow: 0 0 5px #00000038;
    padding: 30px
}

.couse_left h4 {
    text-transform: uppercase;
    font-size: 24px
}

.couse_left {
    text-align: center !important
}

.couse_left table {
    width: 100% !important
}

.couse_left table th, td {
    border: none
}

.couse_left .course_descr p {
    background: #e0e0e0
}

.couse_left .course_descr p em {
    font-style: normal;
    font-size: 20px
}

.instructors {
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.instructors .inst {
    margin: 20px
}

.instructors .inst img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border: 3px solid #00a639;
    -webkit-box-shadow: 0 4px 9px 0 #000000ad;
    box-shadow: 0 4px 9px 0 #000000ad
}

.course_right {
    width: 22%;
    text-align: center
}

.couse_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course_right .top_side,.course_right .middleside {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #00000038;
    box-shadow: 0 0 5px #00000038;
    margin-bottom: 15px;
}
.course_right .middleside{
    padding:10px;
}
.course_right .middleside ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
}

.course_right .top_side p {
    margin: 0
}

.course_right .top_side div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px
}

.course_right .top_side hr {
    margin: 0
}

.course_right .links {
    margin: 20px 0;
    display: inline-block
}

.course_right .links a {
    font-size: 20px;
    color: #5BA600 !important
}

.course_right .links a:hover {
    color: #76d600 !important
}

.course_right .other_couses {
    -webkit-box-shadow: 0 0 5px #00000038;
    box-shadow: 0 0 5px #00000038;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.other_c_item {
    width: 80%;
    -webkit-box-shadow: 0 4px 9px #65656596;
    box-shadow: 0 4px 9px #65656596;
    margin: 0 auto
}

.other_c_item img {
    width: 100%
}

.other_c_item p {
    padding: 10px 0;
    background: #333;
    color: #fff !important
}

.evt_detail {
    text-align: left;
    font-size: 20px
}

.evt_detail h2 {
    color: #1c3b57;
    text-align: center
}

.evt_detail p {
    width: 70%;
    margin: 0 auto
}

.evt_detail img {
    width: 60%;
    float: left;
    margin: 10px 10px 0 0
}

.evt_detail .apply {
    color: #fff;
    background-color: #49a2bb;
    border-radius: 6px !important;
    display: block;
    margin: 10px auto 25px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    text-align: center
}

.evt_detail .apply:hover {
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    cursor: pointer
}

.modalWindow {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 3%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.modalImage {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

.modalImage, #caption {
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

@-webkit-keyframes zoomMobile {
    from {
        -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
        transform: scale(0) translateX(-50%) translateY(-50%)
    }
    to {
        -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
        transform: scale(1) translateX(-50%) translateY(-50%)
    }
}

@keyframes zoomMobile {
    from {
        -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
        transform: scale(0) translateX(-50%) translateY(-50%)
    }
    to {
        -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
        transform: scale(1) translateX(-50%) translateY(-50%)
    }
}

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

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

.closeModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.closeModal:hover, .closeModal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%
    }
}

ul.pagination {
    display: block !important;
    margin: 0 auto !important
}

.pagination > li > a, .pagination > li > span {
    color: #5BA600
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #5BA600 !important;
    border-color: #5BA600 !important
}

#apply-image-div input {
    display: none
}

#apply-image-div label {
    border: 1px solid #1c3b57;
    border-radius: 5px;
    color: #1c3b57;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    cursor: pointer
}

.light-colored{
    color: #dfdfdf!important;
}

.event-detail-img{
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

#apply-image-div input:checked + label {
    background: #1c3b57;
    color: #fff
}

#languageSwitcher {
    /* position: absolute;
    right: 10px;
    top: 10px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    /* justify-content: space-around;
    flex-direction: column; */
}

#languageSwitcher img {
    width: 20px;
    margin-right: 15px
}

.course-apply {
    margin: 192px auto 100px;
    width: 80%;
    min-height: calc(100vh - 362px);
    background: rgba(0, 0, 0, .8);
    padding: 50px;
    -webkit-box-shadow: 0 -3px 7px 1px #353535, 0 3px 7px 1px #353535;
    box-shadow: 0 -3px 7px 1px #353535, 0 3px 7px 1px #353535
}

.course-apply button {
    border: none;
    outline: none;
    display: block;
    margin: 20px auto 0;
    color: #fff;
    background-color: #5BA600;
    border-radius: 0 !important;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.event-apply {
    min-height: calc(100vh - 462px);
    margin: 222px auto 132px;
    width: 80%;
    background: rgba(0, 0, 0, .8);
    padding: 50px;
    -webkit-box-shadow: 0 -3px 7px 1px #353535, 0 3px 7px 1px #353535;
    box-shadow: 0 -3px 7px 1px #353535, 0 3px 7px 1px #353535;
    color: #fff
}

.event-apply button {
    border: none;
    outline: none;
    display: block;
    margin: 20px auto 0;
    color: #fff;
    background-color: #49a2bb;
    border-radius: 6px !important;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.course-apply label {
    width: 100%
}

.eventapllybg {
    background-image: url(../img/eventapplybg1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.apllybg {
    background-image: url(../img/applybg1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.apllybg #tab1-tab {
    color: #fff;
    width: 80%;
    margin: 0 auto
}

.what_gives {
    width: 90%;
    margin: 0 auto;
    font-size: 16px !important
}

.what_gives .what_gives_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin: 30px
}

.what_gives .what_gives_item svg {
    background-color: #5ba600;
    border-radius: 50%;
    color: #fff;
    width: 60px;
    padding: 15px;
    height: 60px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 20px;
    font-size: 12px !important
}

.what_gives .what_gives_item p {
    width: 80%;
    text-align: left
}

.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .95);
    z-index: 9999999999;
    -webkit-box-shadow: 0 0 0 rgb(5 141 145 / 53%);
    box-shadow: 0 0 0 rgb(5 141 145 / 53%);
}

.loader .loaderimg {
    -webkit-animation: pulsea .7s ease-out infinite alternate;
    animation: pulsea .7s ease-out infinite alternate
}

@-webkit-keyframes pulsea {
    0% {
        -webkit-filter: drop-shadow(0 0 0 rgb(5 141 145 / 53%)) drop-shadow(1px 1px 2px rgb(5 141 145 / 53%)) drop-shadow(-1px -1px 4px rgb(5 141 145 / 53%)) drop-shadow(0 0 8px rgb(5 141 145 / 53%)) drop-shadow(0 0 12px rgb(5 141 145 / 53%)) drop-shadow(0 0 18px rgb(5 141 145 / 53%)) grayscale(1);
        filter: drop-shadow(0 0 0 rgb(5 141 145 / 53%)) drop-shadow(1px 1px 2px rgb(5 141 145 / 53%)) drop-shadow(-1px -1px 4px rgb(5 141 145 / 53%)) drop-shadow(0 0 8px rgb(5 141 145 / 53%)) drop-shadow(0 0 12px rgb(5 141 145 / 53%)) drop-shadow(0 0 18px rgb(5 141 145 / 53%)) grayscale(1)
    }
    70% {
        -webkit-filter: drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0));
        filter: drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0))
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0));
        filter: drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0))
    }
}

@keyframes pulsea {
    0% {
        -webkit-filter: drop-shadow(0 0 0 rgba(30, 204, 0, 0.4)) drop-shadow(1px 1px 2px rgba(30, 204, 0, 0.4)) drop-shadow(-1px -1px 4px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 8px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 12px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 18px rgba(30, 204, 0, 0.4)) grayscale(1);
        filter: drop-shadow(0 0 0 rgba(30, 204, 0, 0.4)) drop-shadow(1px 1px 2px rgba(30, 204, 0, 0.4)) drop-shadow(-1px -1px 4px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 8px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 12px rgba(30, 204, 0, 0.4)) drop-shadow(0 0 18px rgba(30, 204, 0, 0.4)) grayscale(1)
    }
    70% {
        -webkit-filter: drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0));
        filter: drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0)) drop-shadow(0 0 20px rgba(204, 169, 44, 0))
    }
    100% {
        -webkit-filter: drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0));
        filter: drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0)) drop-shadow(0 0 0 rgba(204, 169, 44, 0))
    }
}

.playlist-top {
    /* background-image: url(../img/applybg1.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.playlist-top .wrap {
    background: transparent;
    width: 100%;
    min-height: 100%;
    display: block;
    overflow-x: hidden
}

.playlist-top .header {
    width: 100%;
    padding: 32px;
    display: block;
    color: #fff;
    text-align: center
}

.playlist-top .content {
    width: 100%;
    display: block
}

.playlist-top .row {
    width: 100%;
    margin: -20px 0 0!important;
    padding: 0;
    display: block;
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 70%;
    perspective-origin: 50% 70%
}

.playlist-top .row:first-child .set {
    margin-top: 0
}

.playlist-top .set:nth-child(1) {
    -webkit-animation: float 3s infinite ease-in-out;
    animation: float 3s infinite ease-in-out
}

.playlist-top .set:nth-child(2) {
    -webkit-animation: float 3s 1s infinite ease-in-out;
    animation: float 3s 1s infinite ease-in-out
}

.playlist-top .set:nth-child(3) {
    -webkit-animation: float 3s 2s infinite ease-in-out;
    animation: float 3s 2s infinite ease-in-out
}

.playlist-top .set:nth-child(4) {
    -webkit-animation: float 3s 3s infinite ease-in-out;
    animation: float 3s 3s infinite ease-in-out
}

.playlist-top .set {
    background: #000;
    width: 280px;
    height: 380px;
    margin: -60px 8px 0;
    display: inline-block;
    outline: 1px solid transparent;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
    /*-webkit-transform: rotateX(45deg);*/
    transform: rotateX(30deg)!important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

@-webkit-keyframes float {
    0% {
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotateX(45deg);
        transform: translatey(0px) rotateX(45deg)
    }
    50% {
        -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-10px) rotateX(45deg);
        transform: translatey(-10px) rotateX(45deg)
    }
    100% {
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotateX(45deg);
        transform: translatey(0px) rotateX(45deg)
    }
}

@keyframes float {
    0% {
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotateX(45deg);
        transform: translatey(0px) rotateX(45deg)
    }
    50% {
        -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-10px) rotateX(45deg);
        transform: translatey(-10px) rotateX(45deg)
    }
    100% {
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotateX(45deg);
        transform: translatey(0px) rotateX(45deg)
    }
}

.playlist-top .set:hover .layer:not(.three) {
    -webkit-box-shadow: 0 0 8px 0 #000;
    box-shadow: 0 0 8px 0 #000
}

.playlist-top .set:hover .layer.one {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px)
}

.playlist-top .set:hover .layer.two {
    -webkit-transform: translateZ(24px);
    transform: translateZ(24px)
}

.playlist-top .set:hover .layer.three {
    -webkit-transform: translateZ(32px);
    transform: translateZ(32px)
}

.playlist-top .set .layer.three {
    background: rgb(239 239 239);
    width: 100%;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 2px #ffffff;
    color: #000;
    text-transform: uppercase;
}

.playlist-top .set.active .layer:not(.three) {
    -webkit-box-shadow: 0 0 8px 0 #000;
    box-shadow: 0 0 8px 0 #000
}

.playlist-top .set.active .layer.one {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px)
}

.playlist-top .set.active .layer.two {
    -webkit-transform: translateZ(24px);
    transform: translateZ(24px)
}

.playlist-top .set.active .layer.three {
    -webkit-transform: translateZ(32px);
    transform: translateZ(32px)
}

.playlist-top .set img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.playlist-top .set:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important
}

.playlist-top .layer {
    background: #000;
    display: block;
    outline: 1px solid transparent;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: text-shadow 0.5s, -webkit-box-shadow 0.5s, -webkit-transform .5s;
    transition: text-shadow 0.5s, -webkit-box-shadow 0.5s, -webkit-transform .5s;
    -o-transition: box-shadow 0.5s, transform 0.5s, text-shadow .5s;
    transition: box-shadow 0.5s, transform 0.5s, text-shadow .5s;
    transition: box-shadow 0.5s, transform 0.5s, text-shadow 0.5s, -webkit-box-shadow 0.5s, -webkit-transform .5s;
    text-align: left
}

.playlist-top .layer.one {
    -webkit-transform: translateZ(4px);
    transform: translateZ(4px)
}

.playlist-top .layer.two {
    -webkit-transform: translateZ(8px);
    transform: translateZ(8px)
}

.playlist-top .layer.three {
    background: none;
    padding: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: auto;
    right: auto;
    -webkit-transform: translateZ(8px);
    transform: translateZ(8px)
}

.playlist-top h2,.playlist-top h1 {
    color: #fff;
    font-size: 30px;
    margin: 45px 0;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 0
}

.playlist-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.playlist-modal-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.close-playlist-modal {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
    font-size: 35px
}

.playlist-modal iframe {
    -webkit-animation: iframe .8s cubic-bezier(.17, .67, .19, 1.21);
    animation: iframe .8s cubic-bezier(.17, .67, .19, 1.21);
    width: 70%;
    height: 70%
}

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

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

.playlist-videos {
    background: url(../img/playlist.png);
    background-size: cover;
    background-position: center;
    background-blend-mode: saturation;
    background-attachment: fixed;
    -webkit-box-shadow: 0 -8px 20px 0 #000;
    box-shadow: 0 -8px 20px 0 #000
}

.playlist-videos h2 {
    margin-top: 0;
    margin-bottom: 60px
}

.playlist-videos .set img {
    -webkit-filter: unset;
    filter: unset
}

section.videos {
    padding: 0 0 30px;
    background-color: #fff;
    /* background: url(../img/playlist.png); */
    /* background-size: cover;
    background-position: center;
    background-attachment: fixed; */
    /* -webkit-box-shadow: 0 0 5px black, 0 1px 8px #000;
    box-shadow: 0 0 5px black, 0 1px 8px #000; */
    position: relative
}

section.videos .layer.three, .playlist-top .layer.three {
    font-size: 20px
}

.no-padding-top {
    padding-top: 0 !important
}

.strong-text {
    font-weight: 700 !important;
    font-size: 16px !important;
    text-align: center;
    font-family: "Josefin Sans", sans-serif !important;
}

.strong-text p {
    padding: 20px !important;
    font-family: "Josefin Sans", sans-serif !important;
}

#block7 p {
    line-height: 1.4
}

.shadow-animate {
    -webkit-animation: pulse 1.6s infinite ease-in-out;
    animation: pulse 1.6s infinite ease-in-out
}

.shadow-animate-second {
    -webkit-animation: pulse 1.6s infinite .2s ease-in-out;
    animation: pulse 1.6s infinite .2s ease-in-out
}

.shadow-animate-third {
    -webkit-animation: pulse 1.6s infinite .4s ease-in-out;
    animation: pulse 1.6s infinite .4s ease-in-out
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #053a53;
        box-shadow: 0 0 0 0 #053a53;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-box-shadow: 0 0 0 0 #053a53;
        box-shadow: 0 0 0 0 #053a53;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-box-shadow: 0 0 .5em 1.6em transparent;
        box-shadow: 0 0 .5em 1.6em transparent;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #053a53;
        box-shadow: 0 0 0 0 #053a53;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    70% {
        -webkit-box-shadow: 0 0 0 0 #053a53;
        box-shadow: 0 0 0 0 #053a53;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-box-shadow: 0 0 .5em 1.6em transparent;
        box-shadow: 0 0 .5em 1.6em transparent;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.co_workers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: inset 0 15px 20px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 15px 20px -10px rgba(0, 0, 0, 0.5)
}

.co_workers a {
    width: 65px;
    height: 65px;
    margin: 0 3%;
    line-height: 55px;
    padding: 5px;
    -webkit-transition: .2s border;
    -o-transition: .2s border;
    transition: .2s border;
    -webkit-filter: drop-shadow(0 4px 4px gray);
    filter: drop-shadow(0 4px 4px gray);
    border-radius: 3px
}

.co_workers a img {
    width: 100%;
    -webkit-filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.8));
    -webkit-transition: .2s filter;
    -o-transition: .2s filter;
    transition: .2s filter
}

.co_workers a:hover img {
    -webkit-filter: drop-shadow(0px -2px 2px rgba(100, 100, 100, 1));
    filter: drop-shadow(0px -2px 2px rgba(100, 100, 100, 1))
}

.simple-h1 {
    font-size: 16px !important;
    line-height: 23px
}

.navLinkActive a {
    padding: 5px 0;
    border-bottom: 3px solid #03396B;
    color: #03396B
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 16px;
    display: block;
    opacity: 0;
    -webkit-box-shadow: 0 0 7px #424242;
    box-shadow: 0 0 7px #424242;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all
}

.animation {
    -webkit-animation: moveUp .5s ease-in-out;
    animation: moveUp .5s ease-in-out;
    opacity: 1
}

.animation1 {
    -webkit-animation: moveUp .5s .5s ease-in-out;
    animation: moveUp .5s .5s ease-in-out;
    opacity: 1
}

@-webkit-keyframes moveUp {
    from {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes moveUp {
    from {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.mb40 {
    margin-bottom: 40px !important
}

.img-bg .probootstrap-photo-details {
    text-align: left;
    bottom: 20px;
    left: 20px;
    position: absolute
}

.gallery a h2 {
    font-size: 18px;
    color: #fff
}

.gallery .alert {
    font-weight: 700;
    width: 207px;
    margin: 10px auto;
    outline: none;
    background-color: transparent;
    border-color: #5BA600;
    border-radius: 0;
    color: #5BA600;
    font-variant: all-small-caps;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 5px
}

.probootstrap-photo-details {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.gallery a.img-bg:hover .probootstrap-photo-details {
    left: 30px
}

.gallery {
    background: #424344;
    color: #fff
}

.modalView {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none
}

.modalView img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 70%;
    -webkit-box-shadow: 0 5px 13px #000;
    box-shadow: 0 5px 13px #000
}

.modalView.modalOpen {
    display: block;
    z-index: 9999
}

.modalView.modalOpen img {
    -webkit-animation: fadein .7s cubic-bezier(.17, .67, .19, 1.21);
    animation: fadein .7s cubic-bezier(.17, .67, .19, 1.21)
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.9);
        transform: translateX(-50%) translateY(-50%) scale(.9)
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.9);
        transform: translateX(-50%) translateY(-50%) scale(.9)
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

.prevBtn {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #fff;
    padding: 0 20px
}

.nextBtn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #fff;
    padding: 0 20px
}

.prevBtn:hover {
    -webkit-transform: translateY(-50%) translateX(-3px);
    -ms-transform: translateY(-50%) translateX(-3px);
    transform: translateY(-50%) translateX(-3px);
    color: #0ca35d
}

.nextBtn:hover {
    -webkit-transform: translateY(-50%) translateX(3px);
    -ms-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
    color: #0ca35d
}
.mt5{
    margin-top:5px;
}

.courses .wrapper_custom {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}



/* --- */

@media (min-width: 1365px) and (max-width: 1500px) {
    .testimonial-area.style-three {
        padding: 78px 36px 121px;
    }
}
.testimonial-area.style-three {
    padding: 100px 254px 100px;
}
.testimonial-area {
    position: relative;
}
.monno-work {
    font-family: "Spartan", sans-serif !important;
    /* background-color: #F8FAFB; */
    /* color: #4f4f4f; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100vh;
}
.dreamit-section-title {
    position: relative;
}
.pb-30 {
    padding-bottom: 30px;
}
.dreamit-section-sub-title h5 {
    color: #fe028e;
    letter-spacing: 5px;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0;
}
.dreamit-section-main-title h2 {
    color: #2A466B;
    font-size: 48px;
    margin: 12px 0 2px;
    letter-spacing: 3px;
    font-weight: 700;
}


/* PRICING */
.pricing-card-body {
    border-bottom: solid #c5bbbb 2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-card-body ul {
    list-style: none;
}
ol, ul {
    margin: 0;
    padding: 0 15px;
}
.pricing-card-body ul li {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.pricing-card-body ul .yes-li:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../img/check-circle-1.svg);
    margin-right: 10px;
}
.pricing-card-body ul .no-li:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../img/check-circle-2.svg);
    margin-right: 10px;
}

.pricing-list ul li span {
    padding-right: 10px;
}
