/*
blue - 2e2251
red - 9e1c2b
*/

/***** global *****/
.rtl{
direction:ltr;
}

.ltr{
direction:ltr;
}

.abs_text_right{
text-align: right !important;
}

.abs_text_left{
text-align: left !important;
}

.right-rtl{
text-align:left;
direction:ltr;	
}

.justify-rtl{
text-align:justify;
direction:ltr;	
}

.left-rtl{
text-align:left;
direction:rtl;	
}

.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:ltr;	
}

.center-ltr{
text-align:center;
direction:ltr;	
}

@media (max-width:992px){
.text_right_xs{
text-align: left !important;
}

.text_left_xs{
text-align: left !important;
}
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative;	
}

.block{
display:block;	
}

.same_height_row{
display:table;
}

.same_height_row > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}

.same_height_row_top > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}

hr.solid {
background: #2e2251 none repeat scroll 0 0;
color:#2e2251;
height:1px;
margin-top:20px;
margin-bottom:20px;
width: 100%;
}

hr.thick {
background: #2e2251 none repeat scroll 0 0;
color:#2e2251;
height:5px;
margin-top:15px;
margin-bottom:35px;
width: 100%;
}

.container-fluid-no-padding{
padding-left:0;
padding-right:0;	
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.form-control {
background-image: none !important;
box-shadow: none !important;
}

@media (max-width:992px){
.pr-5{
padding-right: 15px !important;
}

.pl-5{
padding-left: 15px !important;
}
}

/***** bootstrap rtl *****/

.col-md-1-5 {
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
}
}

.nav {
padding-right: 0;
}

.dropdown-menu {
right:auto;
left:0;
text-align:left;
direction:ltr;
}

.list-unstyled {
padding-left: 0;
}

/***** header *****/

@media (max-width:992px){
#header .header-logo {
}

#header .header-logo img{
width: 120px;
height: auto;
margin: 0;
}
}

.search_modal_toggle{
margin-left: 25px;
padding: 25px 0 25px 25px;
border-left: 1px solid #D7D7D7;
cursor: pointer;
color: #9e1c2b;
}

.modal-backdrop.show {
opacity: .8;
}

.modal-dialog {
max-width: 600px;
margin: 100px auto;
}

.modal-backdrop{
z-index: 1;
}

#search_modal .modal-content{
padding-right: 25px;
}

#search_modal .close{
position: absolute;
right:18px;
font-weight: 400;
top: 35px;
color: #9e1c2b;
text-shadow: none;
opacity: 1;
font-size: 32px;
}

#search_modal #searchForm{
padding: 15px 0;
}

#search_modal .input-group .btn{
color: #2e2251;
}

#search_modal label.error{
position: absolute;
left: 1px;
top: 35px;
font-size: 13px;
}

@media (max-width:992px){
.search_modal_toggle{
margin-left: 0px;
padding: 10px 5px 10px 13px;
margin-right: 30px;
}

.modal-backdrop.show {
opacity: .8;
}

.modal-dialog {
max-width: 300px;
margin: 70px auto;
}

#search_modal .close{
position: absolute;
right:18px;
font-weight: 400;
top: 35px;
color: #9e1c2b;
text-shadow: none;
opacity: 1;
font-size: 32px;
}
}

/***** content *****/

.main{
min-height:800px;
position:relative;
z-index:0;
overflow:hidden;
}

@media (max-width:768px){
.main{
min-height:300px;
}
}

.page-header-custom-background{
padding: 0;
background-repeat: no-repeat;
border: none;
vertical-align:bottom;
background-position:top center;
background-size:cover;
position:relative;
min-height:270px;
z-index:1;
}

@media (max-width:992px){
.page-header-custom-background{
min-height:100px;
}
}

.banner_title_wrapper{
position:absolute;	
bottom: 0px;
width: 100%;
}

.banner_title{
color:#2e2251;
background-color: #ffffff;
font-size:32px;
font-weight:400;
line-height:normal;
margin-bottom: 0;
padding: 10px 30px;
display: inline-block;
text-transform: uppercase;
}

@media (max-width:992px){
.banner_title{
font-size:18px;
padding: 8px 15px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 30px;
padding: 0px 0px 2px 1px;
font-size:13px;
color:#333333;
margin-top: 5px;
z-index: 1;
position: relative;
text-align: right !important;
display: block;
}

.breadcrumb li{
text-transform: lowercase;
}

.breadcrumb li:first-letter{  
text-transform: uppercase;
}

.breadcrumb a{
font-size:13px;
color:#333333;
}

.breadcrumb > li + li::before {
color: #777777;
content: "/";
padding: 0 2px;
margin-right:1px;
margin-left:2px;
}

.breadcrumb > .active{
color: #2e2251;
}

@media (max-width:992px){
.breadcrumb{
margin-bottom: 20px;
top: 0px;
}
}

/* Remove Client Pagination
.pagination{
padding-right:0;	
}

.pagination > li > a{
color:#504f53;
background-color:#ffffff;
border:1px solid #504f53;
margin-left:5px;
text-align:center;
padding:3px 6px;
min-width:28px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-radius:0 !important;
}

.pagination > li > a i{
padding-top:0px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#2e2251 !important;
border-color: #2e2251;
color: #ffffff;
text-shadow: none;
} */

/***** homepage *****/
@media (min-width:769px){
.rev_slider_wrapper{
height:270px !important;	
}
}

@media (max-width:768px){
.rev_slider_wrapper{
height:150px !important;
}
}

.slider-container{
background-color: #59d0fb;
}

.slider-container .tparrows {
background: rgba(255,255,255,0.8);
width: 60px;
height: 60px;
border-radius: 0;
}

.slider-container .tparrows:hover {
background: #ffffff;
}
    
.slider-container .tparrows::before {
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
font-size: 50px;
color: #2e2251;
line-height: 60px;
position: relative;
right: -9px;
}

.tparrows.tp-rightarrow::before {
content: '\f060' !important;
}

.tparrows.tp-leftarrow::before {
content: '\f105' !important;
}

.top-label .label_1{
font-weight: 300;
font-size: 38px;
line-height: 40px;
color: #2e2251;
display: block;
margin-bottom: 10px;
}

.top-label .label_1 sup{
font-size:15px;
font-weight: 400;
padding-left: 3px;
}

.top-label .label_2{
color: #2e2251;
font-size: 20px;
line-height: 1.2;
display: block;
}

@media (max-width:992px){
.slider-container .tparrows {
width: 40px;
height: 40px;
}

.slider-container .tparrows::before {
font-size: 34px;
line-height: 40px;
right: -6px;
}

.top-label > div{
background-color: rgba(255,255,255,0.8);
border-radius: 20px;
padding: 10px;
max-width: 320px;
}

.top-label .label_1{
font-size: 17px;
line-height: 20px;
}

.top-label .label_1 sup{
font-size:14px;
}

.top-label .label_2{
font-size: 15px;
white-space: normal;
}
}

.homepage_title{
color: #2e2251;
font-weight: 300;
font-size: 30px;
margin-bottom: 25px;
line-height: 1.2;
}

.homepage_title.lite{
color: #ffffff;
}

@media (max-width:992px){
.homepage_title{
font-size: 25px;
margin-bottom: 20px;
}
}

.homepage_intro_section{
padding: 50px 0;
}

.homepage_intro_col{
border-right: 1px solid #D4D4D4;
}

.homepage_intro{
font-size: 16px;
line-height: 1.4;
}

.homepage_intro h1{
font-size: 16px;
font-weight: 700;
margin-bottom: 0px;
line-height: 1.4;
display: inline-block;
}

@media (max-width:992px){
.homepage_intro{
font-size: 17px;
}

.homepage_intro h1{
font-size: 17px;
}
}

#rss-feeds{

}

.homepage_blog_date{
display: block;
color: #9e1c2b;
font-size: 16px;
font-weight: 500;
margin-bottom: 4px;
}

.homepage_blog_title{
font-size: 15px;
font-weight: 400;
margin-bottom: 15px;
line-height: normal;
}

.homepage_pipeline_section{
padding: 20px 0 20px 0;
background: #87e0fd;
background: -moz-linear-gradient(top,  #87e0fd 0%, #d0dcf2 0%, #eaeef9 100%);
background: -webkit-linear-gradient(top,  #87e0fd 0%,#d0dcf2 0%,#eaeef9 100%);
background: linear-gradient(to bottom,  #87e0fd 0%,#d0dcf2 0%,#eaeef9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#eaeef9',GradientType=0 );
}

.homepage_clients_section{
padding: 10px 0 50px 0;
}

.owl-carousel .owl-nav button.owl-prev {
left: -10px;
}

.owl-carousel .owl-nav button.owl-prev::before{
font-size: 40px;
content: '\f060' !important;
background-color: #2e2251;
color: #ffffff;
padding: 5px 0px 5px 10px;
}

.owl-carousel .owl-nav button.owl-next {
right: -10px;
}

.owl-carousel .owl-nav button.owl-next::before {
font-size: 40px;
content: '\f061' !important;
background-color: #2e2251;
color: #ffffff;
padding: 5px 10px 5px 0;
}

@media (max-width:992px){
.owl-carousel .owl-nav button.owl-prev {
left: 0px;
}

.owl-carousel .owl-nav button.owl-prev::before{
font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next {
right: 0px;
}

.owl-carousel .owl-nav button.owl-next::before {
font-size: 30px;
}
}

.owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:active, .owl-theme .owl-nav [class*="owl-"]:active:hover,  .owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:focus, .owl-theme .owl-nav [class*="owl-"]:focus{
background: #9e1c2b;
border-color: transparent;
color: #ffffff !important;
}

html .owl-theme .owl-dots{
margin-top: 20px !important;
}

html .owl-theme .owl-dots .owl-dot span {
background: #ffffff;
border-radius: 0px;
border:1px solid #000000;
margin: 5px;
}

html .owl-theme .owl-dots .owl-dot.active span, html .owl-theme .owl-dots .owl-dot:hover span {
background: #000000;
}

.owl-carousel .owl-item img {
width: auto !important;
}


.homepage_clients_owl .owl-item.active:last-child{
border-left: none;
}

.homepage_contact_bottom_guidelines{
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.2;
color: #000000;
}

.homepage_contact_bottom_guidelines h2{
font-size: 25px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
color: #2e2251;
}

@media (max-width:992px){
.homepage_contact_bottom_section{
padding: 20px 0;
}

.homepage_contact_bottom_guidelines{
font-size: 17px;
margin-bottom: 20px;
}

.homepage_contact_bottom_guidelines h2{
font-size: 20px;
}
}

.homepage_contact_form_bottom.contact_form .form-group {
background-color: transparent;
padding: 4px 1px;
margin-bottom: 20px;
border: 1px solid #2e2251;
}

.homepage_contact_form_bottom.contact_form label{
color: #444444;
font-size: 16px;
padding-top: 6px;
}

.homepage_contact_form_bottom.contact_form .form-control{
color: #444444;
font-size: 16px;
}

.homepage_contact_form_bottom .mandatory {
color: #EB4646;
}

.homepage_contact_form_bottom.contact_form label.error {
color: #C00003;
bottom: -17px;
font-size: 14px;
}

.homepage_contact_row_bottom #contactSuccess.alert.homepage_contact_msg{
color:#2e2251; 
}

.homepage_contact_section{
margin: 100px 0 0 0;
padding: 30px 0 30px 0;
background-color: #dc7e8e;
}

.homepage_contact_guidelines{
color: #ffffff;
font-size: 22px;
font-weight: 500;
margin-bottom: 20px;
line-height: normal;
}

.homepage_contact_guidelines a, .homepage_contact_guidelines a:hover{
color: #ffffff;
}

@media (max-width:992px){
.homepage_contact_guidelines{
font-size: 20px;
line-height: 1.3;
}

.form-inline .form-group {
display: block;
}
}

@media (max-width:767px){
.homepage_contact_guidelines{
font-size: 15px;
}
}

.homepage_contact_form.contact_form .form-group {
background-color: #ffffff;
border: none;
margin-left: 15px;
padding: 6px 1px;
}

.homepage_contact_form.contact_form label{
color: #504f53;
}

.homepage_contact_form.contact_form .form-control{
color: #504f53;
}

.homepage_contact_form .mandatory {
color: #504f53;
}

.homepage_contact_form.contact_form label.error {
color: #A40002;
}

@media (min-width:992px){
.homepage_contact_form .btn{
margin-top: -22px;
}
}

.homepage_contact_section #contactSuccess.alert.homepage_contact_msg{
color:#ffffff; 
}

.homepage_gallery_thumb.thumb-info {
background-color: transparent;
border-radius: 0px;
border:none;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 10px !important;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper::after {
background: rgba(0, 0, 0, 0.7);
mix-blend-mode: multiply;
}

.homepage_gallery_thumb.thumb-info img {
border-radius: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-title {
line-height:normal;
text-shadow: none;
z-index:10;
width: 98%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

.homepage_gallery_thumb.thumb-info:hover .thumb-info-title {
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

.thumb-info-top-title{
color: #ffffff;
font-weight: 600;
display: block;
font-size: 15px;
margin-bottom: 3px;
}

.thumb-info-title i{
margin-top: 20px;
display: inline-block;
}

.thumb-info .thumb-info-wrapper::after {
mix-blend-mode: multiply;
background: rgba(0, 0, 0, 0.6);
border-radius: 0px;
}

/***** sidebar *****/

.sidebar{
margin-bottom:20px;
border-right: 1px solid #e2e2e2;
padding-right: 35px;
}

.sidebar_col{
}

.sidebar_title{
color: #2e2251;
font-weight: 700;
font-size: 19px;
margin-bottom: 10px;
line-height: normal;
}

aside ul.sidebar_menu > li{
display: block;
width: 100%;
}

aside ul.sidebar_menu > li > a{
font-weight:400;
font-size:15px;
padding:8px 1px 8px 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#504f53;
position:relative;
line-height:normal;
display: block;
border-bottom: 1px solid #e2e2e2;
}

aside ul.sidebar_menu > li:last-child > a{
border-bottom: none;
}

aside ul.sidebar_menu > li:hover > a, aside ul.sidebar_menu > li.active > a, aside ul.sidebar_menu > li > a:focus{
background-color:transparent;
color: #9e1c2b;
}

aside ul.sidebar_menu > li > a:before{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f054";
font-size:14px; 
position: absolute;
left: 0px;
top: 11px;
color: #9e1c2b;
}

aside ul.sidebar_menu > li > a:hover:before, aside ul.sidebar_menu > li.active > a:before , aside ul.sidebar_menu > li.top_opened > a:before{
color: #9e1c2b;
}

aside ul.sidebar_menu li ul{
margin:0;
padding-top: 0px;
padding-bottom:15px;
}

aside ul.sidebar_menu li ul li{
}

aside ul.sidebar_menu li ul li a{
padding:4px 20px 4px 20px !important;
font-size:15px;	
font-weight: 400;
width:100%;
border:none;
color:#999999;
border-bottom: 1px solid #999999;
}

aside ul.sidebar_menu li ul li a:before {
display:none;
}

aside ul.sidebar_menu li ul li a:hover, aside ul.sidebar_menu li ul li a:focus, aside ul.sidebar_menu li ul li.active a{
color: #df9e4a;
background: none;
font-weight: 400;
}

/***** category *****/
.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:focus, .mfp-close:focus{
border:2px solid #afbd22!important;
}

.mfp-arrow-right, .mfp-arrow-right:before{
border:none !important; 
}
 
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
border:none !important; 
}

.mfp-arrow.mfp-arrow-right::before{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f054";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-arrow.mfp-arrow-left::before{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f053";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
color: #ffffff;
font-family: "Open Sans",Arial,sans-serif;
font-size: 35px;
font-weight: 400;
/*background-color:#ffffff;*/
opacity:1;
cursor:pointer !important;
}

.mfp-title{
text-align:right;
direction:rtl;	
padding-right: 65px;
font-size: 15px;
}

.thumb-info .thumb-info-title{
z-index:2;
}

.masonry .masonry-item {
width: 33%;
}

@media (max-width:992px){
.masonry .masonry-item {
width: 100%;
}
}

@media (max-width:992px){
.masonry .masonry-item.pl-none{
padding-left:0px !important;	
} 

.masonry .masonry-item.pr-none{
padding-right:0px !important;		
}
}

.thumb-info.homepage_video {
border:none;
border-radius: 0px;
background-color:transparent;
position: relative;
overflow: hidden;
}

.thumb-info.homepage_video .thumb-info-wrapper {
border-radius: 0px;
margin:0;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

.thumb-info.homepage_video img{
border-radius: 0px;	
}

.thumb-info:hover img, .homepeage_video_wrapper:focus .thumb-info img {
transform: scale(1.1, 1.1);
}

.homepage_video_icon{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
position: absolute;
text-align:center;
border:none;
}

.homepage_video_icon i{
color:#FF0000;
opacity: 1;
font-size:60px;
text-align:center;
line-height: 30px;
position: relative;
}

.homepage_video_icon i:after{
background-color: #ffffff;
border-radius: 100%;
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
width: 40px;
height: 40px;
z-index: -1;
}

.homepeage_video_wrapper:hover .homepage_video_icon, .homepeage_video_wrapper:focus .homepage_video_icon{
color: #E70000;
}

.homepeage_video_wrapper:hover .homepage_video_icon i, .homepeage_video_wrapper:focus .homepage_video_icon i{
}

.sort-source{
direction:rtl;
margin-bottom: 30px;
}

.sort-source li{
line-height: normal;
display: inline-block;
margin-left: 25px;
}

.sort-source li a{
padding: 4px 10px 4px 10px;
color: #543420;
font-size: 18px;
font-weight: 400;
border: 1px solid transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media (max-width:992px){
.sort-source li{
margin-left: 10px;
margin-bottom: 10px;
}

.sort-source li a{
padding: 1px 2px 1px 2px;
font-size: 16px;
}
}

.sort-source li.active a, .sort-source li a:hover, .sort-source li a:focus{
border-color: #543420 !important;
}

html .toggle-primary.toggle_qa{
margin:0 0 20px 0;
}

html .toggle-primary.toggle_qa > .toggle{
margin:0 0 0px 0;
}

html .toggle-primary.toggle_qa .toggle label {
border:none;
color: #2e2251;
background:#f2f2f2;
border-radius: 0px;
cursor: pointer;
display: block;
font-size: 19px;
line-height:1.2;
font-weight: 400;
min-height: 15px;
padding: 20px 15px 20px 50px;
margin-bottom:10px;
overflow:hidden;
}

@media (max-width:992px){
html .toggle-primary.toggle_qa .toggle label {
font-size: 16px;
padding: 10px 15px 10px 50px;
line-height: 1.3;
}
}

html .toggle-primary.toggle_qa .toggle:hover label, html .toggle-primary.toggle_qa .toggle label:focus, html .toggle-primary.toggle_qa .toggle.active label {
background: #2e2251;
color:#ffffff;
font-weight: 600;
}

html .toggle-primary.toggle_qa .toggle > label::before {
border: none;
font-family: 'Font Awesome 5 Free' !important;
content: "\f078";
font-weight: 700;
position: absolute;
left: 15px;
right:auto;
top: 18px;
height:100%;
bottom:auto;
color:#2e2251;
font-size:25px;
margin:0;
padding:0;
text-align:center;
line-height:30px;
background-color:transparent;
vertical-align:middle;
display:inline-block;
}

html .toggle-primary.toggle_qa .toggle:hover > label::before, html .toggle-primary.toggle_qa .toggle:focus > label::before, html .toggle-primary.toggle_qa .toggle.active > label::before{
content: "\f077";
color:#ffffff;
}

html .toggle-primary.toggle_qa .toggle > label:after{
display: none
}

html .toggle-primary .toggle .toggle-content .content_body{
padding:15px 15px 5px 50px;
margin-top:3px;
font-size: 17px;
}

@media (max-width:992px){
html .toggle-primary.toggle_qa .toggle > label::before {
left: 10px;
top: 8px;
font-size:20px;
line-height:20px;
}

html .toggle-primary .toggle .toggle-content .content_body{
padding:5px 15px 5px 50px;
}
}

.content_title{
margin-bottom: 20px;
font-weight: 400;
font-size: 32px;
line-height: normal;
color: #2e2251;
}

@media (max-width:992px){
.content_title{
font-size:22px;
}	
}

.content_intro{
line-height:1.4;
clear:right;
margin-bottom:40px;
font-size:17px;
font-weight:400;
}

.content_body{
line-height:1.7;
clear:right;
margin-bottom:20px;
font-size:16px;
}

.content_body h2{
font-weight: 400;
font-size: 22px;
line-height: 1.3;
margin-bottom: 10px;
color: #2e2251;
}

.content_body h3{
font-weight: 700;
font-size: 17px;
line-height: 1.3;
margin-bottom: 5px;
color: #9e1c2b;
}

.content_body h4{
font-weight: 500;
font-size: 32px;
line-height: 1.3;
margin-bottom: 0px;
color: #9e1c2b;
}

.content_body hr{
background: #9e1c2b none repeat scroll 0 0;
color:#9e1c2b;
height:1px;
margin-top:20px;
margin-bottom:20px;
width: 100%;
}

.about_body.content_body h4{
color: #499abc;
}

.about_body.content_body hr{
background: #499abc none repeat scroll 0 0;
color:#499abc;
}

@media (max-width:992px){
.content_intro{
margin-bottom:30px;
font-size:17px;
}

.content_body{
font-size:15px;
}

.cat_img{
max-height: 250px !important;
width: auto !important;
margin-top: 10px;
}

.content_body h2{
font-size: 18px;
}

.content_body h4{
font-size: 24px;
}
}

/*.content_body br{
display: block;
content: "";
margin-top: 8px;
}*/

.content_body ash{
text-decoration:underline;
}

.content_body a{
color: #2e2251;
}

.content_body a.small.blue.awesome{
color: #2e2251;
position: relative;
font-size: 16px;
padding: 0 0 0 30px;
}

.content_body a.small.blue.awesome:before{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
content: "\f1c1";
font-size:22px; 
position: absolute;
left: 0px;
top: -8px;
color: #9e1c2b;
}

.content_body img{
max-width:100% !important;
height:auto !important;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.content_body ul li{
margin-bottom: 5px;
padding-left: 16px;
position: relative;	
}

.content_body ul li::before {
content: "";
background-color:#000000;
position: absolute;
left: 0px;
top: 10px;
width: 6px;
height: 6px;
border-radius: 100%;
}

.content_body ol{
list-style: outside none none;
padding-right: 0;
padding-left: 1px;
display:block;
margin:8px 0 5px 0;	
counter-reset: item; 
}

.content_body ol li{
margin-bottom: 15px;
padding-left: 0px;
position: relative;	
display: block; 
}

.content_body ol li::before {
content: counter(item) ". ";
counter-increment: item;
color: #504f53;
font-weight: 700;
}

.member_list_name{
font-size: 22px;
margin-top: 5px;
color: #2e2251;
font-weight: 700;
margin-bottom: 5px;
line-height: normal;
}

.member_list_title{
font-size: 20px;
font-weight: 400;
display: block;
color: #2e2251;
padding-bottom: 15px;
border-bottom: 4px solid #2e2251
}

.inner_client_col img{
display: table-cell; 
vertical-align: middle; 
text-align: center;
}

.video_title{
font-weight: 600;
font-size: 20px;
margin-bottom: 2px;
line-height: 1.2;
margin-top: 12px;
}

.video_intro{
font-weight: 400;
font-size: 15px;
line-height: 1.3;
color: #000000;
}

.platform_page_section{
margin-top: 50px;
margin-bottom: 50px;
}

.platform_page_section_intro{
color: #ffffff;
line-height: 1.3;
font-size: 20px;
border-top: 1px solid #499abc;
border-bottom: 1px solid #499abc;
padding: 20px 0;
}

.platform_page_section_intro h2{
color: #9e1c2b;
font-weight: 500;
font-size: 32px;
line-height: 1.3;
margin-bottom: 0px;
}

@media (max-width:992px){
.platform_page_section_intro h2{
font-size: 24px;
}
}

/***** articles *****/

.date_select {
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;  
background: #fff url(../images/select_arrow_lite.png) no-repeat 90% 50%;
cursor:pointer;
padding: 10px 80px 10px 30px;
border:1px solid #2e2251;
border-radius: 0;
position: relative;
z-index: 0;
}

.date_select::-ms-expand { 
display: none; 
}

.date_select_wrapper{
position: relative;
}

.date_select_wrapper:before{
font-family: 'Font Awesome 5 Free' !important;
content: "\f073";
font-size:18px; 
color:#2e2251; 
font-weight: 900;
position: absolute;
left: 8px;
top: 11px;
z-index: 2;
}

.blog_title{
display:block;
font-size: 16px;
margin-bottom: 10px;
line-height: 1.3;
}

.blog_author{
font-weight: 400;
font-size: 14px;
display: block;
line-height: 1.3;
color: #666666;
margin-bottom: 5px;
}

@media (max-width:992px){
.blog_title{
font-size: 16px;
}
}

.blog_intro{
font-weight: 400;
font-size: 16px;
line-height: 1.2;
}

.article_title{
color: #2e2251;
font-weight: 700;
font-size: 24px;
margin-bottom: 15px;
line-height: normal;
}

.article_intro{
font-weight: 500;
font-size: 17px;
line-height: 1.4;
margin-bottom: 15px;
}

@media (max-width:992px){
.article_title{
font-size: 16px;
}

.article_intro{
font-size: 16px;
}
}

.share_wrapper{
margin-bottom:15px;	
margin-top:0px;
text-align:right !important;	
}

.share_wrapper *{
text-align:right !important;	
}

/***** contact *****/

.contact_guidelines{
margin-bottom:20px;
font-size:24px;
font-weight:400;
line-height: normal;
color: #2e2251;
margin-top: 60px;
}

@media (max-width:992px){
.contact_guidelines{
font-size:18px;
margin-top: 10px;
}
}

.form-group{
margin-left: 0;
margin-right: 0;
}

.contact_form .form-group{
background-color:#ffffff;
border:1px solid #cccccc;
margin-bottom:23px;	
border-radius:0px;
padding:10px 1px;
}

.contact_form label{
font-size:15px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:1px;
color:#000000;
}

.contact_form label.error {
bottom: -16px;
color: #A40002;
font-size: 13px;
font-weight: 400;
left: 2px;
right:auto;
line-height: 12px;
position: absolute;
}

.contact_form .form-control{
padding:1px 0px;
min-width:130px;
color:#000000;
width:inherit;
box-shadow: none;
border: none;
height:auto;
background-color:transparent;
}

#contactSuccess.alert.homepage_contact_msg{
color:#ffffff; 
}

/* Remove Client styles 
#first_name{ 
display: none; 
} */

.contact_form textarea.form-control{
resize: none;
}

.form-group.transparent-form-group{
background-color:transparent !important;
border:none !important;
margin-bottom:5px;	
}

.contact_form .form-group_textarea.form-group label{
padding-bottom:10px;
}	

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

.form-horizontal .control-label {
padding-top: 3px;
text-align: left;
}

.mandatory{
color:#E30000;
font-size:14px;
padding-top:3px;
padding-right:2px;	
}

.checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.checkbox label {
color:#543420;
}

.radio label, .checkbox label {
padding-right: 3px;
}

.contact_form select {
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;  
background: #fff url(../images/select_arrow.png) no-repeat 0 50%;
cursor:pointer;
}

.contact_form select::-ms-expand { 
display: none; 
}

.contact_form  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
margin-right: 0px;
margin-left:0;
}

.custom_checkbox{
position:static !important;
margin-left:5px !important;	
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: 2px solid #39b54a !important;
outline-offset: -2px !important;
}

.contact_form .radio-inline, .checkbox-inline {
padding-left:0;
padding-right: 30px;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
border-color: transparent;
border:none;
border-radius:0;
color: #000000;
font-size:22px;
line-height:1.4;
font-weight:700;
padding:0px;
}

.contact_social_icons.social-icons li a {
color:#000000 !important;
}

.contact_social_icons.social-icons li a:hover{
color:#ffffff !important;
}

.google-map {
margin: 0px 0 0 0;
}

/***** footer *****/

@media (min-width:992px){
.footer_borderd_col{
border-right: 1px solid #c1c1c1;
}
}

#footer .list-unstyled{
margin-bottom: 0;
}

#footer .list-unstyled li{
margin-bottom:5px;
border-right: 1px solid #666666;
padding-right: 10px;
margin-right: 10px;
display: inline-block;
font-size: 14px;
line-height: 14px;
text-transform: lowercase;
}

#footer .list-unstyled li:first-letter{  
text-transform: uppercase;
}

#footer .list-unstyled li:last-child{
border-right: none;
padding-right: 0px;
margin-right: 0px;
}

@media (min-width:992px){
.split_ul li{
display: inline-block;
width: 40%;
margin-left: 5%;
}
}

.contact_detail{
margin-bottom: 10px;
vertical-align: middle;
position: relative;
}

.contact_detail i{
color: #000000;
display: inline-block;
font-size: 16px;
padding-left: 10px;
width: 35px;
text-align: center;
vertical-align: middle;
}

.contact_detail a{
line-height: normal;
}

.contact_detail span{
color: #000000;
display: inline-block;
font-size: 16px;
line-height: 1.3;
width: calc(90% - 35px);
vertical-align: middle;
}

.contact_detail:hover span{
opacity: 0.9;
}

.footer_contact_details .contact_detail i{
color: #2e2251;
}

.footer_contact_details .contact_detail span{
color: #2e2251;
}

.social-icons li {
box-shadow: none;
margin: 0px 8px 0px 0px;
}

.social-icons li a {
background-color: transparent !important;
border:none;
color:#2e2251 !important;
/*height: 35px;
line-height: 35px;
width: 35px;
*/
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:17px;
border-radius:100%;
}

.social-icons li.social-icons-waze a img{
max-width: 30px;
height: auto;
}

.newsletterForm_wrapper{
display:block;
padding:0;	
}

.sharethis-inline-share-buttons{
min-height: 32px;
}

#newsletterForm .form-group{
background-color:#ffffff;
padding:5px 10px 4px 6px;
}

#newsletterForm label{
float:right;
color:#3f5667;
font-size: 16px;
padding-top:5px;
margin-bottom:0;
}

#newsletterForm input.form-control {
height: 23px;
padding: 1px 8px 1px 5px;
float:right;
background-color:transparent;
box-shadow:none;
border-radius:0;
min-width: 100px;
border:none;
color:#3f5667;	
width:auto;
}

@media (max-width:1240px){
#newsletterForm input.form-control {	
width:115px;
}
}

@media (max-width:768px){
.newsletterForm_wrapper{
margin-bottom:20px;
}
	
#newsletterForm .form-group{
display:block;
margin-bottom:0;
}

#newsletterForm button{
clear:right;
display:block;
margin-top:5px;
margin-right:0;
margin-bottom:0px;
width:100%;
}
}

#newsletterAlert{
line-height:1.2;
position:absolute;
right:0px;
bottom:-20px;
font-size:13px;
}

@media (max-width:768px){
#newsletterAlert{
bottom:-18px;
}
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:14px;
font-weight: 400;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:14px;
font-weight: 400;
line-height:normal;
}

iframe[name=google_conversion_frame] {
display: none !important;
}

#st_gdpr_iframe{
bottom: 0 !important;
}

/***** responsive *****/

@media (max-width:767px){
.custom_row{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
}

.custom_col_first{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.custom_col_second{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
margin-top:0px;
}
}

/***** custom bootstrap *****/

@media (min-width:768px){
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.match-height{
overflow: hidden; 
}

.match-height > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.match-height a > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

@media (min-width:992px){
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-height-block {
  display: inline-block !important;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}
}

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}

/***** accessibility *****/
.list_group_separator a {
padding: 0 2px !important;
}

.keyboard_focus{
border:none !important;	
}

body:focus{
border:none !important;	
}

.skip_to {
padding: 0px !important;
}

.skip_to:focus {
padding: 5px !important;
}

.accessibility_panel a{
color:#000000 !important;	
}

@media (max-width: 992px) {
html .open_accessibility_panel{
top: 11px !important;
padding:3px 5px !important;
right: 3px !important;
color: #3A5795 !important;
}
}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

@media (max-width: 992px) {
.accessibility_panel{
top: 50px !important
}
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

/*body.grayscaleColors .body .rev_slider_wrapper *{filter:none!important;-webkit-filter:none!important;-ms-filter:none!important;-o-filter:none  !important;}*/

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: 'Font Awesome 5 Free' !important;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
font-weight: 900;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: 'Font Awesome 5 Free' !important;
content: "\f04b";
font-weight: 900;
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:100px !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:100px !important;
background: #333333 none repeat scroll 0 0 !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width:992px){
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
top:0 !important;
height: 30px !important;		
}	
.revolutionSlider_stop_button.tparrows_pause:before{
font-size:14px;  
line-height: 30px; 
}
.revolutionSlider_resume_button.tparrows_resume:before{	
font-size:14px; 
line-height: 30px; 
}
}

.focused_owl_wrapper{
outline: 2px solid #2e2251;
}

.focused_owl_wrapper_lite{
background-color:#f5f5f5;	
}

.focused_owl_wrapper .owl-item a:focus{
border:none !important;
}

.owl-item a{
display:block;
}

.owl-item a.keyboard_focus:focus{
text-decoration:underline !important;
border:2px solid #2e2251 !important;	
}

.owl_skip_button{
left:70px !important;
top:-30px !important;
background-color:#333333 !important;
color:#ffffff !important;
font-size:14px !important;
cursor: pointer !important;	
position: absolute !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
border:none !important;
opacity:0 !important;
}

.owl_skip_button:focus{
opacity:1 !important;
}

.owl_stop_button, .owl_resume_button{
left:15px !important;
top:-10px !important;
background-color:#333333 !important;
/*border:1px solid #ffffff !important;*/
cursor: pointer !important;
text-align:center;		
position: absolute !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
border:none !important;
padding:5px 7px;
}

.owl_resume_button{
display:none;	
}

.owl_stop_button:hover, .owl_resume_button:hover, .owl_stop_button:focus, .owl_resume_button:focus{
color:#ffffff;
}

.owl_stop_button:before{	
font-family: 'Font Awesome 5 Free' !important;
content: "\f04c";
font-size:15px; 
color:#ffffff; 
text-align: center;
font-weight: 900;
}

.owl_resume_button:before{	
font-family: 'Font Awesome 5 Free' !important;
content: "\f04b";
font-size:15px; 
color:#ffffff; 
text-align: center;
font-weight: 900;
}

.owl_stop_button:hover:before, .owl_stop_button:focus:before, .owl_resume_button:hover:before, .owl_resume_button:focus:before{
color:#ffffff !important;
}

.homepage_footer > a:not(.fixed_btn), #footer > a:not(.fixed_btn), #footer > .container-fluid > a:not(.fixed_btn){
padding:0 5px;
opacity:0 !important;	
}

.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}

iframe *:focus{
border:2px solid #2e2251 !important;	
}

#footer > .container > a{
opacity:0;	
}

#footer > .container > a:focus{
opacity:1;
}

