:root {
    --theme-color: #0567BF;
    --secondary-color: #c22606;
    --dark-color: #222;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
    --optionalColor: #333146;
    --whiteColor: #ffffff;
    --blackColor: #262E2E;
    --postcolor: #6a7a83;
    --fontSize: 16px;
    --transition: 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    overflow-x: hidden;
    font-size: 14px;
    text-align: left;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
}

* {
    margin: 0px;
    padding: 0px;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: rgb(8, 24, 40);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--theme-color);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    border-radius: 0px;
    color: rgb(255, 255, 255) !important;
}

.scroll-top:hover {
    transform: translate3d(0px, -5px, 0px);
    background-color: rgb(8, 24, 40);
    box-shadow: rgba(35, 38, 45, 0.15) 0px 1rem 3rem !important;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: rgb(8, 24, 40);
    content: "";
    transition: all 0.4s ease 0s;
    z-index: -1;
}

.header {
    width: 100%;
    background: 0px 0px;
}

.header.style2 {
    /* position: relative; */
    top: 0px;
    background-color: rgb(255, 255, 255);
}

.header.style2 .nav-inner {
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.header .top-bar {
    background-color: var(--theme-color);
}

.header .top-bar .top-contact ul li {
    display: inline-block;
    margin-right: 15px;
    color: rgb(255, 255, 255);
}

.header .top-bar .top-contact ul li:last-child {
    margin: 0px;
}

.header .top-bar .top-contact ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 4px;
    color: rgb(255, 255, 255);
}

.header .top-bar .top-contact ul li a {
    color: rgb(255, 255, 255);
}

.header .top-bar .top-contact ul li a:hover {
    opacity: 0.7;
}

.header .top-bar .login-button {
    display: inline-block;
    margin-right: 30px;
}

.header .top-bar .login-button ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid rgba(238, 238, 238, 0.46);
    height: 100%;
}

.header .top-bar .login-button ul li:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}

.header .top-bar .login-button ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
}

.header .top-bar .login-button ul li a:hover {
    opacity: 0.7;
}

.header .top-bar .login-button ul li a i {
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-right: 4px;
    font-size: 14px;
}

.header .top-bar .right-content {
    float: right;
    display: inline-block;
}

.header .top-bar .middle-content {
    text-align: center;
}

.header .top-bar .top-social {
    display: inline-block;
    text-align: center;
}

.header .top-bar .top-social ul li {
    display: inline-block;
    margin-right: 15px;
}

.header .top-bar .top-social ul li:last-child {
    margin-right: 0px;
}

.header .top-bar .top-social ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.header .nav-inner {
    background-color: rgb(255, 255, 255);
    padding: 0px 20px;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 50px 0px;
    transition: all 0.3s ease-out 0s;
    top: 0px;
}

.sticky .top-bar {
    display: none;
}

.sticky .nav-inner {
    padding: 0px;
}

.sticky.navbar-area {
    top: 0px;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
/*     color: rgb(255, 255, 255); */
	color:#2d3845;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: rgb(255, 255, 255);
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: rgb(51, 51, 51);
}

.navbar-area {
    /* position: absolute; */
    left: 0px;
    top: 15px;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    padding: 0px;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 50px 0px;
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
    padding: 0px;
}

.navbar-area.sticky .toolbar-area {
    display: none;
}

.navbar {
    padding: 0px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0px;
    border-radius: 0px;
}

.navbar-brand img {
/*     width: 270px; */
	width:205px !important;
}

.mobile-menu-btn {
    padding: 0px;
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: rgb(34, 34, 34);
    display: block;
    margin: 5px 0px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px 0px;
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid rgb(238, 238, 238);
        top: 66px !important;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px 0px;
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        top: 100% !important;
    }
}

.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 30px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0px !important;
}

.navbar-nav .nav-item:hover a {
    color: var(--theme-color);
}

.navbar-nav .nav-item a {
    font-size: 14px;
    color: rgb(8, 24, 40);
    padding: 20px 0px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 0%;
    background: var(--theme-color);
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .nav-item a.active::before {
    width: 100%;
}

.navbar-nav .nav-item:hover a::before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "ÃƒÂ®Ã‚Â©Ã‹Å“";
    font: 10px / 1 LineIcons;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-left: 5px;
    transition: all 0.3s ease-out 0s;
    height: 10px;
    margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 16px;
        right: 0px;
        transform: rotate(180deg);
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
}

.navbar-nav .nav-item .sub-menu {
    border-top: 1px solid rgb(238, 238, 238);
    padding: 10px;
    min-width: 220px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(20, 20, 20, 0.055) 0px 10px 20px;
    position: absolute;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    margin-bottom: 7px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
    margin: 0px;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 14px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-item .sub-menu .nav-item a::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: rgb(0, 102, 181);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: rgb(255, 255, 255);
    padding-left: 20px !important;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0px;
    }
    .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .navbar-nav .nav-item a::before {
        display: none;
    }
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0px;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        background: var(--theme-color) !important;
        color: rgb(255, 255, 255) !important;
    }
    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu>li {
    display: block;
    margin-left: 0px;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a {
    background-color: var(--theme-color);
    color: rgb(255, 255, 255) !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
    border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a {
        color: rgb(5, 20, 65);
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 10px 0px;
    }
    .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .nav-item .sub-menu>li.active {
        background: rgb(249, 249, 249) !important;
        color: var(--theme-color) !important;
    }
    .navbar-nav .nav-item .sub-menu>li.active>a,
    .navbar-nav .nav-item .sub-menu>li:hover>a {
        color: rgb(255, 255, 255) !important;
        background-color: var(--theme-color) !important;
    }
}

.header-number .media {
    -webkit-box-align: center;
    align-items: center;
}

.media {
    display: flex;
    align-items: flex-start;
}

.header-number .media .item-icon {
    margin-right: 10px;
    font-size: 27px;
    color: rgb(255, 255, 255);
}

.media-body {
    flex: 1 1 0%;
}

.header-number .media .media-body .item-label {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header-number .media .media-body .item-number {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
    margin-top: -7px;
    font-family: Barlow, sans-serif;
}

.nivoSlider img {
    object-fit: cover;
    height: 720px !important;
}

.top_btn {
    border: 0px;
    vertical-align: top;
    background: #022f58;
    color: rgb(255, 255, 255);
    padding: 10px 40px 10px 30px !important;
}

.promosection {
    display: block;
    /* margin-top: -80px; */
    min-height: 360px;
    z-index: 9;
}

.card.card1 {
    background: rgb(45, 56, 69);
    color: rgb(255, 255, 255);
}

.promosection .card i {
    font-size: 42px;
    width: 70px;
    padding-right: 7px;
}

.promosection .card {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.card.card2 {
    background: rgb(34, 66, 135);
    color: rgb(255, 255, 255);
}

.mybtn {
    border-radius: 7px;
    padding: 8px 12px;
    background: var(--secondary-color);
    border: 0px;
    transition: all 0.2s ease-out 0s;
}

.card.card2 .mybtn {
    background: var(--secondary-color);
}

.promosection .card .mybtn i {
    font-size: 20px;
    width: unset;
}

.bg-light1 .mybtn {
    background: var(--theme-color);
}

.topbtn1 {
    background: #b62a2e;
    color: #fff;
    /* margin-left: 5px; */
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 68vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:767px) {
    #hero .carousel-item::before {
        content: "";
        background-color: #022539f0;
        background: #bdc3c7;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7);
        /* Chrome 10-25, Safari 5.1-6 */
        background-image: linear-gradient(to left, #000, var(--theme-color));
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        opacity: 0.7;
        /* filter: blur(100px); */
    }
}

.ab {
    left: 0;
    top: -4%;
    right: auto;
    bottom: auto;
/*     background-color: #000; */
    position: absolute;
    left: auto;
    top: -7%;
    left: 0;
    bottom: auto;
    z-index: -1;
    width: 66%;
    height: 500px;
    border-radius: 200px;
    /* background-color: #008afc; */
    -webkit-filter: blur(180px);
    filter: blur(180px);
    will-change: transform, opacity;
    transform: translate3d(-176.105px, 160.68px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--theme-color);
}

@media (max-width: 992px) {
    #hero {
        height: 33vh;
    }
    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}


/* about us */

.drem-job {
    position: relative;
    z-index: 1;
    padding-left: 200px;
    padding-bottom: 150px;
    margin-top: 40px;
}

.drem-job img {
    width: 436px;
    border-radius: 100%;
    height: 436px;
    object-fit: cover;
}

.dr-sm-img {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 90px;
    bottom: 100px;
}

.dr-sm-img img {
    border: 5px solid #fff;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.job-item {
    background: var(--theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.job-ct-1:hover,
.job-ct-2:hover,
.job-ct-3:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.job-item .job-ct-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 100%;
    line-height: 45px;
    font-size: 20px;
    margin-right: 20px;
}

.job-ct-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}

.job-ct-text p {
    color: #fff;
    margin: 0;
}

.job-ct-1 {
    left: 70px;
    top: 0;
}

.job-ct-2 {
    left: -70px;
    top: 50%;
}

.job-ct-3 {
    right: 0;
    bottom: 100px;
}

.job-ct-3.job-item .t-btn {
    padding: 5px 15px;
    margin-top: 8px;
    border: 1px solid var(--theme-color);
}

.job-ct-2.job-item .job-ct-icon {
    position: absolute;
    left: -20px;
    top: -20px;
}

.job-ct-2.job-item .job-ct-text {
    padding-left: 15px;
}


/* .myawards {
    border-width: 5px 5px 5px 5px;
    border-image: linear-gradient(45deg, rgba(100, 57, 242, 1) 0%, rgba(242, 55, 55, 1) 100%);
    border-image-slice: 9;
    border-style: solid;
    padding-bottom: 2em;
} */

.about_left {
    padding-right: 100px;
}

.about_left h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    color: var(--theme-color);
}

.about_left h2 {
    font-weight: 400;
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 1px;
    color: rgb(45, 56, 69);
}

.text-red {
    color: var(--theme-color);
}

.sectiontitle h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    color: var(--theme-color);
}

.sectiontitle h2 {
    font-weight: 400;
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 1px;
    color: rgb(45, 56, 69);
}

.ts-ihbox-icon {
    height: 80px;
    width: 80px;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 228px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px;
    background-color: var(--secondary-color);
    transition: all 0.3s ease-in-out 0s;
}


/* services top */

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f5f5;
    padding: 60px 40px 60px 40px;
    /* height: 100% !important; */
}

.service-block-one .inner-box .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-one .inner-box .category {
    position: absolute;
    top: 30px;
    right: 30px;
}

.service-block-one .inner-box .category a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    z-index: 1;
}

.service-block-one .inner-box .category a:hover {
    background: #142b3c;
}

.service-block-one .inner-box .icon-box {
    position: relative;
    margin-bottom: 34px;
    text-align: start;
    margin-right: auto;
    display: flex;
    justify-content: start;
    height: 77px;
}

.service-block-one .inner-box p {
    display: block;
    color: #828080;
    margin-bottom: 9px;
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 11px;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #142b3c;
}

.btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    /* text-transform: uppercase; */
    background: #fff;
    padding: 13px 24px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
    color: var(--theme-color);
}

.btn-box a span {
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease;
}

.service-block-one .inner-box p {
    color: #000;
    position: relative;
    margin: 0px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-box a:hover span {
    padding-right: 42px;
}

.btn-box a span:after {
    position: absolute;
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
}

.btn-box a:hover span:after {
    opacity: 1;
}

.icon-box img {
    height: 100%;
    object-fit: contain;
}

.service_card .card img {
    border-radius: 21px;
    padding: 10px;
    height: 20em;
    object-fit: cover;
}

.services_card .card {
    background-image: linear-gradient(165deg, #f1f1f1 90%, #FFFFFF 90%);
    border: 0;
}

.services_card .card_icon {
    color: var(--secondary-color);
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #D5D5D5;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    line-height: 40px;
    background: transparent;
    /* border-radius: 0; */
}

.services_card h3 {
    font-size: 20px;
    font-weight: 600;
}

.topservices {
    background-position: center top;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.bg-overlay-black-90:before {
    background: linear-gradient(265deg, #0079b4d9, #1a3288);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-90 {
    position: relative;
    z-index: 1;
}


/* #hero :before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: url(../images/layer1.png) left bottom no-repeat;
} */

.mouse {
    width: 50px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: absolute;
    z-index: 9;
    margin: auto;
    /* display: flex; */
    /* vertical-align: bottom; */
    /* top: 0; */
    bottom: 12px;
    left: 0;
    right: 0;
    /* background: #fff; */
    /* padding: 5em; */
}

.mouse::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}


/** destination-section **/

.destination-section {
    position: relative;
}

.destination-section .inner-container {
    position: relative;
    display: block;
    background: #e94d4e;
    padding-left: 440px;
    overflow: hidden;
}

.destination-section .inner-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.destination-section .inner-container .image img {
    width: 100%;
}

.destination-section .inner-container .content-box {
    position: relative;
    padding: 51px 60px 60px 60px;
    /* z-index: 99999; */
}

.destination-section .content-box h2 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 7px;
}

.destination-section .content-box p {
    display: block;
    color: #b8bfc5;
    margin-bottom: 28px;
}

.destination-section .content-box .shape .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 359px;
    height: 170px;
    background-repeat: no-repeat;
    opacity: 0.3;
}


/* services */

.servicecard .card-body {
    padding: 50px 30px 30px;
}

.service_card .card-title {
    color: rgb(34, 45, 53);
}

.service_card .card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px;
    border-radius: 17px;
}

.service_card p {
    margin: 0px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-10 {
    margin-top: 21px;
}

.service_card .card img {
    border-radius: 21px;
    padding: 10px;
    height: 20em;
    object-fit: cover;
}

a.btn.btn-primary.allbtn {
    color: rgb(255, 255, 255);
    background: var(--theme-color);
    padding: 12px 15px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid rgb(223, 222, 230);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
}

a.btn.btn-primary.allbtn span {
    position: relative;
    display: inline-block;
    line-height: normal;
}

a.btn.btn-primary.allbtn:hover {
    background: rgb(4, 25, 176);
    color: rgb(255, 255, 255);
}

a.btn.btn-primary.allbtn:hover span::before {
    background-color: rgb(255, 255, 255);
}

a.btn.btn-primary.allbtn:hover::after {
    color: rgb(255, 255, 255);
}

.sectiontitle p {
    width: 60%;
    margin: 20px auto;
}

.bg-theme {
    background: rgb(0, 82, 133);
}

.serv_card h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
}

.card_icon {
    display: inline-block;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background: var(--theme-color);
    color: rgb(255, 255, 255);
    margin: 15px 0px;
}

.serv_card .card {
    background: transparent;
    color: rgb(255, 255, 255);
    padding: 30px 20px 5px;
    border-color: rgb(204, 204, 204) !important;
}

.card_icon i {
    font-size: 45px;
    line-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_card .card:hover {
    background: rgb(194, 38, 6);
    transition: all 0.2s ease 0s;
    border-color: var(--secondary-color);
}

.serv_card .card:hover .card_icon {
    background: rgb(255, 255, 255);
}

.serv_card .card:hover .card_icon i {
    color: rgb(4, 25, 176);
}

.card.enq_card {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
    z-index: 1;
}

.serv_card .card:hover h3 a {
    color: rgb(255, 255, 255);
}

.serv_card p {
    color: #000;
    font-weight: 600;
}

.enq_card .mybtn {
    background: var(--secondary-color);
}

.card.enq_card::before {
    background: rgb(15 41 168 / 93%);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.card.enq_card:hover::before {
    background: rgb(30 44 158 / 96%);
}

.counter-box {
    display: block;
    background: transparent;
    padding: 10px;
    text-align: center;
    border-radius: 100%;
}

.counter-box p {
    margin-bottom: 0px;
    color: rgb(159, 174, 190);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}

.counter-box i {
    font-size: 45px;
    margin: 0px 0px 15px;
    color: rgb(210, 210, 210);
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 32px;
    margin-bottom: 13px;
}

.counter-box.colored {
    background: transparent;
}

.counter-box.colored i,
.counter-box.colored .counter {
    color: rgb(255, 255, 255);
}

.mycounter {
    position: relative;
    z-index: 1;
}

.mycounter::before {
    background: rgba(9, 30, 178, 0.79);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.counter-box img {
    width: 50px;
    margin-bottom: 13px;
    margin-top: 31px;
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 100%;
    height: 50px;
    object-fit: contain;
}

.mycounter h2 {
    background: rgb(194, 38, 6);
    width: fit-content;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid;
}

.mt-28 {
    margin-top: -28px;
}

.free_assessment img {
    object-fit: cover;
}

.testimonial-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.testimonial-author-img {
    width: 80px;
    height: 80px;
    margin-top: -50px;
    position: absolute;
    right: 30px;
    border: 2px dashed red;
    border-radius: 50px;
    padding: 3px;
}

.testimonial-author-img img {
    border-radius: 50%;
    object-fit: cover;
    height: 69px;
}

.testimonial-rate {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.testimonial-author-info {
    margin-top: 20px;
}

.testimonial-author-info h4 {
    color: #031f4b;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}

.testimonial-item span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    border-radius: 50px;
    right: 30px;
    bottom: 30px;
    font-size: 35px;
    color: var(--theme-color);
    display: block;
    text-align: center;
}

.brands_item img {
    object-fit: contain;
    height: 185px;
    background: #f8f9fa;
    padding: 5px;
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer_main {
    background: #022539;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

.footer_main .footer-top {
    padding: 60px 0 30px 0;
}

.footer_address li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-top .footer-links ul i {
    padding-right: 2px;
    /* color: rgba(255, 255, 255, 0.6); */
    font-size: 14px;
    line-height: 1;
}

.footer_address li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--theme-color);
}

.footer_main .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer_main .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

.footer_main .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
 font-family: "Inter", sans-serif;
    color: #fff;
}

.footer_main .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer_main .footer-top .social-links a:hover {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
}

.footer_main .footer-top h4 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer_main .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer_main .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_main .footer-top .footer-links ul i {
    padding-right: 2px;
    /* color: rgba(255, 255, 255, 0.6); */
    font-size: 11px;
    line-height: 1;
}

.footer_main .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer_main .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer_main .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
}

.footer_main .footer-top .footer-links ul a:hover {
    color: var(--theme-color);
}

.footer_main .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

.footer_main .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

.footer_main .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: var(--theme-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer_main .footer-top .footer-newsletter form input[type=submit]:hover {
    background: var(--theme-color);
}

.footer_main .copyright {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
}

.footer_main {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}

.footer_main a {
    color: #fff;
    transition: 0.3s;
    /* font-weight: 600; */
}

.footer_main a:hover {
    color: white;
}

.credit {
    font-size: 16px;
}

.mds_breadcrumb {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div.mds_breadcrumb>.ttm-bg-layer {
    background-color: rgba(243, 243, 245, 0.85);
}

.mds_breadcrumb {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}

.breadcrumb_title .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.breadcrumb_title .page-title-heading {
    position: relative;
}

.breadcrumb-wrapper a {
   font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.text-theme {
    color: var(--theme-color);
}

.inner_img img {
    width: 100%;
    height: 25em;
    object-fit: contain;
}

.course-details-right {
    padding: 25px 35px 0px;
    border: 1px solid rgb(225, 225, 225);
    background: rgb(238, 242, 245);
}

.course-details-right h3 {
    margin-bottom: 50px;
}

.course-details-left h3,
.course-details-right h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.course-details-right ul li {
    display: block;
    font-size: 16px;
    color: var(--optionalColor);
    font-weight: 400;
    text-transform: unset !important;
    margin-bottom: 7px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.course-details-right ul li:last-child {
    border-bottom: none;
}

.course-details-right ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}

.new_post .single_post {
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding-bottom: 40px;
}

.new_post .recent_img {
    border: 1px solid rgb(238, 238, 238);
    padding: 2px;
}

.new_post .single-post .post_title {
    width: 75%;
    padding-left: 15px;
}

.new_post .single-post .post_title a {
    clear: none;
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(0, 0, 0);
    background: none !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 12px !important;
}

.new_post .single-post {
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(0, 0, 0);
    margin-bottom: 11px;
    padding-bottom: 9px;
}

.post-date span {
    color: rgb(187, 187, 187);
    font-size: 11px;
}

.new_post .single-post:last-child {
    border-bottom: 0px;
}


/* latest child */

.homeblog {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.homeblog .img-holder {
    position: relative;
    display: block;
}

.homeblog .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.homeblog .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    /* height: 0px; */
    background-color: transparent;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.homeblog:hover .img-holder .inner:before {
    /* height: 100%; */
}

.homeblog .img-holder .inner img {
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 18em;
}

.homeblog:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.homeblog .img-holder .date-box {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-top-left-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 12px 0;
    z-index: 1;
}

.homeblog .img-holder .date-box h3 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.homeblog .img-holder .date-box h3 span {
    color: var(--secondary-color);
    font-size: 14px;
}

.homeblog .text-holder {
    position: relative;
    display: block;
    padding: 25px 0 30px;
    border-bottom: 2px solid #dddddd;
}

.homeblog .text-holder:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 2px;
    background-color: var(--theme-color);
    content: "";
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.homeblog:hover .text-holder:before {
    transform: scaleX(1.0);
}

.homeblog .text-holder h3 {
font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin: 24px 0 0px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homeblog .text-holder h3 a {
 color: #031f4b;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homeblog .text-holder h3 a:hover {
    color: var(--theme-color);
}

.widget-title {
    font-size: 16px;
    line-height: normal;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-bottom: 24px;
    margin: 0px;
    text-transform: uppercase;
}

.light-red {
    background: rgba(194, 38, 6, 0.1);
}

a.webvisit {
    background: var(--theme-color);
    padding: 4px;
    color: rgb(255, 255, 255);
    border-radius: 0px 14px;
    text-align: left;
    margin-right: auto;
    font-size: 14px;
    position: absolute;
    right: 11px;
    bottom: 0px;
    z-index: 9;
}

.blog_single ul li {
    display: block;
    font-size: 16px;
    color: var(--optionalColor);
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 2px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(235, 235, 235);
	margin-left:2rem !important;
	
}

.blog_single ul li:last-child {
    border-bottom: none;
}

.blog_single li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
       content: "\f111";
    margin-right: 5px;
    font-size:8px;
}

.bg-light1 {
    background: rgb(173, 39, 12);
}

.notice>.desc {
    display: none;
}

.readMore {
    cursor: pointer;
}

.expander {
    height: 10em;
    overflow: hidden;
    cursor: pointer;
}

.card.card2 .mybtn:hover {
    background: rgb(194, 38, 6);
}

.navbar-nav .nav-item a i {
    font-size: 11px;
    padding-left: 5px;
}

.flickrbtn {
    animation: 1500ms ease 0s infinite normal none running glowing;
    cursor: pointer;
}

@keyframes glowing {
    0% {
        background-color: rgb(128, 41, 143);
        box-shadow: rgb(128, 41, 143) 0px 0px 3px;
    }
    50% {
        background-color: rgb(243, 110, 33);
        box-shadow: rgb(243, 110, 33) 0px 0px 40px;
    }
    100% {
        background-color: rgb(128, 41, 143);
        box-shadow: rgb(128, 41, 143) 0px 0px 3px;
    }
}

.single-widget.widget-about img {
    padding: 6px;
    width: 220px;
}

.qualified .card {
    border: 4px solid rgb(32, 64, 134);
    border-radius: 10px;
}

.provincial_card img {
    width: 15em;
    margin: auto;
    height: 15em !important;
    border-radius: 100% !important;
}

ul.innerdet li {
    border: 0px;
    color: rgb(43, 73, 140);
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

ul.innerdet {
    padding-left: 15px;
    margin-top: 9px;
}

ul.innerdet li::before {
    color: rgb(194, 38, 6);
}

.latest_card img {
    object-fit: cover;
    height: 21em;
}

.mycontact_info {
    margin: 0px;
    padding: 0px 0px 0px 50px;
    clear: both;
    width: 100%;
    line-height: 30px;
    position: relative;
}

.mycontact_info span {
    margin: 3px 10px 0px 0px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mycontact_info.a1 h6 {
    margin-bottom: 5px;
}

.line_separator {
    border-top: 1px dashed;
    clear: both;
    display: block;
    float: left;
    margin: 20px 0px;
    width: 100%;
}

.contact1 {
    padding: 15px;
    background: rgb(240, 244, 249);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgb(69, 39, 160) !important;
}

.btn-outline-primary:hover {
    background-color: rgb(69, 39, 160) !important;
}

.contactus .wrapper {
    background: 0% 0% / cover rgb(0, 0, 0);
    width: 100%;
}

.contactus .overlay {
    width: 100%;
    background: var(--theme-color);
}

.contactus .contact-us {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contactus .address {
    margin-left: 10px;
    margin-top: 14px !important;
}

.contactus .address span {
    color: rgb(123, 31, 162);
}

.contactus .icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactus .icons i {
    font-size: 20px;
}

.contact_form .card {
    border: none;
    border-radius: 0px;
/*     width: 550px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.contact_form .text-muted {
    font-size: 12px;
    font-weight: 500 !important;
    color: rgba(108, 117, 125, 0.8) !important;
}

.contact_form h2 {
    color: rgb(2, 130, 130);
    padding: 10px 0px 20px;
    font-weight: bold;
}

.contact_form .form-group {
    margin-top: 20px;
}

.contact_form .first {
    margin-top: 0px !important;
}

.contact_form .form-control {
    border-radius: 0px;
}

.contact_form .form-group label {
    font-size: 12px;
    font-weight: bold;
}

.contact_form .form-group span {
    color: rgb(255, 0, 0);
}

.contact_form .form-control:focus {
    border: 1.5px solid rgb(173, 181, 189);
    border-radius: 0px;
    box-shadow: none;
    background: rgba(255, 0, 0, 0.07);
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
}

.contact_form .form-check-label {
    font-size: 9px;
    font-weight: bold;
}

.abt_inner .box {
    position: absolute;
    bottom: -70px;
    width: 46%;
    left: 80px;
    background: rgb(255, 255, 255);
    padding: 10px;
    z-index: 1;
}

.abt_inner .box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: rgb(255, 255, 255);
    border: 8px solid var(--secondary-color);
    padding: 38px 40px;
}

.abt_inner .box .inner .icon-box .icon-1 {
    left: -20px;
    bottom: -20px;
}

.abt_inner .box .inner .icon-box .icon {
    position: absolute;
    width: 171px;
    height: 171px;
    background: rgb(237, 246, 255);
    border-radius: 50%;
}

.abt_inner .box .inner span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.abt_inner .box .inner h1 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0px;
}

.abt_inner .box .inner p {
    font-size: 15px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    position: relative;
}

.abt_inner .box .inner h1 {
    color: var(--theme-color);
}

.abt_inner .box .inner .icon-box .icon-2 {
    right: -90px;
    top: -135px;
}

.service_bg {
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 70px 40px 70px 110px;
}

.solve_content_list {
    position: relative;
    margin-top: 30px;
}

.ps-0 {
    padding-left: 0px;
}

.ser_img_right {
    margin-left: -400px;
    z-index: -1;
    margin-bottom: 30px;
}

.ser_img_right img {
    width: 100%;
    height: 86em;
    object-fit: cover;
}

@media (min-width: 1600px) {
    .ser_img_right img {
        width: 100%;
        height: 74em;
        object-fit: cover;
    }
}

.pe-0 {
    padding-right: 0px !important;
}

.single-item {
    position: relative;
    padding-left: 110px;
    margin-bottom: 37px;
    margin-top: 2em;
}

.single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    transition: all 500ms ease 0s;
}

h3.choose_item_heading {
    color: rgb(30, 62, 133);
    font-size: 22px;
    margin-bottom: 10px;
}

.single-item i {
    color: rgb(30, 62, 133);
}

@media (max-width: 767px) {
    .service_bg {
        padding: 15px;
    }
    .single-item {
        padding-left: 15px;
    }
    .single-item .icon-box {
        position: relative;
        margin-bottom: 15px;
    }
    .ser_img_right img {
        height: 100%;
    }
}

.backgroundform {
    padding: 15px 10px;
    margin: 0px;
}

@media only screen and (min-width: 1024px) {
    .backgroundform {
        padding: 50px 261px;
    }
}

.myform select {
    display: block;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    height: 40px;
    padding: 5px 10px;
}

.contact_form.enroll_form {
    background: rgba(10, 88, 202, 0.18);
    padding: 3em;
    font-weight: 600;
}

.evaulatesection {
    margin-top: 0px;
    min-height: auto;
    margin-bottom: 10px;
}

.evaulatesection .mybtn {
    background: var(--theme-color) !important;
}

.evaulatesection .mybtn:hover {
    background: var(--secondary-color) !important;
}

.img-overlay-70 {
    position: relative;
}

.img-scale-animate {
    overflow: hidden;
}

.img-overlay-70::before {
    opacity: 0.7;
    background-image: linear-gradient(transparent, rgb(17, 17, 17)), linear-gradient(transparent, rgb(17, 17, 17));
    content: "";
    height: 70%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.img-scale-animate img {
    transform: scale(1);
    transition: all 1.5s ease-out 0s;
    height: 400px;
    width: 100%;
}

.width-100 {
    width: 100%;
    object-fit: cover;
}

.blog_content_lg {
    position: absolute;
    z-index: 7;
    bottom: 10px;
    left: 30px;
    padding-right: 30px;
}

.post-date-light ul {
    line-height: 1;
}

.post-date-light ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.post-date-light ul li span {
    float: left;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}

.post-date-light ul li a {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease-out 0s;
}

.post-date-light ul li:last-child {
    margin-right: 0px;
}

h2.title-medium-light {
    font-weight: 500;
    color: rgb(255, 255, 255);
}

h2.title-medium-light a {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease-out 0s;
    font-weight: 600;
    font-size: 23px;
}

h2.title-medium-light a:hover,
h2.title-medium-light span {
    color: rgb(229, 57, 53);
}

.img-scale-animate:hover img {
    transform: scale(1.1);
}

.mb-30 {
    margin-bottom: 12px;
}

.latest_news .media {
    margin-top: 0px;
}

.latest_news .media {
    display: flex;
    align-items: flex-start;
    border: 1px solid rgb(238, 238, 238);
    padding: 5px;
    background: rgb(255, 255, 255);
}

.img-opacity-hover {
    position: relative;
    display: block;
}

.img-opacity-hover::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(225, 225, 225, 0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.latest_news .media .media-body {
    margin-left: 15px;
}

.latest_news .media-body {
    flex: 1 1 0%;
}

.post-date-dark ul {
    line-height: 1;
}

.post-date-dark ul li:last-child {
    margin-right: 0px;
}

.post-date-dark ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgb(17, 17, 17);
    margin-right: 15px;
}

.post-date-dark ul li span {
    float: left;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}

h3.title-medium-dark {
    font-weight: 500;
}

h3.size-md {
    font-size: 15px;
}

h3.title-medium-dark a {
    color: #000;
    transition: all 0.5s ease-out 0s;
    font-weight: 600;
}

.width40 img {
    width: 144px;
    height: 112px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .latest_news .media {
        display: block;
        align-items: flex-start;
        border: 1px solid rgb(238, 238, 238);
        padding: 5px;
        background: rgb(255, 255, 255);
    }
    .latest_news .media img {
        width: 100%;
        object-fit: cover;
    }
    .latest_news .media .media-body {
        margin-left: 0px;
        margin-top: 10px;
    }
    .widgets.footer-widgets .widget-contact ul li {
        display: flex;
    }
    .promosection .card {
        margin-bottom: 10px;
    }
    .about_left h2,
    .sectiontitle h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .sectiontitle p {
        width: 100%;
    }
    .aboutus {
        text-align: center;
        margin-top: 1em;
    }
    .top_btn {
        padding: 6px 19px 6px 6px !important;
    }
}

.text-red {
    color: var(--theme-color);
}

.serv_card .card:hover p {
    color: #fff;
}

.eapps-widget-toolbar {
    display: none !important;
}

.alignleft {
    display: inline;
    /* float: left; */
    margin-right: 1.5em;
}

@media(max-width:767px) {
    .alignleft {
        display: flex;
        justify-content: center;
    }
    .alignleft img {
        width: 100%;
        object-fit: contain;
        padding: 5px;
        margin-bottom: 8px;
    }
    .margin-5 {
        margin-top: 15px;
    }
    .destination-section .inner-container {
        position: relative;
        display: block;
        background: #e94d4e;
        padding-left: 0;
        overflow: hidden;
    }
    .destination-section .inner-container .image {
        position: relative;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }
    .destination-section .inner-container .content-box {
        position: relative;
        padding: 51px 13px 60px 11px;
        /* z-index: 99999; */
        /* font-size: 12px; */
    }
    .about_left {
        padding-right: 0;
    }
}

.myawards {
    border-width: 5px 5px 5px 5px;
    border-image: linear-gradient(45deg, rgba(100, 57, 242, 1) 0%, rgba(242, 55, 55, 1) 100%);
    border-image-slice: 9;
    border-style: solid;
    padding-bottom: 2em;
}


/* floating css */

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999;
}

.fab-container:hover {
    height: 100%;
}

.fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}

.fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}

.fab-container:hover .sub-button:nth-child(4) {
    transform: translateY(-139px);
}

.fab-container:hover .sub-button:nth-child(5) {
    transform: translateY(-260px);
}

.fab-container:hover .sub-button:nth-child(6) {
    transform: translateY(-320px);
}

.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: red;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
}

.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    /* height: 50px; */
    /* width: 50px; */
    /* background-color: transparent; */
    /* border-radius: 50%; */
    transition: all 0.3s ease;
}

.fab-container .sub-button:hover {
    cursor: pointer;
}

.fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}

.fab-container .sub-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    border-radius: 100%;
}

.fab-container p {
    opacity: 0;
    background: var(--theme-color);
    padding: 1px 15px;
    color: #fff;
    border-radius: 5px;
    width: 146px;
    font-size: 12px;
}

.fab-container:hover p {
    opacity: 1;
}

.sub-button:hover p, .sub-button:hover span {
    background: var(--secondary-color);
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.scroll {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9;
    margin: auto;
    /* display: flex; */
    /* vertical-align: bottom; */
    /* top: 0; */
    bottom: 12px;
    left: 0;
    right: 0;
    position: absolute;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}

.scroll::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

@keyframes down {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translateY(15px);
    }
    40% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translateY(15px);
    }
    40% {
        transform: translate(0);
    }
}

.demo-gallery-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    margin: auto;
}

.demo-gallery-poster i {
    color: var(--secondary-color);
    display: flex;
    margin: auto;
    width: 60px;
    align-items: center;
    height: 60px;
    object-fit: contain;
    background: #fff;
    border-radius: 100%;
    padding: 14px;
    font-size: 31px;
    line-height: 43px;
    justify-content: center;
}

.color-purple {
    background: var(--theme-color);
    padding: 5px;
}

.video_gallery img {
    height: 20em;
    object-fit: cover;
    width: 100%;
}


/* banner ad area */

.mdsvisa_side_banner .mdsvisa_side_box {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 33px 30px 30px 30px;
    overflow: hidden;
}

.mdsvisa_side_banner .mdsvisa_side_box:before {
    position: absolute;
    content: "";
    background: #142b3c;
    width: calc(100% - 275px);
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0.84;
}

.mdsvisa_side_banner .mdsvisa_side_box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.93;
}

.mdsvisa_side_banner .mdsvisa_side_box .bg-layer {
    background-color: var(--secondary-color);
}

.mdsvisa_side_banner .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.mdsvisa_side_banner .mdsvisa_side_box .mdsvisa_top {
    position: relative;
    max-width: 203px;
    /* margin-bottom: 87px; */
    z-index: 1;
}

.mdsvisa_side_box .mdsvisa_top h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.mdsvisa_side_banner .mdsvisa_side_box .mdsvisa_top h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 19px;
}

.mdsvisa_side_banner .mdsvisa_side_box .mdsvisa_top ul {
    background: none;
    padding: 0px;
    border: 0px;
}

.card_box p {
    color: #000;
    margin-bottom: 10px;
    display: block;
   font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.text-red {
    color: var(--secondary-color);
}

.card_box {
    background: rgb(13 110 253 / 25%);
}
.sub-button a {
    display: flex;
    align-items: center;
}
/*/* form contact button style by bks start */
li.subpoints {
    padding-left: 25px;
}

/*by bks for badge*/
.containert {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .badge {
    display: block;
    text-align: justify;
    white-space: normal;
  }
  @media (max-width: 767px){
.badge {
    font-size: 14px;
    margin-bottom: 10px;
    white-space: unset;
    text-align: left;
    line-height: 30px;
}
.breadcrumb_title .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 23px;
    color: rgb(255, 255, 255);
}
}
/*for text editor   */
 .custom-list-item {
        list-style: disc;
        margin-left: 3rem;
    }

.headingb{
display: flex;
/* align-items: center; */
justify-content: center;
height: 0rem;
}
/* assesment */
#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#feedback a {
    display: block;
    background: var(--secondary-color);
    height: 60px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    / font-weight: bold; /
    text-decoration: none;
}

#feedback a:hover {
    background: var(--theme-color);
}
.recentposts li:before{
	content:unset !important;
}
.recentposts li{
	margin-left:0px !important;
}
/* federal immigration */
.recentposts .liststyle1234{
    margin-left: 1px !important;
    margin-bottom: 1rem;
  
}
.homeblog p{
	display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* style added by bikash */
li.content_editor2 {
    display: block;
    font-size: 16px;
    color: var(--optionalColor);
    /* font-weight: 600; */
    text-transform: capitalize;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(235, 235, 235);
    margin-left: 2rem !important;
}
li.content_editor2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f111";
    margin-right: 5px;
    font-size: 8px;
}
ol li{
	list-style:decimal !important;
	font-size:16px;
	 margin-bottom: 6px;
    padding-bottom: 8px;
	    margin-left: 2rem !important;

	
}
.custom-nested-li {
/*     display: block;
    font-size: 16px;
    color: var(--optionalColor); */
    /* font-weight: 600; */
/*     text-transform: unset !important;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(235, 235, 235); */
    margin-left: 2rem !important;
} 
/* .sponsorli{
	color:red !important;
} */
.subpoints:before,.sponsorli:before{
	
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f0da" !important;
    margin-right: 5px !important;
	font-size:14px !important;
	
}
/* bikash end */