@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
:focus,
:active,
 :link,
button {
    border: none;
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #525252;
}

.slow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

li,
p {
    color: #464646;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
}

section {
    padding: 50px 0;
}

a:hover {
    text-decoration: none;
}

header.main-header {
    position: fixed;
    width: 70%;
    height: 70px;
    box-sizing: border-box;
    background: #191919;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.logo-holder {
    float: left;
    position: relative;
    height: 70px;
    padding: 0 15px;
    background: #0f7f97;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.logo-holder:hover {
    color: #fff;
}

.logo-holder img {
    width: auto;
    height: 50px;
    float: left;
    margin-top: 10px;
}

.main-menu {
    float: left;
    position: relative;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu li {
    float: left;
    position: relative;
    box-sizing: border-box;
}

.main-menu li a {
    float: left;
    padding: 15px 22px;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    top: 14px;
    position: relative;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

header .main-menu li ul {
    display: none;
    margin: 40px 0 0 0;
    padding: 0;
    position: absolute;
    background: #191919;
}

header .main-menu li:hover ul {
    display: block;
    padding: 0 0 14px;
}

header .main-menu li ul li {
    cursor: pointer;
    float: none;
    padding: 0px;
    display: block;
    width: 100%;
    min-width: 220px;
}

header .main-menu li ul li a {
    padding: 12px 8px;
    margin: 0;
    color: #bbbbbb;
    display: block;
    width: 100%;
}

header .main-menu li ul li:hover {
    background-color: #0f7f97;
    ;
}

header .main-menu li ul li:hover a {
    background-color: #0f7f97;
    ;
}

header .main-menu li ul li a:hover {
    color: #fff;
}

.banner_left {
    height: 100vh;
    background-size: cover;
    z-index: 10;
}

.about-right-text {
    padding: 20px 20px 25px 20px;
    margin: 450px 0 0 0;
    /* margin-right: -100px; */
    background-color: #0f7f97;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    width: 380px;
    margin-left: -186px;
    /* clip-path: polygon(14% 0, 100% 1%, 100% 100%, 0 100%, 7% 49%); */
}

.fullboxbg {
    position: relative;
    left: -80px;
}

.fullboxbg_border {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -226px;
    /* width: 11px; */
    z-index: 10000;
    height: 100vh;
    width: 70px;
}

.border::after {
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(#131313, #0f7f97, #131313);
    position: absolute;
    top: 0;
    right: 40px;
    left: auto;
}

.fullboxbg_border img {
    height: 100vh;
    width: 44px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.sec-title .left-line {
    padding-left: 80px;
    position: relative;
}

.sec-title .sub-title {
    font-weight: 500;
    margin: 0 0 4px;
    display: block;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
}

.sec-title .title {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.row_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.sec-title .title .water-mark {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}

.title-desc.secondary-color {
    color: #fff;
}

.agency .content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.agency .content ul {
    margin: 0;
}

.agency .content ul li {
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}

.agency .content ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.agency .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 80px;
}

.agency .img .imgone {
    width: 53%;
    position: relative;
    bottom: -90px;
    margin-bottom: 90px;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.agency .img .imgtwo {
    width: 57%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
}

.agency .img .icon {
    width: 100px;
    height: 100px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 20%;
    left: 40%;
    z-index: 3;
}

.agency .img .icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
}

.agency .img .icon svg {
    fill: #24d5b4;
    width: 90px;
    z-index: 1000;
    width: 100px;
    height: 100px;
    position: relative;
}

.agency .img .exp {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.agency .img .exp h6 {
    font-size: 15px;
    color: #828282;
    margin-top: 0px;
    position: relative;
}

.agency .img .exp h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #24d5b4;
    position: absolute;
    left: -40px;
    top: 45%;
}

.agency .img .exp h3 {
    font-size: 30px;
    font-weight: 700;
    color: #01b0d6;
    margin-bottom: 5px;
}

.agency .img .exp h5 {
    margin: 10px 0 5px 0;
    display: inline-block;
    float: left;
    font-size: 18px;
}

.agency .imgsec {
    padding-right: 30px;
}

.agency .imgsec .imgone {
    position: relative;
    top: -20px;
}

.agency .imgsec .imgtwo {
    position: relative;
    bottom: -20px;
}

.agency .imgsec .exp {
    padding-left: 40px;
}

.agency .imgsec .exp h6 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    position: relative;
}

.agency .imgsec .exp h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #24d5b4;
    position: absolute;
    left: -40px;
    top: 45%;
}

.agency .imgsec .exp h2 {
    font-size: 70px;
    font-weight: 700;
}

.about-us .img {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.agency .img .icon {
    background: #111;
}

.fix-column {
    position: fixed;
    top: 0;
    right: 0;
    width: 33.4%;
    height: 100%;
    z-index: 1;
}

.full-height {
    height: 100%;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.fix-column .overlay {
    opacity: 0.4;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.3;
    z-index: 2;
}

#feedback {
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #fff;
    z-index: 30;
    left: 31px;
    top: 85px;
}

.dynamic-title {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    z-index: 5;
}

.dynamic-title-wrap {
    padding: 0 20px 15px 0;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.dynamic-title-wrap:before {
    width: 6px;
    height: 100px;
    background: #e85323;
}

.dynamic-title-wrap:before,
.dynamic-title-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}

.dynamic-title span {
    text-align: right;
    float: right;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
}

.dynamic-title-wrap:after {
    width: 100px;
    height: 6px;
}

.dynamic-title-wrap:before,
.dynamic-title-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}

.column-wrap {
    width: 68%;
    float: left;
}

.container_home {
    max-width: 954px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.pattern-wrap {
    position: absolute;
    z-index: 4;
    width: 50%;
    height: 26%;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    background: url(../images/pattern.png) repeat;
}

.dynamic-title-wrap:after {
    width: 100px;
    height: 6px;
    background: #e85323;
}

h2 {
    font-size: 4vw;
    font-weight: 800;
    margin-bottom: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #17161c;
    color: transparent;
}

.word {
    margin-right: 15px;
}

h2 span {
    color: transparent;
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

h2 b span {
    color: #17161c;
    -webkit-text-stroke-width: 0;
}

.mess-tab {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}

.mess-tab-img img {
    width: 70px;
    height: 70px;
}

.mess-tab-left {
    float: left;
    margin-right: 10px;
}

.messtab-box h3 {
    margin: 5px 0 0 0;
    font-size: 20px;
    line-height: 28px;
}

.messtab-box h4 {
    color: #797979;
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 23px;
}

.ycbg {
    padding: 10px 10px;
    color: #fff;
    position: relative;
}

.ycbg h3 {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.ycbg h5 {
    font-size: 24px;
    color: #000;
}

.gcbg {
    background: #e85323;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 230px;
}

.gcbg img {
    margin: 0 auto;
}

.probdy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.probdy ul li {
    padding-left: 50px;
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
}

.probdy ul li img {
    position: absolute;
    left: 5px;
    top: 5px;
}

.felloBdy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.felloBdy ul li {
    float: left;
    position: relative;
    /* padding-left: 25px; */
    /* margin-right: 10px; */
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    border-right: thin solid #777;
}

.felloBdy ul li:first-child {
    padding-left: 0;
}


/*.felloBdy ul li:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #777;
    position: absolute;
    left: 0;
    bottom: 45%;
}*/

.fellobdy_left {
    background: #e85323;
    padding: 20px 0 50px 20px;
}

.felbdy {
    margin: 30px 0 30px 0;
}

.fellobdy_left h3 {
    color: #eaeaea;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.textfld {
    background: none;
    border-bottom: 1px dotted #18171d !important;
    padding: 0;
    border: none;
    width: 100%;
    margin: 10px 0 20px;
    color: #fff;
}

.fellobdy_left label {
    color: #fff;
    font-size: 16px;
    line-height: 0;
    margin: 0;
}

.submit_button {
    background: #1bb2d2;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-top: 110px;
    float: right;
}

.applybox.active .submit_button {
    background: rgb(0, 161, 195);
    color: #fff;
}

.fellobdy_right {
    padding: 80px 0px 100px 40px;
}

.month_box {
    margin: 10px 0px 0px 0;
    float: left;
    width: 100%;
}

.month_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.month_box ul li {
    border: thin solid #eaeaea;
    padding: 0 0 0 10px;
    font-size: 14px;
    height: 55px;
    line-height: 52px;
    /* font-weight: 700; */
    text-align: center;
    float: left;
    width: 47%;
    margin-right: 20px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.month_box ul li:last-child {
    margin-right: 0px;
}

.applynowbtn {
    float: right;
    background: #02728a;
    height: 100%;
    padding: 0 15px;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
}

.applynowbtn:hover {
    color: #fff;
}

.gyellow {
    background: #d0d0d0 !important;
}

.month_box_content {
    float: left;
    margin: 10px 0 0 0;
}

.month_box_content.probdy h3 {
    font-size: 39px;
    color: #e85323;
    line-height: 45px;
    margin: 20px 0 20px;
}

.probdy h3 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.mapbg {
    background: url(h1-map-rev-graphic.png);
    background-size: contain;
    height: 350px;
    background-repeat: no-repeat;
}
.mapone {
    text-align: right;
    margin-top: 320px;
    margin-right: 50px;
    position: relative;
}

.maptwo {
    text-align: right;
    padding-top: 50px;
    padding-right: 0px;
    position: relative;
}

.mapone_img {
    position: absolute;
    right: -20px;
    top: -313px;
    opacity: 0;
    z-index: 1;
}

.mapone_img2 {
    position: absolute;
    right: 106px;
    top: 71px;
    opacity: 0;
    z-index: 10;
}

.mapone:hover .mapone_img {
    opacity: 1;
}

.maptwo:hover .mapone_img2 {
    opacity: 1;
}

.contact-summary .summary_box {
    text-align: center;
    padding: 10px 15px;
}

.contact-summary .summary_box .icon {
    color: #fff;
    background: #0f7f97;
    margin: 0px 20px 20px auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    float: left;
    border-radius: 50%;
}

.slow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-summary .summary_box h6 {
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.contact-summary .summary_box p {
    color: #8e8e8e;
    text-align: left;
    margin-left: 70px;
    line-height: 22px;
    font-size: 14px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-12 {
    width: .75em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.full_line {
    float: left;
    width: 100%;
    border-bottom: thin solid #777;
    position: relative;
    margin-bottom: 150px;
}

.fullbox {
    width: 70px;
    height: 70px;
    border: thin solid #01b0d6;
    position: absolute;
    right: 35px;
    top: -45px;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    font-weight: 400;
    cursor: pointer;
    background: #01b0d6;
    color: #fff;
}

.full_line span {
    float: right;
    width: 100px;
    margin-top: -25px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-align: right;
}

a:focus {
    outline: none;
    outline-offset: inherit;
}

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

.pinfo {
    text-align: center;
    margin-right: 50px;
}

.author {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    position: relative;
}

.pinfo h6 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.pinfo h6 span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #999;
    margin-top: 10px;
}

.pinfo {
    float: left;
}

.quote-icon {
    position: absolute;
    right: 35px;
    bottom: 0px;
    width: 70px;
}

.testimolial_list.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.testimolial_list.owl-carousel button.owl-dot {
    background: #dadada !important;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0;
    border-radius: 50%;
}

.testimolial_list.owl-carousel button.owl-dot.active {
    background: #000 !important;
}

.apq_box {
    float: left;
    margin: 40px 0px 0 0;
    /* text-align: right; */
}

.apq_box_top {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
}

.apq_box_top span {
    font-size: 48px;
    font-weight: 700;
    color: #01b0d6;
}

.apq_box p {
    font-size: 18px;
    line-height: 25px;
    color: #828282;
}

.apq_box_bg {
    background: #000;
    position: relative;
}

.apq_box_bg:before {
    background-image: url(../images/giphy.gif);
    background-repeat: repeat;
    opacity: .04;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.onlybg {
    float: right;
    position: relative;
    margin-top: 150px;
}

.onlytab {
    font-size: 52px;
    float: left;
    margin: 37px 15px 0 0;
}

.exp_tab {
    font-size: 18px;
    float: left;
    line-height: 30px;
    font-weight: 400;
}

.onlybg::before {
    /* right: 0; */
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    background: #777;
    left: -95px;
    top: 50%;
    display: inline-block;
}

.exp_bdy {}

.gallery_list .thumb h4 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.mid_banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0 0 0;
    z-index: 10;
}

.gallery_list .owl-nav {
    display: none;
}

.gallery_list .owl-dots {
    display: none;
}

.left_arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -11px;
}

.right_arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -11px;
}

.fullwidth {
    width: 100% !important;
}

.bannerfull {
    padding: 150px 0 50px 0;
    border-bottom: thin solid #e6e6e6;
}

.pbanner_heading {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #000;
}

.text-primary {
    color: #000 !important;
}

#sp-pos2 {
    margin: 30px 0 96px 0;
}

.sp-module.title-block .sp-module-title {
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.333;
}

.sp-module-title.dot-title {
    position: relative;
    padding-bottom: 15px;
}

.sp-module::after {
    display: block;
    clear: both;
    content: "";
}

.mod-newsflash-adv__counter-list .item .item_content .item_title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.02em;
    text-transform: none;
    text-align: left;
}

body {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}

.mod-newsflash-adv__counter-list .item .item_content .item_title:before {
    font-weight: 800;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) ". ";
}

.mod-newsflash-adv__counter-list .item .item_content .btn {
    font-size: 16px;
    line-height: 22px;
    color: red;
    background: 0 0;
    padding: 0;
    border-bottom: 1px solid red;
    text-transform: lowercase;
    position: relative;
    padding-right: 12px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.mod-newsflash-adv__counter-list .item .item_content .btn:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mod-newsflash-adv__counter-list .item .item_content .item_introtext+* {
    margin-top: 7px;
}

.btn:not(:disabled):not(.disabled),
.btn-info:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn,
.btn-info {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    background: none;
    color: #000;
    border: 1px solid transparent;
    padding: 0 15px 0 0px;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: oswald, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-weight: 700;
    letter-spacing: .02em;
    position: relative;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.mheading {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.02em;
    text-transform: none;
    border-top: thin solid #cacaca;
    border-bottom: thin solid #cacaca;
    padding: 15px 0;
    margin: 50px 0 20px 0;
    color: #000;
}

.pttab {
    margin: 30px 0 20px 0;
}

.pttab ul {
    list-style: none;
}

.pttab_item_img {
    text-align: center;
    margin-bottom: 30px;
}

.item_title {
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 30px;
}

.pgheading {
    font-size: 40px;
    color: #000;
    text-align: left;
    margin: 80px 0 30px 0;
    font-family: 'Poppins' !important;
    font-weight: 700;
    position: relative;
}

.pgheading:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #777;
    position: absolute;
    /* left: 0; */
    bottom: 45%;
    margin-left: 10px;
}

.pgaptab {
    margin: 10px 0 0 0;
}

.pgaptab .mess-tab-left {
    position: absolute;
    left: 0;
}

.pgaptab .mess-tab {
    position: relative;
    padding-left: 85px;
    /* min-height: 150px; */
    margin-bottom: 30px;
}

.pgaptab .messtab-box h3 {
    font-weight: 700;
    color: #0f7f97;
}

.pgaptab .mess-tab-img img {
    border-radius: 0%;
}

.bannerfull p {
    font-size: 17px;
    margin: 20px 0 0 0;
}

.banner_body {
    margin: 70px 0 0 0;
}

.banner_body .owl-nav {
    display: none;
}

.banner_body .owl-dots {
    display: none;
}

.minh {
    min-height: 290px;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.blog_section .author-info {
    padding: 0px 0;
}

.blog_section .author-info .author-signature {
    display: inline-block;
}

.blog_section .author-info .author-signature .author-name {
    float: left;
    margin-right: 10px;
}

.blog_section .author-info .author-signature .author-designation {
    float: left;
    font-weight: 500;
    color: #232023;
}

.blog_section .about-right-text {
    padding: 35px 25px;
    /* margin: 0px; */
    border-radius: 10px;
    margin-left: -160px;
    background-color: #e85323;
    left: 0;
    margin-top: 180px;
    z-index: 1;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
}

.blog_section .sec-title .left-line {
    padding-left: 80px;
    position: relative;
}

.blog_section .sec-title .sub-title {
    font-weight: 500;
    margin: 0 0 4px;
    display: block;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
}

.blog_section .sec-title .title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #232023;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.blog_section .sec-title .left-line.secondary:after {
    background: #232023;
}

.blog_section .sec-title .left-line:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 60px;
    height: 2px;
}

.blog_section .sec-title .title .water-mark {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    bottom: 20px;
    opacity: 0.05;
}

.blog_section .secondary-color {
    color: #232023 !important;
}

.blog_section .readon2.secondary i {
    background: #232023;
    color: #ffffff;
}

.blog_section .readon2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #f7c808;
    color: #232023;
    text-align: center;
    transition: all 0.3s;
}

.blogbdy {
    margin: 20px 0 0 0;
}

.blog_text h3 {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.blog_text h4 {
    margin: 5px 0 0 0;
    color: #2d2d2d;
    font-size: 13px;
    line-height: inherit;
}

.blog_tab_img img {
    width: 105px;
    height: 105px;
}

.readmore:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.author-desc h3 {
    font-size: 32px;
    margin: 10px 0 20px;
}

.bstm30 {
    margin-top: 30px;
}

.fheading {
    font-size: 24px;
    color: #696969;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.fheading:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #777;
    position: absolute;
    left: 0;
    bottom: 45%;
}

.pbanner_heading2 {
    margin-top: 185px;
}

.pbanner_heading3 {
    margin-top: 215px;
}

.pbanner_heading4 {
    margin-top: 260px;
}

.pbanner_heading5 {
    margin-top: 177px;
}

.pbanner_heading6 {
    margin-top: 125px;
}

.pbanner_heading7 {
    margin-top: 182px;
}

.main-footer {
    background-color: #000;
    padding-bottom: 25px;
    position: relative;
    padding: 0px 0px 25px;
    margin-top: -7px;
    width: 100%;
    float: left;
}

.main-footer .footer-nav {
    position: relative;
    padding: 40px 0px;
    text-align: center;
    background-color: #131313;
}

.footer-v2-heading {
    margin-bottom: 24px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

.list-wrap {}

.side-feature-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.foot-c-info {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    color: #f1f1f1;
    text-align: left;
}

.check-mark-icon {
    margin-right: 16px;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    text-align: left;
    color: #fff;
    margin-left: 18px;
    margin-bottom: 5px;
}

.footer-nav ul li a {
    color: #f1f1f1;
    text-align: left;
    font-size: 13px;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0px 0px;
    float: left;
    width: 100%;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 16px;
    color: #777;
    margin: 0 auto;
    text-transform: uppercase;
}

.footer-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0px 0px;
    float: left;
    width: 100%;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 16px;
    color: #777;
    margin: 0 auto;
    text-transform: uppercase;
}

.icon {
    color: #fff;
    background: #0f7f97;
    margin: 0px 10px 10px 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    float: left;
    border-radius: 50%;
}

.agency .img .icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #191919 !important;
    padding: 20px 13px 6px !important;
    display: none;
}

.fellowshipbdy {
    margin: 80px 0 0 0;
}

.probdy {
    margin: 20px 0 0 0;
}

.countdown-wrapper {
    font-size: 20px;
    text-align: center;
    display: table;
    margin: 0;
    margin-bottom: 20px;
}

.countdown-wrapper div {
    border: #ebebeb solid 1px;
    float: left;
    margin: 10px;
    padding: 20px 20px;
    min-width: 80px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 700;
    color: #004b80;
}

.countdown-wrapper div:hover {
    box-shadow: 1px 1px 20px #ececec;
}

.countdown-wrapper div>span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.popup_body2 {
    display: none;
    position: absolute;
    padding: 10px 20px 20px;
    z-index: 10;
    width: 400px;
}

.porgress-bar-wrap {
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: 43px;
    width: 1px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.41);
}

.progress-bar {
    background: #0f7f97;
}

.progress-bar {
    position: relative;
    width: 4px;
    border-radius: 3px;
    height: 0%;
    z-index: 2;
    float: left;
    left: -1px;
}

.testimolial_tab {
    position: relative;
    height: 144px;
    overflow: hidden;
}

.testi_fulltab {}

.readmore {
    margin-top: 10px;
}

.message_popup_body {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
}

.message_popup_body .popup_close {
    position: absolute;
    right: 20px;
    background: transparent;
    color: #000;
    top: 0;
    font-size: 20px;
    cursor: pointer;
}

.message_popup_body .popup_inr_body {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 15px;
}

.archbdy {
    margin-bottom: 30px;
    border: thin solid #c7c7c7;
    padding: 20px 10px;
}

.inhype-showcase1-block-wrapper .container-content {
    width: 100%;
}

.inhype-overlay-post.inhype-post .inhype-post-image {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inhype-post .inhype-post-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inhype-overlay-post.inhype-post .inhype-post-wrapper-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: var(--color-bg-grey);
}

.inhype-showcase1-block-wrapper .container .col-md-3,
.inhype-showcase1-block-wrapper .container .col-md-6 {
    padding: 0;
}

.inhype-showcase1-block-wrapper .col-md-3 .inhype-post .inhype-post-details {
    min-height: 300px;
}

.inhype-overlay-post.inhype-overlay-short-post .inhype-post-details {
    text-align: left;
}

.inhype-overlay-post.inhype-post .inhype-post-details {
    position: relative;
    height: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 445px;
    text-align: left;
    border: 4px solid #fff;
}

.inhype-post-detailsbg {
    background-color: inherit !important;
}

.inhype-overlay-post.inhype-post .inhype-post-details-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 30px;
}

.inhype-post.inhype-post-invert a,
.inhype-post.inhype-post-invert a:hover,
.inhype-post.inhype-post-invert .post-title a:hover,
.inhype-post.inhype-post-invert .post-date,
.inhype-post.inhype-post-invert .post-read-time,
.inhype-post.inhype-post-invert .post-author,
.inhype-post.inhype-post-invert .post-author a,
.inhype-post.inhype-post-invert .post-details-bottom,
.inhype-post.inhype-post-invert .post-details-bottom a:hover,
.inhype-post.inhype-post-invert .post-details-bottom .post-social-wrapper .post-social-title,
.inhype-post.inhype-post-invert .post-excerpt {
    color: #fff;
}

.inhype-showcase1-block-wrapper .col-md-6 .inhype-post .inhype-post-details {
    min-height: 600px;
}

.atbs-ceris-main-col {
    width: 900px;
    padding-right: 35px;
}

.post--grid--2i_row .post-list {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.post--grid--2i_row .post-list .list-item:first-child {
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
}

.post--grid--2i_row .post-list .list-item {
    padding: 15px;
}

.post--grid--2i_row .post-no-thumb-title-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 35px 25px 35px 25px;
}

.post-no-thumb-title-line {
    background-color: #ff511a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 45px 20px -27px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 45px 20px -27px rgba(0, 0, 0, .1);
    box-shadow: 0 45px 20px -27px rgba(0, 0, 0, .1);
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}

.post--grid--2i_row .post-list .list-item:last-child {
    width: 330px;
}

.post--grid--2i_row .post-no-thumb-title-line .post__excerpt,
.post--grid--2i_row .post-no-thumb-title-line .post__title,
.post--grid--2i_row .post-no-thumb-title-line a.post__cat {
    color: #fff!important;
}

.post--grid--2i_row .post-no-thumb-title-line .post__cat {
    margin-bottom: 30px;
}

a.post__cat.post__cat-has-line {
    position: relative;
    padding-left: 13px;
    font-weight: 500;
}

.post--grid--2i_row .post-no-thumb-title-line a.post__cat:before {
    background-color: #fff!important;
}

.post__cat-has-line:before {
    content: '';
    width: 3px;
    height: 60%;
    background-color: #0661f1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post--grid--2i_row .post-no-thumb-title-line .post__excerpt,
.post--grid--2i_row .post-no-thumb-title-line .post__title,
.post--grid--2i_row .post-no-thumb-title-line a.post__cat {
    color: #fff!important;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.typescale-2 {
    font-size: 15px;
    position: relative;
    line-height: 22px;
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #000;
    min-height: 50px;
}

.post__text--wrap ul li {
    color: #fff;
    font-size: 15px;
    opacity: .9;
    margin-bottom: 15px;
}

.post--vertical-3i_row .post-list {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.post--vertical-3i_row .post-list .list-item {
    padding: 15px;
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
}

.post {
    position: relative;
}

.post--vertical .post__thumb {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.post__thumb a:not(.post__cat) {
    width: 100%;
    height: 100%;
}

.typescale-2:after {
    background-color: #fff;
}

.typescale-2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
}

.atbs-ceris-widget-indexed-posts-a .posts-list>li .post__thumb {
    position: relative;
}

.post--horizontal-xs .post__thumb,
.post--horizontal-xxs .post__thumb {
    width: 90px;
    height: 100px;
    float: left;
    margin: 0 15px 5px 0;
}

.post--horizontal-xs .post__thumb,
.post--horizontal-xxs .post__thumb img {
    width: 90px;
    height: 100px;
}

.post__thumb a:not(.post__cat) {
    width: 100%;
    height: 100%;
}

.list-space-md>* {
    padding-top: 8px;
    width: 100%;
    float: left;
}

.atbs-ceris-widget-indexed-posts-a .posts-list>li .post__thumb {
    counter-reset: li;
}

.atbs-ceris-widget-indexed-posts-a ol {
    counter-reset: section;
}

.atbs-ceris-widget-indexed-posts-a ol li {
    position: relative;
}

.atbs-ceris-widget-indexed-posts-a ol li:before {
    counter-increment: section;
    content: counter(section);
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    top: 4px;
    z-index: 10;
    right: auto;
    bottom: auto;
    left: -12px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #fc3c2d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.atbs-ceris-widget-indexed-posts-a {}

.post--horizontal-xxs h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}

.post--horizontal-xxs h5 {
    font-size: 13px;
    margin: 3px 0;
    line-height: 18px;
}

.post--horizontal-xxs p {
    font-size: 12px;
    margin-top: 0px;
    font-weight: 400;
}

.widget .block-heading--line.block-heading:after {
    content: '';
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    -ms-flex-order: 2;
    border-top: 1px solid #ddd;
    margin-left: 20px;
}

.block-heading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    position: relative;
    margin-bottom: 1.4rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.2;
}

.post-title.entry-title {
    color: #fff;
    line-height: 30px;
}

.aplyfell {
    padding: 60px 40px;
    background: #0f7f97;
    margin-bottom: 30px;
    text-align: center;
    float: left;
    width: 100%;
}

.aplyfell a {
    padding: 20px 0;
    width: 100%;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #fff;
    display: inline-block;
}

.aplyfell a:hover {
    background: #ff511a;
    color: #fff;
}

.atbs-ceris-layout-split {
    margin-bottom: 60px;
}

.celebrity_listbdy {
    float: right;
    margin-top: -100px;
}

.celebrity_listbdy .owl-prev {
    background-color: #fff;
    color: var(--color-logo);
    left: -webkit-calc(1170px / 2 - 175px);
    left: -moz-calc(1170px / 2 - 175px);
    left: calc(1170px / 2 - 175px);
}

.ipdibdy {
    bottom: 0;
}

.celebrity_listbdy .owl-nav {
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
}

.celebrity_listbdy .owl-prev {
    left: 0px;
    top: 50%;
    margin-top: -21px;
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../images/gallery/angle-left.png) no-repeat !important;
}

.celebrity_listbdy .owl-next {
    right: 0;
    margin-top: -21px;
    position: absolute;
    float: right;
    top: 50%;
    width: 42px;
    height: 42px;
    background: url(../images/gallery/angle-right.png) no-repeat !important;
}

.atbs-ceris-layout-split .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
}

.celebrity_listbdy .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ptwbdy ul li {
    margin-bottom: auto;
}

.list-item .post__text p {
    font-size: 14px;
}

.thumb h4 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.fellow_tab {
    margin-bottom: 30px;
}

.archive_list h3 {
    font-size: 20px;
    line-height: 20px;
}

.homepage_menu {
    display: none;
}

.menubaricon {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-transition: height .2s, box-shadow .2s;
    -moz-transition: height .2s, box-shadow .2s;
    transition: height .2s, box-shadow .2s;
}

.sidemenubar {
    position: absolute;
    z-index: 1000;
    right: 0;
    background: #0f7f97;
    height: 100%;
    overflow: hidden;
}

.box-inner {
    width: 230px;
    padding: 90px 0px;
}

.slide-toggle {
    float: right;
    margin: 10px;
    font-size: 18px;
}

.hamburger {
    position: absolute;
    top: 30px;
    left: 18px;
    width: 25px;
    height: 2px;
    background: #0f7f97;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburger:after,
.hamburger:before {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #0f7f97;
    cursor: pointer;
}

.hamburger:before {
    top: -10px;
}

.hamburger:after {
    bottom: -10px;
}

.hlogo {
    position: absolute;
    right: 139px;
    z-index: 100;
    top: 15px;
}

.hlogo a {
    padding: 0 18px;
}

.sidemenubar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidemenubar ul li {
    padding: 3px 10px;
}

.sidemenubar ul li a {
    font-size: 14px;
    color: #fff;
}

.homepage_menu.sticky {
    display: block;
}

.to-top {
    position: fixed;
    bottom: 0;
    right: 32%;
    height: 70px;
    width: 50px;
    font-size: 14px;
    margin-right: -70px;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: pointer;
    background: #292929;
    color: #fff;
    cursor: pointer;
    display: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.to-top i {
    float: left;
    width: 100%;
    margin-top: 18px;
    font-size: 16px;
    padding-bottom: 0px;
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.to-top span {
    font-style: italic;
    color: #eee;
    opacity: 0.6;
    font-size: 10px;
}

.manappbtn {
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    background: #e85323;
}

.manappbtn {
    padding: 20px 20px;
    color: #fff;
    font-size: 16px;
    background: #e85323;
    display: inline-block;
    position: absolute;
    right: 240px;
    z-index: 100;
    top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.contact-info-header {
    padding: 9px 9px 9px 9px;
    background: #333333;
    float: right;
}

.contact-info-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info-header li {
    font-size: 15px;
    color: #ffffff;
    padding: 1px 0px 1px 0;
}

.contact-info-header li img {
    margin-right: 5px;
}

.inhype-block {
    position: relative;
    z-index: 100;
}

.palogo {
    width: 110px;
    /* height: 110px; */
    margin: 15px auto 25px;
    display: block;
}

.paclogo h5 {
    line-height: 20px;
    text-align: center;
    font-size: 15px;
}

.bannermbdy {
    float: left;
    width: 100%;
    z-index: 10;
    position: relative;
    padding: 170px 0 0;
    margin: 40px 0 0;
}

.leftSide {
    width: 460px;
    /* width: 72%; */
    float: right;
    text-align: right;
    margin: 300px 380px 0 0;
}

.leftSide h3 {
    font-size: 36px;
    color: #000;
}

.leftSide p {
    font-size: 18px;
    color: #fff;
    background: #108097;
    padding: 5px 10px;
    float: right;
}

.rightSide {
    float: right;
}

.btn-video:empty {
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
    background-color: #0f7f97;
    bottom: -6px;
    right: -20px;
    position: absolute;
}

.btn-video:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 17px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -9px;
    text-transform: none;
    background: url(../images/play-icon.png) no-repeat;
}

.popup_body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #148da7;
    z-index: 1031;
    display: none;
}

.popup_body2 .popup_inr_body {
    position: relative;
    width: 50%;
    margin: 70px auto 0 auto;
}

.popup_close {
    float: right;
    position: absolute;
    /* position: relative; */
    right: -10px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
    padding: 5px 10px;
    background: #0f7f97;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    /* padding: 0; */
    /* border-radius: 100px; */
}

.mask {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(213 213 213 / 50%) 0%, rgba(255, 255, 255, 0.008841036414565795) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.owl-dots {
    display: none;
}

.bbbbtestimolial_list .owl-dots {
    display: block;
}

.pinfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pinfo ul li {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.pinfo_text h6 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.fullbgbanner {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner-image {
    position: absolute;
    z-index: 1;
    text-align: center;
    /* padding-top: 50px; */
    right: 45px;
    bottom: 11px;
}

.main-banner-image::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -8px;
    border: 10px solid #0f7f97;
    width: 106%;
    height: 80%;
    z-index: -1;
}

.larrow {
    width: 22px !important;
    height: 13px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.applybtn {
    float: left;
    color: #000;
    font-size: 20px;
    margin: 6px 0 0 25px;
}

.top_bar {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7px 0;
    display: none;
}

.top_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.top_bar ul li {
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding: 1px 15px 1px 0;
}

.top_bar li img {
    margin-right: 5px;
}

.archive_list.owl-carousel .owl-prev {
    background: #0d9cbb !important;
    color: #fff !important;
    border: none;
    padding: 10px !important;
    font-size: 37px !important;
    top: 45% !important;
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 35px;
    height: 35px;
}

.archive_list.owl-carousel .owl-next {
    background: #0d9cbb !important;
    color: #fff !important;
    border: none;
    padding: 10px !important;
    font-size: 37px !important;
    top: 45% !important;
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 35px;
    height: 35px;
}

.testimolial_list.owl-carousel .owl-prev {
    background: #0d9cbb !important;
    color: #fff !important;
    border: none;
    padding: 10px !important;
    font-size: 37px !important;
    top: 35% !important;
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 35px;
    height: 35px;
}

.testimolial_list.owl-carousel .owl-next {
    background: #0d9cbb !important;
    color: #fff !important;
    border: none;
    padding: 10px !important;
    font-size: 37px !important;
    top: 35% !important;
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 35px;
    height: 35px;
}

.bbbbtestimolial_list .owl-nav {
    display: none;
}

.bbbbtestimolial_list .owl-dot span {
    width: 12px;
    margin-right: 5px;
    height: 12px;
    background: #d2d2d2;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.bbbbtestimolial_list .owl-dot.active span {
    background: #0f7f97;
}

.numb {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: transparent;
    font-size: 70px;
    display: table-cell;
    width: 100px;
    line-height: 1;
}

.cont {
    display: table-cell;
    vertical-align: middle;
}

.cont h5 {
    font-size: 30px;
}

.elementor-icon-box-icon {
    border-color: #000000;
}

.elementor-icon-box-icon {
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding: 9px;
    position: relative;
    margin-top: 7px;
}

.elementor-icon-box-icon {
    min-width: 100px;
    height: 100px;
}

.elementor-icon-box-icon {
    border-radius: 50%;
    border: 1px dashed #0f7f97;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.elementor-icon-box-icon:before {
    width: calc(100px + 3px);
    height: calc(100px + 4px);
    border-color: #0f7f97;
}

.elementor-icon-box-icon:after {
    border-color: #d8cce0;
}

.elementor-icon-box-icon:before {
    content: "";
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    top: -2.5px;
    right: -2px;
    border: 4px solid #0f7f97;
    border-left: 0;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    -webkit-animation: load8 3s infinite linear;
    animation: load8 3s infinite linear;
}

.elementor-icon-box-icon:after {
    content: "";
    border-radius: 50%;
    border: 1px dashed #a5a5a5;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    position: absolute;
}

.timetab {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 40px 0;
}

.timetab_text {
    font-size: 25px;
    color: #0f7f97;
}

.elementor-icon-box-icon img {
    width: 40px;
    height: 40px;
    margin: 15px auto;
}

.ct-heading {
    width: 100%;
    float: left;
}

.item--pricing-nav {
    padding-top: 42px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 46px;
    margin-left: -9px;
    margin-right: -9px;
}

.item--pricing-nav.active .item--nav-monthly {
    color: #999;
}

.item--pricing-nav span.item--nav-monthly {
    color: #000;
}

.item--pricing-nav span {
    font-size: 18px;
    color: #999;
    font-weight: 700;
    margin: 0 9px;
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms;
}

.item--pricing-nav .item--nav {
    width: 156px;
    height: 56px;
    border: 2px solid #e7ecfd;
    border-radius: 63px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 9px;
    -webkit-box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
    -khtml-box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
    -moz-box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
    -ms-box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
    -o-box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
    box-shadow: 0 15px 27px rgba(4, 4, 29, .17);
}

.item--pricing-nav.active .item--nav:before {
    left: 96px;
}

.item--pricing-nav .item--nav:before {
    content: '';
    width: 44px;
    height: 44px;
    -webkit-border-radius: 49px;
    -khtml-border-radius: 49px;
    -moz-border-radius: 49px;
    -ms-border-radius: 49px;
    -o-border-radius: 49px;
    border-radius: 49px;
    background-color: #009bdc;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    -khtml-box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    -moz-box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    -ms-box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    -o-box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    box-shadow: 0 6px 18px rgba(0, 155, 220, 0.3);
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms;
}

.item--pricing-nav.active .item--nav-year {
    color: #000;
}

.item--pricing-nav span {
    font-size: 18px;
    color: #999;
    font-weight: 700;
    margin: 0 9px;
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms;
}

.ct-pricing-body.pr-hide {
    opacity: 0;
    visibility: hidden;
}

.ct-pricing-body {
    /* padding-left: 25px; */
    position: relative;
    z-index: 1;
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms;
}

.ct-pricing-year.pr-active {
    opacity: 1;
    visibility: visible;
}

.ct-pricing-year {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    opacity: 0;
    height: 100%;
    visibility: hidden;
}

.ct-pricing-right {
    float: left;
    width: 100%;
}

.applybox {
    background: #f1f1f1;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    padding: 35px 35px 60px;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.applybox.active {
    background: #0f7f97;
}

.applybox label {
    color: #18171d;
}

.applybox h3 {
    margin: 0 0 30px;
}

.fellowright h3 {
    font-size: 25px;
}

.applybox h4 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #fff;
}

.applybox ul {
    list-style: none;
    margin: 10px 0 30px;
    padding: 0;
    width: 100%;
    float: left;
}

.applybox ul li {
    float: left;
    margin-right: 10px;
}

.applybox ul li:last-child {
    margin-right: 0;
}

.Session {
    background: #fff;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #000;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.applybox ul li.active .Session {
    background: #0d9f16;
    color: #fff;
}

.timetableft {
    margin-top: 150px;
}

.frame {
    border-radius: 2px;
    color: #fff;
    float: left;
}

.dropzone .input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.dropzone .content {
    display: table-cell;
    vertical-align: middle;
}

.dropzone .filename {
    display: block;
    color: #676767;
    font-size: 14px;
    line-height: 18px;
}

.center {
    position: relative;
    width: 250px;
    height: 230px;
    top: 20px;
    left: 0px;
    background: none;
    box-shadow: 8px 10px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
}

.applybox.active .center {
    background: #008ba9;
}

.title {
    font-size: 16px;
    color: #676767;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
}

.dropzone {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100px;
    height: 80px;
    top: 70px;
    left: 70px;
    border: 1px dashed #18171d;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    &.is-dragover {
        border-color: #666;
        background: #eee;
    }
    .dropzone .upload {
        margin: 6px 0 0 2px;
    }
    .content {
        display: table-cell;
        vertical-align: middle;
    }
    .upload {
        margin: 6px 0 0 2px;
    }
    .filename {
        display: block;
        color: #676767;
        font-size: 14px;
        line-height: 18px;
    }
    .input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }
}

.upload-btn {
    position: absolute;
    width: 140px;
    height: 40px;
    left: 50px;
    bottom: 24px;
    background: #6ECE3B;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    box-shadow: 0 2px 0 0 #498c25;
    cursor: pointer;
    transition: all .2s ease-in-out;
    &:hover {
        box-shadow: 0 2px 0 0 #498C25, 0 2px 10px 0 #6ECE3B;
    }
}

.bar {
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 3px;
    top: 49px;
    left: 0;
    background: #6ECE3B;
    transition: all 3s ease-out;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.bar.active {
    -webkit-transform: scaleX(1) translate3d(0, 0, 0);
    transform: scaleX(1) translate3d(0, 0, 0);
}

.syncing {
    position: absolute;
    top: 109px;
    left: 134px;
    opacity: 0;
    &.active {
        animation: syncing 3.2s ease-in-out;
    }
}

.done {
    position: absolute;
    top: 65px;
    left: 110px;
    opacity: 0;
    &.active {
        animation: done .5s ease-in 3.2s;
        animation-fill-mode: both;
    }
}

.done.active {
    -webkit-animation: done .5s ease-in 3.2s;
    animation: done .5s ease-in 3.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.syncing {
    position: absolute;
    top: 65px;
    left: 100px;
    opacity: 0;
}

.syncing.active {
    -webkit-animation: syncing 3.2s ease-in-out;
    animation: syncing 3.2s ease-in-out;
}

.cysbdy {
    margin-bottom: 20px;
}

@keyframes syncing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0;
    }
}

@keyframes done {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2 .elementor-icon-box-title {
    color: #474747;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2 .elementor-icon-box-description {
    color: #706f72;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2.align-left .elementor-icon-box-icon {
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding: 9px;
    position: relative;
    margin-top: 7px;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2.align-left .elementor-icon-box-content {
    overflow: hidden;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2.align-right .elementor-icon-box-icon {
    display: inline-block;
    float: right;
    margin-left: 30px;
    padding: 9px;
    position: relative;
    margin-top: 7px;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper.type2.align-right .elementor-icon-box-content {
    overflow: hidden;
}

.click a {
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    top: 14px;
}


/* .up{
    float: left;
    margin-left: 160px !important;
    margin-top: 24px;
  } */

.dropdown {
    float: left;
    margin-top: 20px;
}

.dropdown-menu {
    min-width: 108px;
    margin: 7px 0 0 6px;
    display: none;
    padding: 0;
    position: absolute;
    background: #191919;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.dropdown-menu a {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 13px !important;
    font-weight: 700 !important;
}

.dropdown-menu :hover {
    background-color: #0f7f97 !important;
}

.sidenav {
    display: inline-block;
    position: absolute;
    top: 120px;
    width: 38px;
    position: fixed;
    height: 81px;
    z-index: 10000;
    right: 0;
    background-color: #0f7f97 !important;
}

.sidenav::before,
.sidenav::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    bottom: -8px;
    border: 19px solid#0f7f97;
}

.sidenav::before {
    border-bottom-color: transparent;
    bottom: -28px;
}

.sidenav a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 35px;
    z-index: 100;
    position: relative;
}

.up {
    float: right;
}

.question_area {
    position: relative;
    -webkit-background: linear-gradient(145deg, rgba(15, 127, 151, .09) 0%, rgba(15, 127, 151, .09) 100%);
    -moz-background: linear-gradient(145deg, rgba(15, 127, 151, .09) 0%, rgba(15, 127, 151, .09) 100%);
    -o-background: linear-gradient(145deg, rgba(15, 127, 151, .09) 0%, rgba(15, 127, 151, .09) 100%);
    -ms-background: linear-gradient(145deg, rgba(15, 127, 151, .09) 0%, rgba(15, 127, 151, .09) 100%);
    background: linear-gradient(145deg, rgba(15, 127, 151, .09) 0%, rgba(15, 127, 151, .09) 100%);
}

.question_area:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 815px 957px 0 0;
    border-color: #fff transparent transparent transparent;
}