/*Template Name: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page TemplateTemplate URI:http://www.wpfreeware.com/themes/premium/singlepro/Author: WpFreeware TeamAuthor URI: https://wrapbootstrap.com/user/wpfreewareDescription: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template.Version: 1.0Tags: light, white, landing page,single page,Multipurpose,custom-colors,Bootstrap,responsive, html5, css3*//* Table of Content==================================================	#BASIC TYPOGRAPHY	#HEADER	#ABOUT SECTION	#SERVICE SECTION	#Works SECTION	#TEAM SECTION	#PRICING SECTION	#BLOG SECTION  #TESTIMONIAL SECTION  #CLIENTS SECTION  #CONTACT US SECTION  #FOOTER*//*--------------------*//* BASIC TYPOGRAPHY *//*--------------------*/
body, html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

h3, h4, h5, h6 {
    font-family: 'Varela', sans-serif;
}

h2 {
    color: #313338;
    font-size: 65px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

img {
    border: none;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(img/status.GIF); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/
.scrollToTop {
    bottom: 60px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollToTop:hover, .scrollToTop:focus {
    text-decoration: none;
    outline: none;
}

/*--------------------*//* HEADER *//*--------------------*/
#header-top {
    background: #e74c3c;
    padding: 10px 0;
}

#header {
    width: 100%;
    position: relative;
}

.login-btn {
    float: right;
    background-color: #ac3c30;
    border-color: #a22f23;
}

#header-middle {
    background: #c9f3fb;
    padding: 0px 0;
}

#header-middle .container {
    display: flex;
}

.navbar-brand {
    float: none;
    height: auto;
    margin: 15px 0;
}

.logo-text {
    display: flex;
    flex-flow: column;
    align-self: center;
}

.logo-text h3 {
    font-size: 30px;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0;
}

.navbar .container {
    position: relative;
}

.graduation {
    position: absolute;
    right: 0;
    bottom: -12px;
    height: 220px;
}

.fixed {
    position: fixed;
    z-index: 100;
    transition: 1s;
    top: 0px;
    width: 100%;
}

/*--------.menu_area-------- */
.menu_area {
}

.navbar-nav > li {
    float: left;
}

.clouds {
    display: flex;
    align-self: flex-end;
}

.navbar-default {
    background-color: #34495e;
    border-color: transparent;
    margin-top: 0px;
    padding: 12px 0px;
}

.past-main {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#navbar {
    overflow-x: hidden;
}

#navbar .active {
    background: #e74c3c;
    border-radius: 5px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#navbar .active a {
    color: #fff;
}

.navbar-brand {
    color: #fff !important;
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Varela', sans-serif;
    padding: 0px 15px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    padding: 10px 10px;
    display: block;
}

.dropdown-menu a {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

/*--------/menu_area-------- */
.slider_area {
    display: inline;
    width: 100%;
    position: relative;
}

.slider_overlay {
    background: #fff;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/
.slides-navigation a {
    width: 100px;
    height: 100px;
}

.slides-navigation .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slides-navigation a::before, .slides-navigation a::after, .slides-navigation .icon-wrap::before, .slides-navigation .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before, .slides-navigation .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before, .slides-navigation .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a.next::before, .slides-navigation a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a::after, .slides-navigation .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slides-navigation a.next::after, .nslides-navigation a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.slides-navigation h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before, .slides-navigation a:hover .icon-wrap::after {
    height: 50%;
}

.slides-navigation a:hover::before, .slides-navigation a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before, .slides-navigation a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after, .slides-navigation a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after, .slides-navigation a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/
.slider_caption {
    margin-top: 7%;
    padding: 0 13% 0 5%;
    position: relative;
    text-align: left;
    z-index: 999;
    width: 50%;
    left: 50%;
}

.slider_caption > h2 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 76px;
    margin: 0 auto 10px;
    padding-bottom: 8px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.slider_caption > p {
    color: #ffffff;
    font-size: 20px;
}

.slider_caption > a {
    margin-top: 30px;
}

.slider_btn {
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.slider_btn:hover, .slider_btn:focus {
    text-decoration: none;
}

/*--------------------*//* ABOUT SECTION *//*--------------------*/
#about {
    width: 100%;
    padding: 80px 0px;
    background: #eee;
}

.about_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 200px;
}

.heading {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.heading h2 {
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-right: 0px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
}

.heading p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.about_content {
    float: left;
    display: inline;
    width: 100%;
    padding: 50px 0px;
}

.about_featured {
    float: left;
    display: inline;
    width: 100%;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading {
    color: #333;
    border: 0 none !important;
    padding: 5px 15px;
}

.panel-title {
    color: #222;
    font-family: 'Varela', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title a {
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
}

.panel-default .in {
    padding-left: 10px;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title a span {
    margin-right: 5px;
}

.panel-body {
    border-top-color: transparent !important;
    padding: 0px 15px;
    margin: 10px 0px;
}

.about_slider {
    float: left;
    display: inline;
    width: 100%;
    height: 350px;
}

.single_iteam {
    float: left;
    display: inline;
    width: 100%;
    height: 100%;
}

.single_iteam img {
    max-width: 100%;
}

.about_slider .slick-dots li button:before {
    content: "Ã¢â‚¬Â¢";
    font-size: 28px;
}

.about_slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.skills_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 350px;
    padding: 85px 0px;
    background-image: url(img/skills_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.skills {
    position: relative;
    z-index: 999;
}

.heading h3 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

div[data-dimension] {
    float: none;
    margin: 0 auto;
}

.circle-text {
    color: #fff;
}

.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.single_skill > h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

/*--------------------*//* Our Parteners*//*--------------------*/
#parteners {
    background: #f04f58 url(img/reading.png) no-repeat 12% bottom;
    color: #fff;
    padding: 70px 0;
}

#books {
    background: #c5f4f9;
    padding: 70px 0;
}

#books .col-md-4 {
    padding-top: 50px;
}

.parteners-bottom ul {
    margin-left: 50%;
    margin-top: 30px;
}

.parteners-bottom ul li {
    font-size: 24px;
}

.parteners-bottom ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

#parteners h2 {
    color: #fff;
}

#website {
    position: relative;
    background: url(img/typing.png) no-repeat;
    background-size: cover;
    padding: 70px 0;
}

#website::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 50, 60, 0.9);
}

.website-txt {
    margin-left: 7%;
    margin-top: 70px;
    color: #fff;
}

.website-txt p {
    font-size: 24px;
    margin: 50px 0;
}

.website-txt h2 {
    color: #fff;
}

#service {
    padding: 70px 0;
}

.single_service {
    text-align: center;
    margin: 30px 0;
}

.service_iconarea {
    background: #ddd;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: auto;
}

.service_iconarea img {
    width: 100%;
}

/*--------------------*//* CONTACT US SECTION *//*--------------------*/
#contact {
    background: none repeat scroll 0 0 #f8f8f8;
    display: inline;
    float: left;
    padding: 80px 0px 0px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact_content {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.contact_map {
    border: 1px solid #ccc;
    display: inline;
    float: left;
    width: 100%;
}

.contact_form {
    float: left;
    display: inline;
    width: 100%;
}

.contact_form input[type="text"], .contact_form input[type="email"] {
    margin-bottom: 30px;
    border-radius: 0px;
}

.submit_btn {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.submit_btn:hover {
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea .form-control {
    height: auto;
}

#map_canvas {
    width: 100%;
    float: left;
    display: inline;
    height: 404px;
}

/*only firefox browser*/
@-moz-document url-prefix() {
    #map_canvas {
        width: 100%;
        float: left;
        display: inline;
        height: 422px;
    }
}

.contact_feature {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
    z-index: 999;
}

.single_contact_feaured {
    border: 1px solid #222;
    display: inline;
    float: left;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.single_contact_feaured > i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.single_contact_feaured > h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #222;
}

.single_contact_feaured > p {
    color: #888888;
}

.success {
    border: 1px solid #008000;
    color: #008000;
    margin-bottom: 10px;
    padding: 5px;
}

.error {
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
    padding: 5px;
}

#contactFeature {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    padding: 50px 0px;
}

#subscribe {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
    display: none;
}

.subscribe_form {
    margin: 0 auto;
    width: 60%;
}

.subscrive_group {
    display: inline;
    float: left;
    margin-top: 40px;
    width: 100%;
}

.subscribe_mail {
    border-radius: 0;
    display: inline;
    float: left;
    height: 50px;
    width: 80%;
    font-size: 18px;
}

.subscr_btn {
    border: medium none;
    color: #fff;
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 20%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subscr_btn:hover {
    opacity: 0.75;
}

/*--------------------*//* FOOTER *//*--------------------*/
#footer {
    float: left;
    display: inline;
    width: 100%;
    padding: 20px;
    background-color: #337ab7;
}

#footer .social_nav {
    float: right;
}

#footer:before {
    content: "";
    background: #EF4836;
    height: 10px;
    width: 85%;
    margin: auto;
    display: block;
    position: relative;
    top: -20px;
}

.footer_left {
    float: left;
    display: inline;
    width: 100%;
}

.footer_left > p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

.footer_left > p a {
    font-weight: bold;
    margin: 0 5px;
}

.footer_right {
    float: left;
    display: inline;
    width: 100%;
}

.social_nav {
    text-align: left;
}

.social_nav li {
    display: inline-block;
}

.social_nav li a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
    line-height: 28px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page {
    padding: 10px 0 30px 0;
}

.page-title {
    background: #EF4836;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.login form {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 30px 0;
}

.login-submit-btn {
    background: #34495e;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #138b91;
    color: #fff;
    min-height: auto;
    height: auto;
    border-bottom: 9px solid #ef4836;
}

.heading {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 0;
}

.modal-header .close {
    padding: 5px 10px;
    background: #fff;
    border: none;
}

.modal-footer {
    text-align: left;
}

.modal img {
    width: 100%;
}

.modal-footer .btn + .btn {
    margin-left: 0px;
}

.tab-content {
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.tab-content p {
    margin: 15px;
    line-height: 30px;
}

.tab-content img {
    width: 50%;
    align-self: flex-start;
}

#tabs-section {
    background: #cacaca;
}

.tabs-section-content {
    margin: 70px auto;
    display: flex;
}

.tabs-section-content .nav-tabs {
    text-align: left;
    min-width: 240px;
    border-bottom: none;
}

.tabs-section-content .nav-tabs > li {
    float: none;
    border-bottom: 2px solid #fff !important;
}

.tabs-section-content .nav-tabs li:last-child {
    border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #34495e;
}

.tabs-section-content .nav > li {
    display: block;
}

.nav-tabs > li > a {
    margin-right: 0;
    border-width: 0 !important;
    border-radius: 0;
    background: #337ab7;
    color: #fff; /* font-weight: bold; */
    font-size: 16px;
}

.nav-tabs > li > a:hover {
    border-color: #f04f58;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f04f58;
}

#elTafouk {
    background: #bcbcbc;
}

#elTafouk h2, #elTafouk p {
    color: #222;
}

#elTafouk h2 {
    font-size: 45px;
}

#lms {
    background: #1abc9c;
}

#others {
    background: #8e44ad;
}

#others h2 {
    font-size: 45px;
}

.section-img {
    display: block;
    margin: 100px auto;
}

#top-menu .hidemenu {
    display: none;
}

#askme {
    background: #e2b03e;
}

#focusconnect {
    background: #3397da;
}

#focusquiz p, #focusquiz h2 {
    color: #222;
}

#focusquiz li {
    color: #222;
    margin-bottom: 15px;
}

#focusquiz .lists {
    display: flex;
    margin-bottom: 30px;
}

#focusquiz ul {
    margin-right: 20%;
}

#focusquiz li span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #223653;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

#focusquiz .btn {
    margin-bottom: 50px;
}

#slides img {
    max-height: 400px;
    padding-left: 10%;
    max-width: 700px !important;
}

#blended-solutions {
    background: #eeedfb;
}

#blended-solutions img {
    width: 100%;
}

#blended-solutions h2 {
    color: #313338;
    font-size: 55px;
    margin-top: 60px;
    text-transform: uppercase;
}

#blended-solutions p {
    font-size: 24px;
    margin: 40px 0 50px 0;
}

#blended-solutions a.btn {
    background-color: #5574b7;
    border-color: #5574b7;
}

.nav-pills .nav-link {
    width: 150px;
    text-align: center;
}

.nav-pills .nav-link img {
    display: block;
    width: 100%;
}

.blended {
    width: 84%;
    margin: auto;
}

.blended .page-title {
    margin-bottom: 10px;
}

.nav-pills li {
    width: 100%;
    text-align: center;
    background-color: bisque !important;
    border-bottom: 1px solid #d0b493;
    border-radius: 0;
    padding: 20px;
    text-align: center;
}

.nav-pills li a.nav-link {
    background: none !important;
    font-size: 18px;
    display: block;
    width: 100%;
}

.nav-pills li.active {
    color: #fff;
    background-color: #58462f !important;
}

.tab-content .table thead th {
    vertical-align: middle;
    background: #648233;
    color: beige;
    text-align: center;
}

.tab-content .table td {
    text-align: center;
    vertical-align: middle;
}

.tab-pane.active {
    animation: slide-down 1s ease-out;
}

.tab-content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-content table tr th:first-child {
    border-left: none;
}

.tab-content table tr td:first-child {
    border-left: none;
}

.tab-content table {
    margin-right: -4px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-pills li.active {
    position: relative;
}

.nav-pills li.active::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #58462f;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -10px;
    top: 38%;
}


.tab-pane {
    width: 100%;
}

.blended .tab-pane p:before {
    width: 10px;
    height: 10px;
    background: #58462f;
    content: "";
    display: inline-block;
    margin-right: 5px;
    border-radius: 7px;
}

.blended .tab-pane p b {
    color: #58462f;
}

.arabic-data p:before {
    margin-right: 0px;
    margin-left: 5px;
}

.blended .tab-pane p {
    margin-right: 0px;
    margin-left: 0;
    font-size: 18px;
}

.blended .tab-pane p span {
    color: #949490;
}

.right-home {
    text-align: right;
    font-size: 26px !important;
}

.home-data {
    margin-bottom: 15px;
    font-size: 18px;
}

.fotorama__wrap {
    z-index: 0;
    background: #0b5858;
}

.try-btn {
    margin-right: 5px;
    background: #45a2b7;
    border-color: beige;
}

.our-programs img {
    width: 100%;
    padding: 10px;
}

.our-programs video, .our-programs iframe {
    width: 100%;
    height: 100%;
}

.our-programs-video {
    margin-bottom: 20px;
    height: 200px;
    position: relative;
}

.our-programs-logo {
    border: 1px solid #ddd;
    height: 375px;
    padding: 10px 0;
    display: block;
    margin-bottom: 15px;
}

.our-programs-inner {
    margin: auto;
    padding: 30px 0 30px 15px;
}

.col {
    width: 25%;
    display: inline-block;
}

.col2 {
    width: 60%;
    display: inline-block;
}

.dropdown .fa-caret-down {
    margin-left: 5px;
}

#basic-lms h2, #basic-lms p {
    color: #222;
}

#complete-lms {
    background: #79c3aa;
}

#complete-lms h2 {
    font-size: 60px;
}

#focusblend {
    background: #7c563f;
}

.video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
}

.modal-dialog {
    width: 70%;
    margin: 30px auto;
    height: 500px;
}

.modal-dialog iframe {
    height: 500px;
}

.close {
    margin-top: -25px !important;
}

.section-icon {
    display: flex;
    height: 250px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.section-icon:hover {
    text-decoration: none;
}

.section-icon i {
    font-size: 120px;
    color: #fff;
    display: block;
}

.section-icon h3 {
    color: #fff; /* color:rgba(0, 0, 0, 0.3); */
    font-weight: bold;
}

.sections-inner {
    padding: 0 15px;
}

.sections-inner .col-md-3 {
    padding: 0;
}

.sections-inner .col-md-3:nth-child(1) .section-icon {
    background: #2c3e50;
}

.sections-inner .col-md-3:nth-child(2) .section-icon {
    background: #9b59b6;
}

.sections-inner .col-md-3:nth-child(3) .section-icon {
    background: #3498db;
}

.sections-inner .col-md-3:nth-child(4) .section-icon {
    background: #2ecc71;
}

.sections-inner .col-md-3:nth-child(5) .section-icon {
    background: #1abc9c;
}

.sections-inner .col-md-3:nth-child(6) .section-icon {
    background: #f39c12;
}

.sections-inner .col-md-3:nth-child(7) .section-icon {
    background: #e74c3c;
}

.sections-inner .col-md-3:nth-child(8) .section-icon {
    background: #95a5a6;
}

.sections-inner .col-md-3:nth-child(9) .section-icon {
    background: #fdcb6e;
}

.sections-inner .col-md-3:nth-child(10) .section-icon {
    background: #9b59b6;
}

.sections-inner .col-md-3:nth-child(11) .section-icon {
    background: #2c3e50;
}

.sections-inner .col-md-3:nth-child(12) .section-icon {
    background: #2ecc71;
}

.sections-inner .col-md-3:nth-child(13) .section-icon {
    background: #ff8585;
}

.sections-inner .col-md-3:nth-child(14) .section-icon {
    background: #79a3b1;
}

.sections-inner .col-md-3:nth-child(15) .section-icon {
    background: #3498db;
}

.sections-inner .col-md-3:nth-child(16) .section-icon {
    background: #95a5a6;
}

.sections-inner .col-md-3:nth-child(17) .section-icon {
    background: #2c3e50;
}

.sections-inner .col-md-3:nth-child(18) .section-icon {
    background: #fdcb6e;
}

.sections-inner .col-md-3:nth-child(19) .section-icon {
    background: #e74c3c;
}

.sections-inner .col-md-3:nth-child(20) .section-icon {
    background: #2ecc71;
}

thead th {
    background: #0bb8ca;
    color: #fff;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
    margin-bottom: 30px;
}

legend {
    width: auto;
    border-bottom: none;
    padding: 0 10px;
}

.holi-header {
    background: #eee;
    padding: 7px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.block {
    border: 1px solid #ddd;
    padding: 10px;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-six {
    background: aliceblue;
    color: #1a5284;
}

.alert-six2 {
    background: #D0F0C0;
    color: #1a5284;
}

.alert-six3 {
    background: #FFF5EE;
    color: #1a5284;
}

.alert-six4 {
    background: #f5f5dc;
    color: #1a5284;
}

.alert-seven {
    background: #e8d6f7;
    color: #4f4656;
}

.alert-six p {
    word-break: break-word;
}

/* Custom CSS for the panel heading */
.panel-heading {
    background-color: #007bff; /* Blue color */
    color: white; /* White text */
    padding: 10px 15px; /* Add padding */
    cursor: pointer; /* Cursor pointer on hover */
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between title and arrow */
    align-items: center; /* Center items vertically */
}

.panel-heading strong {
    font-weight: bold; /* Bold title */
    font-size: 20px; /* Bold title */
}

.arrow {
    font-size: 20px; /* Font size of the arrow */
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;

}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #4CAF50;
}

.panel-group {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor: pointer;
}

.panel-heading h4 {
    margin: 0;
    font-size: 1.2em;
    color: #007BFF;
}

.panel-body {
    padding: 15px;
}


form {
    margin: 20px 0;
}

form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

form input[type="text"],
form input[type="number"],
form input[type="file"],
form textarea,
form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

form button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #45a049;
}

.btn-confirm {
    margin-top: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-confirm:hover {
    background-color: #0056b3;
}
