@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Mirza&display=swap');
/*********************************
2. Body and some general stuff
*********************************/
/*@font-face {*/
/*    font-family: 'DroidKufi-Bold';*/
/*    src: url('DroidKufi-Bold.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
     @font-face {
          font-family: "STC";
          src: url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.eot");
          src: url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.woff") format("woff"), url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/157bc09a1cd0a9c9a52fe4287c0e1d31.svg#STC Forward") format("svg");
        }
*
{  
    /*font-family: 'Mirza', cursive !important;*/
/*font-family: 'Amiri', serif ;*/
    margin: 0;
    /*padding: 0;*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body, h1, h2, h3, h4, h5, h6, li, a,p,ul,::placeholder,input,label{
    font-family: 'STC', serif !important;

}
body
{
    /*font-family: 'Amiri', serif !important;*/
font-size: 15px;
    font-weight: 500;
    background: #FFFFFF;
    color: #696969;
}
/*ol{*/
/*        margin-left: 3.5vh;*/
/*}*/
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p.logo_content
{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
    text-align: justify;
    margin-bottom: 0;
}
a
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:hover
{
    color: #20d34a !important;
}
::selection
{
    color: #20d34a;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: right;
}
.float_right
{
    float: left;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
    padding: 0px !important;
}
.button
{
    display: inline-block;
    height: 51px;
    background: #283290;
}
.button::after
{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #20d34a;
    content: '';
    z-index: 0;
    -webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
    transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.button a
{
    display: block;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
    padding-right: 39px;
    padding-left: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
}
.button:hover::after
{
    height: 100%;
}
.button:hover a
{
    color: #FFFFFF !important;
}
.section_title
{
    padding-top: 17px;
}
.section_title h2
{      padding: 40px;
    text-align:center;
    font-size: 30px;
    font-weight: 500;
    color: #2a408c;
}
.video-section{
    /*background-attachment: unset !important;*/
}
.news_post {
    width: 100%;
    width: 100%;
    /*border-radius: 12px;*/
    background: #fdfdfd96!important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%)
}
.news_title{
    text-align:center;
}
.news_title::before{
    
    display:none !important;
}
.news_body{
        /*border-radius: 12px;*/
    border-bottom: 3px solid #20D34A;
       padding: 22px  !important; 
}
.news_title {
    padding-top: 0 !important;
}
.news_image{
        display: flex;
    justify-content: center;
}
.section_title::after
{
    display: none;
    position: absolute;
    right: 1px;
    top: 0;
    width: 54px;
    height: 3px;
    background: #20d34a;
    content: '';
}
.section_title_light h2
{
    color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header
{
    display: block;
    /*position: fixed;*/
    top: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
}
.header.scrolled
{
    top: -48px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
    width: 100%;
    background: #060B3A;
}
.top_bar_content
{
    width: 100%;
    height: 38px;
    margin-left: 2vh;
    padding-left: 214px;
}
.top_bar_item
{
    margin-right: 33px;
}
.top_bar_item a
{
    font-size: 14px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_item:first-child
{
    margin-right: 37px;
}
.emergencies
{
    height: 100%;
    background: #ff0030;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding-right: 38px;
    padding-left: 38px;
}
.video-section .text2 p{
    text-align:justify !important;
}
.features{
    padding: 7vh;
}
.feature:hover{
        border: 3px solid #2CA94D;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 40%);

}
.feature{
    /*    height: 26vh;*/
    /*width: 20%;*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
        border: 2px solid #2CA94D;

    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fdfdfd96!important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);


    border-radius: .25rem;
}
/*********************************
3.2 Header Content
*********************************/

.header_container
{
    width: 100%;
    background: #FFFFFF;
    height: 80px;
}
.header_content
{        left: 3%;
    position: absolute;
    width: 100%;
    height: 76px;
}
.header.scrolled .header_content
{
    height: 80px;
}
.main_nav ul li
{
    display: inline-block;
}
.main_nav ul li:not(:first-child)
{
       position: relative;
    margin-right: 20px;
}
.main_nav ul li a
{
    font-size: 15px;
    font-weight: 500;
    color: #323232;
}
.hamburger
{
    display: none;
    cursor: pointer;
}
.hamburger i
{
    font-size: 24px;
    color: #2CA94D;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
    z-index: 999;
    top: 0;
  left: -11%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
    text-align:left;
    margin-left: 0vh;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #696969;
  
  display: block;
  transition: 0.3s;
}
.sidenav a:hover{
    color: #2CA94D;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
    right: 5%;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*********************************
3.3 Logo
*********************************/

.logo_container_outer
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo_container
{
    position: absolute;
    top: 0;
    left: 15px;
    width: 206px;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 31px 29px rgba(0,0,0,0.09);
    z-index: 10;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled .logo_container
{
    top: 48px;
    height: 120px;
}
.logo_container a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.about_text{
        text-align: justify;
}
.logo_content
{
    width: 100%;
    height: 100%;
    padding-left: 30px;
}
.breadcrumb{
        justify-content: center;
}

.logo_line
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #2CA94D;
}
.logo
{
    /*margin-top: 27px;*/
}
.logo span
{
    color: #20d34a;
}
.logo_container a .logo:hover
{
    color: #283290;
}
.logo_text
{
    font-size: 30px;
    font-weight: 500;
    color: #283290;
    line-height: 0.75;
}
.logo_box
{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #20d34a;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 1px;
}
.logo_sub
{
    font-size: 14px;
    font-weight: 400;
    color: #8f8e8e;
    padding-right: 3px;
    margin-top: 2px;
}

/*********************************
4. Menu
*********************************/
.nav-link:focus, .nav-link:hover {
    border-bottom: 2px solid;
    transition: 0.2s;
}
.menu_container
{
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}
.menu_container.active
{
    visibility: visible;
    opacity: 1;
    left: 0;
}
.menu
{
    position: absolute;
    top:150px;
    right: 0;
    padding-right: 15%;
}
.menu_inner
{
    width: 100%;
    height: 100%;
}
.menu_list
{
    -webkit-transform: translateY(1.5rem);
    -moz-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    -o-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    -webkit-transition: all 1000ms 400ms ease;
    -moz-transition: all 1000ms 400ms ease;
    -ms-transition: all 1000ms 400ms ease;
    -o-transition: all 1000ms 400ms ease;
    transition: all 1000ms 400ms ease;
    opacity: 0;
}
.menu_container.active .menu_list
{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.menu_item
{
    margin-bottom: 5px;
}
.menu_item a
{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #272727;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_item a:hover
{
    color: #ffb606;
}
.main_nav ul li a {
    border-bottom: #fff 2px solid;
}

#result{
        text-align: left;
}
.menu_close_container
{
    position: absolute;
    top: 86px;
    left: 79px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_close
{
    top: 9px;
    width: 21px;
    height: 3px;
    background: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close::after
{
    display: block;
    position: absolute;
    top: -9px;
    right: 9px;
    content: '';
    width: 3px;
    height: 21px;
    background: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
    background: #20d34a;
}
.menu_extra
{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 15%;
    padding-bottom: 25px;
}
.menu_appointment a
{
    font-size: 13px;
    color: #283290;
}
.menu_emergencies
{
    font-size: 13px;
    color: #272727;
}

/*********************************
5. Home
*********************************/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 33px !important;
    height: 10px !important;
    content: "";
    opacity: 1 !important;
    /*background: #896eff;*/
    border-radius: 30px !important;
    margin: 4px !important;
    background: #35c15ae3 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 9px !important;
      background: #35c15ae3 !important;
}
.slider-caption strong {
        text-align: center;
    padding: 12px !important; 
    width: 50% !important;
    font-size: 27px !important;
    position: absolute !important;
    top: 7vh;
    left: -2vh;
    color: #fff !important;
    background-color: #7a7a75b5 !important;
}
.home
{
    width: 100%;
}
.home_slider_container
{
    width: 100%;
    height: 90vh;
}
.home_slider_background
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_slider_progress
{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #20d34a;
    z-index: 1;
}
.home_content
{
    position: absolute;
    top: 39.8%;
    right: 0;
    width: 100%;
}

.home_title h1
{
    font-size: 69.24px;
    font-weight: 900;
    color: #272727;
    line-height: 1.0398;
}
.home_text
{
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 3px;
}
.home_text p
{
    font-size: 16px;
    font-weight: 500;
    color: #747474;
    line-height: 1.75;
}
.home_button
{
    margin-top: 34px;
    margin-right: 3px;
}

/*********************************
6. Boxes
*********************************/

.boxes
{
    width: 100%;
        padding-top: 2%;
    background: transparent;
    z-index: 10;
    padding-bottom: 35px;
}

.box
{
   /*width: 78%;*/
    height: 179px;
    background: #1a1f4e;
    padding-right: 42px;
    padding-top: 29px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.box::after
{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #20d34a;
    content: '';
}
.box:hover
{
    box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 11px;
}
.working_hours
{
       padding-top: 41px;
    padding-left: 35px;



}
.img-wrapper , .img-overlay{
        border-radius: 10px;
}
.img-wrapper img {
    border-radius: 10px;
}
.working_hours_list
{ display:none;
    margin-top: 40px;
}
.working_hours_list ul li
{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
    margin-bottom: 15px;
}
.box_icon
{
    width: 37px;
    height: 37px;
}
.box_icon img
{
    max-width: 100%;
}
.box_text
{
    font-size: 14px;
    line-height: 2.14;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 23px;
}
.box_phone
{
    font-size: 30px;
    font-weight: 400;
    color: #20d34a;
    margin-top: 20px;
}
.box_appointments
{
    padding-left: 30px;
}
.box_emergency
{
    padding-left: 30px;
}
.box_emergency_text
{
    font-size: 14px;
    line-height: 2.14;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 18px;
}

/*********************************
7. About
*********************************/

.about
{
    width: 100%;
    background: #FFFFFF;
}
.about_text
{
    margin-top: 34px;
}
.about_button
{
    margin-top: 45px;
}
.about_image
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_image img
{
    max-width: 100%;
}

/*********************************
8. Departments
*********************************/

.departments
{
    width: 100%;
    background: transparent;
    padding-top: 75px;
    padding-bottom: 65px;
}
.departments_background
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.departments_row
{
    margin-top: 79px;
}
.dept_col
{
    margin-bottom: 30px;
}
.dept
{
    width: 100%;
    height: 100%;
}
.dept_image
{
    width: 100%;
}
.dept_image img
{
    max-width: 100%;
}
.dept_content
{
    padding-top: 48px;
    padding-bottom: 55px;
    background: #FFFFFF;
}
.dept_content::after
{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #20d34a;
    content: '';
}
.dept_title
{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}
.dept_subtitle
{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}
.dept_text p
{
    color: #FFFFFF;
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
}
.dept_button
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
}
.dept_button a
{
    color: #272727;
}

/*********************************
9. Services
*********************************/
#inner-headline{
    padding: 10px !important;
        border-top: 4px solid #2ca94d !important;
    background:#f4fff4  url('../images/13870.png') no-repeat!important;
}
#inner-headline ul.breadcrumb li a ,#inner-headline ul.breadcrumb li i ,#inner-headline ul.breadcrumb li{
        color: #323232 !important;

}
.pageTitle{
    color: #323232;;
}
.services
{
    width: 100%;
    background: #FFFFFF;
}
.services_row
{
    /*margin-top: 95px;*/
}
.service_col
{
    margin-bottom: 30px;
}
.service
{
    width: 100%;
    background: #f5f7fa;
    padding-top: 46px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 57px;
}
.service:hover
{
    background: #283290;
}
.service::after
{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #20d34a;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service:hover::after
{
    visibility: visible;
    opacity: 1;
}
.service_icon
{
    width: 61px;
    height: 61px;
    margin-right: auto;
    margin-left: auto;
}
.service_icon svg
{
    width: 61px;
    height: 61px;
}
.service_icon img
{
    max-width: 100%;
}
.svg path,
.svg rect,
.svg polygon
{
    fill: #20d34a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon
{
    fill: #FFFFFF;
}
.service_text
{
    margin-top: 16px;
}
.service_text p
{
    color: #696969;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.service_title
{
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    padding-top: 41px;
    margin-top: 26px;
}
.service_title::before
{
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 54px;
    height: 3px;
    background: #20d34a;
    content: '';
}
.service:hover .service_title
{
    color: #FFFFFF;
}
.service:hover .service_text p
{
    color: rgba(255,255,255,0.65);
}
/*********************************/
/*card services*/
/*********************************/
.card_custom {
  /*width: 300px;*/
  margin: 10px;
  border-radius: 10px !important;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.card_custom:hover .card__caption {
  top: 50%;
  transform: translateY(-50%);
}
.card_custom:hover .card__image {
  transform: translateY(-10px);
}
.card_custom:hover .card__thumb::after {
  top: 0;
}
.card_custom:hover .card__snippet {
  margin: 20px 0;
}
.count-title {
    font-size: 29px !important;
}
.card__thumb {
      border-radius: 10px !important;

  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.counter{
        background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.img_width{
    
}

.stats-line-black
{
        width: 35px !important;
    background-color: #323238 !important;
}
.stats-text{
    text-align: center !important;
}
.stats-text,.count-title{
    color:#323238 !important;
}
.statistic-section{
         background:linear-gradient(
0deg, rgb(8 1 33 / 78%), rgb(17 29 41 / 81%)), url("/includes/images/entrepreneur-4664726_1920.jpg") !important;
      padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-attachment: fixed !important;
    background-position: 0 0;


}
@media (min-width: 1024px) {
   
  .card__thumb {
    max-height: 500px;
  }
}
.card__thumb::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__thumb::after {
    top: calc(100% - 140px);
  }
}
.card__image {
  transition: 0.5s ease-in-out;
}
.card__caption {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  color: white;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .card__caption {
    top: calc(100% - 110px);
    transform: unset;
  }
}
.card__title {
  display: -webkit-box;
  max-height: 85px;
  overflow: hidden;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 28px;
  text-shadow: 0px 1px 5px black;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__snippet {
  display: -webkit-box;
  max-height: 150px;
  margin: 20px 0;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  transition: 0.5s ease-in-out;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
    .card_custom {
    /* text-align: center; */
    
    /*width: 309px;*/
    /*margin: 30px;*/
    /*width: 322px;*/
    /*margin: 12px;*/
}
.logo img{
       width: 101px !important;
}
img{
        max-width: 100%;
}
}
@media (min-width: 1024px) {
  .card__snippet {
    margin: 60px 0;
  }
}
.card__button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: 1px solid white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.card__button:hover {
  color: black;
  background-color: white;
}

.disclaimer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px;
  background-color: white;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: center;
}
.disclaimer__link {
  color: #755D87;
  text-decoration: none;
}
.news_post:hover{
        box-shadow: 0px 15px 49px rgb(0 0 0 / 59%);
}
.news_image img ,.news_post{
    /*border-radius: 12px;*/
    /*border-bottom-left-radius: 55px;*/
}
.news_posts:hover .overlay {
  opacity: 1;
}
.overlay p{
    
      color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size:20px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay{
        /*border-radius: 12px;*/

      position: absolute; 
 top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  height: 100%;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
/**********************************/
/*10. CTA*/
/**********************************/

.cta
{
    width: 100%;
    padding-top: 131px;
    padding-bottom: 116px;
}
.cta_background
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.cta_content
{
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}
.cta_content h2
{
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
}
.cta_content p
{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: -3px;
}
.cta_button
{
    margin-top: 38px;
}

/*********************************
11. Footer
*********************************/
.heading{
    font-size:20px;
    margin-bottom: 17px;
}
.footer
{
    width: 100%;
}
.footer_container
{
    width: 100%;
    background: #060b3a url("/includes/images/line7.png") no-repeat;
    padding-bottom: 77px;
        background-position: 100% 1px;
}
.footer_logo_container
{
    width: 100%;
    height: 157px;
    background: #FFFFFF;
}
.footer_logo_container::after
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #20d34a;
    content: '';
}
.footer_logo_container a
{
    display: block;
    width: 100%;
    height: 100%;
}
.footer_logo_container .logo_content
{
    display: inline-block;
    padding-right: 0;
    width: auto;
    height: auto;
}
.footer_logo_container .logo
{
    margin-top: 10px;
}
.footer_about_text
{
    display:none;
    margin-top: 36px;
}
.footer_about_text p
{
    color: #b2b2b2;
}
.footer_about_list
{
    margin-top: 19%;
}
.footer_about_list li:not(:last-child)
{
        color: #fff;
    margin-bottom: 12px;
}
.contact-box {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    box-shadow: 0 0px 12px 0 rgb(71 119 244 / 20%);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 2.4em 1em;
}
.contact-box i {
    color: #175B92;
    font-size: 80px;
    margin-bottom: 15px;
    display: table;
    margin: auto auto 15px auto;
}
.contact-box:hover i,.contact-box:hover span,.contact-box:hover{
        color: #fff;
    background-color: #175B92;

}
.about_text {
        margin-top: -11px !important;
}
.footer_about_icon
{
   display: inline-block;
    width: 27px;
    margin-top: 7px;
    border-radius: 34px;
    height: 27px;
    background: #20d34a;
    text-align: center;
    vertical-align: middle;
}
.footer_about_icon img
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.footer_about_list li span
{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
}
.footer_column
{
    padding-top: 18%;
}
.footer_title
{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.footer_links ul
{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: 20px;
}
.footer_links ul li:not(:last-child)
{
    margin-bottom: 20px;
}
.footer_links ul li a
{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.footer_news ul
{
    margin-top: 35px;
}
.footer_news_title a
{
    font-size: 15px;
    font-weight: 500;
    color: #b2b2b2;
}
.footer_news_date
{
    font-size: 14px;
    font-weight: 500;
    color: #20d34a;
    margin-top: 7px;
}
.footer_news ul li:not(:last-child)
{
    margin-bottom: 38px;
}
.copyright
{
    /*border-top: 1px solid;*/
    width: 100%;
    background: #060b3a;
}
.copyright_content
{    margin: 18px;
    width: 100%;
    height: 62px;
}
.cr
{text-align: center !important;
    font-size: 14px;
    font-weight: 500;
    color: #97979c;
}

.owl-prev{
        position: absolute;
}
.owl-nav{
    margin-top: 0px !important;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.owl-nav .nav-btn {
font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    color: #fff;
    background: rgb(6 11 58);
}
.modal-body {
    text-align: justify;

    padding: 19px !important;
}
.blog-entry{
    
    width: 100%;
    margin: 0 auto;
    display: table;
    /*text-align: center;*/
    box-shadow: 0 0px 12px 0 rgb(71 119 244 / 20%);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 2.4em 1em;

}
/*.modal-header .close {*/
/*position: absolute;*/
/*    right: 29px;*/
/*    top: 56%;*/
/*    background: #152f4c;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    padding: 13px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    z-index: +11;*/
/*    opacity: 1;*/
/*    color: #ffffff;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    border-radius: 50%;*/
/*}*/
.modal-backdrop.show{
        z-index: 0;
}
.footer_social ul
{
    margin-right: 3.5%;
}
.footer_social ul li
{
    display: inline-block;
}
.video-section{
    direction:rtl;
}
.text2{
    direction: ltr
}
.footer_social ul li:not(:last-child)
{
    margin-right: 19px;
    margin-top: 19px;
}
.text-en{
      position: relative;
    top: -24px;
    left: 47%;  
}
.footer_social ul li a i
{
    color: #20d34a;
    padding: 5px;
    font-size: 14px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
    color: #FFFFFF;
}
.footer_social{
    text-align: center;
}
/***********************/
/*icon*/
/***********************/
.fa-chevron-left:before {
    content: "\f053" !important;
}
.fa-chevron-right:before {
    content: "\f054" !important;
}
.img-size{
/* 	padding: 0;
	margin: 0; */
	height: 450px;
	width: 700px;
	background-size: cover;
	overflow: hidden;
}
@media screen and (max-width: 800px){
    .cr{
        text-align: center;
    }
    .footer_social{
        margin: 0 auto;
        text-align: center;
    }
    .slider-caption strong {
            text-align: center;
    padding: 13px !important;
     width: unset !important; 
    font-size: 23px !important;
Success!
    position: absolute !important;
    top: 7vh !important;
    left: 4vh !important;
    color: #fff;
    background-color: #7a7a75b5;
}
}
                                .contactBtn{
                                    background:#060B3A;color:#fff;cursor:pointer
                                }
                                .contactBtn:hover{
                                    transition: 0.1s;
                                        background: #6d77d2;
                                }
