* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Kumbh Sans", sans-serif;
    scroll-behavior: smooth;
}

body {
    background-image: url(../images/page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.columns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.video-selected {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnails {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.boxe_icon i {
    font-size: 18px;
    color: #ea485d;
}

.video-thumb {
    min-height: 200px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-thumb img {
    background-color: #d8d9da;
    width: 100%;
    height: 200px;
    cursor: pointer;

}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb p {
    margin: 0;
    font-size: 12px;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
    color: #ea485d;
    text-transform: capitalize;
}



.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 16rem !important;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.dropdown-menu a{
    font-size:14px;
}

.image_text {
    font-size: 14px;
}

.dropdown-menu a {
    color: #000000 !important;
    padding: 10px 12px;
    font-size: 10px !important;

}

.nav-link {
    display: block;
    padding: 5px !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dropdown-menu::selection {
    background-color: #000000 !important;
}

.nav-link:hover {
    color: #0e74d2 !important;
}

.iconi {
    width: 50px;
    height: 50px;
    background-color: #0e74d2;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconi i {
    font-size: 18px;
    color: #ffffff;
}

.mobile_header {
    display: none;
    padding: 29px 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.top_header {
    padding: 29px 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #00000000;
}

.actives {
    background-color: #ffffff;
    transition: all 1s linear;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.actives .left_two ul li a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.nova p {
    line-height: 28px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}

.nova {
    position: relative;
}

.nova_img {
    position: absolute;
    content: "";
    top: 64%;
    left: -19%;
    z-index: -1;
}

.left_ones h3 {
    color: #ffffff;
    font-family: "Platypi", serif !important;
    font-size: 13px;
    margin-bottom: 19px;
}

.actives .left_one h3 {
    color: #1779d4;
    font-family: "Platypi", serif !important;
    font-size: 13px;
    margin-bottom: 0px;
}

.actives .right_social_media ul li a {
    color: #000;
    text-decoration: none;
}

.father_img {
    max-width: 200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.father_img img {
    border-radius: 50%;
    width: 136px;
    height: 136px;
}

.hides {
    opacity: 0;

}

.shows {
    opacity: 1;

}

.banner_img_inner img {
    position: relative;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.banner_img_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img_inner::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(to bottom, #000000, #00000000);
}

.contact_section {

    padding-bottom: 50px;
    background-color: #fff;
}


.his_image img{
max-width:350px
}

.contact_card {
    background-color: #fff;
    padding: 33px;
    margin-top: -39px;
    border-radius: 30px;
    z-index: 9;
    width: 95% !important;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.abt_img {
    max-width: 350px;
    margin: auto;
}

.time_img p {
    font-size: 15px;
    font-weight: 700;
}

.time_img {
    max-width: 350px;
    margin: auto;
    text-align: left;
}

.time_img h6 {
    color: #0e74d2;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

.input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.button {
    display: inline-flex;
    height: 40px;
    width: 187px;
    border: 1px solid #BFC0C0;
    background-color: #0e74d2;
    margin: 20px 20px 20px 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 19px;
}

.banner_img img {
    position: relative;
    width: 100%;
    min-height: 750px;
}

.banner_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(to bottom, #000000, #00000000);
}

.nande.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: 20px;
    top: 100%;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px !important;
    height: 45px !important;
    border-radius: 27px;
    background-color: #aad6ff !important;
    font-size: 32px !important;
    color: #000000 !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nande.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: 20px;
    top: 100%;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px !important;
    height: 45px !important;
    border-radius: 27px;
    background-color: #aad6ff !important;
    font-size: 32px !important;
    color: #000000 !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_text {
    position: absolute;
    z-index: 99;
}

.left_logo {
    gap: 25px;
}

.banner_text h2 {
    font-size: 49px;
    max-width: 599px;
    font-family: "Platypi", serif !important;
    text-align: center;
    color: #ffffff;
}

.owl-item.active .banner_text h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.left_two ul {
    display: inline-flex;
    list-style-type: none;
    gap: 27px;
    margin-bottom: 0px !important;
}

.map_section {
    position: relative;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #eaf5ff;
}


.left_two ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
}

.left_mo i {
    font-size: 24px;
    color: #0e74d2;
}

.right_social_media ul {
    display: inline-flex;
    list-style-type: none;
    gap: 27px;
    margin-bottom: 0px !important;
}

.right_social_media ul li a {
    color: #fff;
    text-decoration: none;
}

.left_one h3 {
    color: #bce1ff;
    font-family: "Platypi", serif !important;
    font-size: 13px;
    margin-bottom: 0px;
}

.banner_text p {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.deatils_wrapper {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    top: 0;
    right: 0;
    padding: 10px;
    background-image: linear-gradient(to top, #0e74d27a, #ffffff00);
}

.on_logo_text p{
    max-height: 240px;
    overflow-y: scroll;
}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
	background-color: #82d6f0 !important;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #00000000;
}


.ongoing_wrapper {
    position: relative;
    max-width: 500px;
    margin: 10px;
    padding: 10px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.ong_img img{
    max-height: 456px;
}


.side_img img{
    max-width: 450px;
    padding:10px;
}

.eight_sec {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fffffff5, #ffffffe8), url(../images/church_bg.png);
    background-position: bottom;
    background-size: contain;
}

.eight_ul ul li:before {
    float: left;
    display: block;
    content: '\2605';
    color: #0e74d2;
    margin: 0 5px 0 0;
  }

  .story_image img{
    max-width: 394px;
    margin: auto;
    border-radius: 50px;
  }
  
.line_bg{
    background-image: linear-gradient(to bottom, #ffffff45, #ffffff00), url(../images/bg.webp);
    background-position: center;
    background-size: contain;
}

.ongoing_text_wrapper {
    position: relative;
    background-color: #d6ebff;
    width: 93%;
    margin-top: -69px;
    height: 294px;
    overflow: hidden;
    z-index: 99;
    padding: 33px;
    border: 1px solid #b1956b73;
}
#borderimg {
    border: 10px solid transparent;
  padding: 15px;
  border-image: url(../images/dot.webp) 20% round;
  }

.timing_text p {
    font-size: 16px;
}

.timing_text h6 {
    font-size: 16px;
    color: #ec586b;
    text-transform: uppercase;

}

.about_section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eaf5ff;
}

.full {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.zoom {
    animation: scale 10s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.timing_section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: linear-gradient(to bottom, #000000cc, #000000f0), url(../images/church.jpg);
    background-position: center;
    background-size: cover;
}

.abt_sectionf {
    position: relative;
    z-index: 99;
}

.abt_sectionf p {
    font-size: 18px;
    margin-bottom: 0px;
}

.descriptions i {
    color: #ea485d;
}

.abt_sectionf h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 20px;
}

.abt_sections h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0e74d2;
    margin-top: 20px;
}



.chain {
    position: absolute;
    content: "";
    top: 0px;
    right: 167px;
    max-width: 300px;

}

.chains {
    position: absolute;
    content: "";
    transform-origin: bottom center;
    top: 0px;
    left: 167px;
    width: 125px;
    animation: swing ease-in-out 20s infinite alternate;
    transform-origin: center -20px;
}

.descriptions {
    font-size: 20px;
    max-height: 129px;
}

.descriptions {
    background-color: #0e74d238;
    min-height: 287px;
    padding: 30px;
    overflow-y: scroll;
}

.descriptions p {
    font-size: 18px;
}


#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

@keyframes swing {
    0% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

.top_title h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0e74d2;
}

.left_ones {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.left_ones img {
    width: 71px;
    height: 71px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 50px;
}


.left_one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_one img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50px;
}

.timeline_sec {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(to bottom, #fffffff5, #ffffffe8), url(../images/church_bg.png);
}

.banner_img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    min-height: 750px;
}

.abt_img {
    max-width: 350px;
    margin: auto;
}

.btn-primary {
    color: #fff;
    background-color: #0e74d2 !important;
    border-color: #0e74d2 !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    text-transform: capitalize;
}

.icon_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.icon_text h5 {
    font-size: 20px;
    color: #0e74d2;
}

.galley_sec {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.eight_ul ul{
    list-style-type: none;
    padding-left:0px;
}

.eight_ul ul li{
 margin-top:10px;
}

.icon_text p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
}

.icon_size {
    width: 50px;
    margin-bottom: 15px;
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #ea485d;
    margin-top: 10px;
    z-index: 99
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.timeline-content span {
    font-size: 15px;
    color: #0e74d2;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    word-spacing: 1px;
    color: #000;
}

.containers {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.containers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #0c85f72e;
    z-index: 1
}

.testimonial {
    background-color: #fff;
    margin: 5px;
    border: 1px solid #aacff1;
    min-height: 547px;

}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000 !important;
}

.description p {
    font-size: 16px;
    color: gray;
}

.description {
    min-height: 128px;
}


.testimonial-title {
    color: #ea485d;
}

.testimonial-review span {
    font-size: 12px;
    font-weight: 600;
    color: #8c8f8f;
    margin-bottom: 10px;
}

.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.btn-primary a:hover {
    color: #fff;
    text-decoration: none;
}

.time_ing {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.total_sec {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: linear-gradient(to bottom, #000000ad, #0e7fe705), url(../images/father.jpg);
    background-position: center;
    background-size: cover;
}

.total_sec::after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 49%;
    height: 100%;
    background-color: #0000009c;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-footer {
    background-color: #0e74d2;
    background-image: linear-gradient(to bottom, #0d6ec8, #0e7fe7b5), url(../images/b1.png);
    padding-top: 47px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: contain;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.thought_box {
    position: relative;
    max-width: 450px;
    margin: auto;
}

.thought_box:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid #ea485d;
    border-left: 3px solid #ea485d;
}

.thought_box:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 3px solid #ea485d;
    border-right: 3px solid #ea485d;
}

.thought_box span.border_btm:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 3px solid #ea485d;
    border-right: 3px solid #ea485d;
}

.thought_box span.border_btm:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 3px solid #ea485d;
    border-left: 3px solid #ea485d;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    align-items: center;
    flex-direction: row;
}

.footer-links li {
    display: block;
    line-height: 37px;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    color: #0e74d2;
    border-radius: 100%;
    background-color: #ffffff;
    font-weight: 700;
}

hr:not([size]) {
    height: 1px;
    color: #fff;
}

.copyright-text {
    margin: 0;
    font-size: 12px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #cddeed, #0e74d2);
    background-size: contain;
    background-position: bottom;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-repeat: no-repeat;
}

.sidenav a {
    padding: 8px 8px 14px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #0e74d2;
    display: block;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.news .input-wrapper input {
    font-size: 13px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    border-radius: 2px;
    position: relative;
    background-color: #eaf5ff;
}

.news .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff11;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.news .form-control:focus {
    box-shadow: none;
    background-color: #ffffff11;
}

.captcha {
    background-color: #eaf5ff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 12px 10px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: 20px;
    top: 50%;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px !important;
    height: 45px !important;
    border-radius: 27px;
    background-color: #fff !important;
    font-size: 32px !important;
    color: #000000 !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_button{
    min-width: 136px;
}

.nov a{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sl-nav i {
    color: #0e74d2;
}

.sl-nav {
    position: absolute;
    right: 13px;
    top: 3%;
    display: flex
;
    /* margin-right: auto; */
    justify-content: end;
    z-index: 99;
}

.sl-nav ul li b {
    color: #ea485d;
    font-size: 14px;
    font-weight: 500;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    z-index: 99;
}

.sl-nav li {
    cursor: pointer;

}

.sl-nav li ul {
    display: none;

}

.sl-nav li:hover ul {
    position: absolute;
    top: 25px;
    right: -19px;
    display: block;
    background: #fff;
    width: 142px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 9;
    font-size: 15px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #ea485d;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}


.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: 20px;
    top: 50%;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px !important;
    height: 45px !important;
    border-radius: 27px;
    background-color: #fff !important;
    font-size: 32px !important;
    color: #000000 !important;
    margin-top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev span {
    margin-bottom: 7px;
    color: #0d6ec8;
}

.owl-next span {
    margin-bottom: 7px;
    color: #0d6ec8;
}

.rows {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columns {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.columns img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: none;
        margin-top: auto;
    }
}




@media screen and (max-width: 800px) {
    .columns {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .columns {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }

    .banner_img_inner img {
        position: relative;
        width: 100%;
        min-height: 365px;
        object-fit: cover;
    }

    .site-footer {
        background-color: #0e74d2;
        background-image: linear-gradient(to bottom, #0d6ec8eb, #0e7fe7b5), url(../images/b1.png);
        padding-top: 47px;
        padding-bottom: 12px;
        font-size: 15px;
        line-height: 24px;
        color: #737373;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.logo {
    color: #ffffff;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

.boxes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.boxe_icon {
    position: absolute;
    content: "";
}

.boxe_icon i {
    font-size: 20px;
    color: #ea485d;
}

.boxes img {
    border-radius: 10px;
}

.video_title h5 {
    color: #ea485d;
    text-transform: capitalize;
    font-size: 18px;
}

.side-bar .menu .item a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 5px 2px;
    font-weight: 600;
    line-height: 35px;
    border-bottom: 1px solid #ffffff24;
}

.side-bar .menu .item a:hover {
    background: #33363a0a;
    transition: 0.3s ease;
}


.side_menu_link.time_img p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.side-bar .menu .item i {
    margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
    background: #b3b3b80a;
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding-left: 44px;
}

.rotate {
    transform: rotate(90deg);
}

.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    bottom: 29px;
    right: 6px;
    height: 60px;
    width: 60px;
    border-radius: 36px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icon {
    padding: 22px;
    background: linear-gradient(90deg, rgb(14 116 210) 0%, rgb(14 116 210) 86%);
    color: #fff;
}

.fixed_icon a {
    text-decoration: none;
    color: #ffffff;
}

.fixed_icon a:hover {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 1090px) {
    .actives .left_two ul li a {
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 10px;
        font-weight: 700;
    }

    .left_two ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: 3px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute !important;
        left: 20px;
        top: 50%;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        width: 45px !important;
        height: 45px !important;
        border-radius: 27px;
        background-color: #ffffff14 !important;
        font-size: 32px !important;
        color: #000000 !important;
        margin-top: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute !important;
        right: 20px;
        top: 50%;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        width: 45px !important;
        height: 45px !important;
        border-radius: 27px;
        background-color: #ffffff14 !important;
        font-size: 32px !important;
        color: #000000 !important;
        margin-top: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media screen and (max-width: 768px) {
    .container:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }

    .containers:before {
        content: '';
        position: absolute;
        top: 0;
        left: 3%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #0c85f72e;
        z-index: 1;
    }
}


@media only screen and (max-width:1215px) {
    .banner_img img {
        position: relative;
        width: 100%;
        object-fit: cover;
        min-height: 750px;
    }

    .banner_text h2 {
        font-size: 33px;
        max-width: 599px;
        font-family: "Platypi", serif !important;
        text-align: center;
        color: #ffffff;
    }
}


@media only screen and (max-width:1007px) {
    .top_header {
        display: none;
    }

    .mobile_header {
        display: block;
    }

    .icon_wrapper_space {
        flex-direction: column;
    }

    .chain {
        position: absolute;
        content: "";
        top: 50%;
        right: 167px;
        max-width: 300px;
    }
}

@media only screen and (max-width:630px) {
    .containers {
        width: 100%;
        padding: 3px 0;
        margin: 20px auto;
        position: relative;
        overflow: hidden;
    }

    .video-thumb img {
        background-color: #d8d9da;
        width: 100%;
        height: 138px;
        cursor: pointer;
    }

    .abt_sections h3 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #0e74d2;
        margin-top: 20px;
    }

    .banner_img img {
        position: relative;
        width: 100%;
        object-fit: cover;
        min-height: 550px;
    }

    .banner_text h2 {
        font-size: 24px;
        max-width: 599px;
        font-family: "Platypi", serif !important;
        text-align: center;
        color: #ffffff;
    }

    .top_title h3 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #0e74d2;
    }

}