@font-face {
    font-family: 'general-font';
    src: local('☺'), url('../lib/font-awesome/fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.main-color{
    color: #1075BC ;
}
/***********
0.Genral
 
.button {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    outline: none;
}
button ,button:focus, button:active{
    outline: none;
}
.text-media-aboutus {
    margin-top: 100px;
}

.acomment-delete,
.acomment-reply {
    margin: .5em;
    border-radius: 5px
}

#post-mention .activity-button {
    margin-top: 1em;
    border-radius: 5px
}

#wp-admin-bar-edit,
#wp-admin-bar-my-account-settings-data,
#wp-admin-bar-edit,
#wp-admin-bar-customize,
#data-personal-li,
.custom-homepage-info {
    display: none !important
}

/***********
1. Fonts
***********/
::-moz-selection {
    color: #fff;
    background: #d8c66b;
}

::selection {
    color: #fff;
    background: #d8c66b;
}

.menu_mm .menu-item {
    text-align: center;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    border: none
}

#menu-menu_main_ar {
    margin-right: 20px;
    margin-left: 20px;
}

#wpadminbar {
    background: #fff !important;
    color: #1a1a1a !important;
    font-weight: bold;


}

#wp-admin-bar-my-account img {
    width: 25px !important;
    height: auto !important;
    border-radius: 50%;
}



li#wp-admin-bar-my-account {
    /* box-shadow: 0 0 10px #eff3f5!important;*/
    border-radius: 0px !important;
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
    /*  background: #e5c93e!important;
    border: 1px solid #256089!important;
    border-top: none!important;
    border-radius: 0 0 22px 22px!important ;*/


    background-color: #ffffff;
    min-width: 160px;
    left: -45px;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 67, 75, 0.08);
    border-radius: 20px;
}

#wp-admin-bar-user-actions li {
    border-bottom: 1px solid #e6dede;
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;

}

#wp-admin-bar-user-actions li span,
#wp-admin-bar-user-actions li a {
    font-weight: bold;
}

button.add-attachment,
#doc-edit-submit-continue,
#doc-edit-submit {
    background-color: #e5c93e;
    padding: 8px;
    border: 1px solid #c5ac2e;
    border-radius: 3px;
}

button.add-attachment,
#doc-edit-submit-continue,
#doc-edit-submit:hover {
    cursor: pointer;
}

#wp-admin-bar-my-account-buddypress li a {
    font-weight: bold;
}

.services-container .row {
    flex-direction: unset;
}

.comment-respond {
    width: 80%;
}

.comment-content {
    background-color: #f6f6f6;
    padding: 9px;
    border: 1px solid #e6e2e2;
}

.comment-content p {
    color: #23282d;
}

.con-comment .submit {
    background-color: #0e74bc;
    color: #fff;
}

.con-comment .submit:hover {
    background-color: #e5c93e;
}

.con-comment .justify-content-end {
    width: 15%;
}

.chrome {
    color: rgb(187, 163, 36) !important;
    background: rgb(187, 190, 75) !important;
}

.powered {
    display: none;
}

.chat-header {
    background: rgb(75, 190, 90);
}



/*********************************
2. Body and some general stuff
*********************************/

* {
    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, html{
    overflow-x: hidden;
    margin: 0 !important;
    margin-top: 0 !important;
}
body {
    font-family: 'general-font', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #1A1A1A;
}

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;
}

/* .d-md-block h2 {
    line-height: 42px;
    font-size: 28px;
} */

.slider-title {
    font-size: 40px;
    font-weight: 700;

}

p,
.con-news dl,
.con-news ol,
.con-news ul {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    color: #336384;
    -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 {
    margin-bottom: 0;
} */

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;
}

/* ::selection
{
	
}
p::selection
{
	
} */
h1 {
    font-size: 48px;
}

h2 {
    font-size: 31px;
}

h3 {
    font-weight: 700;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'general-font', 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 {}

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: left;
}

.float_right {
    float: right;
}

.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
{
	width: 178px;
	height: 61px;
	background: none;
	text-align: center;
	border: solid 2px #1b1b1b;
	overflow: hidden;
	cursor: pointer;
}
.button a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 57px;
	color: #1b1b1b;
	background: none;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button::after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #FFFFFF;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
	opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}*/
.button_light {
    border: solid 2px #FFFFFF;
}

.button_light a {
    color: #FFFFFF;
}

.button:hover a {
    color: #FFFFFF;
}

.button_light:hover a {
    color: #1b1b1b;
}

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

.header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header_container {
    width: 100%;
    z-index: 2;
    background: #FFFFFF;
}

.header_content {
    width: 100%;
    height: 99px;
    -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 {
    position: fixed;
    top: 0;

}

.header.scrolled .header_content {
    /* height: 99px; */

}

.logo a {
    font-size: 30px;
    font-weight: 700;
    color: #1b1b1b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.logo a img {
    max-width: 270px;
}

.header.scrolled .logo a {
    font-size: 24px;
}

.main_nav {
    margin-left: 15px;
}

.btn-warning {
    color: #fff;
    box-shadow: 0px 4px 11px rgba(0, 67, 75, 0.15);
    background-color: #0290a1 !important;
    border-color: #0291a1bb;
    min-width: 90px;

}

.btn-warning:focus,
.btn-warning:active {
    box-shadow: none;
}

.btn-warning:hover {
    border-color: #0291a1bb;
}

.btn-warning a {
    color: #fff;
}

.main_nav>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.main_nav>ul>li:not(:last-child) {}

.main_nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main_nav>ul>li>a:hover,
.main_nav>ul>li.active>a {
    color: #0E74BC;
    border-bottom: 2px solid #0E74BC;
}

.main_nav ul li.hassubs::after,
.main_nav ul li.menu-item-has-children::after,
.main_nav ul li.page_item_has_children::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 3px);
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    content: '\f078';
    color: #1A1A1A;
    font-weight: 900;
}

.main_nav ul li:hover::after,
.main_nav ul li.active::after {
    color: #1b1b1b;
}

.hassubs ul,
.menu-item-has-children ul,
.page_item_has_children ul {
    margin-top: 5px;
    z-index: 2;
    width: 140px;
    box-shadow: 0 0 20px rgba(0, 67, 75, 0.08);
    position: absolute;
    top: calc(100% + 20px);
    text-align: left;
    background: #FFFFFF;
    padding-right: 14px;
    padding-left: 13px;
    padding-top: 23px;
    padding-bottom: 25px;
    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;
    border-radius: 13px;
}

.hassubs ul li:not(:last-child),
.menu-item-has-children ul li:not(:last-child),
.page_item_has_children ul li:not(:last-child) {
    border-bottom: 2px solid #bad8ee;
    padding-bottom: 7px;
}

.hassubs:hover ul,
.menu-item-has-children:hover ul,
.page_item_has_children:hover ul {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
}

.hassubs ul li:not(:last-child),
.page_item_has_children ul li:not(:last-child),
.menu-item-has-children ul li:not(:last-child) {
    margin-bottom: 11px;
}

.hassubs ul li a,
.menu-item-has-children ul li a,
.page_item_has_children ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hassubs ul li a:hover,
.menu_item_has_childrenul li a:hover,
.page_item_has_children ul li a:hover {
    color: #1b1b1b;
}

.header_extra {}

.shopping_cart {
    display: inline-block;
}

.shopping_cart a svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.shopping_cart a:hover svg,
.shopping_cart a:hover div {
    fill: #e95a5a;
    color: #e95a5a;
}

.shopping_cart a div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
    margin-left: 13px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.shopping_cart a div span {
    margin-left: 4px;
}

/*.search
{
	display: inline-block;
	margin-left: 51px;
	cursor: pointer;
	vertical-align: sub;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}*/
.search_icon {
    width: 13px;
    height: 13px;
}

.search_icon svg {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search_icon:hover svg {
    fill: #e95a5a;
}

.hamburger {
    display: none;
    margin-left: 30px;
    cursor: pointer;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.hamburger i {
    font-size: 18px;
    color: #1b1b1b;
}

.search_panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #e4e4e4;
    z-index: -1;
}

.search_panel.active {
    bottom: -80px;
}

.search_panel_content {
    height: 80px;
}

.search_input {
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 3px;
    padding-left: 20px;
}

.search_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}

.search_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}

.search_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}

.search_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}

.search_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #767676 !important;
}

.header_social {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 1;
    margin-right: -5px;
}

.header_social ul li {
    display: inline-block;
}

.header_social ul li:not(:last-child) {
    margin-right: 18px;
}

.header_social ul li a i {
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -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_social ul li a i:hover {
    color: #1b1b1b;
}

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #5c90b3;
    z-index: 1000;
     
}

.menu.active {
    right: 0;
}

.menu_container {
    width: 100%;
    height: 0px;
    padding-top: 130px;
}

.menu.active .menu_container {
    height: 500px;
}

.page_menu_content {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-align: right;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_menu_nav {}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    vertical-align: middle;
}

.page_menu_nav>li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.page_menu_item>a {
    display: block;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_menu_item>a:hover {
    color: #fff;
}

.page_menu_item a i {
    display: none;
    margin-left: 8px;
}

.page_menu_item.has-children>a>i {
    display: inline-block;
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}

.page_menu_selection li {
    padding-right: 15px;
    line-height: 40px;
}

.page_menu_selection li:last-child {
    padding-bottom: 20px;
}

.page_menu_selection li a {
    display: block;
    color: #1b1b1b;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
    color: #c3c1cc;
}

.page_menu_selection li:last-child a {
    border-bottom: none;
}

.menu_social {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.menu_social ul li {
    display: inline-block;
}

.menu_social ul li:not(:last-child) {
    margin-right: 18px;
}

.menu_social ul li a i {
    font-size: 16px;
    color: #b5b5b5;
    padding: 5px;
    -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_social ul li a i:hover {
    color: #1b1b1b;
}

.menu_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.menu_close i {
    font-size: 16px;
    color: #1b1b1b;
    padding: 12px;
    border-radius: 50%;
    background-color: white;
}

/*********************************
header-nermen
*********************************/
.btn-primary {
    background-color: #0E74BC;
    border-color: #0E74BC;
    box-shadow: 0px 4px 12px 0px #4393cc;
    /* margin-left:10px;*/
}


.img-slider {
    border-radius: 0 90px;
}

/*********************************
section2
*********************************/

.section2 {
    /* height: 265px; */
    padding: 50px 0;
    /* background-image: url(../images/squares-blue.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

}

.img-logo-section2 {
    padding-top: 35px;
    padding-bottom: 20px;
    max-width: 400px;
}

.sec-descp h4 {
    padding: 15px 0;
}

a {
    color: #0E74BC;
}


.blue-text {
    color: #1075BD;
    font-weight: bold;
    line-height: 1.2 !important;
}

.green-text {
    color: #0290A1 !important;
    font-size: 18px;
    font-weight: bold;
}

.sec-descp {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-top: -120px;
}

/* text-media */
.img-thumbnail {

    background: transparent;
    border: none;
}



.text-media {
    background-color: #fff;
    padding: 80px 0;
}

.title-center {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
}

.btn-read {
    margin-top: 15px;
}

.text-media-txt,
.text-media-txt p {
    font-size: 21px;
    color: #1A1A1A;
}

@media (max-width: 768px) {
    .text-media-txt {
        margin-top: 18px;
    }

} 

@media (max-width : 1200px){
    .services .service-card{
        width: calc(25% - 20px) !important;
        flex: 0 0 calc(25% - 20px) !important; 
    }
}
@media (max-width : 992px){
    .services .service-card{
        width: calc(33.333333% - 20px) !important;
        flex: 0 0 calc(33.33333% - 20px) !important; 
    }
}
@media (max-width : 575px){
    .logo img{
        height: auto;
    }
    .header_extra{
        margin: 10px auto !important;
    }
    .header_content {
        height: auto !important;
        padding: 20px 0;
        margin: auto;
        text-align: center;
        display: flex !important;
        flex-direction: column !important;
    }
    .services .service-card{
        width: calc(50% - 20px) !important;
        flex: 0 0 calc(50% - 20px) !important; 
    }
    .international-carousel .owl-nav{  
    right: 0 !important;  
    }
    /* .international-carousel .owl-nav {
   
        right: 50px;
        bottom: 105%;
        width: 10%; 
    }
     */
} 

@media (max-width : 400px){
    .services .service-card{
        width: calc(100% - 20px) !important;
        flex: 0 0 calc(100% - 20px) !important; 
    }
    .text-slider p br{
        display: none !important;
    }
    .carousel-caption .btn{
        min-width: 100px !important;
    }
}
/* end-text-media */
/* slider */
.text-slider {
    padding: 15px 0 15px 0;
}

.ddd {
    /*  background:linear-gradient(rgba(38, 110, 161, 0.81), rgba(38, 110, 161, 0.81)), rgba(38, 110, 161, 0.81) url(../images/Sm-Business-Consulting-Header.jpg) no-repeat center;
    height:650px;
    border-radius: 0 85px;
    background-size:cover;*/
}

.contain-sahm {
    background-color: #b4cdde;
    padding: 15px 10px 5px 10px;
    line-height: 4;
}

.carousel-control-prev .contain-sahm {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next .contain-sahm {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-caption {
    top: 112px;
    bottom: auto;
    text-align: left;
    right: 32%;
}

.carousel-caption .btn {
    min-width: 120px;
    margin: 10px;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.btn-white {
    background-color: #fff !important;
    border-color: #fff;
}

.btn-white a,
.btn-white {
    color: #005cbf;
}

.btn-yellow {
    background-color: #E5C93E;
    margin-right: 22px;
    border-color: #E5C93E;
}


@media (max-width: 768px) {
    .carousel-caption {
        top: 90px;
        right: 19%;
    }

    .btn-primary {
        padding: 7px 12px 6px 12px;
    }

    .ddd {
        height: 572px;
    }

    .text-media {
        padding: 15px;
    }

    h3 {
        font-size: 20px;
        padding-top: 13px;
    }

    .img-thumbnail {
        box-shadow: -4px 2px 1px 1px rgba(0, 67, 75, 0.08);
    }

    h2 {
        font-size: 22px;
    }

}

@media (max-width: 400px) {
    .img-logo-section2 {
        width: 90%;
        max-width: 300px;
    }

}

/* end-slider */


/* services */
.services {
    background: url(../images/services-bg.png) no-repeat center;
    background-size: 100% 100%;
    /* padding-bottom: 23%; */
}

.services1 {
    padding: 70px 0;
    /* background-image: url(../images/resources-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}

.services-cards {
    display: flex;
    flex-wrap: wrap;

}


.service-card .carbox{
    margin: 10px 0;
    padding: 15px 10px 0 10px;
}
.title-center3 {
    padding-top: 20px;
}
.service-card .img-carbox{
height: auto;
}
.service-card .img-carbox img{
    background-color: #eff8ff;
    height: 70px;
    width: 70px;
    object-fit: contain;
    border: 0.09rem solid #1a6db6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.service-card .carbox{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.service-card .carbox:hover{
color: #fff !important;
background-color:#005dae ;
}

.service-card .carbox-title{
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    height: 40px;
}
.carbox-title a{
 display: inline-block;   
}
.service-card p{
    font-weight: 400;
    color: #757575 !important;
    line-height: 1.4;
    min-height: 90px;
    font-size: 15.5px;
}

.service-card .carbox:hover p ,
.service-card .carbox:hover .carbox-title,
.service-card .carbox:hover a{
color: #fff !important;

}
.service-card .carbox:hover .img-carbox img{
    background-color: #fff;
    border-color: #fff;
}
/* 
.services p,
.services h3 {
    color: #fff !important;
} */

.text-services {
    padding: 30px 0 30px 0;
}

.services .title-center {
    padding-top: 30px;
}

.services-container {
    background-color: #F8FCFF;
}

.video-carbox {

    height: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden
}

.video-carbox1 {
    border-radius: 27px;
    max-width: 636px;
    max-height: 365px;
}

.video-carbox1 video {
    width: 100%;
    height: 100%;
}


.services-container1 {
    background-image: url(../images/wwwwww.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.btn-read {
    margin-bottom: 45px;
}
.carbox-content .read-more-lnk{
       color: #000 !important;
       font-weight: bold;
}
/* news */
.news{
padding: 50px 0;
background: url(../images/news-bg.png) no-repeat ;
background-size: cover;
color: #fff !important;
}
.news .title-center p{
color: #000;
}
.news .carbox-content1 {
max-height:50px ;
color: #000;
}
.news .carbox-content1 a,
.news .carbox-content1 p{
color: #000 !important;
text-transform: uppercase;
}
/* monakasat */
.title-center2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: -202px;
}

.wrapper2 {
    display: table;
    height: 100%;
    width: 100%;
}

.container-big {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;

}

.owl-carousel .owl-stage {
    padding: 50px 0;
    display: flex;
}

.big-logo {
    width: 100px;
    margin-bottom: 15px
}

h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}

@media (min-width: 450px) {
    h1.heading {
        font-size: 3.55em;
    }
}

@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}

@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
}

.international-carousel .owl-nav {
    display: block !important;
    position: absolute;
    right: 50px;
    bottom: 105%;
 
}

.international-carousel .owl-nav button{
    background-color: #005dae !important;
    color: #fff !important;
    width: 45px;
    margin: 5px;
    height: 45px;
    font-size: 30px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.international-carousel .item {
    height: calc(100% - 20px);
}

.carbox {
    width: 100%;
    display: block;
    height: calc(100% - 15px);
    margin: 20px 0;
    padding: 15px 15px 0 15px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 4px 3px 25px -4px rgba(0, 68, 76, 0.09);
    transition:all ease-in .25s;
    -webkit-transition:all ease-in .25s;
    -moz-transition:all ease-in .25s;
    -ms-transition:all ease-in .25s;
    -o-transition:all ease-in .25s;
}

.carbox:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 68, 76, 0.15), 0 6px 20px 0 rgba(0, 68, 76, 0.15);
}

.img-carbox {
    width: 100%;
    height: 300px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.img-carbox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .25s ease;
    padding: 10px;
}

.carbox-content {
    padding: 15px 0;
    text-align: left;
}

.carbox-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.3em;
}

.carbox-title a {
    color: #000;
    text-decoration: none !important;
}

.carbox-read-more {
    border-top: 1px solid #D4D4D4;
}

.carbox-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}


.carbox-content .fontt,
.carbox-content .fontt p {
    color: #B0B0B0 !important;
    font-size: 13px;
}

.iconn {
    padding: 10px;
    padding-bottom: 36px;
    padding-top: 20px;

}

.marg {
    margin-top: -47px;
    padding-right: 33px;
    padding-left: 33px;
}

.myspan {
    background-color: #E5EBF0;
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 4px;
    font-size: 14px;

}

.big-btn {
    background-color: #C7A877;
    padding: 10px;
    padding-left: 57px;
    padding-right: 57px;
    border-color: #C7A877;
    font-size: 1.5rem !important;
}

.big-bt {
    padding: 47px;
}

.btn-primary:hover {
    background-color: #c7b247 !important;
    border-color: #c7b247;
}

.title-mo {
    padding: 25px;
    text-align: center;
    font-weight: 600;
}

.title-mo-bg {
    background-color: #fbfbfb;
}

.carbox-content1 a {
    color: #000;
}

.carbox-content1 {
    text-align: center;
}

.services .service-card {
    width: calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    display: block;
    height: calc(100% - 20px);
    margin: 10px;

}

.services .text-services {
    padding: 0;
    color: #000;
    font-size: 20px;
}

@media (max-width: 850px) {
    .wrapper {
        margin-top: -95px;
    }


}


@media (max-width: 768px) {

    .text-services {
        padding: 4px 0 30px 0;
    }

    .carbox-title a {
        font-size: 13px;
    }

    .fontt {
        font-size: 11px;
    }

    .title-mo h2 {
        font-size: 19px;

    }

    .container-big {
        padding: 0em;
    }

    .myspan {
        background-color: #E5EBF0;
        border-radius: 6px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 11px;
    }

    .services-container1 {
        background-image: url();
    }
}

@media (max-width: 550px) {
    .carbox {
        width: 100%;
    }

    .big-bt {
        padding: 29px;
    }

    .big-btn {
        font-size: 1rem !important;
    }

}


@media (min-width: 1350px) {

    .services {
        padding-bottom: 14%;
    }

    /* .row-contact {
        padding: 3% !important;
    } */
}

/* end-monakasat */
/* end-services */



/* contact */

.section-contact {
    padding: 60px 0;
    position: relative;
    /* background-image: url(../images/squares-blue.png); 
    background-repeat: no-repeat;
    background-size: cover;*/
    background: url(../images/contact-bg.png) no-repeat right bottom;
    background-size: 35% 75%;
}

.section-contact .btn {
    width: 150px !important;
}

.phone-circle {
    border: 2px solid #005dae;
    border-radius: 50%;
    padding: 7px;
    width: 40px !important;
    height: 40px;
    text-align: center;
    line-height: 1;
    color: #005dae;
    margin-right: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-contact {

    position: relative;
}

.img-contact img {
    position: relative;
    z-index: 6;
    margin-top: 60px;
}

/* .img-contact::after{
    content: "";
    width: 80%;
    height: 90%;
    position: absolute;
    left: 35%;
    bottom: -60px;
    background: url(../images/contact-bg.png) no-repeat right;
    background-size: 80%;
    z-index: 5;

} */
/* contact */

.form-control-index {
    resize: none;
    margin-bottom: 15px;
    direction: ltr;
    line-height: 2.5;
    color: #495057;
    border: 0px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 67, 75, 0.08);
}

.row-contact {
    /* padding: 5%;
    margin: 1%;
    background-color: #fff;
    border: 0px solid #ced4da;
    box-shadow: 0px 0px 28px -3px rgba(0, 67, 75, 0.08);
    background-color: white;
    border-radius: 27px;
    z-index: 1; */
}

.row-contact p {
    display: flex;
    align-items: center;
}

.row-contact a {
    font-size: 17px;
}

@media (max-width: 450px) {

    .form-control {
        font-size: 13px;
    }

}


/* end-contact */
/* end-contact */


/* footer */
.footer {
    background-size: cover;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    margin-bottom: -3px;
}

.footer1 {
    background-size: cover;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: -3px;
}

.footer .fa-angle-right {
    color: #E5C93E;
    padding-right: 12px;
}

.footer a {
    color: #fff;
}

.footer li {
    padding-bottom: 4%;
}

.title-footer {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 23px;
    padding: 0 0 11px;
    position: relative;
    color: #fff;
}

.title-footer:after {
    background: #0e74bc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 34px;
    border-radius: 22px;
}

.middle-div {
    list-style: none !important;
}

.middle-div i {
    color: #0e74bc;
    font-size: 17px;
    /* padding-right: 12px;  */
}

.txt-middle {
    padding-left: 18px;
    color: #fff;
}

.footer .li-middle {
    padding-bottom: 7%;
}

pt {
    color: #fff;
}

.small-txt {
    color: #ffffffa6;
    font-size: 9px;
}


.img-logo-footer {
    width: 220px;
}

/* end-footer */
/* footer */

.footer-bg {
    padding-bottom: 5%;
    padding-top: 2%;

}

.footer-bg p {
    color: #fff;
}

.footer-bg1 {
    background-color: #073D4B;
}

.footer-bg1 a {
    color: #d57752;
}

.footer-text1 {
    color: #fff;
    padding: 2%;
    font-size: 12px;
}

@media (max-width: 768px) {

    .footer1 {
        height: 404px;
    }

}

@media (max-width: 400px) {
    .footer1 {
        height: 303px;
    }
}

/* endfooter */

/*about-us */


.title-aboutus {

    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 23px;
    padding: 0 0 11px;
    position: relative;
    color: #000000;
    font-weight: bold;
}

.title-aboutus:after {
    background: #E5C93E none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 34px;
    border-radius: 22px;
}

.text-media-aboutus {
    padding: 22px 50px 3px 50px;
}

.text-media-txt-about,
.text-media-txt-about p {
    font-size: 22px;
    color: #4E4E4E;
}

.con-img-header {
    /* margin-top: 95px; */
    height: 205px;
    background: url(../images/header.png) no-repeat center;
    background-size: cover;
    box-shadow: #c3daec -10px 7px 17px 4px;
}

#wpadminbar .menupop .ab-sub-wrapper {
    background: #ffffff !important;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 67, 75, 0.08);
    border-radius: 11px;
}

.text-header {
    position: relative;
    bottom: 122px;
    text-align: center;

}

.text-header h2 {
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .title-aboutus {
        padding-top: 27px;
    }

    .text-media-aboutus {
        padding: 1px 10px 41px 10px;
    }

    .con-img-header {
        box-shadow: #c3daec 1px 15px 4px -3px;
    }

}

/* endabout-us */

/* ourteam */
.li-after {
    list-style-image: url('../images/dash.png');
    margin: 25px;
}

.li-after li {
    color: #727272;
    font-weight: 600;
    margin-bottom: 9px;
}

.bg-ourmember {

    background-image: url(../images/squares-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.img-team {
    width: 100%;
    height: auto;
    border-radius: 22px;
    max-height: 343px;
    max-width: 355px;
    margin-bottom: 50px;
    -webkit-box-shadow: -6px 8px 19px 0px rgba(142, 178, 209, 1);
    -moz-box-shadow: -6px 8px 19px 0px rgba(142, 178, 209, 1);
    box-shadow: -6px 8px 19px 0px rgba(142, 178, 209, 1);

}

.img-service {
    border-radius: 22px;
    max-height: 343px;
    max-width: 355px;
    margin-bottom: 50px;
    box-shadow: -8px 11px 2px 1px rgba(0, 67, 75, 0.08), 4px -8px 25px -5px rgba(0, 67, 75, 0.08);
}

.member-color {
    color: #0E74BC;
}

.row-team {
    margin-bottom: 60px;
}

.pag-link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.pag-link.disabled>span,
.pag-link.current>span,
.pag-link>a {
    display: block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pag-link:active>a,
.pag-link:hover>a,
.pag-link:focus>a,
.pag-link.current>span {
    font-weight: bold;
}

.pag-link>a {
    background-color: #E5E5E5;
    color: #fff;
    cursor: pointer;
}

.pag-link.disabled>span,
.pag-link.current>span {
    background-color: #B7DDF8;
    color: #1276BD;
    cursor: inherit;
}

.pag-link:active>a,
.pag-link:hover>a,
.pag-link:focus>a {
    background-color: #034878 !important;
    border-color: #034878;
    color: #fff;
}

.pag-link:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 33px;
    height: 9px;
    background-color: #e5e5e5;
    z-index: 0;
    margin-left: 5px;
}

.pag-link:last-child:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0px;
    height: 9px;
    background-color: #e5e5e5;
    z-index: 0;
    margin-left: 5px;
}


.title-center2 {
    text-align: center;
    padding-top: 30px;
}

/* end-ourteam */

/* services */

.sercive-ol ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;

}

.ol-service {
    max-width: 348px
}

.sercive-ol ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    color: #717171;
    font-size: large;
    font-weight: bold;
    margin-bottom: 19px;
}

.sercive-ol ol li::before {
    content: counter(my-awesome-counter);
    color: #b7ddf8;
    font-size: 1.5rem;
    left: -42px;
    position: absolute;
    top: -5px;
    font-weight: 200;
}

.sercive-ol ol li::after {
    content: url(../images/dash1.png);
    left: -26px;
    position: absolute;
    top: -3px;
}

.comment-list {
    list-style-type: none;
}

.comment-author {
    font-size: 18px;
    color: #0e74bc;
}

.title-service {

    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 23px;
    padding: 0 0 11px;
    position: relative;
    color: #000000;
    font-weight: bold;
}

.title-service:after {
    background: #0e74bc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 34px;
    border-radius: 22px;
}

.title2-service {
    color: #1075BC;
    margin-bottom: 23px;
}

.text-media-service {
    padding: 80px 40px 80px 40px;
}

.p-services {
    font-size: 18px;
    color: #666666;
}

.row-all-text {
    padding-bottom: 80px;
}

@media (max-width: 650px) {

    .ol-service {
        max-width: unset;
    }

    .img-service {
        max-height: 306px;
        max-width: 310px;
    }

    .row-team {
        margin-bottom: 5px;
    }

    .text-media-service {
        padding: 55px 8px 55px 8px;
    }


}

/* end-services */


/* international */

.p-international,
.p-international p {
    font-size: 22px;
    color: #666666;
    padding: 5px 0 8px 0;
}

.con-international {
    padding-top: 4%;
    padding-bottom: 4%;
}

.con-international ul {
    display: inline-flex;

}

/*.con-international li
{
  margin-right: 20px;
    background-color: #bfdaed;
    border-radius: 5px;  
}
*/
/*.con-international i
{
    color: #fff;
    padding: 9px;  
}*/

.con-international li.active {
    background-color: red;
}

/* end-international */

.dropbtn {

    font-weight: 600;
    color: #0E74BC;
    padding: 0px 38px 0px 0px;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    left: -45px;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 67, 75, 0.08);
    border-radius: 20px;
}

.dropdown-content a {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.dropdown-divider {
    border-top: 1px solid #b8d1e2;
}

.dropdown-content a:hover {}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {}

/* rfp */
.title-center h3 {
    text-transform: uppercase;
}

.section-rfp {
    height: auto;
    background-image: url(../images/squares-blue.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.form-rfp {
    padding: 4% 20% 7% 20%;

}

.traning-form {
    padding-top: 7% !important;
}

.form-rfp .form-control {
    line-height: 2.2;
    border: 1px solid rgba(0, 67, 75, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}

.section-rfp h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.form-rfp .form-check-label {
    color: #0e74bc;
    font-size: 15px;
    padding: 5px 5px 22px 11px;
    font-weight: bold;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}


input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    -moz-appearance: none;
    border: 1px solid #d7dbde;
    border-radius: 3px;
    vertical-align: bottom;
}

input[type="checkbox"]:active {
    background-color: #ddd;
}

input[type="checkbox"]:checked {
    background-image: url("../images/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #134271;

}

.imagediv .showonhover {
    border: 2px dashed #dbdcdc;
    padding: 22px;
    opacity: 0.9;
    color: #949494;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;

}

.imagediv {
    padding-bottom: 30px;
}

/* end-rfp */

/* contact us */
h3 {
    text-transform: uppercase;
}

.form-contact {
    padding: 6% 7% 6% 0% !important;
}

.con-contact {
    background-color: #0E74BC;
    margin: 6% 0% 6% 0% !important;
    padding: 40px;
    border-radius: 28px;
    box-shadow: -8px 11px 2px 1px rgba(0, 67, 75, 0.08);

}

.con-contact .li-middle {

    margin-bottom: 13px;
    font-size: 17px;
}

.con-contact ul.social {
    display: inline-flex;

}

.con-contact .social li {
    margin-right: 20px;
    background-color: #0e74bc;
    border-radius: 50%;
    padding: 7px 12px 7px 12px;
    color: #0e74bc;
}

.con-contact .middle-div {
    margin-bottom: 45px;
}

.con-contact .social {
    margin-bottom: 40px;
}

.bg-contact {
    background-image: url(../images/squares-blue.png);
    background-repeat: no-repeat;
    background-size: contain;

}

.form-group button {
    text-transform: uppercase;
}

/* end-contactus */

/* register */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0E74BC;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
}

.nav-pills .nav-link {
    font-weight: bold;
    font-size: 16px;
}

.form-register label {
    font-weight: bold;
}

.nav-pills {
    width: 330px;
    border: 1px solid #d6d2d2;
    padding: 9px 4px 9px 30px;
    border-radius: 34px;
}

.arrow-reg {
    float: right;
    background-color: #0E74BC;
    padding: 14px;
    border-radius: 50%;
    color: #fff;
    box-shadow: #c3daec -1px 4px 7px 2px;
}


.register-con {
    height: auto;

}

.form-register {
    padding: 2% 20% 83px 20%;
}

#pic {
    display: none;
}

.newbtn {
    cursor: pointer;
}

#blah {
    max-width: 160px;
    height: 157px;
    margin-top: -11px;
    border-radius: 50%;
}

.btn-outline-secondary {
    background-color: #B7DDF8;
    border: 0;
    color: #2985C6;
    border-radius: 0px 11px 11px 0px;
}

@media (max-width: 650px) {

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .nav-pills .nav-link {
        font-size: 12px;
    }

    .nav-pills {
        width: 277px;
    }

    .form-register {
        padding: 2% 6% 83px 6%;
    }

    .profile-up h4 {
        font-size: 14px;
    }

}

.customradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked~.checkmark {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2486C8;
}

/* end-register */

/* profile*/
.profile-up {
    width: 454px;
    height: 120px;
    background-image: url(../images/header.png);
    background-size: contain;
    margin-bottom: 21px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: #197bbf;
}

.img-profile {
    z-index: 3;
    margin-right: -51px;
    border-radius: 50%;
    height: 138px;
    width: auto;
    margin-top: -9px;
    border: 2px solid #197bbf;
}

.text-profile {
    padding-left: 72px;
    padding-top: 10px;
    color: #fff;
}

.btn-profile {
    background-color: #fff;
    border-radius: 21px;
    color: #1A7BBF;
    font-weight: bold;
    font-size: 12px;

}

.profile-up h5 {
    color: #A9D4F3;
}

/* end-profile*/

/* job*/
.text-jobs {
    font-size: 22px;
    color: #727272;
}

.con-job2 {
    padding: 15px 0 60px 0;
}

.con-job2 {
    background-color: #F8FCFF;
}

.circle-txt {
    background-color: #B7DDF8;
    padding: 5px 13px 5px 13px;
    border-radius: 50%;
    font-size: 19px;
    color: #0E74BC;
    font-weight: bold;
}

.second-txt {
    font-weight: bold;
    font-size: 22px
}

.text-jobs1 {
    font-size: 20px;
    color: #727272;
}

.table {
    background-color: #ffffff;
    border: 1px solid #DFDFDF;
}


.table td {
    border-top: 1px solid #dee2e6;
    vertical-align: unset;
    padding: 25px 10px 25px 10px;
}

.text-jobs1 i {
    color: #E5C93E;
    padding-right: 25px;
}

.row-job {
    padding-top: 4%;
}

@media (max-width:992px) {

    .table td {
        padding: 25px 9px 25px 5px;
    }

    .text-jobs1 i {
        padding-right: 5px;
    }

    .second-txt {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .circle-txt {
        padding: 3px 10px 3px 10px;
        font-size: 14px;
    }

    .text-jobs1 {
        font-size: 15px;
    }

    .second-txt {
        font-size: 15px;
    }

    .table-responsive {
        padding: 9px;
    }
}

/* end-job*/
/* social-activity*/

.con-recent {
    box-shadow: #c1baba 2px 1px 13px 0px;
    margin-bottom: 75px;
    padding: 5%;
}

.img-activity,
.avatar {

    border-radius: 50%;
}

.cont-txt-activity {
    margin-left: 20px
}

.p-activity {
    color: #C2C2C2;
}

.p-activity-time {
    margin-top: 32px;
}

.p-big-activity,
.p-big-activity p {
    color: #3A3A3A;
}

.img-act {
    width: 100%;
}

.row-activity {
    margin-bottom: 20px;
}

.social {
    display: inline-flex;
    color: #CECECE;
    font-size: 22px;
}

.social li {
    padding-left: 25px;
}

.social span {
    font-size: 17px;
    /* padding-left: 8px; */
    margin-left: 8px;
}

.social .btn-outline-secondary {
    border-radius: 22px;
}

.form-control-comment {
    border: 0px solid #ced4da;
    background-color: #f6f6f6;
}

.con-comment {
    border: 1px solid #e6e2e2;
    background-color: #F6F6F6;
    padding: 6px;
}

.form-group-activity {
    margin-bottom: 0rem;
}

.con-comment .fa-paper-plane {
    background-color: #0E74BC;
    padding: 11px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.img-small-activity {
    width: 100%;
    border-radius: 11px;
}

.row-small-side .row {
    padding: 10px;
}

.row-small-side h6 {
    font-weight: 600;
    font-size: 13px;
}


.row-small-side p {
    font-size: 13px;
}

.social-small {
    display: inline-flex;
    color: #cecece;
    font-size: 12px;
    margin-top: 12px;
}

.social-small li {
    padding-right: 10px;
}

.social-small span {
    padding-left: 3px;
}

.social-small .active {
    color: red;
}

.row-activity1 {
    margin-bottom: 76px;
}

@media (max-width:450px) {

    .row-activity h4 {
        font-size: 14px;
    }

    .p-big-activity,
    .p-big-activity p {
        padding: 5px;
    }

    .con-recent {
        margin-bottom: 11px;
    }

}

.p-comment-2 {
    background-color: #eaeaea;
    padding: 17px;
    border-radius: 42px;
    color: #8a8a8a;
}

.img-activity1 {
    height: 77px;
    border-radius: 50%;
}

.border-comment {
    border-top: 1px solid #d2cdcd;
    padding-top: 20px;
}

.title-news {
    font-weight: bold;
}

/* end-social-activity*/

.newbtn {
    z-index: 2;
    position: relative;
}

.newbtn .fa-camera {
    border-radius: 50%;
    padding: 10px;
    background-color: #197bbf;
    color: #fff;
    position: absolute;
    left: 90px;
    top: 115px;
}



/* news*/
.text-media-txt-news,
.text-media-txt-news p {
    font-size: 20px;
    color: #848484;
    padding-bottom: 11px;
}

.row-news .blue-text {
    font-size: 17px;
}

.img-news {
    /* border: 4px solid #fff; */
    width: 100%;
    object-fit: cover;
    height: 220px;
    box-shadow: #d8dcd5 3px 1px 14px 1px;
}

.text-news1 {
    font-size: 15px;
    color: #919191;
}

.text-news1 i {
    color: #e5c93e;
    padding-right: 9px;
}

.con-news {
    padding-top: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdbdb;
}

@media (max-width:992px) {

    .title-news {
        padding-top: 22px;
    }

}

/* end-news*/


/* training-courses*/
.img-traing {
    width: 100%;
    height: 330px;
}

.con-training {
    margin-bottom: 35px;
    padding: 11px;
    box-shadow: #D3E5F3 2px 4px 14px 1px;
}

.p-training {
    color: #A3A3A3;
    height: 121px;
    overflow-y: auto;
}

.btn-traing {
    border-radius: 8px;
    width: 100%;
    font-size: 12px;
    background-color: #0E74BC;
    color: #fff;
    font-weight: bold;
    box-shadow: #559DD0 3px 5px 12px 0px;
}

.btn-traing2 {
    border-radius: 8px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.btn-traing3 {
    border-radius: 8px;
    width: 100%;
    font-size: 12px;
    background-color: #E5C93E;
    color: #fff;
    font-weight: bold;
    box-shadow: #cfd889 3px 5px 12px 0px;
}

.btn-traing3 {
    border-radius: 8px;
    width: 100%;
    font-size: 12px;
    background-color: #E5C93E;
    color: #fff;
    font-weight: bold;
    box-shadow: #cfd889 3px 5px 12px 0px;
}

.row-btn {
    margin-top: 12px;
    margin-bottom: 10px;
}

.con-training h4 {
    font-size: 18px;
    padding-top: 12px;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 7px;
}

.number-traing {
    margin-bottom: 22px;
}

.traininy-more {
    text-align: center;
    background-color: #F9F2D4;
    padding: 3px 31px 3px 31px;
    border-radius: 24px;
}

.row-course-detail {
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 14px;
}

.text-course {
    font-size: 12px;
    color: #727272;
    font-weight: bold;
}

.text-course i {
    padding-right: 7px;
    font-size: 19px;
    color: #e5c93e;
}

.modal-body {
    text-align: center;
}

.modal-body img {
    height: 37px;
    width: 33px;
}

.con-img-course {
    background-color: #f3f3f3;
    padding: 22px;
    border-radius: 50%;
}

.modal-body h5 {
    font-weight: bold;
    padding-top: 22px;
}

.modal-body {
    padding-top: 45px;
}

.modal-content {
    border-radius: 19px;
}

/* end-training-courses*/

/* chat  */
.top-chat {
    background-color: #B7DDF8;
    border-radius: 22px 22px 0px 0;
    padding: 15px;
}



.contact-form-page {
    height: 0px;
    width: 0px;
    display: block;
    position: fixed;
    bottom: 42px;
    right: 42px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #7EC6E7;

}

.fff {

    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 22px;


}

.fff-help {
    border: 1px solid #efecec;
    box-shadow: #b7ddf8 0px 3px 8px 0px;
}

.show-profile {
    background: #ffffff00;
    height: 470px;
    display: block;
    width: 336px;
    bottom: 52px;
    right: 98px;
    position: fixed;
    border-radius: 0px;
    padding-bottom: 30px;
    z-index: 150;
}

.top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #e5c93e;
    color: #fff;
    padding: 17px;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    z-index: 6;
}

.top-btn:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #7EC6E7;
    color: #fff
}

.header-btn,
.footer-btn a {
    font-size: 20px;
    color: #fff;
    background: #3aa8db;
    float: right;
}

.form-head {
    display: block;
}

.cancel-btn-img {
    position: relative;
}

.footer-btn {
    position: relative;
}

.buttom-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #e5c93e;
    color: #fff;
    padding: 17px;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    z-index: 6;
}

.buttom-btn i {
    font-size: 30px;
    color: #fff;
}

.buttom-btn i:hover {
    cursor: pointer;
}
.buttom-btn,
.top-btn{
    display: none !important;
}

.top-btn i:hover {
    cursor: pointer;
}

.buttom-btn:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #71C0E5;
    color: #fff;
    -ms-transform: rotate(360deg);
}

input.form-control {
    height: 55px;
    border-radius: 3rem;
    outline: none;
    border: 1px solid rgba(0, 67, 75, 0.08);
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}

textarea.form-control {
    height: 150px;
    border: 1px solid rgba(0, 67, 75, 0.08);
}

textarea.form-control:focus,
input.form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 67, 75, 0.6);
}

.contact-form-page form {
    padding: 0 26px;
}

.contact-form-page .submit-buttom {
    padding: 10px 40px;
    text-align: center;
    display: block;
    border-radius: 0;
    background: #007BB5;
    border: none;
    border-bottom: 5px solid #005B85;
    text-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.form-group label {
    font-size: 14px;
    color: #fff;
}

/*
                BUTTON OPACITY STYLE
            */
.top-btn-show {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.buttom-btn-hide {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* GITHUB SOURCE STYLE  */
.github-source {
    display: inline-block;
    color: #000;
    margin: 20px;
    position: relative;
    z-index: 999999;
}

.github-source i {
    font-size: 50px;
    color: #fff
}

.comment-chat {
    bottom: -20px;
    position: absolute;
    right: 16px;
    border-radius: 0 0 22px 22px;
    border: 1px solid #E5F4FF;
    background-color: #E5F4FF;
    padding: 21px;
}

.form-control-chat {
    border: 0px solid #e5f4ff;
    background-color: #e5f4ff;
}

.img-chat {
    border-radius: 50%;
    height: 65px;
}

.row-chat {
    padding: 5px 22px 0px 22px;
}

.txt-chat {
    background-color: #EFEFEF;
    padding: 16px;
    margin: 16px;
    border-radius: 0 20px 20px 20px;
    width: 72%;
}

.txt-chat2 {
    padding: 16px;
    margin: 16px;
    background-color: #B7DDF8;
    border-radius: 20px 0px 20px 21px;
    width: 72%;
}

.con-row {
    height: 229px;
    overflow-y: auto;
    overflow-x: hidden;

}

.show-profile .p-activity {
    color: #7f7979;
}


.contact-form-page .img-activity {
    height: 93px;
}



@media (max-width:450px) {
    .buttom-btn {
        bottom: 38px;
    }

    .top-btn {
        bottom: 38px;
    }

    .middle-div i {
        padding-right: 6px;
    }


    .show-profile {
        bottom: 74px;
        right: 17px;
    }

    .comment-chat {
        right: 15px;

    }

    .comment-chat {
        padding: 21px 34px 21px 35px;
    }

}

.img-logo-chat {
    height: 70px;
}

.con-row4 .form-chat {
    padding: 15px 13px !important;
}

.social-chat {
    display: inline-flex;
}

.social-chat i {
    background-color: #e5c93e;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

.social-chat i.fa-facebook {
    padding: 9px 12px 9px 12px;
}


.social-chat ul {
    display: inline-flex;
    margin-top: -5px;
}

.social-chat li {
    padding-right: 0px;
    padding-left: 13px;
}


.social-chat h5 {
    font-weight: bold;
}

.con-row4 #exampleFormControlTextarea1 {
    height: 85px;
}

/* end-chat  */

.text-media-aboutus {
    margin-bottom: 50px;
}


#datepicker {
    width: 100%;
    border-radius: 22px;
    padding: 9px;
    border: 1px solid #b7ddf8;
}


.form-jop label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.up-job {
    background-color: #E5F4FF;
    padding: 55px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.up-job i {
    color: #E5C93E;
    font-size: 20px;
    padding-right: 23px;
}

.right-side {}

.left-side {
    float: right;
}

@media (max-width:992px) {
    .left-side {
        float: left;
        margin-right: 11px;
    }

    .title-aboutus:after {
        height: 0px;
    }

    .up-job {
        padding: 20px;
    }

    .form-jop {
        padding: 4% 11% 4% 11%;
    }

    .form-jop .title-aboutus {
        padding-top: 0px;
    }
}

.dd-test {
    padding-bottom: 11px;
}

.form-register label {
    color: black;
}

.con-training {
    transition: all .2s ease-in-out;
}

.con-training:hover {
    transform: scale(1.02);
}

.avatar {
    font-size: 22px;
    font-weight: bold;
}


@media (max-width:768px) {
    .logo img {
        height: 68px !important;
    }

    .img-logo-footer {
        margin-top: 10px;
    }
}


.ddd img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 85px;

}

.menu_mm .menu-item a {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 12px;
}

.menu_mm .menu-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
}

.footer ul {
    list-style: disc;
    color: #0e74bc;
}

/* .nav-menu a:before
{
    content: '>';
    color: #0e74bc;
    font-size: 18px;
    padding-right: 11px;
    font-weight: bold;
} */


.carousel-item {
    height: 100vh;
}

.row-contact .wpcf7-form-control {
    width: 100%;
}

.form-rfp .wpcf7-textarea {
    resize: none;
}

.flex-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.wpcf7-form-control {
    width: 100%;
}

@media (min-width: 1200px) {
    /* .header_container .container {
        max-width: 1400px;
    } */
}

@media (max-width: 992px) {
    .text-slider {
        padding: 0px 0 2px 0;
    }

}

a:not([href]):not([tabindex]):hover {
    cursor: pointer;
}

.comment-metadata a {
    color: #afacac;
    font-size: 14px;
    font-weight: 500;
}

.reply a {
    display: none;
}

.logged-in-as {
    display: none;
}

.logged-in .header {
    top: 32px;

}
@media screen and (max-width: 575em) {
  
.logged-in .logo a img{
    max-width: 220px;

}  
.hamburger{
    margin-left: 10px;
}
.header_content .btn-warning{
min-width: 70px;
}
}
.modal-header {
    background: linear-gradient(to right, #316182, #7499ca);
    color: #fff;
}

.modal-footer .btn-secondary {
    background: linear-gradient(to right, #316182, #7499ca);
}

.modal-dialog .modal-body {
    font-weight: bold;
    color: #5f88b4;
}

.notfound {
    margin-top: 97px;
    text-align: center;
    padding: 29px;
}


.main-navs {
    color: #fff;
    background-color: #2488c4;
    padding: 19px;
    border-radius: 12px 12px 0 0;
}

.main-navs a {
    color: #fff;
}

.buddypress-wrap .bp-navs li:not(.current) a:focus,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
    background: #9ec2d6 !important;
    color: #333 !important;
    border-radius: 4px !important;
}

.buddypress-wrap .main-navs:not(.dir-navs) li.current a,
.buddypress-wrap .main-navs:not(.dir-navs) li.selected a {
    background: #f9f5f5;
    color: #333;
    font-weight: 600;
    border-radius: 5px;
}

@media screen and (max-width: 46.8em) {
    .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li {
        background: #1a6b9c;
    }

}

.bp-personal-sub-tab a {
    color: #acafb1;
}

.bp-navs ul li {
    margin: 0px 2px;
}

#bp-create-doc-button {
    margin: 0px 11px;
}


@media screen and (min-width: 46.8em) {
    .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
        border-bottom: 0px solid #eee !important;
        border-top: 0px solid #eee !important;
    }
}

.subnav a {
    background-color: #e5c93e;
    padding: 9px;
    color: #fff;
    border-radius: 5px;
}

.buddypress-wrap .bp-subnavs li.current a,
.buddypress-wrap .bp-subnavs li.selected a {
    background: #d9dfe2;
}

.buddypress-wrap .bp-feedback {
    padding: 11px;
    box-shadow: 7px 2px 9px 0px rgba(0, 0, 0, .1) !important;
}

.bp-navs #bp-create-doc-button {
    margin: 0px 0px !important;
    background-color: #0e74bc;
    color: #fff;
}

.addtoany_content_bottom {
    display: none;
}

#wp-admin-bar-my-account-buddypress #wpadminbar .ab-top-secondary {
    padding-left: 2em;
    padding-right: 1em;
    display: flex;
    align-items: center;
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
    top: 1px;
    left: -9px;
    content: "\f141";
    height: 100%;
    position: static;

}

#wp-admin-bar-my-account-buddypress #wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
    height: 100%;
    position: static;

}

.sub-menu {
    width: 200px !important;
}

#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications {
    /* background: #ddd; */
    color: #333;
    margin: 0;
    background: url(https://boubyan.roqay.work/wp-content/uploads/2019/05/notifications-button.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    width: 12px !important;
    display: block;
    text-align: center;
    color: #000 !important;
    background-color: none !important;
}

#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert {
    color: #000 !important;
    background-color: unset !important;
}

div#item-header {
    margin-top: 74px;
}

.subnav-search {
    display: none;
}

.subnav li {
    padding-bottom: 4px;
}

.bp-docs-main-navs {
    color: #fff;
    background-color: #bec6cc;
    padding: 19px;
    border-radius: 1px 1px 0 0;
}

.feed {
    display: none;
}

/*Version edition of developer sara dibah*/

/*General*/
.font-sm {
    font-size: 13px;
}

/*apply job*/
.apply-job-blk .wpcf7-submit {
    width: 100% !important;
}

.job-list-item:hover {
    background: #eff0f1d1;
}



/*CF7 Forms*/
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    border-radius: 5px;
}

.wpcf7-validation-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
}

.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
}

.end-date,
.end-time {
    float: left;
    padding-right: 6px;
}

form legend {
    display: none !important;
}

#wpmem_login .div_text,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio,
#wpmem_reg .div_image,
#wpmem_reg .div_file,
#wpmem_reg .div_url,
#wpmem_reg .div_number,
#wpmem_reg .div_date,
#wpmem_reg .button_div,
#wpmem_login .button_div,
.button_div {
    width: 100% !important;
    text-align: unset !important;
}

#wpmem_reg .button_div,
#wpmem_login .button_div {

    text-align: left !important;
}

.wpmem_msg {
    width: 100%;
}

/*.button_div ,#wpmem_login input[type="checkbox"]{margin:0 !important;}*/
form label {
    padding-top: 1em;
}

#rememberme,
.link-text,
.form-container .button_div {
    margin-top: 1em;
}

.req-text {
    display: none;
}

.form-control {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

/*.login-form label,.edit-prof-blk label,.div_image .description{display:none !important;}*/
.login-form [for$="rememberme"] {
    display: initial !important;
}

.edit-prof-blk {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.div_image {
    color: #fff;
    margin-top: -15px;
}

.div_image input {
    color: grey;
}

.date-group-form {
    text-align: left;
}

.edit-prof-blk .div_image img {
    display: none;
}

/*Language*/
.lang-item {
    list-style: none;
}


/*Pagination*/
.pagination-custom .next,
.pagination-custom .prev {
    display: none;
}

/*Model*/
.model-logout-body {
    padding-top: 12px !important;
}

/*Scoial Icons*/
.icon-padding {
    padding-top: 20px;
}

.single-social .a2a_dd img {
    height: 25px;
    wodth: 25px
}

.social-small .svg {
    width: 40px;
}

.social-small .fa {
    font-size: 23px;
}

.cnss-social-icon {
    text-align: center;
    position: fixed;
    top: 175px;
    z-index: 100;
    left: inherit;
    right: 0;
}

/*Coment*/
#comments .comments-title {
    display: none;
}

#commentform .error {
    color: red;
}

/*Remove wordpress logo*/
#wp-admin-bar-wp-logo .ab-item,
#wp-admin-bar-new-content,
#wp-admin-bar-comments {
    display: none !important;
}

/*Search Page*/
.search-field {
    width: 275px;
    border-radius: 15px;
    padding: 5px;
}

.search-submit {
    color: #fff;
    background-color: #0E74BC;
    border-color: #0E74BC;
    box-shadow: 0px 4px 12px 0px #4393cc;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*Buddypress*/
.group-front-page {
    display: none;
}

/*Search*/
.search-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}


.menu_close {
    top: 44px;

}

/*Hide in buddypress docs plugin*/
#tags-toggle-edit,
#toggle-table-tags,
#parent-toggle,
#toggle-table-parent {
    display: none;
}

/*Reset Password message*/
.ul-msg {
    list-style: unset !important;
    padding: 0 2em 0 2em;
}

.reset-msg-blk {

    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.reset-msg {
    padding: 1em 0 2em 0;
    border: 1px;
}

/*Show*/
.buddypress-wrap fieldset legend {
    display: block !important;
}

.con-news dl,
.con-news ol,
.con-news ul {

    -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;
    margin-left: 5%;
}

.fa.fa-map-marker:before {
    content: "";
}

.d-md-block {
    width: 75% !important;
}