@font-face {
    font-family: 'Bahij_Janna';
    src: url('../fonts/Bahij_Janna_Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Bahij_Janna';
    src: url('../fonts/Bahij_Janna_Bold.ttf') format('truetype');
    font-weight: bold;
}
:root {
    --global--color-primary: #0aa64f;
    --global--color-primary-90: rgba(50, 195, 108, 0.9);
    --global--color-primary-70: rgba(50, 195, 108, 0.7);
    --global--color-heading: #253745;
    --global--color-secondary: #2b3e4b;
    --global--color-body: #9b9b9b;
    --global--color-white: #ffffff;
    --global--color-white-90: rgba(255, 255, 255, 0.9);
    --global--color-gray: #f9f9f9;
}
html, body {
    font-family: 'Poppins', 'Bahij_Janna', sans-serif;
}
button, input, select, textarea, option, a.btn, button.btn {
    font-family: 'Poppins', 'Bahij_Janna', sans-serif;
}
a.btn, button.btn{
    margin-bottom:15px;
}
#navbar_menu > ul > li a.active, #navbar_menu > ul > li:hover > a, #navbar_menu > ul > li:focus > a {
    border-bottom: solid #0d2545 4px;
}
.service_head::after {
    background: #1d8994;
}
.text-align_right h3 {
    text-align: left;
}
div.large_cont_p p {
    text-align: justify;
}

.service_head {
    min-height: 93px;
}
@media (min-width: 992px){
.large_cont_p {
    padding-inline-start: 30px;
}
}
.large_cont_p ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.btn-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 96px;
    padding: 0 30px;
    border-radius: 32px 32px 0 32px;
    background-color: #435ba1;
    color: var(--global--color-white);
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    cursor: pointer;
    position: relative;
}

.btn-video.btn-video-2 {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
}

.btn-video i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 36px;
    background-color: var(--global--color-white);
    z-index: 5;
    color: var(--global--color-heading);
    font-size: 16px;
    -webkit-box-shadow: 2.121px 2.121px 6px 0px rgb(3 21 50 / 5%);
    box-shadow: 2.121px 2.121px 6px 0px rgb(3 21 50 / 5%);
    border-radius: 8px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    margin-right: 15px;
}


.btn-video.btn-video-2 i {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 88px;
    height: 88px;
    padding: 0;
    border-radius: 50%;
    background-color: var(--global--color-white);
    margin-right: 0;
    color: var(--global--color-heading);
}

.btn-video span {
    font-family: var(--global--font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    color: var(--global--color-white);
}

.btn-video span {
    margin-left: 10px;
}

.btn-video.btn-video-2 i::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: pulse 0.8s ease-out 0s infinite;
    animation: pulse 0.8s ease-out 0s infinite;
    z-index: -1;
}

.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slide-action {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-action {
    /* display: block; */
    text-align: center;
}
.btn-video.btn-video-2:hover i {
    background-color: #1d8994;
    color: var(--global--color-white);
}
