@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


/*! fancyBox v3.3.5 fancyapps.com */

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}


/* Owl Carousel v2.3.4 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*Owl theme*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 2px 4px;
    background: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: 1px solid #d9d9d9;
    border-radius: 50%
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #1636a7 !important;
    color: #fff !important;
    text-decoration: none
}

.owl-theme .owl-nav button.owl-prev:after {
    content: "";
    background-image: url(../images/arw_left.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 42px;
    height: 16px;
    background-size: contain;
    display: block
}

.owl-theme .owl-nav button.owl-next:after {
    content: "";
    background-image: url(../images/arw_rgt.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 42px;
    height: 16px;
    background-size: contain;
    display: block
}

.owl-theme .owl-nav button.owl-prev:hover:after {
    color: #fff
}

.owl-theme .owl-nav button.owl-next:hover:after {
    color: #fff
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: none;
    outline: none;
    border: none
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    margin: 10px 4px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    opacity: 1;
    border: 1px solid #000
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0000fe;
    opacity: 1;
    width: 25px;
    height: 10px;
    border: 1px solid #0000fe
}

.owl-theme .owl-nav button:focus {
    outline: none
}

#country_scroll.owl-theme .owl-nav button.owl-prev,
#case_study_scroll.owl-theme .owl-nav button.owl-prev,
#people_scroll.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    right: 248px;
    top: -57px !important
}

#country_scroll.owl-theme .owl-nav button.owl-next,
#case_study_scroll.owl-theme .owl-nav button.owl-next,
#people_scroll.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: 192px;
    top: -57px !important
}

#country_scroll.owl-theme .owl-nav span,
#case_study_scroll.owl-theme .owl-nav span,
#people_scroll.owl-theme .owl-nav span {
    display: none
}

#owl-details.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -18px;
    top: 28% !important
}

#owl-details.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -18px;
    top: 28% !important
}

#owl-details.owl-theme .owl-nav span {
    display: none
}


/*Back to top button */

#back-top {
    position: fixed;
    bottom: 70px;
    right: 19px;
    z-index: 9999;
    width: 50px;
    display: block;
    transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s
}

#back-top a {
    width: 50px;
    display: block;
    height: 50px;
    overflow: hidden;
    outline: none;
    text-decoration: none
}

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/top.png) no-repeat;
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 5px 5px 0 0px
}

#back-top:hover {
    bottom: 75px;
    outline: none;
    text-decoration: none
}


/*custom upload*/

.DG-custom-file {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100% !important;
    border-radius: 5px
}

.DG-custom-file input[type=file] {
    width: 0!important;
    height: 0!important;
    position: absolute!important;
    left: -99999px!important;
    top: -99999px!important;
    visibility: hidden
}

.DG-custom-file small {
    width: 70%!important
}

.DG-custom-file b {
    min-width: 109px!important;
    padding: 6px 5px;
    background: #f1f1f1;
    margin-right: 8px
}

.DG-custom-file label {
    display: flex;
    align-items: center
}


/* CSS Document */


/*Project Name:BLUEBIRD-OVERSEAS-Website [Created by WEBLINKINDIA.NET on 23 Mar, 2024:Shashi]*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #4b4b4b
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif
}

h1 {
    font-size: 1.6em;
    display: block;
    color: #222
}

h2 {
    font-size: 1.4em;
    display: block;
    color: #484848
}

figure {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

figure img {
    display: block;
    margin: auto;
    border: 0
}

.red_hat {
    font-family: 'Red Hat Display', sans-serif
}

.poppins {
    font-family: "Poppins", sans-serif
}

.outfit {
    font-family: 'Outfit', sans-serif
}

.sacramento {
    font-family: "Sacramento", cursive
}

.rel {
    position: relative
}

ul,
ol {
    margin: 15px 0 0 10px;
    padding: 0 0 0 15px
}

label {
    font-weight: normal
}

p {
    margin: 0
}

.dn {
    display: none
}

.pointer {
    cursor: pointer
}

figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0
}

a {
    color: #3f3f3f;
    text-decoration: none
}

a:hover {
    color: #3f3f3f;
    text-decoration: none
}

button:focus,
button:hover {
    outline: none
}

.hand {
    cursor: pointer
}


/*color properties*/


/* Font Size */

.fs-7 {
    font-size: .9em
}

.fs-8 {
    font-size: .8em
}


/*home page css*/


/*.container{width:1263px;margin:0 auto;padding:0px 15px;max-width:1263px}*/

.top_h_bg {
    background: #120233
}


/* whatsap css */

.wts-app {
    width: 4em;
    height: 4em;
    background: #4aae20;
    border-radius: 50%;
    position: fixed;
    left: 18px;
    bottom: 70px;
    z-index: 999;
    box-shadow: 0 0 12px rgba(5, 5, 5, .5);
    border: 6px solid rgba(0, 0, 0, 0.1);
    line-height: 3.3em
}

.wts-app a {
    display: block;
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    padding: 0px 0px;
    text-align: center
}

.wts-app a:hover,
.wts-app-btn:hover {
    text-decoration: none;
    color: #fff
}

.wts-app-btn {
    background: #4aae20;
    color: #fff
}

.logo {
    padding: 19px 0
}

.logo img {
    max-width: 100%;
    height: auto
}

.top_call a {
    font-size: 1.1em;
    color: #fff;
    background: #2f5b8b;
    border-radius: 20px;
    padding: 8px 16px
}

.top_call a>i {
    width: 24px;
    height: 24px;
    line-height: 16px;
    padding: 5px
}

.top_call a img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.srch_ico {
    width: 42px;
    height: 42px;
    line-height: 16px;
    background: #f0f2f7
}

.srch_ico a {
    padding: 13px;
    display: block
}

.srch_ico:hover {
    background: #fff9f5
}

.dwn_app {
    border: 1px solid #ccc;
    padding: 3px 10px;
    display: block;
    width: 154px
}

.dwn_app span {
    width: 60%;
    line-height: 1.1em;
    font-size: 0.8em;
    color: #2f5b8b
}

.dwn_app b {
    width: 37px;
    height: 37px;
    line-height: 30px;
    border-right: 1px solid #ededed
}

.dwn_app b:nth-child(3) {
    border: 0
}

.sticky_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1071;
    background: #fff
}

.header_pos {
    background: #fff;
    width: 100%;
    display: block
}

.top_right {
    width: 55%
}

.top_user {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    color: #2f5b8b
}

.top_user p {
    font-size: 0.8em;
    line-height: 1.4em;
    white-space: nowrap;
    margin-left: 38px
}

.top_user img {
    float: left;
    margin-top: 1px
}

.top_user p b {
    display: block
}

.top_user span {
    padding: 0 3px
}

.top_user a {
    color: #1779fa;
    display: inline-block;
    font-size: 1.1em
}

.top_user a:hover {
    color: #ff9534
}


/*Navigation*/

.dropdown-menu {
    font-size: 14px;
    border: 1px solid #3791ce;
    border-radius: 0 0 5px 5px;
    padding: 0
}

.dropdown-menu li {
    position: relative
}

.dropdown-menu li:last-child .dropdown-item {
    border: 0;
    border-radius: 0 0 5px 5px
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    padding: 0;
    font-size: 13px;
    border: 1px solid #11c1c1
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto
}

.dropdown-menu>li:hover {
    background-color: #f1f1f1
}

.navbar {
    font-size: 0.93em;
    line-height: 1.5em
}

.navbar:after {
    content: '';
    display: block;
    clear: both
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #2f5b8b;
    padding: 7px 20px;
    transition: all linear .5s;
    font-weight: 500;
    white-space: nowrap
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ff6618
}

.navbar-expand-lg .navbar-nav .nav-link.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ff9534;
    margin-top: 3px
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff6618
}

.navbar-expand-lg .navbar-nav .nav-link>i {
    color: #ff6618;
    font-size: 12px
}

.dropdown-item {
    padding: 7px 10px;
    border-bottom: 1px solid #f1f1f1;
    color: #fff;
    font-weight: 700;
    white-space: pre-wrap;
    line-height: 1.4em
}

.navbar-toggler {
    background-color: #f9f9f9;
    padding: 3px;
    border-radius: 3px
}

.navbar .dropdown-toggle::after {
    display: none
}

.navbar-nav .dropdown-menu {
    background: linear-gradient(to bottom, #ff6618, #ff6618);
    min-width: 250px
}

.brow_btn b {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 18px
}

.brow_btn b small {
    font-size: 76%;
    display: block
}

.brow_btn img {
    margin-left: -5px;
    width: 41px
}

.header_pos .btn {
    padding: 0.5em 0.8em 0.6em 0.6em;
    border-radius: 6px;
    display: flex;
    align-items: center
}

.btn-danger {
    background: #f14e56;
    color: #fff;
    border-color: #f14e56
}

.btn-danger:hover {
    background: #d82f38;
    border-color: #d82f38;
    color: #fff
}

.header_btn_pos {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 999
}

.header_btn_pos a {
    display: flex;
    background: rgba(235, 246, 255, 0.8);
    padding: 0.3em 1.5em;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 0.5em
}

.header_btn_pos a>i {
    width: 35px;
    height: 40px
}

.header_btn_pos a>i img {
    max-width: 100%;
    height: auto
}

.header_btn_pos a span {
    font-size: 1.2em;
    color: #143d6b
}

.header_btn_pos a span small {
    display: block;
    text-transform: uppercase;
    font-size: 13px
}


/*Home-Category-Section*/

.pattern_bg {
    background: url(../images/pattern_bg.jpg)repeat center top
}

.country_bx {
    width: 306px;
    height: 288px
}

.country_bx_lnk {
    height: 32px;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #fff
}


/*.country_bx_lnk a{font-size: 1.5em;line-height:1.3em;color:#fff}*/

.more_dtl a {
    font-size: 1em;
    line-height: 1.4em;
    color: #fff
}

.country_des_pos {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    place-content: flex-end;
    flex-wrap: wrap;
    background: linear-gradient(to top, rgb(0 0 0 / 47%) 20%, transparent)
}

.country_des_pos p {
    width: 100%
}

.country_des_pos .btn {
    padding: 0.6em 1.8em;
    font-size: 0.9em
}

.country_img {
    width: 306px;
    height: 288px
}

.country_img figure {
    width: 306px;
    height: 288px
}

.country_img figure img {
    width: 100%;
    height: 100%;
    transition: all linear .7s
}

.country_bx:hover .country_img figure img {
    transform: scale(1.1)
}

.country_bx .btn {
    color: #2755f8
}

.country_bx:hover .btn-light {
    background: #2755f8;
    border-color: #2755f8;
    color: #fff !important
}


/*Company Setion 2*/

.company_section h2 {
    font-size: 2.3em;
    color: #2f5b8b;
    line-height: 1.2em
}

.s_hd {
    font-size: 2.5em;
    color: #ff8955;
    line-height: 1.3em
}

.company_tx {
    color: #696e77;
    font-size: 1.07em;
    line-height: 1.6em;
    padding-right: 5px;
    height: 324px
}

.view_btn,
.view_btn:visited {
    background: #1779fa;
    color: #fff;
    padding: 10px 33px;
    font-size: 1em;
    line-height: 1.7em;
    font-weight: 700;
    display: inline-block;
    border-radius: 0;
    box-shadow: 0px 0px 10px #ccc
}

.view_btn:hover {
    background: #1779fa;
    color: #fff
}

.about_img img {
    max-width: 100%;
    height: auto
}

.exp_bx {
    width: 160px;
    background: #1779fa;
    height: 161px;
    padding: 28px 18px;
    position: absolute;
    top: 24%;
    left: 13%
}

.exp_bx p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5em;
    font-size: 1.1em;
    line-height: 1.2em
}

.exp_num {
    font-weight: 700;
    font-size: 3.5em;
    line-height: 1.1em;
    color: #fff
}

.more_btn {
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #1779fa;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 700;
    height: 47px;
    padding: 13px 27px;
    cursor: pointer;
    border-radius: 8px
}

.more_btn:hover {
    background: #1779fa;
    color: #fff;
    text-decoration: none
}

.hm_heading {
    margin-bottom: 0.5em;
    display: flex;
    place-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.hm_heading h2 {
    font-size: 2.3em;
    color: #2f5b8b;
    line-height: 1.2em;
    font-family: "Poppins", sans-serif
}

.hm_heading span {
    display: block
}

.visa_benefit_sect {
    background: url(../images/stuent_visa_bg.jpg)no-repeat top center;
    padding: 20px;
    min-height: 249px
}

.cont_sec1 {
    width: 53%
}

.cont_sec2 {
    width: 41%
}

.cont_sec1 h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    color: #2f5b8b;
    margin: 0
}

.cont_sec1 p {
    font-size: 2.3em
}


/* Enquiry Now */

.calculate_pos2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    margin-top: -128px;
    position: absolute;
    width: 98%
}

.calculate_sec1 {
    width: 75%
}

.calculate_sec2 {
    width: 23%
}

.calculate_sec1 h2 {
    font-size: 2.3em;
    line-height: 1.3em;
    color: #2f5b8b;
    margin: 0
}

.calculate_sec1 p {
    font-size: 1.2em;
    color: #6c6867
}

.calculate_sec2 .view_btn,
.calculate_sec2 .view_btn:visited,
.itineary_sec2 .view_btn,
.itineary_sec2 .view_btn:visited {
    background: linear-gradient(to top, #fd6520 0%, #fdba28 100%);
    color: #fff;
    font-size: 1.2em
}

.white_icon {
    filter: invert(1) sepia(0) saturate(0) brightness(9)
}

.calculate_sec2 .view_btn img {
    margin-left: -10px
}


/* Services Section */

.t_country_sec {
    padding: 5em 0 3em 0
}

.t_country_list {
    margin: 0px;
    padding: 0px
}

.t_country_list ul {
    margin: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.t_country_list ul li {
    display: block;
    list-style: none;
    width: 25%
}

.std_country_list {
    margin: 0px;
    padding: 0px
}

.std_country_list ul li {
    display: block;
    list-style: none
}

.service_bx {
    background: #fff;
    text-align: center;
    margin: 1em auto;
    width: 285px;
    position: relative
}

.service_bx:hover {
    box-shadow: 0px 0px 15px #bdbdbd
}

.probtn_pos {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 266px;
    top: 0;
    padding: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.probtn_pos a {
    display: inline-block;
    text-align: center;
    line-height: 1.6em;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #2755f8;
    padding: 8px 19px;
    font-weight: 700
}

.service_bx:hover .probtn_pos {
    background: rgb(18 2 51 / 41%);
    opacity: 1
}

.service_img {
    width: 285px;
    height: 266px
}

.service_img figure {
    width: 285px;
    height: 266px
}

.service_img figure img {
    width: 100%;
    height: 100%;
    transition: all linear .7s
}

.service_bx:hover .service_img figure img {
    filter: grayscale(100%);
    transform: scale(1.1)
}

.service_des {
    padding: 10px 10px 20px;
    font-size: 16px
}

.service_ttl {
    height: 29px;
    overflow: hidden;
    line-height: 24px
}

.service_ttl a {
    font-size: 1.3em;
    font-weight: 900;
    color: #120233;
    text-decoration: none
}

.service_bx:hover .service_ttl a {
    color: #2755f8
}

.service_tx {
    color: #727272;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 1.03em;
    margin-top: 6px;
    height: 50px;
    overflow: hidden
}

.service_inr_list {
    margin: 0px 0;
    padding: 0
}

.service_inr_list ul {
    margin: 0px !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.service_inr_list ul li {
    text-align: center;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 33.3%
}

.service_inr_list ul li .service_ttl a {
    font-weight: 700
}


/*Company-Stats*/

.company_stats_sect {
    background: linear-gradient(to right, #2f5b8c 0%, #1878f6 100%)
}

.company_stats_lst {
    padding: 2em 0px;
    overflow: hidden
}

.company_stats_lst ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.company_stats_lst ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 25%
}

.company_stats_w {
    padding: 1.5em 1em;
    display: flex;
    font-family: "Poppins", sans-serif
}

.company_stats_w b {
    display: inline-block;
    font-size: 3.6em;
    line-height: 1em;
    color: #fff;
    position: relative
}

.company_stats_w i {
    font-size: 2em;
    line-height: 1em;
    font-style: normal
}

.company_stats_w span {
    display: block;
    font-size: 1.2em;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
    width: 50%
}

.company_goals {
    padding: 1em 0 0 3em;
    width: 100%;
    margin: 1em auto
}

.sml_hed {
    color: #ff8955
}


/*Company-Stats*/

.itineary_w {
    background: url(../images/c_itineary_bg.jpg) no-repeat center top
}

.itineary_sec1 {
    width: 63%
}

.itineary_sec2 {
    width: 41%
}

.itineary_icon {
    width: 90px
}

.itineary_icon img {
    max-width: 100%;
    height: auto
}

.itineary_sec1 h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    color: #fff;
    margin: 0
}

.itineary_sec1 p {
    font-size: 1.4em;
    line-height: 1.3em;
    color: #fff
}

.itineary_sec2 .view_btn {
    font-size: 1em
}

.book_txt {
    font-size: 2.5em;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase
}

.book_call_sec {
    background: url(../images/book-call.jpg) no-repeat left top;
    padding: 45px 50px 45px 220px
}


/*Case-Study*/

.case_study_list ul li {
    list-style: none
}

.case_study_w {
    width: 100%;
    height: 100%;
}

.case_study_img {
    width: 100%;
}

.case_study_img figure {
    width: 100%;
    height: 180px;
    display: block;
}

.case_study_img figure img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.case_text .case_study_ttl {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.study_icon {
    width: 35px;
    height: 35px
}

.study_icon img {
    max-width: 100%;
    height: auto
}

.case_text {
    width: 100%
}

.case_text .case_study_ttl {
    margin: 0px;
    max-height: initial;
}

.case_text .case_study_ttl a {
    margin: 0px;
    display: block;
}

.case_study_ttl {
    font-size: 0.92em;
    line-height: 1.2em;
    color: #000;
    max-height: 36px
}

.case_study_ttl a:hover {
    color: #1779fa
}

.stdy_posted_tm {
    font-size: 12px;
    line-height: 1.1em;
    color: #999;
    bottom: 10px;
    right: 10px;
    z-index: 9
}

.stdy_posted_tm img {
    vertical-align: middle;
    margin-bottom: 1px
}

.total_view {
    top: 10px;
    left: 10px;
    z-index: 9
}

.vd_dur {
    bottom: 10px;
    right: 10px;
    z-index: 9
}

.total_view span,
.vd_dur span {
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 10px;
    color: #c0c4c6;
    font-size: 0.8em;
    border-radius: 20px
}

.vd_dur span {
    color: #fff
}

.total_view span img {
    vertical-align: middle
}

.play_icon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center
}

.play_icon a {
    padding: 10px;
    background: rgb(255 10 10 / 90%);
    border-radius: 10px;
    display: inline-block;
    line-height: 10px;
    width: 50px;
    height: 37px
}

.play_icon img {
    width: 100%;
    height: 100%;
    filter: invert(1) sepia(0) saturate(0) brightness(9)
}

.case_study_w:hover .play_icon span a {
    background: #1779fa
}


/*Case-Study*/

.case_study_dtl {
    width: 622px
}

.case_study_dtl_img {
    width: 622px;
    height: 350px
}

.case_study_dtl_img figure {
    width: 622px;
    height: 350px
}

.case_study_dtl_img figure img {
    max-width: 100%;
    height: auto
}

.case_dtl_des .case_study_ttl {
    font-size: 1.2em;
    height: auto;
    -webkit-line-clamp: initial;
}

.case_dtl_des .study_icon {
    width: 55px;
    height: 55px
}

.case_dtl_des .study_icon img {
    width: 100%;
    height: 100%
}


/*People About Us */

.customer_sec {
    background: #fff;
    padding: 2em 0 1em 0
}

.customer_sec .hm_heading {
    width: 100%
}

.customer_sec .hm_heading h2 {
    margin-bottom: 1em
}

.hm_tm_w {
    margin: 0em
}

.testimonial_w {
    margin: 5px auto 20px;
    width: 97%;
    padding: 20px 10px;
    transition: all linear .5s
}

.testimonial_w:hover {
    box-shadow: 0px 0px 10px #ccc
}

.testimonial_inr {
    padding: 30px 32px;
    background: #fff;
    position: relative
}

.testimonial_txt {
    color: #727272;
    font-size: 1.03em;
    line-height: 1.5em;
    height: 157px;
    margin-top: -5px
}

.tm_quote {
    font-size: 9em;
    line-height: 0.3em;
    color: #1779fa;
    font-family: "Times New Roman", Times, serif
}

.name_tst {
    font-size: 1.37em;
    line-height: 1.5em;
    color: #000;
    font-weight: 900;
    margin-top: 15px
}

.postby {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.postby:after {
    content: '';
    display: block;
    clear: both
}

.postby a {
    color: #d12582
}

.postby span {
    width: 72px;
    height: 72px;
    float: left;
    color: #e3e3e3;
    background: #f7f7f7;
    border: 1px #f1f1f1 solid
}

.postby span img {
    width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.postby b {
    font-size: 1em;
    line-height: 20px;
    color: #333
}

.star_rate i {
    margin-right: 5px
}


/*Footer*/

footer {
    background: #1779fa;
    color: #555
}

.foot2 {
    padding: 3em 0 1em
}

.foot3 {
    padding: 16px 0;
    background: #ededed;
    box-shadow: 0px 3px 6px #d9d9d9 inset
}

.foot_contact {
    font-size: 0.94em;
    line-height: 1.6em
}

.foot_contact b {
    font-weight: 500
}

.foot_contact i {
    width: 22px;
    height: 27px;
    padding: 1px 3px
}

.foot_contact i img {
    max-width: 100%;
    height: auto
}

.foot_contact span {
    width: 84%
}

.foot_contact a {
    color: #fff
}

.footlink {
    margin-top: 10px
}

.footlink a {
    color: #fff;
    font-size: 1.1em;
    padding: 0 60px 0 0
}

.follow_link a {
    display: inline-block
}

.follow_link a i {
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    display: block;
    padding: 6px 0;
    background: #fff
}

.follow_link a i>img {
    max-width: 81%
}

.follow_link a:hover i {
    background: #000;
    box-shadow: 0px 0px 10px #ccc
}

.border-right {
    border-right: 1px solid #ccc
}

.ft_link ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ft_link ul li {
    display: block
}

.ft_link ul li a {
    padding: 4px 0;
    font-size: .9em;
    line-height: 1.6em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

.ft_link ul li a span {
    font-weight: 600;
    color: #fff
}

.ft_link ul li a:hover span {
    color: #df781a
}

.ft_link ul li a:hover {
    color: #ff9f1f
}

.ft_link ul li a strong {
    color: #15398b;
    font-weight: 600
}

.fb_btn {
    background: #4267b2
}

.tw_btn {
    background: #000
}

.lin_btn {
    background: #0077b5
}

.wtsap_btn {
    background: #38ca1c
}

.insta_btn {
    background: linear-gradient(321deg, #fedf04, #fd4a52, #c23dd0, #1b85fc)
}

.ft_payment b {
    border: 1px solid #e7e7e7
}

.ft_payment b img {
    max-width: 100%;
    height: auto
}

.ft_heading {
    font-size: 1.25em;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 0.5em
}

.developed {
    font-size: 0.83em;
    line-height: 1.3em;
    width: 24%;
    color: #e5f0ff
}

.developed p {
    margin-top: 10px
}

.developed a {
    color: #e5f0ff;
    text-decoration: underline
}

.developed span {
    padding-top: 2px
}

.developed a:hover {
    color: #fff
}

.nws_txt {
    line-height: 1.5em;
    color: #fff;
    font-size: 0.9em
}

.newsl_field {
    background: #fff;
    border-radius: 8px;
    padding: 1px
}

.newsl_field input[type=text] {
    width: 100%;
    border: 0;
    background: none;
    font-size: .95em;
    padding: 13px 10px;
    color: #000
}

.subsc_btn {
    padding: 15px 30px 14px;
    background: linear-gradient(to top, #fd6520 0%, #fdba28 100%);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px
}

.subsc_btn img {
    margin-left: -10px;
    margin-right: 10px
}

.subsc_btn:hover {
    background: #ea5435
}

.ft_middle {
    border: 1px solid #1261c8;
    border-width: 1px 0 0
}

.foot_links a {
    padding: 5px 0;
    font-size: 0.93em;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

.foot_links span {
    padding: 0 3px;
    color: #fff
}

.foot_links a:hover {
    color: #fdad27
}

.book_call {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999
}


/*inner-banner-start*/

.inner_bnr {
    width: 100%;
    height: 270px;
    overflow: hidden
}

.inner_bnr img {
    width: 100%;
    margin: 0 auto;
    height: auto
}


/*inner-banner-start*/


/*Portfolio-*/

.portfolio_list {
    margin: 1em 0
}

.portfolio_list ul {
    margin: 0px 0px !important;
    padding: 0px;
    display: flex;
    flex-wrap: wrap
}

.portfolio_list ul li {
    list-style: none;
    display: block;
    width: 33%
}

.p_folio_w {
    width: 390px;
    position: relative;
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    border-radius: 10px;
    transition: all linear .7s;
    margin: 1em auto
}

.p_folio_w:hover {
    box-shadow: 0px 0px 15px #666
}

.p_folio_img {
    width: 370px;
    height: 249px;
    border-radius: 20px;
    overflow: hidden
}

.p_folio_img figure {
    width: 370px;
    height: 249px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.p_folio_img figure img {
    max-width: 100%;
    height: auto;
    transition: all linear .7s
}

.p_folio_w:hover img {
    transform: scale(1.1)
}

.p_folio_w .play_icon {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 249px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    place-content: center
}

.p_folio_w:hover .play_icon a {
    background: #e11111
}

.p_folio_des {
    padding: 15px 0
}

.p_folio_ttl {
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1em;
    height: 46px;
    overflow: hidden;
    text-align: center
}

.p_folio_cont {
    color: #373737;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    height: 90px;
    overflow: hidden
}


/* TREE */


/*==============*/

.breadcrumb_bg {
    background-color: #efefef
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
    color: #0000fe;
    background: none;
    padding: 0.3rem 0;
    font-weight: 500;
    line-height: 25px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #2755f8;
    font-size: 0.8em;
    line-height: 27px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    vertical-align: bottom
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #2755f8
}

.breadcrumb li.active {
    color: #000
}


/* TREE CLASSES */


/* CMS AREA */

.mid_area {
    padding-top: 20px;
    padding-bottom: 20px
}

.cms_area {
    line-height: 24px;
    font-size: 16px;
    line-height: 24px;
    min-height: 400px;
    margin-bottom: 20px;
    color: #333;
    text-align: left
}

.cms_area h1,
.mid_area h1 {
    color: #231f20;
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1.5em;
    margin-bottom: 5px
}

.cms_area ul,
.cms_area ol {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 30px 20px
}

.cms_area p strong {
    color: var(--theme-paragarph-black);
}

.cms_area .cms_img {
    float: right;
    margin: 5px 0 10px 10px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    height: auto
}


/* CMS AREA ENDS */


/* FAQ */

.accordion-header .accordion-button {
    background: #fff
}

.accordion-button:not(.collapsed) {
    background: #177afb;
    outline: none;
    color: #fff
}

.accordion-item {
    margin-bottom: 0.3em
}

.accordion-button {
    padding: 14px 20px 14px 24px;
    display: block;
    color: #120233
}

.accordion-button:hover {
    text-decoration: none
}

.accordion-button::after {
    content: '';
    background-image: url(../images/plus.svg);
    height: 21px;
    display: block;
    float: right
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    filter: invert(1) sepia(0) saturate(0) brightness(9)
}

.accordion-body {
    background: #fafafa;
    font-size: 1.05em;
    color: #696e77;
    line-height: 1.6em;
    border-top: 1px solid #d5d5d5
}

.accordion-body ul,
.accordion-body ol {
    font: 500 14px/24px "Poppins", sans-serif;
    margin: 20px 0px 20px 20px
}

.filt_area .accordion-item:first-child .accordion-header .accordion-button {
    background: #ea5236;
    color: #fff
}

.paging_nav ul {
    margin: 0
}

.active>.page-link,
.page-link.active {
    background-color: #c85594;
    border-color: #c85594
}

.page-link {
    color: #000;
    padding: 5px 10px;
    margin: 4px
}

.paging_nav {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-width: 1px 0
}

.disabled>.page-link,
.page-link.disabled {
    background-color: #f7f7f7
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0
}


/* What People Say About Us */

.testi_area {
    padding: 2.5em 0
}

.testi_box {
    background: #fff;
    width: 390px;
    margin: 0 auto 20px;
    overflow: hidden
}

.testi_box:hover {
    box-shadow: 0px 0px 15px #ccc;
    border: 1px solid #3791ce !important
}

.tm_by {
    color: #fff;
    font-size: 1.2em
}

.testi_txt {
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    height: 79px;
    color: #fff;
    font-style: italic
}

.testi_icon {
    width: 60px;
    height: 60px;
    line-height: 50px
}

.testi_icon img {
    width: 100%;
    height: 100%
}

.t_text_12 {
    height: 43px;
    font-size: 1em;
    overflow: hidden;
    line-height: 1.5em;
    margin: 10px 0
}

.tm_txt_auto {
    height: auto
}

.testi_date {
    position: absolute;
    top: 46px;
    right: 23px;
    font-size: .8em
}


/* Contact us */

.gred_bg {
    background: linear-gradient(to right, #f3f8ff, #ffffff)
}

.contact_list {
    color: #000
}

.contact_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact_list ul li {
    padding: 5px 10px 5px 0;
    transition: all 0.3s linear
}

.contact_list ul li .circle_sec {
    float: left;
    text-align: center;
    font-size: 1.3em;
    width: 35px;
    text-align: center;
    margin-top: 2px
}

.cnt_heading {
    font-weight: 700
}

.contact_desc {
    width: 99%;
    padding: 15px;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e9e9e9
}

.contact_desc .fa-solid {
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    line-height: 28px;
    text-align: center;
    float: left;
    border-radius: 50%
}

.contact_desc .sec_cnt {
    overflow: hidden;
    margin-top: 5px;
    display: flex;
    align-items: center
}

.contact_desc .sec_cnt span {
    width: 38px;
    height: 38px;
    line-height: 18px;
    background: #1879fc;
    padding: 8px
}

.contact_map {
    width: 100%
}

.contact_map iframe {
    width: 100%;
    height: 300px;
    border: 2px solid #000;
    border-radius: 10px
}

.contact_form label {
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 0.3em
}

.contact_list {
    color: #000
}

.contact_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact_list ul li {
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    min-width: 48%;
    display: block;
    float: left;
    margin-right: 10px
}

.contact_list ul li:hover {
    background: rgba(255, 255, 255, 1)
}

.contact_list ul li .circle_sec {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    box-shadow: #ddd 0 0 15px;
    border-radius: 100%;
    font-size: 2em;
    margin: auto;
    transition: all linear .2s
}

.contact_list ul li .circle_sec span {
    display: table-cell;
    width: 80px;
    height: 80px;
    margin: auto;
    vertical-align: middle;
    text-align: center
}

.thankyou_wrap {
    text-align: center;
    color: #000;
    width: 70%;
    font-size: 1.1em;
    box-shadow: 0px 0px 20px #b1b1b1
}

.thankyou_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    background: linear-gradient(128deg, #ff6618 46%, #167af4 55%);
    opacity: 1
}

.thankyou_wrap b {
    display: block;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700
}

.thanks_icon {
    line-height: 100px;
    margin: 0.2em auto;
    background: linear-gradient(to top, #85baff 30%, #1977fd 69%);
    width: 119px;
    height: 119px;
    border: 3px solid #e3e3e3
}

.thanks_icon img {
    width: 60%;
    height: 100%
}


/* CONTACTS ENDS */


/*POPUP*/

.popup_w {
    padding: 10px 10px 10px 10px
}

.popup_w h1 {
    margin-bottom: 0.5em;
    color: #000;
    font-size: 1.3em;
    font-weight: 600
}

.popup_w label {
    font-size: 14px
}

.popup_w .form-group {
    margin-bottom: 7px
}

.popup_w input[type=text],
.popup_w input[type=file],
.popup_w textarea,
.popup_w select {
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 3px;
    height: 38px;
    width: 100%
}

.popup_w textarea {
    height: auto
}

.popup_w .btn {
    font-size: 0.9em;
    font-weight: 500
}

.rating-stars input[type=text] {
    height: 0
}

.form-group {
    margin-bottom: 1em
}

.my_form label {
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    color: var(--theme-paragarph-black);
    font-weight: 300
}

.my_form input[type=radio],
.my_form input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.form_header {
    background: #f4f7fb;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    margin: -16px
}

.my_form .form-control,
.my_form .form-select {
    font-size: 0.9em;
    height: 42px
}

.my_form textarea.form-control {
    height: auto
}


/* SITEMAP */

.sitemap_cont h2 {
    font-size: 1.1em;
    padding: 5px;
    margin-top: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.sitemap a {
    display: block;
    padding: 7px 10px 7px 20px;
    font-size: 1em;
    line-height: 1.3em;
    margin: 5px 5px;
    color: #000;
    width: 31%;
    border-radius: 5px;
    border: 1px solid #eee;
    text-decoration: none;
    position: relative;
    background: url(../images/arr-1.png) 5px no-repeat
}


/*.sitemap a:before{content:"\f054";font-family:Font Awesome\ 5 Free;font-weight:600;position:absolute;left:9px;top:22%;color:#2e2e2e;font-size:0.8em}*/

.sitemap a:hover {
    color: #000;
    background-color: #ddd
}


/*.sitemap a:hover:before{color:#fff}*/


/* SITEMAP ENDS */


/*DETAIL*/

.country_dtl_ot {
    height: 471px
}

.country_dtl_img,
.country_dtl_img figure {
    height: 462px
}

.country_dtl_img img {
    width: 100%;
    height: 100%
}

.detail_right .btn {
    width: 29%;
    font-size: 1em;
    padding: 9px 20px
}

.btn-warning {
    background: linear-gradient(to top, #fd6520 0%, #fdba28 100%);
    color: #fff;
    font-size: 1.2em
}

.detail_des_w,
.detail_cont {
    font-size: 1em;
    line-height: 1.5em;
    color: #666
}

.detail_des_w p {
    margin-bottom: 0.5em
}

.detail_des_w .sub_hed {
    font-size: 1.3em
}

.detail_des_w img {
    max-width: 100%;
    height: auto
}

.detail_des_w ul {
    margin: 10px 20px;
    padding: 0px
}

.detail_des_w ul li {
    margin: 0px;
    padding: 0px
}

.detail_des_w b {
    color: #333
}

.tab_cont {
    padding: 15px;
    background: #fff;
    font-weight: 500
}

.video_area {
    width: 99%;
    margin: auto
}

.video_area iframe {
    min-height: 350px;
    border: 1px solid #000
}

.content_list {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #464646;
    width: 100%
}

.content_list ul li {
    font-weight: 400;
    margin-bottom: 0.5em;
    position: relative;
    list-style: none;
    padding-left: 30px
}

.content_list ul li:before {
    content: "";
    /* background: url(../images/pointer.svg) no-repeat top left; */
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all linear 0.2s
}

#style1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccd0d3
}

#style1::-webkit-scrollbar {
    width: 11px;
    background-color: #ccd0d3;
    padding: 2px
}

#style1::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #ccd0d3;
    border-radius: 10px
}

.scroll_bar {
    width: 100%;
    max-height: 353px;
    overflow-y: scroll;
    overflow: auto;
    background: #fff
}

#style2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff
}

#style2::-webkit-scrollbar {
    width: 11px;
    background-color: #ccd0d3;
    padding: 2px
}

#style2::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #ccd0d3;
    border-radius: 10px
}

.book_tab .nav-link {
    color: #000;
    margin-right: 5px;
    font-weight: 500
}

.book_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f86925
}


/*Gurpreet Singh*/


/*Login*/

.login_bg {
    background: url(../images/login-img.jpg) center top no-repeat
}

.login_lft {
    padding: 0;
    margin-bottom: 35px
}

.login_lft a {
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 40px;
    font-size: 1.3em;
    font-weight: 300;
    transition: all 0.3s linear
}

.login_lft a:last-child {
    margin: 0
}

.login_lft a:hover,
.login_lft a.login_lft_act {
    text-decoration: none;
    color: #f96a1e
}

.login_cont {
    background: #f7fbff;
    border: #ddd 1px solid;
    border-radius: 15px;
    padding: 45px
}

.login_cont .form-label {
    font-size: .9em;
    margin-bottom: 1px
}

.login_cont .form-control,
.login_cont .form-select {
    font-size: .9em
}


/*Dashboard*/

.acc_left_sec {
    background: #fff;
    border: #ddd 1px solid;
    border-radius: 10px;
    margin-top: 20px
}

.acc_left_sec ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.acc_user {
    padding: 15px 0;
    border-bottom: #f0cdaf 1px solid;
    text-align: center;
    font-size: 2.5em
}

ul.acc_left_links li {}

ul.acc_left_links li a {
    display: block;
    padding: 12px 10px;
    font-size: .9em;
    font-weight: 600;
    line-height: 1.2em;
    background: #fff;
    color: #383838;
    border-bottom: #f0cdaf 1px solid;
    transition: all 0.3s linear
}

ul.acc_left_links li a:hover,
ul.acc_left_links li a.acc_left_act {
    color: #000;
    background: #ffebda;
    border-bottom: #f0cdaf 1px solid
}

ul.acc_left_links li span {
    margin-left: 5px
}

ul.acc_left_links li img {
    width: 20px;
    height: 17px
}

.acc_right_sec {
    background: #fff;
    box-shadow: #ddd 0 0 25px;
    padding: 30px;
    border-radius: 10px
}

.acc_sect_box {
    border: #eee 1px solid;
    border-radius: 10px;
    color: #fff;
    padding: 20px 5px 0 5px;
    text-align: center;
    transition: all 0.3s linear
}

.acc_sect_box:hover {
    border: #ddd 1px solid;
    box-shadow: #eee 0 0 10px
}

.acc_sect_box img {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6em;
    text-align: center;
    border-radius: 100%;
    margin: 15px 0;
    padding: 10px
}

.acc_heading {
    font-size: 1.2em;
    font-weight: 600
}

.acc_user_pic {
    width: 72px;
    height: 72px
}

.acc_user_pic span {
    width: 70px;
    height: 70px
}

.upload_box .DG-custom-file {
    width: 310px;
    margin: auto
}


/* Commission List */

.t_option {
    border-bottom: #ddd 1px solid;
    padding: 10px 0;
    font-weight: 700
}

.odr_dtls {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    color: #333;
    font-size: 0.9em
}

.thm_img {
    width: 72px;
    height: 72px;
    text-align: center;
    overflow: hidden;
    border: #eee 1px solid;
    border-radius: 5px;
    margin-right: 10px
}

.tabs a {
    padding: 8px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 1em;
    line-height: 1.5em;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    background: #fbfbfb
}

.tabs a.active {
    color: #fd6a25;
    border-color: #f86925;
    border-width: 1px 1px 0 1px;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: -1px
}

.r_btn .btn {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.5em 1.5em
}

.filter_acc .form-control,
.filter_acc .form-select {
    height: 38px
}

.filter_acc img {
    position: absolute;
    right: 10px;
    top: 13px
}

.video_thm {
    width: 90px;
    height: 50px
}

.video_thm img {
    max-width: 100%;
    height: auto
}

.video_thm .play_icon a {
    width: 40px;
    height: 30px;
    padding: 6px
}

.video_thm .play_icon a img {
    width: 100%;
    height: 100%
}

.invoice {
    font-size: 0.93em;
    line-height: 1.5em
}


/* Edit */

.acc_form .form-label {
    font-size: .9em;
    margin-bottom: 1px
}


/*Book-a-Call*/

.srch_inner {
    background: rgb(23 122 251);
    width: 100%;
    margin: auto
}

.search_bdr {
    padding: 15px 6px 5px 6px;
    position: relative;
    border: 1px solid #ccc
}

.search_bdr label {
    font-weight: normal;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 5px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 12px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 500
}

.srch_inner select,
.srch_inner input[type=text],
.srch_inner input[type=date] {
    background: none;
    padding: 0px 0px;
    width: 100%;
    height: 37px;
    font-size: .9em;
    color: #666;
    font-weight: 500
}

.srch_inner input[type=text] {
    padding-left: 22px
}

.srch_inner button {
    background: #1ba3d8;
    color: #fff;
    width: 100%;
    padding: 14px 18px;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 600;
    border-radius: 5px
}

.srch_sec {
    width: 26%;
    margin-bottom: 0.5em
}

.srch_sec2 {
    width: 19%
}


/* Videos Course */

.course_txt {
    font-size: .9em;
    line-height: 1.3em;
    margin: 10px 0;
    height: 38px
}


/* Staff */

.staff_box {
    padding: 10px;
    border: #ddd 1px solid;
    border-radius: 10px;
    transition: all 0.3s linear
}

.staff_box:hover {
    border: #ccc 1px solid;
    box-shadow: #ddd 0 0 15px
}

.staff_pic {
    width: 140px;
    height: 140px
}

.staff_pic figure {
    width: 140px;
    height: 140px
}

.staff_name {
    font-weight: 600;
    color: #fa6221;
    font-size: 1.2em
}

.staff_cont {
    width: calc(100% - 165px)
}


/* Status */

.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream
}

.v-stepper {
    position: relative
}

.step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block
}

.step .line {
    top: 20px;
    left: 8px;
    height: 100%;
    position: absolute;
    border-left: 3px solid gray
}

.step.completed .circle {
    visibility: visible;
    background-color: rgb(6, 150, 215);
    border-color: rgb(6, 150, 215)
}

.step.completed .line {
    border-left: 3px solid rgb(6, 150, 215)
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(6, 150, 215)
}

.step.empty .circle {
    visibility: hidden
}

.step.empty .line {
    top: 0;
    height: 150%
}

.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1
}

.content {
    margin-left: 6px;
    display: inline-block;
    font-size: .9em
}


/* Chat */

.chat_list_area {
    overflow: auto;
    height: 350px
}


/* Explore */

.explore_sec {
    border: #ddd 1px solid;
    transition: all 0.3s linear
}

.explore_sec:hover {
    border: #999 1px solid
}

.explore_sec b {
    font-size: 1.4em;
    font-weight: 400
}

.exp_arr {
    position: absolute;
    right: 18px;
    top: 22px
}

.explore_bx {
    width: 306px;
    height: 288px
}

.explore_bx_lnk {
    height: 32px;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #fff
}


/*.explore_bx_lnk a{font-size: 1.5em;line-height:1.3em;color:#fff}*/

.explore_des_pos {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    place-content: flex-end;
    flex-wrap: wrap;
    background: linear-gradient(to top, rgb(0 0 0 / 47%) 20%, transparent)
}

.explore_des_pos p {
    width: 100%
}

.explore_img {
    width: 306px;
    height: 288px
}

.explore_img figure {
    width: 306px;
    height: 288px
}

.explore_img figure img {
    width: 100%;
    height: 100%;
    transition: all linear .7s
}

.explore_bx:hover .explore_img figure img {
    transform: scale(1.1)
}


/* Pop Box */

.pop_box {
    z-index: 999;
    left: 10px;
    bottom: 10px
}


/* CSS for Suggestion box */

.suggestionsBox {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    padding: 5px;
    z-index: 999;
    left: 65px
}

.suggestionList {
    margin: 0px;
    padding: 0px
}


/*Individual Search Results */

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 7px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    list-style-type: none
}


/*  Hover effect  */

.suggestionList li:hover {
    background-color: #fff;
    font-weight: bold
}


/* CSS for Suggestion box */


/*3.2.2025*/

.breadcrumb_bg .breadcrumb .breadcrumb-item a {
    color: #1679FB;
}

.innerbanner {
    background: #1779F9;
}

.innerbanner .innercontent {
    padding: 100px 0px;
}

.innerbanner .innercontent h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.innerbanner .innercontent p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.coursedetailssec {
    padding: 40px 0px;
}

.coursedetailssec .courselt {
    float: left;
    width: 100%;
}

.coursedetailssec .premiumbx {
    float: left;
    width: 100%;
    display: flex;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.coursedetailssec .premiumbx .premiumlt {
    min-width: 180px;
    max-width: 180px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1679FB;
}

.coursedetailssec .premiumbx .premiumlt .premiumltinner {
    width: 100%;
    text-align: center;
}

.coursedetailssec .premiumbx .premiumlt img {
    display: inline-block;
    margin-bottom: 5px;
}

.coursedetailssec .premiumbx .premiumlt h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.coursedetailssec .premiumbx .premiumrt {
    width: 100%;
    display: flex;
    align-items: center;
}

.coursedetailssec .premiumbx .preinnerlt {
    width: 100%;
    padding: 20px 20px;
}

.coursedetailssec .premiumbx .preinnerlt p {
    font-size: 14px;
    color: #1F1F1F;
    margin: 0px;
}

.coursedetailssec .premiumbx .preinnerrt {
    display: flex;
    align-items: center;
}

.coursedetailssec .premiumbx .preinnerrt .rating {
    display: block;
    min-width: 145px;
    padding: 0px 20px;
    border-left: 1px solid #ddd;
}

.coursedetailssec .premiumbx .preinnerrt .rating strong {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #181818;
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}

.coursedetailssec .premiumbx .preinnerrt .rating span {
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.coursedetailssec .premiumbx .preinnerrt .rating p {
    text-align: center;
    color: #1F1F1F;
    font-size: 14px;
}

.coursedetailssec .premiumbx .preinnerrt .users {
    display: block;
    min-width: 130px;
    text-align: center;
    padding: 0px 20px;
    border-left: 1px solid #ddd;
}

.coursedetailssec .premiumbx .preinnerrt .users img {
    display: inline-block;
}

.coursedetailssec .premiumbx .preinnerrt .users strong {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #1F1F1F;
    padding: 8px 0px 8px 0px;
}

.coursedetailssec .premiumbx .preinnerrt .users p {
    text-align: center;
    color: #1F1F1F;
    font-size: 14px;
}

.coursedetailssec .courseabout {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.coursedetailssec h3 {
    color: #231F20;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

.coursedetailssec .courseabout p {
    color: #1F1F1F;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

.coursedetailssec .courseabout .seemore {
    display: inline-block;
    color: #1679FB;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.coursedetailssec .courseabout .seemore:hover {
    text-decoration: underline;
}

.coursedetailssec .courselearn {
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
}

.coursedetailssec .courselearn p {
    color: #1F1F1F;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

.coursedetailssec .courselearn ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.coursedetailssec .courselearn ul li {
    width: 50%;
    margin: 0px 0px 20px 0px;
    padding-top: 3px;
    list-style: none;
    position: relative;
    padding-left: 28px;
    padding-right: 10px;
    color: #1F1F1F;
    font-size: 14px;
}

.coursedetailssec .courselearn ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1679FB;
    background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.05059 6.83867C3.92942 6.83867 3.80824 6.79277 3.71593 6.70139L0.816591 3.83129C0.631449 3.64811 0.631449 3.35193 0.816591 3.16874C1.00165 2.98556 1.30077 2.98556 1.48591 3.16874L4.05059 5.70748L9.51479 0.298642C9.69984 0.115459 9.99896 0.115459 10.1841 0.298642C10.3692 0.481912 10.3692 0.778008 10.1841 0.961277L4.38534 6.70139C4.29303 6.79277 4.17177 6.83867 4.05059 6.83867Z" fill="white"/></svg>');
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.coursedetailssec .courselearn ul li p {
    margin: 0px;
}

.coursedetailssec .coursecontent {
    float: left;
    width: 100%;
    padding: 25px;
    background: rgba(22, 121, 251, 0.1);
    margin-bottom: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.coursedetailssec .accordion .accordion-item {
    border-color: rgba(0, 0, 0, 0.1);
    background: none;
    margin: 0px;
}

.coursedetailssec .accordion .accordion-header .accordion-button {
    border-color: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px 8px 40px;
    color: #424244;
    font-size: 16px;
    font-weight: 500;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coursedetailssec .accordion .accordion-header .accordion-button::after {
    background-position: center;
    right: auto;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FB6721" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
    position: absolute;
    top: 18px;
    left: 12px;
}

.coursedetailssec .accordion .accordion-header .accordion-button:not(.collapsed)::after {
    filter: none;
    transform: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FB6721" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.coursedetailssec .accordion .accordion-collapse .accordion-body p {
    color: #898888;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px;
}

.coursedetailssec .accordion .accordion-collapse .accordion-body p+p {
    margin: 20px 0px 0px 0px;
}

.coursedetailssec .accordion .accordion-body {
    background: none;
    border: none;
    padding: 0px 0px;
}

.coursedetailssec .accordion .accordion-header .accordion-button .lesontext {
    display: inline-block;
    color: #1F1F1F;
    margin: 4px 0px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 6px 15px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.coursedetailssec .accordion .accordion-header .accordion-button .lesontext span {
    position: relative;
    padding-left: 20px;
}

.coursedetailssec .accordion .accordion-header .accordion-button .lesontext span:before {
    content: "";
    position: absolute;
    background: #1679FB;
    width: 5px;
    height: 5px;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.coursedetailssec .accordion .courseplaysec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.coursedetailssec .accordion .courseplaysec .courseplaylt {
    display: flex;
    align-items: center;
}

.coursedetailssec .accordion .courseplaysec .courseplaylt svg {
    margin-right: 8px;
}

.coursedetailssec .accordion .courseplaysec .courseplaylt p {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
}

.coursedetailssec .accordion .courseplaysec .courseplaylt p strong {
    color: #1679FB;
    font-weight: 600;
    padding-right: 8px;
}

.coursedetailssec .accordion .courseplaysec .courseplayrt {
    display: flex;
    align-items: center;
}

.coursedetailssec .accordion .courseplaysec .courseplayrt span {
    color: #1F1F1F;
    font-size: 14px;
    margin-right: 8px;
}

.coursedetailssec .accordion .courseplaysec .courseplayrt .previewbtn {
    font-size: 14px;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #1679FB;
    background: rgba(22, 121, 251, 0.1);
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.coursedetailssec .accordion .courseplaysec .courseplayrt .previewbtn img {
    margin-right: 4px;
}

.coursedetailssec .accordion .courseplaysec .courseplayrt .locked {
    font-size: 14px;
    pointer-events: none;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.coursedetailssec .ratingreviewsec {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.coursedetailssec .ratingreviewsec h3 {
    margin-bottom: 13px;
}

.coursedetailssec .ratingreviewsec .tprating {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.coursedetailssec .ratingreviewsec .tprating svg {
    margin-right: 5px;
    margin-top: -1px;
}

.coursedetailssec .ratingreviewsec .tprating strong {
    margin-right: 5px;
}

.coursedetailssec .ratingreviewsec .userreview {
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx {
    display: flex;
    margin-bottom: 10px;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg {
    padding: 0px 20px 0px 0px;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg .username-initials {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--theme-white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .username {
    padding: 0px;
    align-self: center;
    flex: 1;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .username h4 {
    color: #231F20;
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .reviewtime {
    padding-left: 10px;
    font-size: 13px;
    color: #A5A5A5;
    white-space: nowrap;
}

.coursedetailssec .ratingreviewsec .userreview .userimgbx .reviewtime span {
    display: block;
    padding-bottom: 6px;
}

.coursedetailssec .ratingreviewsec .userreview p {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.coursedetailssec .ratingreviewsec .reviewbtn {
    display: block;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ddd;
    color: #adadad;
    font-size: 16px;
    padding: 17px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.coursedetailssec .ratingreviewsec .reviewbtn:hover {
    background: #1679FB;
    border-color: #1679FB;
    color: #fff;
}

.coursedetailssec .writereview {
    float: left;
    width: 100%;
}

.coursedetailssec .writereview h3 {
    margin-bottom: 4px;
}

.coursedetailssec .writereview p {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}

.coursedetailssec .writereview .starpanel {
    float: none;
    display: inline-block;
    height: 33px;
    position: relative;
    top: 0px;
}

.coursedetailssec .writereview .starpanel input[type=radio] {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.coursedetailssec .writereview .starpanel label {
    position: relative;
    float: right;
    color: #FFFFFF;
    margin: 0px;
}

.coursedetailssec .writereview .starpanel label:before {
    margin: 5px 4px 5px 0px;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M15.4835 5.82521L15.4837 5.82577C15.5241 5.94764 15.4884 6.0832 15.3837 6.17278L15.3833 6.17312L11.8926 9.16737L11.6626 9.36468L11.7311 9.6599L12.7604 14.0953C12.7893 14.2201 12.7414 14.3529 12.6276 14.4335L12.6276 14.4336C12.5121 14.5155 12.3573 14.5219 12.2357 14.4504L12.2345 14.4497L8.2525 12.1206L8.00011 11.973L7.74769 12.1206L3.7642 14.4497L3.76398 14.4498C3.70624 14.4836 3.64344 14.5 3.58065 14.5C3.50728 14.5 3.43444 14.4778 3.37128 14.4332C3.25843 14.3534 3.21004 14.2211 3.23902 14.0952C3.23904 14.0952 3.23906 14.0951 3.23907 14.095L4.26827 9.6599L4.33677 9.36472L4.10679 9.1674L0.616106 6.17256L0.615152 6.17174C0.511846 6.08356 0.475754 5.94815 0.516345 5.82603C0.557389 5.70255 0.671876 5.60763 0.8179 5.59429C0.818015 5.59428 0.81813 5.59427 0.818245 5.59426L5.4362 5.18412L5.7315 5.1579L5.85017 4.88622L7.676 0.706254C7.67603 0.70618 7.67606 0.706106 7.67609 0.706032C7.72954 0.58436 7.85406 0.5 8.00006 0.5C8.14616 0.5 8.27072 0.584461 8.32411 0.705487C8.32417 0.705635 8.32424 0.705783 8.32431 0.705931L10.15 4.8862L10.2686 5.15789L10.5639 5.18412L15.1819 5.59433L15.1823 5.59436C15.3283 5.60724 15.4429 5.70244 15.4835 5.82521Z" stroke="black"/></svg>');
    display: inline-block;
    font-size: 16px;
    color: #ffa800;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.coursedetailssec .writereview .starpanel label:hover~label:before {
    color: #ffa800;
}

.coursedetailssec .writereview .starpanel label:hover:before {
    color: #ffa800;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9609 5.66832C14.8627 5.35138 14.5933 5.12627 14.2746 5.09629L9.94515 4.68608L8.23319 0.504793C8.10695 0.198358 7.81947 0 7.50006 0C7.18065 0 6.89317 0.198358 6.76693 0.505509L5.05497 4.68608L0.724884 5.09629C0.406731 5.12698 0.138017 5.35138 0.0392523 5.66832C-0.0595126 5.98526 0.031699 6.3329 0.272374 6.55204L3.54489 9.54688L2.5799 13.9825C2.50929 14.3087 2.6306 14.6458 2.88993 14.8414C3.02932 14.9465 3.1924 15 3.35686 15C3.49865 15 3.63931 14.9601 3.76554 14.8813L7.50006 12.5522L11.2332 14.8813C11.5064 15.0528 11.8507 15.0371 12.1095 14.8414C12.3689 14.6452 12.4901 14.308 12.4195 13.9825L11.4545 9.54688L14.7271 6.55263C14.9677 6.3329 15.0596 5.98586 14.9609 5.66832Z" fill="%23FCC111"/></svg>');
}

.coursedetailssec .writereview .starpanel input[type=radio]:checked~label:before {
    color: #ffa800;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9609 5.66832C14.8627 5.35138 14.5933 5.12627 14.2746 5.09629L9.94515 4.68608L8.23319 0.504793C8.10695 0.198358 7.81947 0 7.50006 0C7.18065 0 6.89317 0.198358 6.76693 0.505509L5.05497 4.68608L0.724884 5.09629C0.406731 5.12698 0.138017 5.35138 0.0392523 5.66832C-0.0595126 5.98526 0.031699 6.3329 0.272374 6.55204L3.54489 9.54688L2.5799 13.9825C2.50929 14.3087 2.6306 14.6458 2.88993 14.8414C3.02932 14.9465 3.1924 15 3.35686 15C3.49865 15 3.63931 14.9601 3.76554 14.8813L7.50006 12.5522L11.2332 14.8813C11.5064 15.0528 11.8507 15.0371 12.1095 14.8414C12.3689 14.6452 12.4901 14.308 12.4195 13.9825L11.4545 9.54688L14.7271 6.55263C14.9677 6.3329 15.0596 5.98586 14.9609 5.66832Z" fill="%23FCC111"/></svg>');
}

.coursedetailssec .writereview .starpanel span {
    display: inline-block;
    vertical-align: middle;
}

.coursedetailssec .writereview .form-group {
    position: relative;
    margin-bottom: 15px;
}

.coursedetailssec .writereview .form-group label {
    display: block;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 4px 0px;
}

.coursedetailssec .writereview .form-group .form-control {
    border-color: #ddd;
}

.coursedetailssec .writereview .form-group .form-control:focus {
    border-color: #1679FB;
}

.coursedetailssec .writereview .form-group textarea.form-control {
    height: 160px;
}

.coursedetailssec .writereview .submitbtn {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #1679FB;
    background: #1679FB;
    color: #fff;
    font-size: 16px;
    padding: 17px 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.coursedetailssec .writereview .submitbtn:hover {
    background: none;
    border-color: #ddd;
    color: #adadad;
}

.coursedltright {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: -200px;
    position: sticky;
    top: 100px;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 30.9px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 30.9px 0px rgba(0, 0, 0, 0.08);
}

.coursedltright .courseimg {
    display: block;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.coursedltright .courseimg img {
    width: 100%;
    max-height: 100%;
}

.coursedltright .courseimg .courseovarlay {
    background: linear-gradient(181.98deg, rgba(0, 0, 0, 0) 1.67%, rgba(0, 0, 0, 0.39) 72.55%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.coursedltright .priceouter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.coursedltright .priceouter del {
    color: #464646;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 8px 0px 0px;
}

.coursedltright .priceouter .price {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 8px 0px 0px;
}

.coursedltright .priceouter .off {
    color: #FB6721;
    font-size: 14px;
    font-weight: 300;
}

.coursedltright .courseinclude {
    display: block;
}

.coursedltright .courseinclude h6 {
    color: #1F1F1F;
    font-size: 17px;
    font-weight: 500;
    margin: 0px 0px 4px 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.coursedltright .courseinclude .courselta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;
    border-bottom: 1px solid #e4e4e4;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
}

.coursedltright .courseinclude .courselta span span {
    min-width: 33px;
}

.coursedltright .courseinclude .courselta span img {
    max-width: 23px;
    max-height: 23px;
}

.coursedltright .courseinclude .courselta span {
    display: flex;
    align-items: center;
}

.coursedltright .form-group {
    position: relative;
    margin: 10px 0px;
}

.coursedltright .form-group .form-control {
    border-color: #ddd;
    height: 48px;
    padding: 5px 110px 5px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.coursedltright .form-group .form-control:focus {
    border-color: #1679FB;
}

.coursedltright .form-group .applybtn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    text-align: center;
    border: 1px solid #1679FB;
    background: #1679FB;
    color: #fff;
    font-size: 16px;
    padding: 4px 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.coursedltright .form-group .applybtn:hover {
    background: none;
    border-color: #ddd;
    color: #adadad;
}

.coursedltright .form-group .form-control::-webkit-input-placeholder {
    color: #9a9a9a;
}

.coursedltright .form-group .form-control::-moz-placeholder {
    color: #9a9a9a;
}

.coursedltright .form-group .form-control:-ms-input-placeholder {
    color: #9a9a9a;
}

.coursedltright .form-group .form-control:-moz-placeholder {
    color: #9a9a9a;
}

.coursedltright .buybtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #1679FB;
    background: #1679FB;
    color: #fff;
    font-size: 16px;
    padding: 17px 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.coursedltright .buybtn:hover {
    background: none;
    border-color: #ddd;
    color: #adadad;
}

.course-listing .coursedltright {
    position: static;
    margin: 0;
    height: 100%;
}

.relatedcoursesec {
    padding: 20px 0px 40px 0px;
}

.relatedcoursesec h2 {
    color: #231F20;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.relatedcoursesec .relatedbx {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.relatedcoursesec .relatedbx .relatedbximg {
    float: left;
    width: 100%;
}

.relatedcoursesec .relatedbx .relatedbximg img {
    width: 100%;
    max-height: 100%;
    height: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.relatedcoursesec .relatedbx .relatedbxcontent {
    float: left;
    width: 100%;
    padding: 20px 10px 66px 10px;
}

.relatedcoursesec .relatedbx .relatedtag {
    display: inline-block;
    color: #1679FB;
    padding: 8px 20px;
    font-size: 13px;
    border: 1px solid #ddd;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.relatedcoursesec .relatedbx .retext {
    display: flex;
    align-items: center;
    padding: 16px 0px 15px 0px;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
}

.relatedcoursesec .relatedbx .retext .retextinner {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-right: 30px;
}

.relatedcoursesec .relatedbx .retext .retextinner span {
    min-width: 28px;
}

.relatedcoursesec .relatedbx .retext .retextinner img {
    max-width: 23px;
    margin-top: -1px;
    max-height: 23px;
}

.relatedcoursesec .relatedbx h3 {
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.relatedcoursesec .relatedbx h3 a {
    color: #231F20;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.relatedcoursesec .relatedbx h3:hover a {
    color: #1679FB;
}

.relatedcoursesec .relatedbx .ratingprice {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 65px;
}

.relatedcoursesec .relatedbx .ratingprice .ratingre {
    line-height: 100%;
}

.relatedcoursesec .relatedbx .ratingprice .ratingre span {
    line-height: 100%;
}

.relatedcoursesec .relatedbx .ratingprice .ratingre span img {
    vertical-align: bottom;
}

.relatedcoursesec .relatedbx .ratingprice .ratingre span+span {
    color: #838383;
    font-size: 13px;
}

.relatedcoursesec .relatedbx .ratingprice .ratingright span {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 8px 0px 0px;
}

.relatedcoursesec .relatedbx .ratingprice .ratingright del {
    color: #464646;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 8px 0px 0px;
}


/* Alert Message */

.alertmsg {
    padding: 20px 0px 0px 0px;
}

.alertmsg .alert {
    padding: 12px;
    font-size: 14px;
}

.alertmsg .alert.alert-dismissible {
    padding-right: 42px;
}

.alert-dismissible .btn-close {
    padding: 14px;
}

.coursedltright .couponbtn {
    width: 100%;
    background: #fff;
    padding: 11px 15px;
    border-radius: .375rem;
    border: 1px solid rgba(230, 233, 242, 0.97);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.coursedltright .couponbtn .btninner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coursedltright .couponbtn span span {
    color: #050505;
    font-size: 15px;
    font-weight: 600;
}

.coursedltright .couponinput .form-group {
    position: relative;
}

.coursedltright .couponinput .form-group .form-control {
    background: #fff;
    height: 48px;
    border-radius: .375rem;
    border: 1px solid rgba(230, 233, 242, 0.97);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.coursedltright .form-group .applybtn {
    background: none;
    border: none;
    padding: 0px;
    color: #333;
    right: 17px;
    font-weight: 600;
}

.register-form .form-label {
    margin-bottom: 2px;
    font-size: 14px;
}

.register-form .form-select,
.register-form .form-control {
    font-size: 14px;
}

.register-form .inputgroup {
    display: flex;
}

.register-form .inputgroup .inputgroupinner {
    min-width: 136px;
    max-width: 136px;
}

.register-form .inputgroup .inputgroupmobile {
    padding: 0px 0px 0px 10px;
    width: 100%;
}

.register-form .inputgroup .inputgroupinner .select2 {
    width: 100% !important;
    font-size: 14px;
}

.register-form .select2-container--default .select2-selection--single {
    border-color: #dee2e6;
    height: 35px;
}

.register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.register-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.submitbtnprime {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #1679FB;
    background: #1679FB;
    color: #fff;
    font-size: 16px;
    padding: 17px 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.primedetailssec {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.primedetailssec h3 {
    color: #231F20;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

.primedetailssec .tprating {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.primedetailssec .ratingreviewsec .userreview {
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}


/* 21042025 */

.pdflistcontainer {
    padding: 40px 0px;
}

.pdflistcontainer .pdfcontent {
    float: left;
    width: 100%;
    padding-right: 40px;
}

.pdflistcontainer .pdfcontent h3 {
    color: #020C2E;
    font-size: 35px;
    font-weight: 600;
    max-width: 480px;
}

.pdflistcontainer .pdfcontent p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pdflistcontainer .pdfcontentimg {
    float: left;
    width: 100%;
    padding-left: 40px;
}

.pdflistcontainer .pdfcontentimginner {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
}

.pdflistcontainer .pdfcontentimginner img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.pdflistcontainer .pdfcontentimginner h4 {
    color: #020C2E;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px 10px 0px
}

.pdflistcontainer .pdfcontentimginner .downloadbtn {
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    border: 1px solid #FF5922;
    background: #FF5922;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .pdfcontentimginner .downloadbtn:hover {
    background: none;
    border-color: #FF5922;
    color: #FF5922;
}

.pdflistcontainer .pdfrow+.pdfrow {
    margin-top: 50px;
}

.pdflistcontainer .pdfrow:nth-child(even) {
    flex-direction: row-reverse;
}

.pdflistcontainer .pdfrow:nth-child(even) .pdfcontent {
    padding-left: 40px;
    padding-right: 0px;
}

.pdflistcontainer .pdfrow:nth-child(even) .pdfcontentimg {
    padding-left: 0px;
    padding-right: 40px;
}


/* 22042025 */

.pdflistcontainer .pdflistbx {
    float: left;
    width: 100%;
    border: 1px solid #E2E2E2;
    position: relative;
    padding: 15px;
    height: 100%;
}

.pdflistcontainer .pdflistbx .pdflistimg {
    float: left;
    width: 100%;
}

.pdflistcontainer .pdflistbx .pdflistimg img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.pdflistcontainer .pdflistbx .pdflistcontent {
    float: left;
    width: 100%;
    padding: 20px 0px 54px 0px;
}

.pdflistcontainer .pdflistbx .pdflistcontent h3 {
    color: #020C2E;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.pdflistcontainer .pdflistbx .pdflistcontent h3 a {
    color: #020C2E;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .pdflistbx .pdflistcontent h3:hover a {
    color: #1679FB;
}

.pdflistcontainer .pdflistbx .pdflistcontent p {
    color: #545E80;
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.pdflistcontainer .pdflistbx .pdflistcontent .pricebtx {
    color: #020C2E;
    font-size: 26px;
    font-weight: 700;
}

.pdflistcontainer .pdflistbx .pdflistcontent .buybtn {
    background: #FF5922;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: 1px solid #FF5922;
    padding: 10px 20px;
    min-width: 100px;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .pdflistbx .pdflistcontent .buybtn:hover {
    color: #FF5922;
    background: none;
}

.pdflistcontainer .pdflistbx .buybtnwrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
}


/* 23042025 */

.pdflistcontainer .dropbtngroup {
    display: flex;
    gap: 5px;
}

.pdflistcontainer .dropbtngroup .btn {
    border-radius: 0px;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdflistcontainer .inputgroup {
    display: block;
    position: relative;
}

.pdflistcontainer .inputgroup.dropdown:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    width: 15px;
    pointer-events: none;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%228%22%20viewBox%3D%220%200%2017%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.86011%207.78186L0.76036%200.250871L16.9599%200.25087L8.86011%207.78186Z%22%20fill%3D%22%23545E80%22/%3E%3C/svg%3E");
}

.pdflistcontainer .inputgroup .form-control {
    height: 44px;
    padding: 5px 50px 5px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pdflistcontainer .inputgroup .searchbtn {
    position: absolute;
    width: 36px;
    height: 36px;
    border: none;
    background: none;
    text-align: center;
    right: 4px;
    top: 50%;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .inputgroup .searchbtn svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .inputgroup .searchbtn svg path {
    fill: #1F1F1F;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pdflistcontainer .inputgroup .searchbtn:hover {
    background: #1679FB;
}

.pdflistcontainer .inputgroup .searchbtn:hover svg path {
    fill: #fff;
}

.pdflistcontainer .inputgroup .form-control:focus+.searchbtn {
    background: #1679FB;
}

.pdflistcontainer .inputgroup .form-control:focus+.searchbtn svg path {
    fill: #fff;
}


/* 24042025 */

.pdfdetailscontainer {
    padding: 40px 0px;
}

.pdfdetailscontainer .pdfdlimgbx {
    float: left;
    width: 100%;
}

.pdfdetailscontainer .pdfdlimgbx img {
    width: 100%;
    max-height: 100%;
}

.pdfdetailscontainer .pdfdlcontent {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 30px;
}

.pdfdetailscontainer .pdfdlcontent h2 {
    color: #020C2E;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

.pdfdetailscontainer .pdfdlcontent p {
    color: #545E80;
    font-size: 15px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
}

.pdfdetailscontainer .pdfdlcontent .pricebtx {
    color: #020C2E;
    font-size: 26px;
    display: block;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}

.pdfdetailscontainer .pdfdlcontent .paybtn {
    background: #FF5922;
    color: #fff;
    font-size: 17px;
    outline: none;
    border: 1px solid #FF5922;
    padding: 12px 20px;
    min-width: 150px;
    transition: 0.3s ease-in-out;
}

.pdfdetailscontainer .pdfdlcontent .paybtn:hover {
    color: #FF5922;
    background: none;
}

.pdfdetailscontainer .descwrap {
    float: left;
    width: 100%;
    background: #F9FAFD;
    padding: 15px;
    margin: 30px 0px 0px 0px;
}

.pdfdetailscontainer .nav-tabs {
    margin: 0px;
    border-color: #ddd;
    padding: 0px;
}

.pdfdetailscontainer .nav-tabs .nav-item {
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.pdfdetailscontainer .nav-tabs .nav-item .nav-link {
    color: #020C2E;
    position: relative;
    font-size: 20px;
    border: none;
    background: none;
    margin: 0px;
    padding: 16px 20px;
    border-radius: 0px;
}

.pdfdetailscontainer .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: #326BF3;
}

.pdfdetailscontainer .tab-content .tabcontent {
    padding: 40px 0px 0px 0px;
}

.pdfdetailscontainer .tab-content .tabcontent p {
    color: #545E80;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
}

.pdfdetailscontainer .tab-content .tabcontent h3 {
    color: #545E80;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.pdfdetailscontainer .tab-content .tabcontent ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.pdfdetailscontainer .tab-content .tabcontent ul li {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-top: 3px;
    list-style: none;
    position: relative;
    padding-left: 33px;
    color: #1F1F1F;
    font-size: 14px;
}

.pdfdetailscontainer .tab-content .tabcontent ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FF5922;
    background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.05059 6.83867C3.92942 6.83867 3.80824 6.79277 3.71593 6.70139L0.816591 3.83129C0.631449 3.64811 0.631449 3.35193 0.816591 3.16874C1.00165 2.98556 1.30077 2.98556 1.48591 3.16874L4.05059 5.70748L9.51479 0.298642C9.69984 0.115459 9.99896 0.115459 10.1841 0.298642C10.3692 0.481912 10.3692 0.778008 10.1841 0.961277L4.38534 6.70139C4.29303 6.79277 4.17177 6.83867 4.05059 6.83867Z" fill="white"/></svg>');
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}

.noitems {
    padding-top: 20px;
}

.noitems svg {
    margin: 0px 0px 15px 0px;
}


/*New Home*/


/* New Home */

:root {
    --primary: #1E6DEB;
    --primary-dark: #2f5b8b;
    --primary-rgb: 30, 109, 135;
    --secondary: #ea5435;
    --theme-black: #000000;
    --theme-heading: #332F36;
    --theme-paragarph: #545E80;
    --theme-paragarph-black: #1F1F1F;
    --theme-white: #ffffff;
    --primary-text: #0E111E;
    --theme-grey: #F8F8F8;
    --theme-breadcrumb-text: #424242;
    --theme-green: #00A756;
    --theme-carousel-button: #989898;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7vfwjk');
    src: url('../fonts/icomoon.eot?7vfwjk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7vfwjk') format('truetype'), url('../fonts/icomoon.woff?7vfwjk') format('woff'), url('../fonts/icomoon.svg?7vfwjk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e90a";
}

.icon-bars:before {
    content: "\e900";
}

.icon-calendar:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e903";
}

.icon-left-long-arrow:before {
    content: "\e904";
}

.icon-linkedin:before {
    content: "\e905";
}

.icon-quote:before {
    content: "\e906";
}

.icon-right-long-arrow:before {
    content: "\e907";
}

.icon-time-clock:before {
    content: "\e908";
}

.icon-up-star:before {
    content: "\e909";
}

.icon-youtube:before {
    content: "\e90b";
}

.icon-x1:before {
    content: "\e90d";
}

.icon-chevron-right:before {
    content: "\e913";
}

.icon-chevron-left:before {
    content: "\e914";
}

.icon-menu1:before {
    content: "\e915";
}

.icon-segment:before {
    content: "\e916";
}

.icon-align-left:before {
    content: "\e917";
}

.icon-align-right:before {
    content: "\e918";
}

.icon-clearclose:before {
    content: "\e928";
}

.icon-done:before {
    content: "\e929";
}

.icon-done_all:before {
    content: "\e92a";
}

.icon-check:before {
    content: "\e921";
}

.icon-menu11:before {
    content: "\e919";
}

.icon-trending_neutral:before {
    content: "\e90c";
}

.icon-arrow-thin-down:before {
    content: "\e91c";
}

.icon-arrow-thin-up:before {
    content: "\e91d";
}

.icon-arrow-thin-left:before {
    content: "\e91e";
}

.icon-arrow-thin-right:before {
    content: "\e91f";
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.headercontainer {
    padding: 15px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.headercontainer.sticky {
    position: fixed;
    background: #fff;
    padding: 4px 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.headercontainer .headtopouter {
    padding: 0px;
}

.headercontainer .headtoprow {
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    align-items: center;
    justify-content: space-between;
}

.headercontainer .headtoprow .usersbxouter {
    display: flex;
    gap: 5px;
}

.headercontainer .loginbtnbx {
    background: var(--primary);
    color: var(--theme-white);
    font-size: 0.9em;
    padding: 0px 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.headercontainer .loginbtnbx a {
    color: var(--theme-white);
    font-size: inherit;
    padding: 10px 5px;
}

.headercontainer .NavBar {
    font-size: 1.2em;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    border: 1px solid var(--primary);
}

.headercontainer .btmheader {
    padding: 0px 0px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.headercontainer .btmheader.sticky {
    position: fixed;
    top: 0 !important;
    left: 0;
    padding: 7px 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.headercontainer .btmheader.sticky .headtopouter {
    border-width: 0px;
}

.headercontainer .headtoprow .logocontainer {
    position: relative;
    align-self: center;
    padding: 0px 0px;
    min-width: 155px;
    max-width: 155px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.headercontainer .btmheader.sticky .headtoprow .logocontainer {
    min-width: 120px;
    max-width: 120px;
}

.headercontainer .headtoprow .navigationcolumn {
    padding: 0px 0px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.headercontainer .logocontainer img {
    position: relative;
    mix-blend-mode: darken;
    z-index: 1;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.headercontainer .logocontainer a {
    color: var(--theme-white);
    display: block;
    padding: 0px;
    text-decoration: none;
}

.headercontainer .logocontainer a span {
    color: #012346;
}

.headercontainer .navigationouter {
    float: left;
    display: flex;
    align-items: center;
}

.headercontainer .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.headercontainer .navigation .navigationbox {
    float: left;
    width: 100%;
}

.headercontainer .navigation .sf-menu {
    margin: 0px;
    padding: 0px;
}

.headercontainer .navigation .sf-menu>li {
    list-style: none;
    display: inline-block;
    float: none;
}

.headercontainer .navigation .sf-menu>li>a {
    color: var(--theme-paragarph);
    text-decoration: none;
    padding: 11px 12px;
    display: block;
    font-size: 0.9em;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.headercontainer .navigation .sf-menu>li.parent>a {
    padding-right: 23px;
}

.headercontainer .navigation .sf-menu>li>a:hover {
    color: var(--primary);
    background: transparent;
}

.headercontainer .navigation .sf-menu>li.active>a {
    color: var(--primary);
    font-weight: 600;
    color: var(--primary);
}

.headercontainer .navigation .sf-menu>li:last-child>ul {
    left: auto;
    right: 0px;
}

.headercontainer .navigation ul li.parent:after {
    font-family: 'icomoon';
    content: "\e90f";
    position: absolute;
    right: 10px;
    top: 50%;
    color: var(--primary);
    margin-top: -6px;
    line-height: 100%;
    font-size: 13px;
}

.headercontainer .navigation ul li.parent:hover:after {
    color: var(--theme-white);
}


/* dropdown menu css start */

.headercontainer .navigation ul li ul li {
    width: 100%;
}

.headercontainer .navigation ul li ul li a {
    width: 100%;
    font-size: 13px;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    top: 94px;
    left: 0px;
    z-index: 999;
    padding: 0px;
    margin: 0px;
}

.sf-menu>li {
    float: left;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/* DEMO SKIN */

.sf-menu {
    float: left;
}

.sf-menu li ul li a {
    background: 0 0;
    color: #4B9095;
    text-align: left;
    padding: 9px 20px;
}

.sf-menu li ul li+li {
    border-top: 1px solid #381e99;
}

.sf-menu li ul li a:hover {
    background: var(--theme-black);
    color: var(--theme-white);
}

.sf-menu a {
    padding: 7px 20px;
    text-decoration: none;
    zoom: 1;
}

.sf-menu a {
    color: #13a;
}

.sf-menu li {
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}

.headercontainer .navigation .sf-menu>li>a:hover {
    color: #090931;
    background: 0 0;
}

.headercontainer .navigation .sf-menu>li:hover a {
    background: transparent;
    color: var(--primary);
}

.headercontainer .navigation .sf-menu>li ul li:hover a {
    background: none !important;
    color: #303030;
}

.headercontainer .navigation .sf-menu>li.parent:hover>a {
    background: var(--primary);
    color: var(--theme-white);
}

.headercontainer .navigation .sf-menu>li:hover ul li a {
    color: var(--theme-white);
}

.headercontainer .navigation .sf-menu>li ul li a {
    background: none;
    color: var(--theme-white);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.headercontainer .navigation .sf-menu>li ul li a:hover {
    background: var(--primary-dark) !important;
    color: var(--theme-white);
}

.headercontainer .navigation .sf-menu>li ul li a {
    background: none;
    font-size: 13px;
    text-transform: capitalize;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px !important;
}

.sf-arrows .sf-with-ul:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 20px;
    height: 0;
    width: 0;
}

.sf-arrows>li>.sf-with-ul {
    padding-right: 30px !important;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {}

.sf-arrows ul .sf-with-ul:after {
    content: '\f105';
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {}

.container {
    width: auto;
}

.theme-btn {
    background: var(--primary);
    color: var(--theme-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    min-width: 120px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--primary);
    transition: 0.3s ease-in-out;
}

.theme-btn:hover {
    background: var(--secondary);
    color: var(--theme-white);
    border-color: var(--secondary);
}

.secondary-btn {
    background: var(--theme-green);
    color: var(--theme-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--theme-green);
    transition: 0.3s ease-in-out;
}

.secondary-btn:hover {
    background: var(--secondary);
    color: var(--theme-white);
    border-color: var(--secondary);
}

.bannercontainer {
    padding: 0px;
    position: relative;
}

.bannercontainer .bannerinner {
    position: relative;
}

.bannercontainer img {
    width: 100%;
}

.bannercaption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    padding: 0px 0px;
    z-index: 2;
    text-align: left;
    margin-top: -50px;
    transform: translateY(-50%);
}

.bannercaption .captioninner {
    position: relative;
    padding: 0px 0px 0px 0px;
}

.bannercaption .captioninner .tpsubheading {
    margin-top: 0px;
    font-family: "DM Sans", sans-serif;
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary);
    text-transform: uppercase;
}

.bannercaption .captioninner h1 {
    margin-top: 0px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    font-size: 58px;
    line-height: 58px;
    font-weight: 400;
    color: var(--theme-heading);
    text-transform: capitalize;
}

.bannercaption .captioninner h1 span {
    display: block;
}

.bannercaption .captioninner h1 span em {
    color: var(--primary);
    font-style: normal;
}

.bannercaption .captioninner p {
    color: var(--theme-heading);
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.bannerbtncontent {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    padding: 0px 0px;
    z-index: 2;
    text-align: left;
}

.bannerbtncontent h3 {
    font-family: "Marcellus", serif;
    color: var(--theme-heading);
    font-size: 25px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.bannerbtncontent p {
    font-family: "DM Sans", sans-serif;
    color: var(--theme-paragarph);
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.coverlettercontainer {
    padding: 60px 0px 20px 0px;
}

.cltbx {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cltbx .cltbxicon {
    display: inline-flex;
    align-items: center;
    max-width: 50px;
    margin: 0px 0px 15px 0px;
}

.cltbx .cltbxicon img {
    max-height: 100%;
    max-width: 100%;
}

.cltbx h3 {
    color: var(--theme-heading);
    font-size: 24px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.cltbx p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.cltbx .knowmore {
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cltbx .knowmore:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 10px;
    width: 15px;
    margin-left: 5px;
    border-top: 1px solid var(--primary);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cltbx .knowmore:hover:after {
    margin-left: 10px;
}

.cltbx:hover {
    background: #F4F9FF;
}

.appcontainer {
    padding: 0px;
    background: var(--theme-black);
    position: relative;
    overflow: hidden;
}

.appcontainer:before {
    /* content: ""; */
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: var(--theme-white);
    width: 36px;
    /* content: "Coming Soon"; */
    width: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 50px;
}

.appcontainer:after {
    /* content: ""; */
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: var(--theme-white);
    width: 36px;
}


/* Disable button style */
.secondary-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Spinner styles */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    /* white border */
    border-top: 2px solid #000;
    /* black top border */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 5px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.appcontainer .lftappbx {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.appcontainer .lftappbx h2 {
    color: var(--theme-white);
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}

.appcontainer .lftappbx p {
    color: #A8A8A8;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}

.appcontainer .appsubscribe {
    display: flex;
    gap: 5px;
}

.appcontainer .appsubscribe .applt {
    width: 100%;
}

.appcontainer .appsubscribe .form-group {
    position: relative;
}

.appcontainer .appsubscribe .form-group .form-control {
    height: 46px;
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.appcontainer .appsubscribe .secondary-btn {
    width: 100%;
    height: 46px
}

.appcontainer .or {
    position: relative;
    min-width: 26px;
}

.appcontainer .or:before {
    content: "";
    position: absolute;
    border-left: 1px solid #A8A8A8;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.appcontainer .or span {
    font-size: 13px;
    font-weight: 500;
    color: #A8A8A8;
    background: var(--theme-black);
    padding: 2px 4px 4px 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.appcontainer .appstoreimg {
    display: block;
}

.appcontainer .appstoreimg a {
    display: block;
}

.appcontainer .appstoreimg a+a {
    margin-top: 16px;
}

.appcontainer .appstoreimg a img {
    max-height: 46px;
}

.appcontainer .apprtimg {
    width: 100%;
    max-width: 300px;
    float: left;
}

.appcontainer .apprtimg img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.section-heading {
    margin-top: 0px;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Marcellus", serif;
    font-weight: 500;
    position: relative;
    color: var(--theme-heading);
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-heading h2 span {
    display: inline-block;
    position: relative;
    padding: 0px 20px;
}

.section-heading p {
    font-size: 14px;
    line-height: 24px;
    color: var(--theme-paragarph-black);
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

.toptrendingcontainer {
    padding: 60px 0px;
}

.topcoursebx {
    float: left;
    width: 100%;
    position: relative;
}

.topcoursebx img {
    width: 100%;
    max-height: 100%;
}

.topcoursebx .topcourseab {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.21%, rgba(0, 0, 0, 0.9) 96.83%);
}

.topcoursercontent {
    width: 100%;
    padding: 25px;
}

.topcoursercontent .timebx {
    display: flex;
    flex-wrap: wrap;
}

.topcoursercontent .timebx .senxtext {
    display: inline-flex;
    align-items: center;
    color: var(--theme-white);
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.topcoursercontent .timebx .senxtext i {
    margin-right: 5px;
}

.topcoursercontent .guidetext {
    display: block;
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.topcoursercontent h3 {
    color: var(--theme-white);
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topcoursercontent h3 a {
    color: var(--theme-white);
    text-decoration: none;
}

.topcoursercontent h3 a:hover {
    text-decoration: underline;
}

.topcoursercontent p {
    color: var(--theme-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.topcoursercontent .buynowbtn {
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.topcoursercontent .buynowbtn:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 10px;
    width: 15px;
    margin-left: 5px;
    border-top: 1px solid var(--primary);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.topcoursercontent .buynowbtn:hover:after {
    margin-left: 10px;
}

.topcoursert {
    float: left;
    width: 100%;
    background: #F4F9FF;
    padding: 15px;
}

.topcoursert .topcoursertlist {
    display: flex;
}

.topcoursert .topcoursertlist+.topcoursertlist {
    margin-top: 15px;
}

.topcoursert .topcoursertlimg {
    padding: 0px;
}

.topcoursert .topcoursertlimg img {
    min-width: 125px;
    max-width: 125px;
    max-height: 100%;
}

.topcoursert .topcoursercontent {
    padding: 0px 0px 0px 20px;
}

.topcoursert .topcoursercontent .timebx .senxtext {
    color: var(--theme-paragarph);
}

.topcoursert .topcoursercontent h3 {
    color: var(--theme-black);
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 2px 0px;
}

.topcoursert .topcoursercontent h3 a {
    color: var(--theme-black);
    text-decoration: none;
}

.topcoursert .topcoursercontent h3 a:hover {
    text-decoration: underline;
}

.topcoursert .topcoursercontent p {
    color: var(--theme-paragarph-black);
}

.latestupdatecontainer {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    background: url('https://developer-beta.com/p4/jitendar_singh_new/uploaded_files/images/latest-update-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.latestupdatecontainer .section-heading {
    margin-top: 0px;
    margin-bottom: 20px;
}

.latestupdatecontainer .section-heading h2 {
    color: var(--theme-white);
}

.latestupdatecontainer .section-heading p {
    color: var(--theme-white);
    margin: 0px;
}

.latestupdatecontainer .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}

.latestupdatecontainer .latestupdatecarousel {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 63%;
}

.latestupdatecontainer .custom-nav {
    display: flex;
    gap: 7px;
}

.latestupdatecontainer .custom-nav button {
    background: #86ACE9;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    border: none;
    outline: none;
    color: var(--theme-white);
    transition: 0.3s ease-in-out;
}

.latestupdatecontainer .custom-nav button:hover {
    background: var(--secondary);
}

.updatebx {
    float: left;
    width: 100%;
    position: relative;
}

.updatebx .updateovarlay {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.44%, #000000 100%);
}

.updatebx .flagbtx {
    font-family: "Marcellus", serif;
    display: flex;
    align-items: center;
    align-self: flex-start;
    max-width: calc(100% - 100px);
}

.updatebx .flagbtx img {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    object-fit: cover;
}

.updatebx .flagbtx span {
    font-size: 20px;
    color: var(--theme-white);
}

.updatebx .updatecounterbtm {
    display: flex;
    align-self: flex-end;
    width: 100%;
    justify-content: space-between;
}

.updatebx .updatecounterbtm h3 {
    color: var(--theme-white);
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.updatebx .updatecounterbtm p {
    color: var(--theme-white);
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}

.casestudiescontainer {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
    background: url('https://developer-beta.com/p4/jitendar_singh_new/uploaded_files/images/latest-update-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.casestudiescontainer .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casestudiescontainer .owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.casestudiescontainer .section-heading h2 {
    color: var(--theme-white);
}

.casestudiescontainer .theme-btn {
    background: var(--theme-white);
    color: var(--theme-paragarph);
    border-color: var(--theme-white);
}

.casestudiescontainer .theme-btn:hover {
    background: var(--secondary);
    color: var(--theme-white);
    border-color: var(--secondary);
}

.casestudiescontainer .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.casestudiescontainer .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}

.recentcasebx {
    float: left;
    width: 100%;
    height: 100%;
    background: #F4F9FF;
    padding: 10px 10px 0px 10px;
}

.recentcasebx .recentcaseimg {
    float: left;
    width: 100%;
}

.recentcasebx .recentcaseimg img {
    width: 100%;
    max-height: 100%;
}

.recentcasebx .recentcasect {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.recentcasebx .recentcasect span {
    min-width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-white);
    padding: 3px;
}

.recentcasebx .recentcasect span img {
    max-width: 100%;
    max-height: 100%;
}

.recentcasebx .recentcasect h4 {
    padding: 0px 0px 0px 15px;
    color: var(--theme-heading);
    font-size: 20px;
    font-family: "Marcellus", serif;
    margin: 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonialcontainer {
    padding: 60px 0px;
}

.testimonialcontainer .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonialcontainer .owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.testimonialcontainer .owl-carousel .owl-item:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    border-left: 1px solid #000;
}

.testimonialcontainer .owl-carousel .owl-item.active+.owl-item.active:before {
    opacity: 0.1;
}

.testimonialbx {
    float: left;
    width: 100%;
    padding: 0px 0px 56px 0px;
    position: relative;
}

.testimonialbx i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 1.2em;
    border-radius: 50%;
    background: #EAF5FF;
    color: var(--theme-white);
    margin: 0px 0px 15px 0px;
}

.testimonialbx p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}

.testimonialbx .usertxt {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.testimonialbx .usertxt h5 {
    color: #333333;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    margin: 0px;
}

.testimonialbx .usertxt p {
    color: #B3B3B3;
    margin: 0px;
}

.footercontainer {
    padding: 40px 0px 10px 0px;
    background: #F9FAFD;
}

.footercontainer .footertp {
    float: left;
    width: 100%;
}

.footercontainer .footerlgouter {
    display: block;
    padding: 25px 0px 25px 0px;
}

.footercontainer .footerlogo {
    display: block;
    margin: 0px 0px 10px 0px;
    max-width: 200px;
}

.footercontainer .footerlogo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footercontainer .footerlgouter p {
    font-family: "DM Sans", sans-serif;
    color: var(--theme-paragarph);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 5px;
    margin: 0px 0px 10px 0px;
}

.footercontainer .footerlgouter p a {
    color: var(--theme-paragarph);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.footercontainer .footerlgouter p a i {
    margin-right: 5px;
}

.footercontainer .footerlgouter p a:hover {
    color: var(--secondary);
}

.footercontainer h3 {
    color: var(--theme-heading);
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}

.footercontainer .footernav {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
}

.footercontainer .footernav ul {
    display: block;
    margin: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footercontainer .footernav ul li {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    width: 50%;
}

.footercontainer .footernav ul.full li {
    width: 100%;
}

.footercontainer .footernav ul li a {
    font-family: "DM Sans", sans-serif;
    display: block;
    color: var(--theme-paragarph);
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footercontainer .footernav ul li a:hover {
    color: var(--secondary);
}

.footercontainer .footernewsletter {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
}

.footercontainer .footernewsletter p {
    font-family: "DM Sans", sans-serif;
    color: var(--theme-paragarph);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
}

.footercontainer .footernewsletter .newsl_field {
    border-radius: 0px;
    padding: 0px;
    background: #F9FAFD;
}

.footercontainer .footernewsletter .verificationtext {
    max-width: 130px;
}

.footercontainer .footernewsletter .newsl_field .newsl_field input[type=text] {
    border-radius: 0px;
    background: #F9FAFD;
    border: 1px solid #E2E2E2;
}

.footercontainer .footernewsletter .subsc_btn {
    background: var(--primary);
    font-weight: 400;
    border-radius: 0px;
    font-family: "DM Sans", sans-serif;
    transition: 0.3s ease-in-out;
}

.footercontainer .footernewsletter .subsc_btn:hover {
    background: var(--secondary);
}

.footersocial {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 15px;
}

.footersocial .social {
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    width: 32px;
    height: 32px;
    color: var(--theme-white);
    background: var(--primary);
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footersocial .social.youtube {
    font-size: 10px;
}

.footersocial .social:hover {
    background: var(--secondary);
}

.footercontainer .footerbt {
    float: left;
    width: 100%;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.footercontainer .footerbt .copyright {
    font-family: "DM Sans", sans-serif;
    color: var(--theme-paragarph);
    font-size: 14px;
    font-weight: 400;
}

.footercontainer .footerbt .copyright a {
    color: var(--primary);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footercontainer .footerbt .copyright a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.footercontainer .footerbt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.footercontainer .footerbt ul li {
    padding: 0px 20px;
    position: relative;
    list-style: none;
    margin: 0px;
}

.footercontainer .footerbt ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    content: "";
}

.footercontainer .footerbt ul li+li:before {
    opacity: 1;
}

.footercontainer .footerbt ul li:last-child {
    padding-right: 0px;
}

.footercontainer .footerbt ul li a {
    font-family: "DM Sans", sans-serif;
    color: var(--theme-paragarph);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footercontainer .footerbt ul li a:hover {
    color: var(--secondary);
}

.bookcallbtn {
    position: fixed;
    right: 19px;
    z-index: 99;
    top: 30%;
    font-family: "Figtree", sans-serif;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: right;
}

.headercontainer .headtoprow .usersbxouter {
    position: relative;
}

.morenavbx {
    position: absolute;
    display: none;
    right: 0px;
    margin-top: 10px;
    top: 100%;
    background: var(--primary);
    padding: 10px 0px;
    min-width: 170px;
    border-radius: 10px;
}

.morenavbx.active {
    display: block;
}

.morenavbx:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -8px;
    right: 12px;
    margin-left: 0px;
    border-width: 0 8px 8px;
    border-bottom-color: var(--primary);
}

.morenavbx ul {
    margin: 0px;
    padding: 0px;
}

.morenavbx ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.morenavbx ul li a {
    color: var(--theme-white);
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    font-size: 0.8em;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.morenavbx ul li a:hover {
    background: var(--secondary);
}

.innaerlayoutbanner .bannercaption {
    margin-top: 40px;
}

.cms_area p a {
    color: var(--secondary);
}

.cms_area p a:hover {
    text-decoration: underline;
}


/* Student */

.studentbanner .bannercaption {
    margin: 40px 0px 0px 0px;
}

.studentbanner .bannercaption .captioninner p {
    font-weight: 500;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}

.studentbanner .bnimgbx {
    width: 100%;
    float: left;
}

.studentbanner .bnimgbx img {
    width: 100%;
    max-height: 100%;
}

.studentbanner .bannercolumn:nth-child(1) .bnimgbx {
    padding-left: 50px;
    margin-bottom: 8px;
    transform: translateY(-30px);
}

.studentbanner .bannercolumn:nth-child(1) .bnimgbx+.bnimgbx {
    padding-left: 0px;
    margin-bottom: 0px;
}

.studentbanner .bannercolumn:nth-child(2) {
    padding-top: 20px;
}

.studentbanner .bannercolumn:nth-child(2) .bnimgbx+.bnimgbx {
    padding-right: 50px;
    margin-top: 8px;
}

.breadcrumbcontainer {
    padding: 30px 0px;
    background: var(--theme-white);
}

.breadcrumbcontainer .breadcrumb {
    background: 0 0;
    position: relative;
    padding: 0px 0px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.breadcrumbcontainer .breadcrumb:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    border-bottom: 1px solid var(--theme-black);
    opacity: 0.2;
    transform: translateY(-50%);
}

.breadcrumbcontainer .breadcrumb li {
    color: var(--theme-paragarph);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: var(--theme-white);
}

.breadcrumbcontainer .breadcrumb li:last-child {
    padding-right: 10px;
}

.breadcrumbcontainer .breadcrumb>li+li:before {
    padding: 0px;
    color: var(--primary);
    content: "";
    width: 8px;
    height: 8px;
    display: inline-flex;
    margin: 0px 10px;
    border-radius: 2px;
    background: var(--primary);
    font-size: 14px;
    line-height: 19px;
}

.breadcrumbcontainer .breadcrumb li a {
    color: var(--theme-paragarph);
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.breadcrumbcontainer .breadcrumb li a:hover {
    color: var(--primary);
}

.breadcrumbcontainer .breadcrumb li.active {
    color: var(--primary);
}

.topstudycontainer {
    padding: 20px 0px;
}

.topstudycontainer .countrybx {
    float: left;
    width: 100%;
    text-decoration: none;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #d1d1d1;
    padding: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.topstudycontainer .countrybx:before {
    content: "";
    position: absolute;
    border-top: 2px solid var(--primary);
    left: -1px;
    top: -1px;
    width: 0px;
    transition: all 0.3s ease-in-out;
}

.topstudycontainer .countrybx:after {
    content: "";
    position: absolute;
    border-top: 2px solid var(--primary);
    right: -1px;
    bottom: -1px;
    width: 0px;
    transition: all 0.3s ease-in-out;
}

.topstudycontainer .countrybx:hover:before {
    width: calc(100% + 2px);
}

.topstudycontainer .countrybx:hover:after {
    width: calc(100% + 2px);
}

.topstudycontainer .countrybx .flagouter {
    width: 100%;
}

.topstudycontainer .countrybx .flagouter:before {
    content: "";
    position: absolute;
    border-left: 2px solid var(--primary);
    top: -1px;
    left: -1px;
    height: 0px;
    transition: all 0.3s ease-in-out;
}

.topstudycontainer .countrybx .flagouter:after {
    content: "";
    position: absolute;
    border-right: 2px solid var(--primary);
    right: -1px;
    bottom: -1px;
    height: 0px;
    transition: all 0.3s ease-in-out;
}

.topstudycontainer .countrybx:hover .flagouter:before {
    height: 100%;
}

.topstudycontainer .countrybx:hover .flagouter:after {
    height: 100%;
}

.topstudycontainer .countrybx .flagbx {
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.topstudycontainer .countrybx .flagbx img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #1E6DEB;
}

.topstudycontainer .countrybx p {
    color: var(--theme-heading);
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.latestupdatelight {
    background: #EAF4FF;
}

.latestupdatelight .section-heading h2 {
    color: var(--theme-heading);
}

.latestupdatelight .section-heading p {
    color: var(--theme-paragarph-black);
}

.clientstorycontainer {
    padding: 60px 0px;
}

.clientstorycontainer .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clientstorycontainer .owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.clientstorycontainer .owl-carousel .owl-item .item {
    width: 100%;
    float: left;
    height: 100%;
}

.clientstorycontainer .section-heading {
    max-width: 800px;
}

.clientstorycontainer .custom-nav {
    display: flex;
    gap: 7px;
    align-self: center;
}

.clientstorycontainer .custom-nav button {
    background: #86ACE9;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    border: none;
    outline: none;
    color: var(--theme-white);
    transition: 0.3s ease-in-out;
}

.clientstorycontainer .custom-nav button:hover {
    background: var(--secondary);
}

.clientstorycontainer .clientsaybx {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
}

.clientstorycontainer .clientsaybx .clientsayimg {
    float: left;
    width: 100%;
}

.clientstorycontainer .clientsaybx .clientsayimg img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.clientstorycontainer .clientsaybx .clientsayct {
    float: left;
    width: 100%;
    padding: 20px;
}

.clientstorycontainer .clientsaybx .clientsayct h3 {
    color: var(--theme-heading);
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.clientstorycontainer .clientsaybx .clientsayct p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clientstorycontainer .clientsaybx .clientsayct p strong {
    font-weight: 500;
}

.aboutcontainer {
    padding: 10px 0px 50px 0px;
}

.aboutcontainer .aboutimgbx {
    float: left;
    width: 100%;
}

.aboutcontainer .aboutimgbx img {
    width: 100%;
    max-height: 100%;
}

.aboutcontainer .aboutcontent {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 60px;
}

.aboutcontainer .aboutcontent p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 25px 0px;
}

.latestupdatelist {
    padding: 70px 0px 60px 0px;
    background: url('https://developer-beta.com/p4/jitendar_singh_new/uploaded_files/dummy/latest-update-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.latestupdatelist .updatebx>img {
    width: 100%;
    max-height: 100%;
}

.latestupdatelist .updatebx .updateovarlay {
    padding: 20px;
}

.latestupdatelistwh {
    background: var(--theme-white);
}

.latestupdatelistwh .section-heading h2 {
    color: var(--theme-heading);
}

.default-btn {
    background: none;
    color: var(--theme-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 120px;
    text-decoration: none;
    border: 1px solid var(--theme-white);
    transition: 0.3s ease-in-out;
}

.default-btn:hover {
    background: var(--secondary);
    color: var(--theme-white);
    border-color: var(--secondary);
}

.latestupdatenew {
    background: var(--theme-white);
    padding-top: 0px;
}

.latestupdatecontainer.latestupdatenew .section-heading h2 {
    color: var(--theme-heading);
}

.searchcontainer {
    padding: 40px 0px 40px 0px;
}

.searchcontainer .searchboxinner {
    float: left;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 13px rgba(221, 221, 221, 0.56);
}

.updatebx .evisa {
    position: absolute;
    top: 21px;
    right: 0px;
    background: var(--secondary);
    color: var(--theme-white);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.cms_area h2 {
    color: var(--theme-heading);
    font-size: 24px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

.cms_area h3 {
    color: var(--theme-heading);
    font-size: 22px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}

.cms_area h4 {
    color: var(--theme-heading);
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
}

.cms_area p {
    color: var(--theme-paragarph-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}

.cms_area ul {
    margin: 0px;
    padding: 0px 0px 0px 17px;
}

.cms_area ul li {
    margin: 0px;
    padding: 0px;
    color: var(--theme-paragarph-black);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
}

.cms_area .case_study_ttl a {
    color: var(--theme-heading);
}

.cms_area .case_study_ttl a:hover {
    color: var(--theme-heading);
}

.footercontainer .footernewsletter .nws_ltr .error {
    position: static;
    float: none;
    width: 100%;
    padding: 8px 8px 7px 33px;
    background-size: 16px;
    margin: 0px 0px 10px 0px;
}

.staff-image .username-initials {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--theme-white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bannercontainer.inner_bnr .bannercaption {
    margin-top: 30px;
}

.bannercontainer.inner_bnr .bannercaption .captioninner h1 {
    font-size: 33px;
    line-height: 42px;
}


/*.bannercontainer.studentbanner .bannercaption .captioninner h1{font-size: 36px; line-height: 38px;}*/

.chatcomment {
    position: relative;
}

.chatcomment .chatfile {
    position: absolute;
    right: 10px;
    bottom: 7px;
    display: flex;
    gap: 10px;
}

.chatcomment .sendbtn {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.chatcomment .uploadbtn {
    background: #fff;
    position: relative;
    display: inline-flex;
    color: #333;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
}

.chatcomment .uploadbtn input[type=file] {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
}

.chatcomment .uploadbtn svg {
    width: 22px;
    height: 22px;
}


/* Pagination 17092025 */

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0px;
    margin: 0px;
}

.pagination li {
    display: inline-flex;
}

.pagination li a {
    display: flex;
    min-width: 30px;
    height: 30px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    color: #545E80;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.pagination li.active a {
    background: #FF5922;
    color: #fff;
    border-color: #FF5922;
}


/* sumit 24-09-25 */

.writereview .submit {
    padding: 5px 10px;
    background-color: var(--primary);
    color: #fff;
    font-size: 12px;
}

.staff-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #f0f2f5;
}

.staff-image {
    margin-bottom: 15px;
}

.name {
    margin-bottom: 0;
}


/* sumit 240925 */

.chatcomment {
    padding: 12px 20px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.chatcomment .form-control {
    flex: 1;
    position: relative;
}

.chatcomment .chatfile {
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    display: flex;
    gap: 7px;
}

.mw50 {
    max-width: 60%;
    width: 100%;
    display: inline-block;
}


/* 17102025 fancybox video */

.fancyboxnew {
    width: 100%;
    max-width: 900px;
    padding: 0px;
    position: static;
}

.fancyboxnew iframe {
    vertical-align: bottom;
}

.fancyboxnew .fancybox-close-small {
    color: #fff;
}

.profile-letter {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    background: #1e6deb;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* New Home */

@media (min-width: 1700px) {
    .headercontainer .headtoprow .logocontainer {
        min-width: 165px;
        max-width: 165px;
    }
    .headercontainer .navigation .sf-menu>li>a {
        font-size: 1rem;
    }
    .headercontainer .loginbtnbx {
        font-size: 1rem;
    }
    .bannercaption .captioninner .tpsubheading {
        font-size: 24px;
    }
    .bannercaption .captioninner h1 {
        font-size: 64px;
        line-height: 64px;
    }
    .bannerbtncontent h3 {
        font-size: 32px;
    }
    .bannerbtncontent p {
        font-size: 17px;
    }
    .theme-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
    .default-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
    .bookcallbtn {
        right: 22px;
    }
    .cltbx .cltbxicon {
        max-width: 64px;
        margin: 0px 0px 24px 0px;
    }
    .cltbx h3 {
        font-size: 28px;
    }
    .cltbx p {
        font-size: 16px;
        line-height: 26px;
    }
    .cltbx .knowmore {
        font-size: 16px;
    }
    .appcontainer .lftappbx h2 {
        font-size: 36px;
    }
    .appcontainer .lftappbx p {
        font-size: 16px;
        line-height: 26px;
    }
    .section-heading h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .section-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .topcoursercontent .timebx .senxtext {
        font-size: 16px;
    }
    .topcoursercontent h3 {
        font-size: 20px;
    }
    .topcoursercontent p {
        font-size: 15px;
        line-height: 24px;
    }
    .topcoursercontent .buynowbtn {
        font-size: 17px;
    }
    .topcoursert .topcoursercontent h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0px 0px 7px 0px;
    }
    .topcoursert .topcoursertlist {
        align-items: center;
    }
    .topcoursert .topcoursertlimg img {
        min-width: 150px;
        max-width: 150px;
    }
    .latestupdatecontainer .latestupdatecarousel {
        width: 61%;
    }
    .updatebx .flagbtx img {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
    }
    .updatebx .flagbtx span {
        font-size: 23px;
    }
    .updatebx .updatecounterbtm h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .updatebx .updatecounterbtm p {
        font-size: 14px;
    }
    .testimonialbx i {
        width: 65px;
        height: 65px;
        font-size: 1.5em;
    }
    .testimonialbx p {
        font-size: 16px;
        line-height: 28px;
    }
    .footercontainer .footerlgouter p {
        font-size: 16px;
        line-height: 26px;
    }
    .footercontainer h3 {
        font-size: 21px;
    }
    .footercontainer .footernav ul li {
        margin: 0px 0px 18px 0px;
    }
    .footercontainer .footernav ul li a {
        font-size: 16px;
    }
    .footercontainer .footernewsletter p {
        font-size: 16px;
        line-height: 26px;
    }
    .footercontainer .footerbt .copyright {
        font-size: 16px;
    }
    .footercontainer .footerbt ul li a {
        font-size: 16px;
    }
}

.image img {
    object-fit: contain !important;
}

@media only screen and (max-width:1279px) {
    .container {
        width: 100%;
        max-width: 100%
    }
    /*home page css*/
    .inner_bnr {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}


/* ===== Desktop/Laptop below 1152px  ===== */

@media only screen and (max-width:1151px) {
    #country_scroll.owl-theme .owl-nav button.owl-prev,
    #case_study_scroll.owl-theme .owl-nav button.owl-prev,
    #people_scroll.owl-theme .owl-nav button.owl-prev {
        position: absolute;
        right: 182px;
        top: -56px !important
    }
    #country_scroll.owl-theme .owl-nav button.owl-next,
    #case_study_scroll.owl-theme .owl-nav button.owl-next,
    #people_scroll.owl-theme .owl-nav button.owl-next {
        position: absolute;
        right: 128px;
        top: -56px !important
    }
    .header_t_r {
        padding-left: 0;
        width: 100%
    }
    .header_pos .btn {
        padding: 0.3em 0.8em 0.4em 0.6em;
        font-size: 0.8em
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.9em;
        padding: 6px 10px
    }
    .dwn_app {
        display: none
    }
    /*Trending-Country*/
    .t_country_list ul li {
        width: 33%
    }
    .calculate_sec1 h2 {
        font-size: 2em
    }
    .calculate_sec1 p {
        font-size: 1em
    }
    .calculate_sec1 {
        width: 60%
    }
    .calculate_sec2 {
        width: 37%
    }
    /*About-Section*/
    .hm_heading h2 {
        font-size: 2em;
        margin: 0
    }
    .company_section h2 {
        font-size: 2em
    }
    .company_section {
        padding: 2em 0
    }
    .company_tx {
        color: #696e77;
        font-size: 1em;
        line-height: 1.6em;
        height: 310px
    }
    .about_img {
        margin: 0 0 2em
    }
    .about_img img {
        max-width: 100%;
        height: auto
    }
    /*Enquiry*/
    .enquiry_wraper {
        padding: 2em 0;
        background-repeat: no-repeat
    }
    .enquiry_sec1 {
        width: 59%
    }
    .enquiry_sec2 {
        width: 30%
    }
    /*Products*/
    .featured_pro_sec {
        padding: 2em 0 5em 0
    }
    .service_list {
        margin: 1em auto
    }
    .service_list ul li {
        width: 33.3%
    }
    /*Company-Stats*/
    .company_stats_sect {
        min-height: auto;
        padding: 0
    }
    .company_stats_lst {
        width: 100%
    }
    /*Testimonials*/
    .customer_sec .hm_heading h2 {
        margin: 0
    }
    .testimonial_w {
        padding: 12px 15px;
        width: 98%
    }
    .testimonial_txt {
        font-size: 1em;
        line-height: 1.4em
    }
    .testimonial_inr {
        padding: 27px 25px
    }
    /*Footer*/
    .foot_contact {
        font-size: .8em
    }
    .ft_link ul li a {
        font-size: .8em
    }
    /*home page css*/
    /*DETAIL*/
    .country_dtl_ot {
        width: 410px;
        height: 386px
    }
    .country_dtl_img,
    .country_dtl_img figure {
        width: 400px;
        height: 377px
    }
    /*Login*/
    .login_lft a {
        margin-right: 30px;
        font-size: 1.1em
    }
    /*21042025*/
    .pdflistcontainer .pdfcontent h3 {
        font-size: 28px;
    }
    .pdflistcontainer .pdfcontent p {
        font-size: 13px;
    }
    .pdflistcontainer .pdfcontentimginner .downloadbtn {
        font-size: 13px;
        padding: 9px 20px;
    }
    .pdflistcontainer .pdfcontentimginner h4 {
        font-size: 16px;
    }
}


/* New Home */

@media (max-width: 1199px) {
    .headercontainer .navigation .sf-menu>li>a {
        padding: 11px 8px;
    }
    .headercontainer .loginbtnbx {
        font-size: 0.8em;
    }
    .bannercaption .captioninner .tpsubheading {
        font-size: 18px;
        line-height: 20px;
    }
    .bannercaption .captioninner h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .bannerbtncontent p {
        margin: 0px 0px 12px 0px;
    }
    .bannerbtncontent {
        bottom: 18px;
    }
    .bannercontainer.inner_bnr .bannercaption .captioninner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .topcoursert .topcoursercontent h3 {
        font-size: 15px;
    }
    .topcoursercontent p {
        font-size: 13px;
        line-height: 18px;
    }
    .topcoursert .topcoursercontent {
        padding: 0px 0px 0px 15px;
    }
    .topcoursercontent h3 {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .topcoursert .topcoursercontent p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .topcoursert .topcoursertlimg img {
        min-width: 103px;
        max-width: 103px;
    }
    .recentcasebx .recentcasect h4 {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .footercontainer .footernewsletter .verificationtext {
        max-width: 100px;
    }
    .recentcasebx .recentcasect h4 {
        font-size: 17px;
    }
    .recentcasebx .recentcasect {
        padding: 10px 0px;
    }
    .cltbx {
        padding: 0px;
        background: none;
    }
    /*.appcontainer:before {
        display: none;
    }*/
    .appcontainer:after {
        display: none;
    }
    /* Student Page */
    .topstudycontainer .countrybx {
        min-height: 130px;
    }
    .topstudycontainer .countrybx .flagbx {
        margin: 0px 0px 15px 0px;
    }
    .topstudycontainer .countrybx .flagbx img {
        width: 50px;
        height: 50px;
    }
    .topstudycontainer .countrybx p {
        font-size: 16px;
    }
    .clientstorycontainer .clientsaybx .clientsayct h3 {
        font-size: 20px;
    }
    .aboutcontainer .aboutcontent {
        padding: 0px;
    }
}


/* New Home */

@media (min-width: 992px) {
    .headercontainer .navigation .navuser {
        display: none;
    }
    .topuserbox .usertbx.navicon {
        display: none;
    }
    .sf-menu li:hover>ul,
    .sf-menu li.sfHover>ul {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        z-index: 9;
        visibility: visible;
    }
    .sf-menu ul {
        background: var(--primary);
        min-width: 240px;
        width: 240px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        z-index: -1;
        margin: 0px;
        padding: 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}


/* === Tablet (Portrait) 768px - 959px ===== */

@media only screen and (max-width: 991px) {
    .wts-app {
        top: auto;
        bottom: 20px
    }
    .header_t_r {
        margin-left: 0px;
        padding-top: 0.4em;
        place-content: space-between;
        align-items: center
    }
    .logo {
        padding: 8px 0
    }
    .mob_nav .btn {
        padding: 0.4em 1em;
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 0.5em;
        display: block
    }
    .navbar .d-flex {
        justify-content: flex-end;
        align-items: center
    }
    .navbar-expand-lg .navbar-nav {
        margin: 0;
        padding: 0;
        text-align: left
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        border: 1px solid #f1f1f1;
        margin: 0.1em 0
    }
    .navbar-expand-lg .navbar-nav .nav-link>i {
        float: right;
        margin-top: 5px
    }
    .navbar-expand-lg .navbar-nav .nav-link.active:after {
        display: none
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #f14e56
    }
    .navbar-toggler {
        background-color: #f9f9f9;
        padding: 3px;
        width: 40px;
        height: 40px;
        margin-top: 0.5em;
        margin-right: 0.5em;
        border-radius: 50%
    }
    /*trending-countries*/
    .t_country_sec {
        padding: 3em 0
    }
    .country_bx {
        width: 200px;
        height: 189px
    }
    .country_img,
    .country_img figure {
        width: 200px;
        height: 189px
    }
    .country_bx_lnk {
        font-size: 1.3em
    }
    /*.country_bx_lnk a{font-size:1.3em}*/
    .more_dtl a {
        font-size: 0.9em
    }
    .calculate_pos2 {
        position: static;
        flex-wrap: wrap
    }
    .calculate_sec1 h2 {
        font-size: 1.7em
    }
    .calculate_sec1,
    .calculate_sec2 {
        width: 100%;
        text-align: center !important
    }
    .itineary_sec1 {
        width: 80%
    }
    .itineary_txt {
        width: 79%
    }
    .itineary_sec1 h2 {
        font-size: 1.8em;
        line-height: 1.3em
    }
    .itineary_sec1 p {
        font-size: 1.2em
    }
    .itineary_icon {
        width: 68px
    }
    /*About-Company*/
    .company_w {
        padding: 0 !important
    }
    .company_section h2 {
        font-size: 1.8em
    }
    .s_hd {
        font-size: 2em
    }
    .company_tx {
        font-size: 0.9em;
        height: 255px
    }
    .hm_heading h2 {
        font-size: 1.8em
    }
    .view_btn,
    .view_btn:visited {
        padding: 9px 21px;
        font-size: 14px
    }
    .exp_num {
        font-size: 3.5em;
        line-height: 1.1em
    }
    .exp_bx p {
        font-size: 1.1em
    }
    /*Company-Stats*/
    .company_stats_lst {
        padding: 0
    }
    .company_stats_lst ul li {
        width: 50%
    }
    .company_stats_sect {
        background-position: top left;
        max-width: 100%;
        padding: 1.3em 0;
        min-height: 100%
    }
    .company_stats_w span {
        font-size: 1em
    }
    .company_stats_w b {
        font-size: 2.5em
    }
    /*Testimonials*/
    .customer_sec .hm_heading {
        width: 100%;
        padding: 1em 0
    }
    .postby b {
        font-size: 1em
    }
    .post-tm {
        border-radius: 10px
    }
    .tm_outer {
        margin: 0
    }
    .postby {
        font-size: 15px
    }
    .post-tm {
        float: none
    }
    .tm_hed {
        padding: 5px;
        color: #fff;
        border-radius: 5px;
        font-weight: 700;
        cursor: pointer
    }
    .tab_hider {
        display: none
    }
    .order-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .tab_hid {
        display: none
    }
    /*Footer*/
    footer {
        padding: 2em 0 0 0
    }
    .f_dd_box {
        margin: 10px 0 10px
    }
    .ft_heading {
        margin-bottom: 0
    }
    .ft_logo img {
        max-width: 100%;
        height: auto
    }
    .footer_bg1 {
        padding-bottom: 1em;
        margin: 0
    }
    .copy_txt b {
        display: block
    }
    .copy_txt {
        font-size: .8em
    }
    .developed_txt {
        font-size: .8em
    }
    /*home page css*/
    /*Inner css*/
    .thankyou_wrap {
        width: 98%;
        font-size: 0.9em;
        padding: 10px
    }
    .thankyou_wrap b {
        font-size: 1.5em
    }
    /* CMS */
    .paging .pager {
        text-align: center
    }
    .breadcrumb_bg {
        display: none
    }
    .cms_pc,
    .cms_pc2 img {
        margin: 0 0 25px 20px;
        width: 50%
    }
    /*CMS AREA ENDS */
    /*DETAIL*/
    .country_dtl_ot {
        margin: auto
    }
    /*Dashboard*/
    ul.acc_left_links li {
        float: left;
        width: 50%;
        border-right: #fff 1px solid;
        margin: 0
    }
    ul.acc_left_links li a {
        border-radius: 0
    }
    .acc_right_sec {
        padding: 20px
    }
    .dash_count_sec {
        width: 215px
    }
    .book_call_sec {
        padding: 20px 50px 30px 220px
    }
    .book_txt {
        font-size: 1.8em;
        margin-bottom: 10px
    }
    /* 27Feb2025 */
    .innerbanner .innercontent {
        padding: 54px 0px;
    }
    .innerbanner .innercontent h1 {
        font-size: 27px;
    }
    .coursedetailssec {
        padding: 25px 0px;
    }
    .coursedetailssec .premiumbx .premiumlt {
        min-width: 100%;
        max-width: 100%;
        min-height: 130px;
    }
    .coursedetailssec .premiumbx {
        display: block;
    }
    .coursedetailssec .premiumbx .premiumrt {
        padding: 10px 0px;
    }
    .coursedetailssec .courseabout {
        padding-top: 25px;
    }
    .coursedetailssec h3 {
        margin: 0px 0px 10px 0px;
    }
    .coursedetailssec .courselearn {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .coursedetailssec h3 {
        font-size: 26px;
    }
    .coursedetailssec .coursecontent {
        padding: 15px;
    }
    .relatedcoursesec .relatedbx .relatedbxcontent {
        padding: 20px 0px 66px 0px;
    }
    .relatedcoursesec .relatedbx .ratingprice {
        left: 15px;
        right: 15px;
    }
    .relatedcoursesec .relatedbx .ratingprice .ratingright del {
        font-size: 14px;
    }
    .relatedcoursesec .relatedbx .ratingprice .ratingright span {
        font-size: 16px;
        margin: 0px;
    }
    .relatedcoursesec .relatedbx .ratingprice .ratingre span img {
        width: 12px;
        height: 12px;
    }
    .coursedltright .form-group .applybtn {
        font-size: 15px;
        padding: 4px 15px;
    }
    .coursedltright .form-group .form-control {
        padding: 5px 75px 5px 20px;
        font-size: 13px;
    }
    .coursedltright {
        padding: 15px;
    }
    /* 21042025 */
    .pdflistcontainer .pdfcontentimg {
        padding: 0px;
    }
    .pdflistcontainer .pdfcontent {
        padding: 0px;
    }
    .pdflistcontainer .pdfrow:nth-child(even) .pdfcontent {
        padding: 0px;
    }
    .pdflistcontainer .pdfrow:nth-child(even) .pdfcontentimg {
        padding: 0px;
    }
    .pdflistcontainer .pdfcontent h3 {
        font-size: 18px;
    }
    .pdflistcontainer .pdfcontent p {
        line-height: 19px;
    }
    /* 23042025 */
    .pdflistcontainer .pdflistbx .pdflistcontent h3 {
        font-size: 17px;
    }
    /* 24042025 */
    .pdfdetailscontainer .pdfdlcontent h2 {
        font-size: 26px;
    }
    .pdfdetailscontainer .pdfdlcontent p {
        font-size: 14px;
        line-height: 26px;
    }
    .pdfdetailscontainer .pdfdlcontent {
        padding: 0px;
    }
    .pdfdetailscontainer .pdfdlcontent .paybtn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .pdfdetailscontainer .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 11px 20px;
    }
    .pdfdetailscontainer .tab-content .tabcontent p {
        font-size: 13px;
    }
    .pdfdetailscontainer .tab-content .tabcontent ul li {
        font-size: 13px;
    }
    .pdflistcontainer .inputgroup .form-control {
        font-size: 13px;
        height: 38px;
        padding: 5px 40px 5px 13px;
    }
    /* New Home */
    .NavBar {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--primary);
        background: none;
        text-decoration: none;
    }
    .NavBar:focus {
        outline: none;
        text-decoration: none;
        color: var(--primary);
    }
    .NavBar:hover {
        outline: none;
        text-decoration: none;
        color: var(--primary);
    }
    .headercontainer .btmheader {
        backdrop-filter: none;
    }
    .headercontainer .btmheader.sticky {
        padding: 5px 0px;
    }
    .headercontainer .headtoprow a.loginmobile {
        -ms-flex-item-align: center;
        align-self: center;
        color: #1e1666;
        font-size: 18px;
        font-weight: 700;
        background: transparent;
        text-decoration: none;
        padding: 0px;
        margin: -1px 20px 0px 0px;
    }
    .headercontainer .navigation {
        padding: 0px 0px;
    }
    .headercontainer .navigation .navigationbox {
        position: fixed;
        top: 0;
        padding: 0;
        height: 100%;
        left: 0;
        margin-left: -268px;
        background-size: 200%;
        background: #F8F8F8;
        background-position: right center;
        padding-top: 0px;
        max-height: 100%;
        overflow: auto;
        margin-right: 0;
        transition: all 0.3s;
        width: 268px;
        z-index: 99999;
    }
    .layout-expanded2 .headercontainer .navigation .navigationbox {
        margin-left: 0px;
    }
    .layout-expanded2 {
        overflow: hidden;
    }
    .layoutovarlay2 {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        height: 100% !important;
        left: 0;
        display: none;
        background: #181C21;
        opacity: .5;
        cursor: pointer;
    }
    .layout-expanded2 .layoutovarlay2 {
        display: block;
    }
    .headercontainer .navigation .navuser {
        float: left;
        width: 100%;
        padding: 25px 15px 25px 15px;
        background: var(--theme-white);
        text-align: center;
        position: relative;
    }
    .headercontainer .navigation .navuser .userimg {
        position: relative;
        text-decoration: none;
        height: 50px;
        display: inline-flex;
        text-align: center;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
        color: var(--theme-white);
        font-size: 2.4em;
    }
    .headercontainer .navigation .navuser .userimg img {
        max-width: 100%;
        max-height: 100%;
        padding: 0px;
    }
    .headercontainer .navigation .navuser h3 {
        color: var(--theme-paragraph);
        text-align: center;
        margin: 10px 0px 8px 0px;
        font-size: 18px;
        padding: 0px;
        text-transform: uppercase;
    }
    .headercontainer .navigation .navuser h3 a {
        color: var(--theme-paragraph);
        text-decoration: none;
    }
    .headercontainer .navigation .navuser p {
        color: #f3f3f3;
        text-align: center;
        margin: 0px 0px 8px 0px;
        font-size: 13px;
        padding: 0px;
        font-weight: 400;
    }
    .headercontainer .navigation ul .slidedown {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        font-size: 13px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: var(--primary);
        text-align: center;
        cursor: pointer;
    }
    .headercontainer .navigation ul .slidedown:after {
        font-family: 'FontAwesome';
        content: "\f067";
    }
    .headercontainer .navigation ul .slidedown.slideup:after {
        font-family: 'FontAwesome';
        content: "\f068";
    }
    .headercontainer .navigation ul li.parent:after {
        display: none;
    }
    .headercontainer .navigation ul li ul {
        display: none;
        position: static;
    }
    .sf-menu li:hover>ul,
    .sf-menu li.sfHover>ul {
        display: none;
    }
    .sf-menu ul {
        min-width: inherit;
        width: 100%;
        float: left;
        width: 100%;
        background: var(--primary);
    }
    .headercontainer .navigation .sf-menu>li {
        float: left;
        width: 100%;
    }
    .headercontainer .navigation .sf-menu ul li {
        float: left;
        width: 100%;
    }
    .headercontainer .navigation .sf-menu ul li+li {
        border: none;
    }
    .headercontainer .navigation .sf-menu>li:hover ul li a {
        color: #cecece;
    }
    .headercontainer .navigation .sf-menu>li ul li a {
        color: #cecece;
        padding: 8px 10px 8px 20px;
        font-size: 12px;
    }
    .headercontainer .navigation .sf-menu>li a {
        color: #fff;
        float: left;
        width: 100%;
        text-align: left;
    }
    .headercontainer .navigation ul>li.active a:after {
        display: none;
    }
    .headercontainer .navigation ul>li.active a:after {
        display: none;
    }
    .headercontainer .navigation ul>li:hover a:after {
        display: none;
    }
    .headercontainer .navigation ul li a {
        padding: 20px 10px 17px 30px;
    }
    .headercontainer .navigation ul li+li {
        border: none;
    }
    .headercontainer .navigation ul>li.active>a {
        background: 0 0;
    }
    .headercontainer .navigation .sf-menu>li>a {
        padding: 12px 20px;
    }
    .mapcontainer .mapbox {
        padding: 0px 0px 30px 0px;
    }
    .sf-menu li:hover>ul,
    .sf-menu li.sfHover>ul {
        display: none;
    }
    .sf-menu ul {
        float: left;
        width: 100%;
    }
    .headercontainer .navigation .sf-menu>li>a:hover {
        color: var(--primary);
        padding: 5px 15px;
        background: var(--theme-white);
        border-left: 3px solid var(--primary);
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);
    }
    /*.headercontainer .navigation .sf-menu>li:hover a{color: var(--primary); padding: 5px 15px; background: var(--theme-white); border-left: 3px solid var(--primary); box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);}*/
    /*.headercontainer .navigation .sf-menu>li:hover a{color: var(--primary); padding: 5px 15px; background: var(--theme-white); border-left: 3px solid var(--primary); box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);}*/
    .sf-menu ul {
        min-width: 100%;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        visibility: visible;
        z-index: 1;
    }
    .headercontainer .navigation .sf-menu>li ul li a {
        color: #fff;
    }
    .headercontainer .navigation .sf-menu {
        float: left;
        width: 100%;
        padding: 20px;
    }
    .headercontainer .navigation .sf-menu>li:hover ul li a {
        color: #fff;
    }
    .sf-menu li:hover>ul,
    .sf-menu li.sfHover>ul {
        display: none;
    }
    .headercontainer .navigation .sf-menu>li.active>a {
        background-image: none;
    }
    .headercontainer .phonenumber i {
        width: 33px;
        height: 33px;
        line-height: 35px;
    }
    .headercontainer .logocontainer img {
        max-height: 56px;
    }
    .headercontainer .navigation .sf-menu>li {
        margin-bottom: 15px;
    }
    .headercontainer .navigation .sf-menu>li>a {
        color: var(--theme-paragraph);
        text-transform: uppercase;
        font-size: 13px;
        padding: 5px 0px;
        border-radius: 0px;
    }
    .headercontainer .navigation .sf-menu>li.active>a {
        color: var(--primary);
        padding: 5px 15px;
        background: var(--theme-white);
        border-left: 3px solid var(--primary);
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);
    }
    .headercontainer .navigation .sf-menu>li.parent:hover>a {
        color: var(--primary);
        padding: 5px 15px;
        background: var(--theme-white);
        border-left: 3px solid var(--primary);
        box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);
    }
    .topcoursercontent .buynowbtn {
        font-size: 13px;
    }
    .topcoursercontent h3 {
        margin: 0px 0px 5px 0px;
    }
    .topcoursercontent .timebx .senxtext {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .topcoursercontent p {
        margin: 0px 0px 5px 0px;
    }
    .topcoursert .topcoursercontent {
        padding: 0px 0px 0px 10px;
    }
    .topcoursert .topcoursertlimg img {
        min-width: 80px;
        max-width: 80px;
    }
    .topcoursebx {
        height: 100%;
    }
    .topcoursebx img {
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
    }
    .section-heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .testimonialcontainer .owl-carousel .owl-item:before {
        display: none;
    }
    .testimonialbx p {
        font-size: 13px;
        line-height: 20px;
    }
    .testimonialbx i {
        margin: 0px 0px 10px 0px;
    }
    .testimonialbx .usertxt h5 {
        font-size: 17px;
    }
    .testimonialbx {
        padding: 0px 0px 46px 0px;
    }
    .cltbx h3 {
        font-size: 17px;
    }
    .cltbx p {
        font-size: 13px;
        line-height: 20px;
    }
    .bannercaption {
        margin: 0px;
    }
    .bannerbtncontent {
        position: static;
        background: #F9FAFD;
        padding: 30px 0px;
    }
    .updatebx .updatecounterbtm p {
        font-size: 9px;
    }
    .morenavbx.active {
        display: none;
    }
    .bannercontainer.innaerlayoutbanner img {
        height: 320px;
        object-fit: cover;
    }
    /* Student Page */
    .bannercontainer.studentbanner .bannercaption .captioninner h1 span {
        display: initial;
    }
    .bannercontainer.studentbanner .bannercaption .captioninner h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 0px 0px 10px 0px;
    }
    .breadcrumbcontainer {
        padding: 10px 0px;
    }
    .toptrendingcontainer {
        padding: 40px 0px;
    }
    .latestupdatecontainer {
        padding: 70px 0px;
    }
    .clientstorycontainer {
        padding: 40px 0px;
    }
    .clientstorycontainer .section-heading p {
        margin: 0px;
    }
    .clientstorycontainer .clientsaybx {
        border-radius: 20px;
        padding: 15px;
    }
    .clientstorycontainer .clientsaybx .clientsayimg img {
        border-radius: 15px;
    }
    .clientstorycontainer .clientsaybx .clientsayct {
        padding: 15px 0px 0px 0px;
    }
    .clientstorycontainer .owl-carousel .owl-stage {
        padding-left: 0px !important;
    }
    .latestupdatelist {
        padding: 40px 0px;
    }
    .latestupdatenew {
        padding-top: 0px;
    }
    .searchcontainer {
        padding: 25px 0px 30px 0px;
    }
    .latestupdatecontainer.latestupdatenew .section-heading h2 {
        margin: 0px;
    }
    .topcoursercontent p {
        display: none;
    }
    .case_study_img figure {
        height: 200px;
    }
}


/* === Mobile (Landscape) 480px - 767px === */

@media only screen and (max-width:767px) {
    .owl-theme .owl-dots .owl-dot span {
        height: 8px
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        height: 8px
    }
    .owl-theme .owl-nav [class*=owl-] {
        width: 35px;
        height: 35px
    }
    .owl-theme .owl-nav button.owl-next:after,
    .owl-theme .owl-nav button.owl-prev:after {
        width: 30px
    }
    .owl-theme .owl-nav button.owl-prev:after,
    .owl-theme .owl-nav button.owl-next:after {
        font-size: 0.9em
    }
    .header_btn_pos a span {
        font-size: 1em
    }
    .header_btn_pos a {
        padding: 0.2em 1em
    }
    /*home page css*/
    .header_rgt {
        float: right
    }
    .header_rgt:after {
        content: '';
        display: block;
        clear: both
    }
    .top_right {
        width: auto
    }
    .about_img {
        margin: 1em auto;
        text-align: center;
        height: 217px;
        overflow: hidden
    }
    /*Category-Setion*/
    .hm_cate_section {
        padding: 2em 0
    }
    .cate_list ul {
        margin: 0
    }
    .cate_list {
        margin: 0;
        padding: 0
    }
    .cate_bx {
        margin: 1em auto
    }
    .cate_bx_lnk a {
        font-size: 1.1em
    }
    .cate_txt {
        margin-top: 10px;
        height: 43px;
        margin-bottom: 0.5em
    }
    .cate_des_pos {
        font-size: 16px
    }
    /*About-Section*/
    .company_tx {
        font-size: 0.96em;
        line-height: 1.4em;
        height: 169px
    }
    .view_btn,
    .view_btn:visited {
        line-height: 42px;
        height: 42px;
        padding: 0 17px;
        font-size: 14px;
        box-shadow: none
    }
    /*clients*/
    .log_area {
        width: 192px
    }
    .log_img,
    .log_img figure {
        width: 190px;
        height: 94px
    }
    /*Stast*/
    .company_stats_lst {
        margin: 0;
        padding: 1em 0 2em
    }
    .company_stats_w i {
        line-height: 1em
    }
    /*Testimonials*/
    .customer_sec {
        padding: 1em 0
    }
    .testimonial_inr:after {
        transform: skewY(9deg);
        bottom: -16px
    }
    /*footer*/
    .foot2 {
        padding: 0
    }
    .ft_link ul {
        display: flex;
        flex-wrap: wrap
    }
    .ft_link ul li {
        width: 50%
    }
    .ft_link ul li>a {
        font-size: 0.9em
    }
    .footer_bg1 {
        padding: 16px 0
    }
    .f_dd_box {
        display: none;
        margin: 0px 0px;
        padding: 10px
    }
    .dd_next {
        margin: 3px;
        padding: 10px 0px;
        height: 40px;
        background: url(../images/pls1.png) no-repeat 98% 8px;
        cursor: pointer;
        border-bottom: 1px dashed #87aad7
    }
    .dd_next_act {
        background: url(../images/mns1.png) no-repeat 98% 8px;
        border-bottom: 1px dashed #87aad7
    }
    .ft_heading {
        font-size: 16px;
        font-weight: 700
    }
    .footer_bg1 {
        border: 0;
        margin: 0;
        padding: 0 0 20px
    }
    .foot_contact {
        width: 100%;
        margin: 10px 0
    }
    .copy_txt b {
        padding: 7px 0
    }
    .ft_logo {
        margin: 5px 7px 0 0
    }
    .ft_middle {
        padding-bottom: 1em
    }
    .developed,
    .foot_links {
        width: 100%;
        text-align: center !important
    }
    .foot_links {
        margin-top: 0.5em
    }
    .developed b {
        float: none !important
    }
    /*home page css*/
    /*Inner css*/
    .header_inner {
        padding-bottom: 0
    }
    /* SITEMAP */
    .sitemap a {
        width: 48%
    }
    .cms_area .cms_img {
        float: none;
        display: block;
        margin: 0.5em auto
    }
    /*case-Study*/
    .case_study_dtl {
        width: 100%
    }
    .case_study_dtl_img {
        width: 100%;
        height: auto
    }
    .case_study_dtl_img figure {
        width: 100%;
        height: auto;
        display: block
    }
    .case_dtl_des .study_icon {
        width: 35px;
        height: 35px
    }
    .case_dtl_des .case_study_ttl {
        font-size: 1em;
        height: auto;
        -webkit-line-clamp: initial;
    }
    .detail_des_w {
        font-size: 0.9em
    }
    /*Dashboard*/
    .acc_sect_box {
        padding: 8px 5px 0 5px
    }
    .acc_sect_box img {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 6px;
        margin: 5px 0
    }
    .acc_heading {
        font-size: 1em
    }
    /* 27Feb2025 */
    .coursedetailssec .accordion .courseplaysec {
        padding: 10px 0px;
    }
    .coursedetailssec .accordion .accordion-header .accordion-button {
        font-size: 14px;
    }
    .coursedltright {
        margin: 20px 0px 0px 0px;
    }
    .relatedcoursesec h2 {
        border: none;
        padding: 0px;
    }
    .relatedcoursesec {
        padding: 20px 0px 20px 0px;
    }
    .coursedetailssec .courselearn ul li {
        width: 100%;
    }
    .pdflistcontainer .dropbtngroup {
        justify-content: flex-end;
    }
    /* New Home */
    .footercontainer .footerbt {
        flex-wrap: wrap;
    }
    .footercontainer .footerbt ul {
        justify-content: center;
        width: 100%;
    }
    .footercontainer .footerbt ul li {
        padding: 5px 10px;
    }
    .footercontainer .footerbt ul li:last-child {
        padding: 5px 10px;
    }
    .footercontainer .footerbt .copyright {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    .footercontainer .footerbt ul li+li:before {
        top: 7px;
        bottom: 7px;
    }
    .footercontainer .footerbt {
        padding: 5px 0px;
    }
    .footercontainer .footerbt .copyright {
        font-size: 13px;
    }
    .footercontainer .footerbt ul li a {
        font-size: 13px;
    }
    .latestupdatecontainer {
        padding: 40px 0px;
    }
    .latestupdatecontainer .latestupdatecarousel {
        position: static;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .latestupdatecontainer .section-heading {
        padding-right: 15px;
    }
    .updatebx .updateovarlay {
        padding: 10px;
    }
    .updatebx .flagbtx img {
        min-width: 20px;
        height: 20px;
        max-width: 20px;
    }
    .updatebx .flagbtx span {
        font-size: 14px;
    }
    .updatebx .updatecounterbtm h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .bannercaption .captioninner .tpsubheading {
        font-size: 14px;
    }
    .bannercaption .captioninner h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .headercontainer .loginbtnbx a {
        padding: 7px 5px;
    }
    .headercontainer .NavBar {
        font-size: 1em;
        min-width: 34px;
    }
    .bannerbtncontent h3 {
        font-size: 20px;
    }
    .theme-btn {
        font-size: 13px;
        padding: 7px 20px;
    }
    .bookcallbtn {
        right: 17px;
    }
    .headercontainer {
        padding: 8px 0px;
    }
    .bannerbtncontent {
        padding: 15px 0px;
    }
    .recentcasebx .recentcasect h4 {
        font-size: 15px;
        padding-left: 10px;
    }
    .bannercaption .captioninner h1 {
        margin: 0px;
    }
    .bannercaption .captioninner .tpsubheading {
        margin: 0px 0px 5px 0px;
    }
    .cltbx {
        padding: 15px;
        background: #F4F9FF;
    }
    .bannercaption .captioninner p {
        font-size: 13px;
    }
    /* Student Page */
    .clientstorycontainer .clientsaybx .clientsayct p {
        -webkit-line-clamp: 4;
    }
    .bannercontainer.studentbanner img {
        height: 300px;
        object-fit: cover;
    }
    .studentbanner .bannercaption {
        margin: 20px 0px 0px 0px;
    }
    .bannercontainer.studentbanner .bannercaption .captioninner h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .aboutcontainer .aboutcontent {
        padding: 20px 0px 0px 0px;
    }
    .latestupdatelist {
        padding: 40px 0px;
    }
    .latestupdatenew {
        padding-top: 0px;
        background: var(--theme-white);
    }
    .searchcontainer {
        padding: 25px 0px 30px 0px;
    }
    .latestupdatecontainer.latestupdatenew .section-heading h2 {
        margin: 0px;
    }
    .searchcontainer .searchboxinner {
        padding: 15px;
        border-radius: 10px;
    }
    .searchcontainer .searchboxinner .form-select {
        font-size: 13px;
    }
    .searchcontainer .w-md-auto {
        width: 100%;
    }
    .searchcontainer .w-md-auto button {
        width: 100%;
    }
    .updatebx .evisa {
        font-size: 13px;
    }
    .cms_area h3 {
        font-size: 20px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
    }
    .cms_area h4 {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .cms_area p {
        font-size: 13px;
        line-height: 20px;
        margin: 0px 0px 15px 0px;
    }
    .cms_area ul {
        margin: 0px;
        padding: 0px 0px 0px 17px;
    }
    .cms_area ul li {
        font-size: 13px;
        line-height: 20px;
        margin: 0px 0px 10px 0px;
    }
    .cms_area h2 {
        font-size: 18px;
    }
    .cms_area h3 {
        font-size: 16px;
        padding: 0px;
    }
    .topcoursercontent {
        padding: 15px;
    }
    .bannercontainer.inner_bnr .bannercaption .captioninner h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .bannercontainer.inner_bnr img {
        height: 177px;
        object-fit: cover;
    }
    .mw50 {
        max-width: calc(100% - 50px);
    }
}


/* New Home */

@media (min-width: 576px) {
    .footercontainer .collapse {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


/* 21042025 */

@media (max-width: 575px) {
    .pdflistcontainer {
        padding: 25px 0px;
    }
    .pdflistcontainer .pdfrow+.pdfrow {
        margin-top: 25px;
    }
    .pdflistcontainer .pdfcontent h3 {
        margin: 0px 0px 5px 0px;
    }
    .pdflistcontainer .pdfcontent h3 br {
        display: none;
    }
    .pdflistcontainer .pdfcontent {
        padding: 0px 0px 15px 0px;
    }
    .pdflistcontainer .pdfrow:nth-child(even) .pdfcontent {
        padding: 0px 0px 15px 0px;
    }
    .pdflistcontainer .pdfcontentimginner .downloadbtn {
        font-size: 12px;
        padding: 7px 15px;
    }
    /* 23042025	*/
    .pdflistcontainer .inputgroup .form-control {
        height: 34px;
        font-size: 12px;
        padding: 4px 35px 4px 10px;
    }
    .pdflistcontainer .inputgroup select.form-control {
        padding: 4px 20px 4px 10px;
    }
    .pdflistcontainer .inputgroup .searchbtn {
        width: 30px;
        height: 30px;
    }
    .pdflistcontainer .pdflistbx .pdflistcontent {
        padding: 15px 0px 40px 0px;
    }
    .pdflistcontainer .pdflistbx .pdflistcontent h3 {
        font-size: 15px;
        margin: 0px 0px 5px 0px;
    }
    .pdflistcontainer .pdflistbx .pdflistcontent p {
        font-size: 13px;
        line-height: 20px;
    }
    .pdflistcontainer .pdflistbx .pdflistcontent .pricebtx {
        font-size: 20px;
    }
    .pdflistcontainer .pdflistbx .pdflistcontent .buybtn {
        padding: 7px 15px;
        font-size: 14px;
        min-width: 65px;
    }
    /* 24042025	*/
    .pdfdetailscontainer {
        padding: 20px 0px;
    }
    .pdfdetailscontainer .descwrap {
        margin: 10px 0px 0px 0px;
        background: none;
        padding: 0px;
    }
    .pdfdetailscontainer .tab-content .tabcontent {
        padding: 20px 0px 0px 0px;
    }
    .pdfdetailscontainer .nav-tabs .nav-item .nav-link {
        font-size: 15px;
    }
    .pdfdetailscontainer .pdfdlcontent h2 {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
    }
    .pdfdetailscontainer .pdfdlcontent .pricebtx {
        font-size: 18px;
        margin: 0px 0px 10px 0px;
    }
    .pdfdetailscontainer .pdfdlcontent p {
        font-size: 13px;
        line-height: 22px;
        margin: 0px 0px 10px 0px;
    }
    .pdfdetailscontainer .pdfdlcontent .paybtn {
        font-size: 13px;
        padding: 6px 20px;
        min-width: 100px;
    }
    .pdfdetailscontainer .nav-tabs .nav-item .nav-link {
        font-size: 13px;
        padding: 6px 20px;
    }
    .pdfdetailscontainer .tab-content .tabcontent ul li {
        padding-left: 24px;
    }
    .pdfdetailscontainer .tab-content .tabcontent ul li:before {
        width: 16px;
        height: 16px;
        top: 4px;
    }
    .pdflistcontainer .inputgroup .form-control {
        height: 36px;
        font-size: 13px;
        padding: 5px 30px 5px 10px;
    }
    .pdflistcontainer .inputgroup select.form-control {
        padding: 5px 30px 5px 10px;
    }
    .pdflistcontainer .inputgroup.dropdown:after {
        right: 6px;
        width: 11px;
        height: 5px;
    }
    /* New Home	*/
    .footercontainer .footernav {
        border-bottom: 1px dashed #cbcbcb;
    }
    .footercontainer h3 {
        background: none;
        padding: 8px 0px;
        border-radius: 0px;
        position: relative;
    }
    .footercontainer h3.toggleCat[aria-expanded="false"]:after {
        font-family: 'icomoon';
        content: "\e913";
        position: absolute;
        right: 10px;
        top: 8px;
        color: #333;
        font-size: 1.1em;
        line-height: 100%;
        transform: rotate(90deg);
        transition: 0.3s ease-in-out;
    }
    .footercontainer h3.toggleCat[aria-expanded="true"]:after {
        font-family: 'icomoon';
        content: "\e913";
        position: absolute;
        right: 10px;
        top: 8px;
        color: #333;
        font-size: 1.1em;
        line-height: 100%;
        transform: rotate(-90deg);
        transition: 0.3s ease-in-out;
    }
    .footercontainer .footernav ul.collapse:not(.show) {
        display: none;
    }
    .footercontainer .footernav {
        padding: 0px;
    }
    .footercontainer h3 {
        margin: 0px;
    }
    .footercontainer .footerbt {
        border: none;
    }
    .footercontainer .footernewsletter {
        padding: 0px;
    }
    .footercontainer {
        padding-bottom: 0px;
    }
    .footercontainer .footerbt {
        padding: 10px 0px;
    }
    .newsl_field input[type=text] {
        padding: 9px 10px;
    }
    .bannercaption .captioninner h1 {
        font-size: 23px;
        line-height: 28px;
    }
    .bannercaption {
        margin-top: 30px;
    }
    .coverlettercontainer {
        padding: 30px 0px 20px 0px;
    }
    .appcontainer .lftappbx {
        padding: 30px 0px;
    }
    .appcontainer .appsubscribe {
        flex-wrap: wrap;
    }
    .appcontainer .or {
        width: 100%;
        margin: 10px 0px;
    }
    .appcontainer .or:before {
        border-left: none;
        border-top: 1px solid #A8A8A8;
        top: 50%;
        left: 0px;
        right: 0px;
        transform: translateY(-50%);
    }
    .appcontainer .appstoreimg {
        display: flex;
        justify-content: center;
        gap: 5px;
        width: 100%;
    }
    .appcontainer .appstoreimg a+a {
        margin-top: 0px;
    }
    .appcontainer .appsubscribe .form-group .form-control {
        height: 40px;
        font-size: 13px;
    }
    .appcontainer .appsubscribe .secondary-btn {
        font-size: 13px;
        height: 40px;
    }
    .section-heading h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .section-heading {
        margin-bottom: 20px;
    }
    .toptrendingcontainer {
        padding: 30px 0px;
    }
    .casestudiescontainer {
        padding: 30px 0px;
    }
    .testimonialcontainer {
        padding: 30px 0px;
    }
    .footercontainer .footernewsletter .subsc_btn {
        padding: 10px 15px;
    }
    .section-heading p {
        font-size: 13px;
        line-height: 20px;
    }
    .appcontainer .lftappbx h2 {
        font-size: 20px;
    }
    .footercontainer .footernav ul.full li {
        width: 50%;
    }
    .headercontainer .loginbtnbx {
        padding: 0px 4px;
    }
    .headercontainer .loginbtnbx a {
        padding: 5px 3px;
    }
    .headercontainer .NavBar {
        min-width: 28px;
        font-size: 0.8em;
    }
    /* Student Page */
    .topstudycontainer .countrybx .flagbx img {
        width: 45px;
        height: 45px;
    }
    .topstudycontainer .countrybx p {
        font-size: 14px;
    }
    .topstudycontainer .countrybx {
        min-height: 110px;
    }
    .theme-btn {
        min-width: 90px;
    }
    .clientstorycontainer .section-heading p {
        margin: 0px;
    }
    .topcoursercontent h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .testimonialbx {
        padding: 0px 0px 30px 0px;
    }
    .testimonialbx p {
        margin: 0px;
    }
    .testimonialbx .usertxt h5 {
        font-size: 15px;
    }
    .headercontainer .headtoprow .logocontainer {
        max-width: 130px;
        min-width: 130px;
    }
    .tabs a {
        padding: 8px 8px;
        font-size: 0.8em;
        line-height: 1.2em;
    }
    .tabs a.active {
        padding: 8px 8px;
    }
    .bannercontainer.inner_bnr .bannercaption .captioninner h1 {
        font-size: 16px;
        line-height: 23px;
    }
    .section-heading h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg img {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg .username-initials {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .coursedetailssec .ratingreviewsec .userreview .userimgbx .userimg {
        padding: 0px 15px 0px 0px;
    }
    .staff-image {
        margin: 10px 0px 10px 0px;
    }
}

@media only screen and (max-width:515px) {
    .text_btn {
        font-size: 0.9em
    }
    .hm_heading {
        text-align: center
    }
    .hm_heading h2 {
        width: 100%
    }
    .hm_heading span {
        display: block;
        padding: 5px 0;
        width: 100%
    }
    .view_btn,
    .view_btn:visited {
        line-height: 37px;
        height: 37px;
        font-size: 0.8em;
        padding: 0 12px
    }
    .company_section h2 {
        font-size: 1.3em
    }
    .hm_heading h2 {
        font-size: 1.3em
    }
    .enquiry_sec1 h2 {
        font-size: 1.4em;
        margin-bottom: 0.5em
    }
    /*Trending-Country*/
    .t_country_list ul li {
        width: 50%
    }
    .country_bx {
        width: 160px;
        height: 151px
    }
    .country_img,
    .country_img figure {
        width: 160px;
        height: 151px
    }
    .country_bx_lnk {
        font-size: 1.1em
    }
    /*.country_bx_lnk a{font-size:1.1em}*/
    .more_dtl a {
        font-size: 0.8em
    }
    .company_stats_w {
        padding: 12px 4px
    }
    .company_stats_w span {
        font-size: 13px
    }
    .company_stats_w b {
        font-size: 2em
    }
    /*Testimonial*/
    .testimonial_w {
        width: 100%;
        padding: 25px 20px
    }
    .customer_sec .hm_heading {
        padding-bottom: 0em;
        margin: 0
    }
    .customer_sec .hm_heading h2 {
        margin-bottom: 0.5em
    }
    .testimonial_txt {
        font-size: 0.9em;
        line-height: 1.4em;
        height: 83px
    }
    .name_tst {
        font-size: 1em
    }
    .postby {
        font-size: 16px
    }
    .tm_body_wraper .tm_info {
        padding: 0;
        font-size: 16px
    }
    .ph_txt {
        font-weight: 500;
        font-size: 0.88em
    }
    .tm_left {
        padding: 10px 5px
    }
    .tm_date {
        font-size: 0.8em;
        float: none;
        padding: 5px 0;
        margin: 0;
        background: no-repeat
    }
    .tm_outer .tm_body_wraper {
        padding: 10px
    }
    .tm_text {
        font-size: 15px;
        height: 80px;
        overflow: hidden;
        line-height: 21px
    }
    .tm_left .tm_img {
        width: 55px;
        height: 55px;
        line-height: 45px;
        font-size: 12px
    }
    .tm_txt_auto {
        height: auto
    }
    .tm_right {
        width: calc(100% - 66px);
        display: inline-block;
        padding-left: 16px
    }
    .tm_right .tm_body_wraper:before {
        margin-left: -19px;
        border-width: 8px 0 16px 19px
    }
    .client_tm_list .col-12:nth-child(even) .tm_right .tm_body_wraper:before {
        margin-right: -20px;
        border-width: 8px 19px 18px 0px
    }
    .custmer_des {
        padding: 10px 5px
    }
    .custmer_des b {
        font-size: 0.9em
    }
    .custmer_des p {
        font-size: 0.8em;
        height: 58px
    }
    .tm_body_wraper .tm_text {
        font-weight: 400;
        font-size: 14px
    }
    /*Login*/
    .login_cont {
        padding: 20px
    }
    .login_lft {
        margin-bottom: 20px
    }
    .login_lft a {
        padding: 7px 0;
        margin-right: 10px;
        font-size: 0.9em
    }
    /*Dashboard*/
    ul.acc_left_links li {
        width: 100%
    }
    /* 27feb2025 */
    .coursedetailssec .premiumbx .premiumrt {
        flex-wrap: wrap;
    }
    .coursedetailssec .premiumbx .preinnerrt {
        width: 100%;
    }
    .coursedetailssec .premiumbx .preinnerrt .rating {
        min-width: 50%;
        width: 50%;
    }
    .coursedetailssec .premiumbx .preinnerrt .users {
        min-width: 50%;
        width: 50%;
    }
    .innerbanner .innercontent {
        padding: 35px 0px;
    }
    .innerbanner .innercontent h1 {
        font-size: 24px;
    }
}


/* ===== Mobile (Portrait) below 480px ===== */

@media only screen and (max-width:479px) {
    #country_scroll.owl-theme .owl-nav button.owl-prev,
    #case_study_scroll.owl-theme .owl-nav button.owl-prev,
    #people_scroll.owl-theme .owl-nav button.owl-prev {
        position: static
    }
    #country_scroll.owl-theme .owl-nav button.owl-next,
    #case_study_scroll.owl-theme .owl-nav button.owl-next,
    #people_scroll.owl-theme .owl-nav button.owl-next {
        position: static
    }
    .header_btn_pos {
        top: 28px;
        right: -13px
    }
    .header_btn_pos a>i {
        width: 25px;
        height: 30px
    }
    .header_btn_pos a span small {
        font-size: 11px
    }
    .header_btn_pos a span {
        font-size: 0.9em
    }
    /*home page css*/
    h1 {
        font-size: 2em;
        display: block;
        color: #222;
        margin-bottom: 20px
    }
    .logo {
        margin: 0 !important
    }
    .logo img {
        width: 100%;
        height: auto;
        max-height: 37px
    }
    .top_call {
        margin-right: 0.3em !important
    }
    .top_call a {
        font-size: 0.9em;
        padding: 8px 8px
    }
    .srch_ico {
        width: 40px;
        height: 40px;
        line-height: 16px
    }
    .srch_ico a {
        padding: 11px
    }
    .navbar {
        font-size: 0.93em;
        line-height: 1.5em;
        padding: 0 0 1em 0 !important
    }
    .navbar-toggler {
        margin-right: 0.3em
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em
    }
    .calculate_pos2 {
        padding: 18px 16px
    }
    .calculate_sec1 h2 {
        font-size: 1.1em;
        line-height: 1.1em;
        margin-bottom: 0.5em
    }
    .calculate_sec1 p {
        font-size: 0.9em
    }
    .calculate_sec2 .view_btn {
        font-size: 1em;
        padding: 1px 16px
    }
    .itineary_w {
        flex-wrap: wrap
    }
    .itineary_sec1,
    .itineary_sec2 {
        width: 100%;
        margin: 0 0 5px !important
    }
    .itineary_icon {
        width: 47px
    }
    .itineary_sec1 h2 {
        font-size: 1.1em;
        line-height: 1.3em
    }
    .itineary_sec2 .text-end {
        text-align: center !important
    }
    .itineary_sec2 .view_btn {
        font-size: 1em
    }
    .company_stats_lst ul li {
        width: 100%
    }
    .company_stats_w span br {
        display: none
    }
    .country_des_pos {
        padding: 1em !important
    }
    .country_bx_lnk {
        height: 26px
    }
    .visa_benefit_sect {
        flex-wrap: wrap
    }
    .cont_sec1 {
        width: 100%
    }
    .cont_sec1 p {
        font-size: 2em;
        line-height: 1.1em
    }
    .cont_sec2 {
        width: 100%
    }
    .cont_sec2 .text-end {
        text-align: left !important
    }
    /*Inner css*/
    .banner_area {
        width: 100%;
        height: 130px
    }
    .banner_area img {
        width: 100%;
        margin: auto;
        height: 130px
    }
    .header_inner {
        background: #3a3939
    }
    .cms_pc,
    .cms_pc2 img {
        margin: 0 0 25px 20px;
        width: 100%
    }
    .read_more {
        font-size: .79em;
        padding: 6px 15px
    }
    .probtn_pos a {
        font-size: 12px;
        padding: 6px 15px
    }
    .accordion-button {
        font-size: 1em
    }
    .accordion-button {
        padding: 10px 10px 7px 14px
    }
    .accordion-button:before,
    .accordion-button.collapsed:before {
        margin-top: 1px
    }
    .accordion-body {
        padding: 1em !important;
        font-size: 0.88em;
        line-height: 1.4em
    }
    .view_btn>i {
        margin-left: 32px
    }
    .view_btn,
    .view_btn:visited {
        padding: 0 12px
    }
    /*Company-Stats*/
    .company_goals {
        margin: 0 -15px;
        width: auto
    }
    /*Gallery*/
    .hm_tabs a {
        font-size: 0.9em
    }
    /*News-Section*/
    .news_list ul li {
        width: 100%
    }
    .article_des {
        padding: 10px 10px
    }
    /*footer*/
    .ft_logo {
        margin: 0 10px 0 0;
        float: none !important;
        text-align: center
    }
    .copy_txt,
    .developed_txt {
        text-align: center !important
    }
    .developed_txt b {
        float: none;
        display: block
    }
    .foot_contact span {
        width: 96%;
        display: block;
        margin-left: 46px
    }
    /*Contact*/
    .contact_form_info h3,
    .contact_form h3 {
        font-size: 1.5em
    }
    /*DETAIL*/
    .country_dtl_ot {
        width: 330px;
        height: 310px
    }
    .country_dtl_img,
    .country_dtl_img figure {
        width: 320px;
        height: 301px
    }
    .detail_right .btn {
        width: 99%
    }
    .accordion-button {
        font-size: 0.9em
    }
    .accordion-button::after {
        position: absolute;
        right: 9px;
        top: 13px;
        background-position: top right
    }
    /* SITEMAP */
    .sitemap a {
        font-size: 12px;
        width: 47%;
        margin: 3px;
        padding: 7px 8px 7px 22px
    }
    /* Staff */
    .staff_cont {
        width: 100%;
        margin-top: 15px
    }
    /* Explore */
    .explore_sec b {
        font-size: 1.1em;
        font-weight: 400
    }
    .exp_arr {
        position: absolute;
        right: 18px;
        top: 22px
    }
    /*.explore_bx_lnk a{font-size:1.2em}*/
    .explore_bx_lnk {
        max-height: 49px;
        height: auto;
        font-size: 1.2em
    }
    .book_call_sec {
        background: url(../images/book-call.jpg) no-repeat -95px top;
        padding: 25px 5px 25px 130px
    }
    .book_txt {
        font-size: 1.3em;
        text-transform: capitalize
    }
    /* .test{
    padding:0;
} */
    .bannercaption .captioninner .tpsubheading {
        font-size: 13px;
    }
    .bannercaption .captioninner h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

.chatfile .filupload {
    display: none;
}

.chatcomment {
    align-items: center;
}

.filepreview {
    position: absolute;
    right: 100%;
    top: -10px;
    margin-right: -45px;
    z-index: 1;
}

.imagefilename {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: right;
    color: #fff;
    padding: 0 8px;
    background: #0d6efd;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #fff;
}

.filepreview button {
    position: absolute;
    right: -5px;
    top: -14px;
    background: #0d6efd;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    box-shadow: 0px 0px 0px 2px #fff;
}

@media only screen and (max-width:419px) {}